|
1 | 1 | {
|
2 | 2 | "pagination": {
|
| 3 | + "ListAccountAssociations": { |
| 4 | + "input_token": "NextToken", |
| 5 | + "output_token": "NextToken", |
| 6 | + "limit_key": "MaxResults", |
| 7 | + "result_key": "Items" |
| 8 | + }, |
| 9 | + "ListCloudConnectors": { |
| 10 | + "input_token": "NextToken", |
| 11 | + "output_token": "NextToken", |
| 12 | + "limit_key": "MaxResults", |
| 13 | + "result_key": "Items" |
| 14 | + }, |
| 15 | + "ListConnectorDestinations": { |
| 16 | + "input_token": "NextToken", |
| 17 | + "output_token": "NextToken", |
| 18 | + "limit_key": "MaxResults", |
| 19 | + "result_key": "ConnectorDestinationList" |
| 20 | + }, |
3 | 21 | "ListCredentialLockers": {
|
4 | 22 | "input_token": "NextToken",
|
5 | 23 | "output_token": "NextToken",
|
|
12 | 30 | "limit_key": "MaxResults",
|
13 | 31 | "result_key": "DestinationList"
|
14 | 32 | },
|
| 33 | + "ListDeviceDiscoveries": { |
| 34 | + "input_token": "NextToken", |
| 35 | + "output_token": "NextToken", |
| 36 | + "limit_key": "MaxResults", |
| 37 | + "result_key": "Items" |
| 38 | + }, |
| 39 | + "ListDiscoveredDevices": { |
| 40 | + "input_token": "NextToken", |
| 41 | + "output_token": "NextToken", |
| 42 | + "limit_key": "MaxResults", |
| 43 | + "result_key": "Items" |
| 44 | + }, |
15 | 45 | "ListEventLogConfigurations": {
|
16 | 46 | "input_token": "NextToken",
|
17 | 47 | "output_token": "NextToken",
|
18 | 48 | "limit_key": "MaxResults",
|
19 | 49 | "result_key": "EventLogConfigurationList"
|
20 | 50 | },
|
| 51 | + "ListManagedThingAccountAssociations": { |
| 52 | + "input_token": "NextToken", |
| 53 | + "output_token": "NextToken", |
| 54 | + "limit_key": "MaxResults", |
| 55 | + "result_key": "Items" |
| 56 | + }, |
21 | 57 | "ListManagedThingSchemas": {
|
22 | 58 | "input_token": "NextToken",
|
23 | 59 | "output_token": "NextToken",
|
|
0 commit comments