DescribeEndpointsRequest

public struct DescribeEndpointsRequest : AWSShape
extension MediaConvert.DescribeEndpointsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional. Max number of endpoints, up to twenty, that will be returned at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn’t already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

    Declaration

    Swift

    public let mode: DescribeEndpointsMode?
  • Use this string, provided with the response to a previous request, to request the next batch of endpoints.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, mode: DescribeEndpointsMode? = nil, nextToken: String? = nil)