DeleteApplicationInputProcessingConfigurationRequest
public struct DeleteApplicationInputProcessingConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application.
Declaration
Swift
public let applicationName: String
-
The application version. 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 from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.
Declaration
Swift
public let inputId: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, currentApplicationVersionId: Int64, inputId: String)
-
Declaration
Swift
public func validate(name: String) throws