mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"pagination": {
|
|
"ListDomains": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxNumberOfDomains",
|
|
"result_key": "DomainNames"
|
|
},
|
|
"Select": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"result_key": "Items"
|
|
}
|
|
}
|
|
}
|