GetMediaForFragmentListInput
public struct GetMediaForFragmentListInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
Declaration
Swift
public let fragments: [String]
-
The name of the stream from which to retrieve fragment media.
Declaration
Swift
public let streamName: String
-
Undocumented
Declaration
Swift
public init(fragments: [String], streamName: String)
-
Declaration
Swift
public func validate(name: String) throws