GetMediaInput

public struct GetMediaInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifies the starting chunk to get from the specified stream.

    Declaration

    Swift

    public let startSelector: StartSelector
  • The ARN of the stream from where you want to get the media content. If you don’t specify the streamARN, you must specify the streamName.

    Declaration

    Swift

    public let streamARN: String?
  • The Kinesis video stream name from where you want to get the media content. If you don’t specify the streamName, you must specify the streamARN.

    Declaration

    Swift

    public let streamName: String?
  • Undocumented

    Declaration

    Swift

    public init(startSelector: StartSelector, streamARN: String? = nil, streamName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws