ListPresetsRequest

public struct ListPresetsRequest : AWSShape
extension MediaConvert.ListPresetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optionally, specify a preset category to limit responses to only presets from that category.

    Declaration

    Swift

    public let category: String?
  • Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don’t specify, the service will list them by name.

    Declaration

    Swift

    public let listBy: PresetListBy?
  • Optional. Number of presets, up to twenty, that will be returned at one time

    Declaration

    Swift

    public let maxResults: Int?
  • Use this string, provided with the response to a previous request, to request the next batch of presets.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

    Declaration

    Swift

    public let order: Order?
  • Undocumented

    Declaration

    Swift

    public init(category: String? = nil, listBy: PresetListBy? = nil, maxResults: Int? = nil, nextToken: String? = nil, order: Order? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws