DeleteApplicationOutputRequest

public struct DeleteApplicationOutputRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon Kinesis Analytics application name.

    Declaration

    Swift

    public let applicationName: String
  • Amazon Kinesis Analytics 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 configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId.

    Declaration

    Swift

    public let outputId: String
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, currentApplicationVersionId: Int64, outputId: String)
  • Declaration

    Swift

    public func validate(name: String) throws