AddApplicationInputProcessingConfigurationRequest
public struct AddApplicationInputProcessingConfigurationRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the application to which you want to add the input processing configuration. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift public let inputId: String
- 
                  
                  The InputProcessingConfiguration to add to the application. DeclarationSwift public let inputProcessingConfiguration: InputProcessingConfiguration
- 
                  
                  Undocumented DeclarationSwift public init(applicationName: String, currentApplicationVersionId: Int64, inputId: String, inputProcessingConfiguration: InputProcessingConfiguration)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub AddApplicationInputProcessingConfigurationRequest Structure Reference
        AddApplicationInputProcessingConfigurationRequest Structure Reference