v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.

get/2017-08-29/presets

Query parameters

categorystring

Optionally, specify a preset category to limit responses to only presets from that category.

listBy'NAME' | 'CREATION_DATE' | 'SYSTEM'

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.

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.

maxResultsinteger

Optional. Number of presets, up to twenty, that will be returned at one time

nextTokenstring

Use this string, provided with the response to a previous request, to request the next batch of presets.

order'ASCENDING' | 'DESCENDING'

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

Use this string to request the next batch of presets.