GetClipInput

public struct GetClipInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time range of the requested clip and the source of the timestamps.

    Declaration

    Swift

    public let clipFragmentSelector: ClipFragmentSelector
  • The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip. You must specify either the StreamName or the StreamARN.

    Declaration

    Swift

    public let streamARN: String?
  • The name of the stream for which to retrieve the media clip. You must specify either the StreamName or the StreamARN.

    Declaration

    Swift

    public let streamName: String?
  • Undocumented

    Declaration

    Swift

    public init(clipFragmentSelector: ClipFragmentSelector, streamARN: String? = nil, streamName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws