34 lines
919 B
JSON
34 lines
919 B
JSON
{
|
|
"pagination": {
|
|
"ListServiceDependencies": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"result_key": "ServiceDependencies"
|
|
},
|
|
"ListServiceDependents": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"result_key": "ServiceDependents"
|
|
},
|
|
"ListServiceLevelObjectives": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"result_key": "SloSummaries"
|
|
},
|
|
"ListServiceOperations": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"result_key": "ServiceOperations"
|
|
},
|
|
"ListServices": {
|
|
"input_token": "NextToken",
|
|
"output_token": "NextToken",
|
|
"limit_key": "MaxResults",
|
|
"result_key": "ServiceSummaries"
|
|
}
|
|
}
|
|
}
|