ListFragmentsInput

public struct ListFragmentsInput : AWSShape
extension KinesisVideoArchivedMedia.ListFragmentsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes the timestamp range and timestamp origin for the range of fragments to return.

    Declaration

    Swift

    public let fragmentSelector: FragmentSelector?
  • The total number of fragments to return. If the total number of fragments available is more than the value specified in max-results, then a ListFragmentsOutput$NextToken is provided in the output that you can use to resume pagination.

    Declaration

    Swift

    public let maxResults: Int64?
  • A token to specify where to start paginating. This is the ListFragmentsOutput$NextToken from a previously truncated response.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the stream from which to retrieve a fragment list.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(fragmentSelector: FragmentSelector? = nil, maxResults: Int64? = nil, nextToken: String? = nil, streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws