DeleteStreamInput
public struct DeleteStreamInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream API. If not specified, only the CreationTime is checked before deleting the stream.
Declaration
Swift
public let currentVersion: String?
-
The Amazon Resource Name (ARN) of the stream that you want to delete.
Declaration
Swift
public let streamARN: String
-
Undocumented
Declaration
Swift
public init(currentVersion: String? = nil, streamARN: String)
-
Declaration
Swift
public func validate(name: String) throws