DeleteApplicationReferenceDataSourceRequest
public struct DeleteApplicationReferenceDataSourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of an existing application.
Declaration
Swift
public let applicationName: String
-
Version of the application. 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
-
ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
Declaration
Swift
public let referenceId: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, currentApplicationVersionId: Int64, referenceId: String)
-
Declaration
Swift
public func validate(name: String) throws