2
2
"pagination" : {
3
3
"ListCloudFrontOriginAccessIdentities" : {
4
4
"input_token" : " Marker" ,
5
- "limit_key" : " MaxItems" ,
6
- "more_results" : " CloudFrontOriginAccessIdentityList.IsTruncated" ,
7
5
"output_token" : " CloudFrontOriginAccessIdentityList.NextMarker" ,
6
+ "limit_key" : " MaxItems" ,
8
7
"result_key" : " CloudFrontOriginAccessIdentityList.Items"
9
8
},
10
9
"ListDistributions" : {
11
10
"input_token" : " Marker" ,
12
- "limit_key" : " MaxItems" ,
13
- "more_results" : " DistributionList.IsTruncated" ,
14
11
"output_token" : " DistributionList.NextMarker" ,
12
+ "limit_key" : " MaxItems" ,
15
13
"result_key" : " DistributionList.Items"
16
14
},
17
15
"ListInvalidations" : {
18
16
"input_token" : " Marker" ,
19
- "limit_key" : " MaxItems" ,
20
- "more_results" : " InvalidationList.IsTruncated" ,
21
17
"output_token" : " InvalidationList.NextMarker" ,
18
+ "limit_key" : " MaxItems" ,
22
19
"result_key" : " InvalidationList.Items"
23
20
},
24
21
"ListKeyValueStores" : {
25
22
"input_token" : " Marker" ,
26
- "limit_key" : " MaxItems" ,
27
23
"output_token" : " KeyValueStoreList.NextMarker" ,
24
+ "limit_key" : " MaxItems" ,
28
25
"result_key" : " KeyValueStoreList.Items"
29
26
},
30
- "ListStreamingDistributions " : {
27
+ "ListPublicKeys " : {
31
28
"input_token" : " Marker" ,
29
+ "output_token" : " PublicKeyList.NextMarker" ,
32
30
"limit_key" : " MaxItems" ,
33
- "more_results" : " StreamingDistributionList.IsTruncated" ,
31
+ "result_key" : " PublicKeyList.Items"
32
+ },
33
+ "ListStreamingDistributions" : {
34
+ "input_token" : " Marker" ,
34
35
"output_token" : " StreamingDistributionList.NextMarker" ,
36
+ "limit_key" : " MaxItems" ,
35
37
"result_key" : " StreamingDistributionList.Items"
36
38
}
37
39
}
38
- }
40
+ }
0 commit comments