AWSKinesisVideoDeleteStreamInput

Objective-C

@interface AWSKinesisVideoDeleteStreamInput

Swift

class AWSKinesisVideoDeleteStreamInput
  • 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

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable currentVersion;

    Swift

    var currentVersion: String? { get set }
  • The Amazon Resource Name (ARN) of the stream that you want to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable streamARN;

    Swift

    var streamARN: String? { get set }