|
6 | 6 | "limit_key": "MaxItems",
|
7 | 7 | "result_key": "CloudFrontOriginAccessIdentityList.Items"
|
8 | 8 | },
|
| 9 | + "ListConnectionGroups": { |
| 10 | + "input_token": "Marker", |
| 11 | + "output_token": "NextMarker", |
| 12 | + "limit_key": "MaxItems", |
| 13 | + "result_key": "ConnectionGroups" |
| 14 | + }, |
| 15 | + "ListDistributionTenants": { |
| 16 | + "input_token": "Marker", |
| 17 | + "output_token": "NextMarker", |
| 18 | + "limit_key": "MaxItems", |
| 19 | + "result_key": "DistributionTenantList" |
| 20 | + }, |
| 21 | + "ListDistributionTenantsByCustomization": { |
| 22 | + "input_token": "Marker", |
| 23 | + "output_token": "NextMarker", |
| 24 | + "limit_key": "MaxItems", |
| 25 | + "result_key": "DistributionTenantList" |
| 26 | + }, |
9 | 27 | "ListDistributions": {
|
10 | 28 | "input_token": "Marker",
|
11 | 29 | "output_token": "DistributionList.NextMarker",
|
12 | 30 | "limit_key": "MaxItems",
|
13 | 31 | "result_key": "DistributionList.Items"
|
14 | 32 | },
|
| 33 | + "ListDistributionsByConnectionMode": { |
| 34 | + "input_token": "Marker", |
| 35 | + "output_token": "DistributionList.NextMarker", |
| 36 | + "limit_key": "MaxItems", |
| 37 | + "result_key": "DistributionList.Items" |
| 38 | + }, |
| 39 | + "ListDomainConflicts": { |
| 40 | + "input_token": "Marker", |
| 41 | + "output_token": "NextMarker", |
| 42 | + "limit_key": "MaxItems", |
| 43 | + "result_key": "DomainConflicts" |
| 44 | + }, |
15 | 45 | "ListInvalidations": {
|
16 | 46 | "input_token": "Marker",
|
17 | 47 | "output_token": "InvalidationList.NextMarker",
|
18 | 48 | "limit_key": "MaxItems",
|
19 | 49 | "result_key": "InvalidationList.Items"
|
20 | 50 | },
|
| 51 | + "ListInvalidationsForDistributionTenant": { |
| 52 | + "input_token": "Marker", |
| 53 | + "output_token": "InvalidationList.NextMarker", |
| 54 | + "limit_key": "MaxItems", |
| 55 | + "result_key": "InvalidationList.Items" |
| 56 | + }, |
21 | 57 | "ListKeyValueStores": {
|
22 | 58 | "input_token": "Marker",
|
23 | 59 | "output_token": "KeyValueStoreList.NextMarker",
|
|
0 commit comments