Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListConfigs": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "configList"
|
||||
},
|
||||
"ListContacts": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "contactList"
|
||||
},
|
||||
"ListDataflowEndpointGroups": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "dataflowEndpointGroupList"
|
||||
},
|
||||
"ListMissionProfiles": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "missionProfileList"
|
||||
},
|
||||
"ListGroundStations": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "groundStationList"
|
||||
},
|
||||
"ListSatellites": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "satellites"
|
||||
},
|
||||
"ListEphemerides": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "ephemerides"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version" : 2,
|
||||
"waiters" : {
|
||||
"ContactScheduled" : {
|
||||
"description" : "Waits until a contact has been scheduled",
|
||||
"delay" : 5,
|
||||
"maxAttempts" : 180,
|
||||
"operation" : "DescribeContact",
|
||||
"acceptors" : [ {
|
||||
"matcher" : "path",
|
||||
"argument" : "contactStatus",
|
||||
"state" : "failure",
|
||||
"expected" : "FAILED_TO_SCHEDULE"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "contactStatus",
|
||||
"state" : "success",
|
||||
"expected" : "SCHEDULED"
|
||||
} ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user