forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstoragegateway-2013-06-30.paginators.json
52 lines (52 loc) · 1.26 KB
/
storagegateway-2013-06-30.paginators.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"pagination": {
"DescribeCachediSCSIVolumes": {
"result_key": "CachediSCSIVolumes"
},
"DescribeStorediSCSIVolumes": {
"result_key": "StorediSCSIVolumes"
},
"DescribeTapeArchives": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "TapeArchives"
},
"DescribeTapeRecoveryPoints": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "TapeRecoveryPointInfos"
},
"DescribeTapes": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "Tapes"
},
"DescribeVTLDevices": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "VTLDevices"
},
"ListGateways": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "Gateways"
},
"ListLocalDisks": {
"result_key": "Disks"
},
"ListVolumeRecoveryPoints": {
"result_key": "VolumeRecoveryPointInfos"
},
"ListVolumes": {
"input_token": "Marker",
"limit_key": "Limit",
"output_token": "Marker",
"result_key": "VolumeInfos"
}
}
}