DeleteStreamInput

public struct DeleteStreamInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.

    Declaration

    Swift

    public let enforceConsumerDeletion: Bool?
  • The name of the stream to delete.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(enforceConsumerDeletion: Bool? = nil, streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws