AddApplicationInputProcessingConfigurationRequest
public struct AddApplicationInputProcessingConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application to which you want to add the input processing configuration.
Declaration
Swift
public let applicationName: String
-
The version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
Declaration
Swift
public let currentApplicationVersionId: Int64
-
The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.
Declaration
Swift
public let inputId: String
-
The InputProcessingConfiguration to add to the application.
Declaration
Swift
public let inputProcessingConfiguration: InputProcessingConfiguration
-
Undocumented
Declaration
Swift
public init(applicationName: String, currentApplicationVersionId: Int64, inputId: String, inputProcessingConfiguration: InputProcessingConfiguration)
-
Declaration
Swift
public func validate(name: String) throws