mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
22 lines
526 B
JSON
22 lines
526 B
JSON
{
|
|
"pagination": {
|
|
"DescribeImages": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "imageDetails"
|
|
},
|
|
"DescribeRepositories": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "repositories"
|
|
},
|
|
"ListImages": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "imageIds"
|
|
}
|
|
}
|
|
} |