aws-sdk 1.24.0 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6eab5ad5e1b3fcf4e73e451e2219903cbbc2221b
4
- data.tar.gz: cf9cdcacb500807c1a41204043603183fb796658
3
+ metadata.gz: bb2bed251caf7d5dd197eda9703194e9607d9a22
4
+ data.tar.gz: 03535bf9c05ad946c6f7a3a32a6dbe547d7984cb
5
5
  SHA512:
6
- metadata.gz: 8b5140c8f8930d80d8f70e4de3679cf480af285dac38e081fbcf4a645043c4cdb089df831dd708debc1cd7cdcf206fa4731408b4ef9b6f1df111e7cbcf08c8fe
7
- data.tar.gz: ca02f1a877205e70326a9ed5c134d28a6a5971d28eaaa93de7ee7cf0c7f2fdc6ebc1c4dfae8f2b7753e55ee4f58c3b26aff3f52a5ca05a7c114654589164bbb4
6
+ metadata.gz: c54ec2b9e7b001144be37208f4faa2a7e3c55bb1c5e06067e60dbe08d7ec779150dde6a00cfe4112a06425911948b213615d796f417ce122714a9e4d2f71750c
7
+ data.tar.gz: 2d9764ec969cf810405c8ab24edc1bbe7f51a58d9b650389ab06c37084ad3df9214c12570201d7ff9a10aadcc7281c0566642555e11017b239372c0818341ca7
@@ -53,6 +53,10 @@
53
53
  - :string
54
54
  OnFailure:
55
55
  - :string
56
+ StackPolicyBody:
57
+ - :string
58
+ StackPolicyURL:
59
+ - :string
56
60
  Tags:
57
61
  - :membered_list:
58
62
  - :structure:
@@ -211,6 +215,16 @@
211
215
  :children:
212
216
  EstimateTemplateCostResult:
213
217
  :ignore: true
218
+ - :name: GetStackPolicy
219
+ :method: :get_stack_policy
220
+ :inputs:
221
+ StackName:
222
+ - :string
223
+ - :required
224
+ :outputs:
225
+ :children:
226
+ GetStackPolicyResult:
227
+ :ignore: true
214
228
  - :name: GetTemplate
215
229
  :method: :get_template
216
230
  :inputs:
@@ -269,6 +283,20 @@
269
283
  :type: :time
270
284
  DeletionTime:
271
285
  :type: :time
286
+ - :name: SetStackPolicy
287
+ :method: :set_stack_policy
288
+ :inputs:
289
+ StackName:
290
+ - :string
291
+ - :required
292
+ StackPolicyBody:
293
+ - :string
294
+ StackPolicyURL:
295
+ - :string
296
+ :outputs:
297
+ :children:
298
+ SetStackPolicyResult:
299
+ :ignore: true
272
300
  - :name: UpdateStack
273
301
  :method: :update_stack
274
302
  :inputs:
@@ -279,6 +307,10 @@
279
307
  - :string
280
308
  TemplateURL:
281
309
  - :string
310
+ StackPolicyDuringUpdateBody:
311
+ - :string
312
+ StackPolicyDuringUpdateURL:
313
+ - :string
282
314
  Parameters:
283
315
  - :membered_list:
284
316
  - :structure:
@@ -289,6 +321,10 @@
289
321
  Capabilities:
290
322
  - :membered_list:
291
323
  - :string
324
+ StackPolicyBody:
325
+ - :string
326
+ StackPolicyURL:
327
+ - :string
292
328
  :outputs:
293
329
  :children:
294
330
  UpdateStackResult:
@@ -296,6 +296,23 @@
296
296
  member:
297
297
  :rename: :instance_states
298
298
  :list: true
299
+ - :name: DescribeLoadBalancerAttributes
300
+ :method: :describe_load_balancer_attributes
301
+ :inputs:
302
+ LoadBalancerName:
303
+ - :string
304
+ - :required
305
+ :outputs:
306
+ :children:
307
+ DescribeLoadBalancerAttributesResult:
308
+ :ignore: true
309
+ :children:
310
+ LoadBalancerAttributes:
311
+ :children:
312
+ CrossZoneLoadBalancing:
313
+ :children:
314
+ Enabled:
315
+ :type: :boolean
299
316
  - :name: DescribeLoadBalancerPolicies
300
317
  :method: :describe_load_balancer_policies
301
318
  :inputs:
@@ -522,6 +539,24 @@
522
539
  member:
523
540
  :rename: :availability_zones
524
541
  :list: true
542
+ - :name: ModifyLoadBalancerAttributes
543
+ :method: :modify_load_balancer_attributes
544
+ :inputs:
545
+ LoadBalancerName:
546
+ - :string
547
+ - :required
548
+ LoadBalancerAttributes:
549
+ - :structure:
550
+ CrossZoneLoadBalancing:
551
+ - :structure:
552
+ Enabled:
553
+ - :boolean
554
+ - :required
555
+ - :required
556
+ :outputs:
557
+ :children:
558
+ ModifyLoadBalancerAttributesResult:
559
+ :ignore: true
525
560
  - :name: RegisterInstancesWithLoadBalancer
526
561
  :method: :register_instances_with_load_balancer
527
562
  :inputs:
@@ -121,6 +121,23 @@
121
121
  :album_art_format:
122
122
  :name: AlbumArtFormat
123
123
  :type: :string
124
+ :composition:
125
+ :name: Composition
126
+ :type: :array
127
+ :members:
128
+ :name: member
129
+ :type: :hash
130
+ :members:
131
+ :time_span:
132
+ :name: TimeSpan
133
+ :type: :hash
134
+ :members:
135
+ :start_time:
136
+ :name: StartTime
137
+ :type: :string
138
+ :duration:
139
+ :name: Duration
140
+ :type: :string
124
141
  :outputs:
125
142
  :name: Outputs
126
143
  :type: :array
@@ -188,6 +205,23 @@
188
205
  :album_art_format:
189
206
  :name: AlbumArtFormat
190
207
  :type: :string
208
+ :composition:
209
+ :name: Composition
210
+ :type: :array
211
+ :members:
212
+ :name: member
213
+ :type: :hash
214
+ :members:
215
+ :time_span:
216
+ :name: TimeSpan
217
+ :type: :hash
218
+ :members:
219
+ :start_time:
220
+ :name: StartTime
221
+ :type: :string
222
+ :duration:
223
+ :name: Duration
224
+ :type: :string
191
225
  :output_key_prefix:
192
226
  :name: OutputKeyPrefix
193
227
  :type: :string
@@ -319,6 +353,20 @@
319
353
  AlbumArtFormat:
320
354
  :sym: :album_art_format
321
355
  :type: :string
356
+ Composition:
357
+ :sym: :composition
358
+ :type: :hash
359
+ :members:
360
+ TimeSpan:
361
+ :sym: :time_span
362
+ :type: :hash
363
+ :members:
364
+ StartTime:
365
+ :sym: :start_time
366
+ :type: :string
367
+ Duration:
368
+ :sym: :duration
369
+ :type: :string
322
370
  Outputs:
323
371
  :sym: :outputs
324
372
  :type: :hash
@@ -395,6 +443,20 @@
395
443
  AlbumArtFormat:
396
444
  :sym: :album_art_format
397
445
  :type: :string
446
+ Composition:
447
+ :sym: :composition
448
+ :type: :hash
449
+ :members:
450
+ TimeSpan:
451
+ :sym: :time_span
452
+ :type: :hash
453
+ :members:
454
+ StartTime:
455
+ :sym: :start_time
456
+ :type: :string
457
+ Duration:
458
+ :sym: :duration
459
+ :type: :string
398
460
  OutputKeyPrefix:
399
461
  :sym: :output_key_prefix
400
462
  :type: :string
@@ -1044,6 +1106,20 @@
1044
1106
  AlbumArtFormat:
1045
1107
  :sym: :album_art_format
1046
1108
  :type: :string
1109
+ Composition:
1110
+ :sym: :composition
1111
+ :type: :hash
1112
+ :members:
1113
+ TimeSpan:
1114
+ :sym: :time_span
1115
+ :type: :hash
1116
+ :members:
1117
+ StartTime:
1118
+ :sym: :start_time
1119
+ :type: :string
1120
+ Duration:
1121
+ :sym: :duration
1122
+ :type: :string
1047
1123
  Outputs:
1048
1124
  :sym: :outputs
1049
1125
  :type: :hash
@@ -1120,6 +1196,20 @@
1120
1196
  AlbumArtFormat:
1121
1197
  :sym: :album_art_format
1122
1198
  :type: :string
1199
+ Composition:
1200
+ :sym: :composition
1201
+ :type: :hash
1202
+ :members:
1203
+ TimeSpan:
1204
+ :sym: :time_span
1205
+ :type: :hash
1206
+ :members:
1207
+ StartTime:
1208
+ :sym: :start_time
1209
+ :type: :string
1210
+ Duration:
1211
+ :sym: :duration
1212
+ :type: :string
1123
1213
  OutputKeyPrefix:
1124
1214
  :sym: :output_key_prefix
1125
1215
  :type: :string
@@ -1270,6 +1360,20 @@
1270
1360
  AlbumArtFormat:
1271
1361
  :sym: :album_art_format
1272
1362
  :type: :string
1363
+ Composition:
1364
+ :sym: :composition
1365
+ :type: :hash
1366
+ :members:
1367
+ TimeSpan:
1368
+ :sym: :time_span
1369
+ :type: :hash
1370
+ :members:
1371
+ StartTime:
1372
+ :sym: :start_time
1373
+ :type: :string
1374
+ Duration:
1375
+ :sym: :duration
1376
+ :type: :string
1273
1377
  Outputs:
1274
1378
  :sym: :outputs
1275
1379
  :type: :hash
@@ -1346,6 +1450,20 @@
1346
1450
  AlbumArtFormat:
1347
1451
  :sym: :album_art_format
1348
1452
  :type: :string
1453
+ Composition:
1454
+ :sym: :composition
1455
+ :type: :hash
1456
+ :members:
1457
+ TimeSpan:
1458
+ :sym: :time_span
1459
+ :type: :hash
1460
+ :members:
1461
+ StartTime:
1462
+ :sym: :start_time
1463
+ :type: :string
1464
+ Duration:
1465
+ :sym: :duration
1466
+ :type: :string
1349
1467
  OutputKeyPrefix:
1350
1468
  :sym: :output_key_prefix
1351
1469
  :type: :string
@@ -1739,6 +1857,20 @@
1739
1857
  AlbumArtFormat:
1740
1858
  :sym: :album_art_format
1741
1859
  :type: :string
1860
+ Composition:
1861
+ :sym: :composition
1862
+ :type: :hash
1863
+ :members:
1864
+ TimeSpan:
1865
+ :sym: :time_span
1866
+ :type: :hash
1867
+ :members:
1868
+ StartTime:
1869
+ :sym: :start_time
1870
+ :type: :string
1871
+ Duration:
1872
+ :sym: :duration
1873
+ :type: :string
1742
1874
  Outputs:
1743
1875
  :sym: :outputs
1744
1876
  :type: :hash
@@ -1815,6 +1947,20 @@
1815
1947
  AlbumArtFormat:
1816
1948
  :sym: :album_art_format
1817
1949
  :type: :string
1950
+ Composition:
1951
+ :sym: :composition
1952
+ :type: :hash
1953
+ :members:
1954
+ TimeSpan:
1955
+ :sym: :time_span
1956
+ :type: :hash
1957
+ :members:
1958
+ StartTime:
1959
+ :sym: :start_time
1960
+ :type: :string
1961
+ Duration:
1962
+ :sym: :duration
1963
+ :type: :string
1818
1964
  OutputKeyPrefix:
1819
1965
  :sym: :output_key_prefix
1820
1966
  :type: :string
@@ -0,0 +1,1025 @@
1
+ # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :json_version: '1.1'
16
+ :target_prefix: StorageGateway_20130630.
17
+ :api_version: '2013-06-30'
18
+ :operations:
19
+ - :name: ActivateGateway
20
+ :method: :activate_gateway
21
+ :inputs:
22
+ ActivationKey:
23
+ - :string
24
+ - :required
25
+ GatewayName:
26
+ - :string
27
+ - :required
28
+ GatewayTimezone:
29
+ - :string
30
+ - :required
31
+ GatewayRegion:
32
+ - :string
33
+ - :required
34
+ GatewayType:
35
+ - :string
36
+ TapeDriveType:
37
+ - :string
38
+ MediumChangerType:
39
+ - :string
40
+ :outputs:
41
+ GatewayARN:
42
+ :sym: :gateway_arn
43
+ :type: :string
44
+ - :name: AddCache
45
+ :method: :add_cache
46
+ :inputs:
47
+ GatewayARN:
48
+ - :string
49
+ - :required
50
+ DiskIds:
51
+ - :list:
52
+ - :string
53
+ - :required
54
+ :outputs:
55
+ GatewayARN:
56
+ :sym: :gateway_arn
57
+ :type: :string
58
+ - :name: AddUploadBuffer
59
+ :method: :add_upload_buffer
60
+ :inputs:
61
+ GatewayARN:
62
+ - :string
63
+ - :required
64
+ DiskIds:
65
+ - :list:
66
+ - :string
67
+ - :required
68
+ :outputs:
69
+ GatewayARN:
70
+ :sym: :gateway_arn
71
+ :type: :string
72
+ - :name: AddWorkingStorage
73
+ :method: :add_working_storage
74
+ :inputs:
75
+ GatewayARN:
76
+ - :string
77
+ - :required
78
+ DiskIds:
79
+ - :list:
80
+ - :string
81
+ - :required
82
+ :outputs:
83
+ GatewayARN:
84
+ :sym: :gateway_arn
85
+ :type: :string
86
+ - :name: CancelArchival
87
+ :method: :cancel_archival
88
+ :inputs:
89
+ GatewayARN:
90
+ - :string
91
+ - :required
92
+ TapeARN:
93
+ - :string
94
+ - :required
95
+ :outputs:
96
+ TapeARN:
97
+ :sym: :tape_arn
98
+ :type: :string
99
+ - :name: CancelRetrieval
100
+ :method: :cancel_retrieval
101
+ :inputs:
102
+ GatewayARN:
103
+ - :string
104
+ - :required
105
+ TapeARN:
106
+ - :string
107
+ - :required
108
+ :outputs:
109
+ TapeARN:
110
+ :sym: :tape_arn
111
+ :type: :string
112
+ - :name: CreateCachediSCSIVolume
113
+ :method: :create_cachedi_scsi_volume
114
+ :inputs:
115
+ GatewayARN:
116
+ - :string
117
+ - :required
118
+ VolumeSizeInBytes:
119
+ - :long
120
+ - :required
121
+ SnapshotId:
122
+ - :string
123
+ TargetName:
124
+ - :string
125
+ - :required
126
+ NetworkInterfaceId:
127
+ - :string
128
+ - :required
129
+ ClientToken:
130
+ - :string
131
+ - :required
132
+ :outputs:
133
+ VolumeARN:
134
+ :sym: :volume_arn
135
+ :type: :string
136
+ TargetARN:
137
+ :sym: :target_arn
138
+ :type: :string
139
+ - :name: CreateSnapshot
140
+ :method: :create_snapshot
141
+ :inputs:
142
+ VolumeARN:
143
+ - :string
144
+ - :required
145
+ SnapshotDescription:
146
+ - :string
147
+ - :required
148
+ :outputs:
149
+ VolumeARN:
150
+ :sym: :volume_arn
151
+ :type: :string
152
+ SnapshotId:
153
+ :sym: :snapshot_id
154
+ :type: :string
155
+ - :name: CreateSnapshotFromVolumeRecoveryPoint
156
+ :method: :create_snapshot_from_volume_recovery_point
157
+ :inputs:
158
+ VolumeARN:
159
+ - :string
160
+ - :required
161
+ SnapshotDescription:
162
+ - :string
163
+ - :required
164
+ :outputs:
165
+ SnapshotId:
166
+ :sym: :snapshot_id
167
+ :type: :string
168
+ VolumeARN:
169
+ :sym: :volume_arn
170
+ :type: :string
171
+ VolumeRecoveryPointTime:
172
+ :sym: :volume_recovery_point_time
173
+ :type: :string
174
+ - :name: CreateStorediSCSIVolume
175
+ :method: :create_storedi_scsi_volume
176
+ :inputs:
177
+ GatewayARN:
178
+ - :string
179
+ - :required
180
+ DiskId:
181
+ - :string
182
+ - :required
183
+ SnapshotId:
184
+ - :string
185
+ PreserveExistingData:
186
+ - :boolean
187
+ - :required
188
+ TargetName:
189
+ - :string
190
+ - :required
191
+ NetworkInterfaceId:
192
+ - :string
193
+ - :required
194
+ :outputs:
195
+ VolumeARN:
196
+ :sym: :volume_arn
197
+ :type: :string
198
+ VolumeSizeInBytes:
199
+ :sym: :volume_size_in_bytes
200
+ :type: :integer
201
+ TargetARN:
202
+ :sym: :target_arn
203
+ :type: :string
204
+ - :name: CreateTapes
205
+ :method: :create_tapes
206
+ :inputs:
207
+ GatewayARN:
208
+ - :string
209
+ - :required
210
+ TapeSizeInBytes:
211
+ - :long
212
+ - :required
213
+ ClientToken:
214
+ - :string
215
+ - :required
216
+ NumTapesToCreate:
217
+ - :integer
218
+ - :required
219
+ TapeBarcodePrefix:
220
+ - :string
221
+ - :required
222
+ :outputs:
223
+ TapeARNs:
224
+ :sym: :tape_ar_ns
225
+ :type: :string
226
+ - :name: DeleteBandwidthRateLimit
227
+ :method: :delete_bandwidth_rate_limit
228
+ :inputs:
229
+ GatewayARN:
230
+ - :string
231
+ - :required
232
+ BandwidthType:
233
+ - :string
234
+ - :required
235
+ :outputs:
236
+ GatewayARN:
237
+ :sym: :gateway_arn
238
+ :type: :string
239
+ - :name: DeleteChapCredentials
240
+ :method: :delete_chap_credentials
241
+ :inputs:
242
+ TargetARN:
243
+ - :string
244
+ - :required
245
+ InitiatorName:
246
+ - :string
247
+ - :required
248
+ :outputs:
249
+ TargetARN:
250
+ :sym: :target_arn
251
+ :type: :string
252
+ InitiatorName:
253
+ :sym: :initiator_name
254
+ :type: :string
255
+ - :name: DeleteGateway
256
+ :method: :delete_gateway
257
+ :inputs:
258
+ GatewayARN:
259
+ - :string
260
+ - :required
261
+ :outputs:
262
+ GatewayARN:
263
+ :sym: :gateway_arn
264
+ :type: :string
265
+ - :name: DeleteSnapshotSchedule
266
+ :method: :delete_snapshot_schedule
267
+ :inputs:
268
+ VolumeARN:
269
+ - :string
270
+ - :required
271
+ :outputs:
272
+ VolumeARN:
273
+ :sym: :volume_arn
274
+ :type: :string
275
+ - :name: DeleteTape
276
+ :method: :delete_tape
277
+ :inputs:
278
+ GatewayARN:
279
+ - :string
280
+ - :required
281
+ TapeARN:
282
+ - :string
283
+ - :required
284
+ :outputs:
285
+ TapeARN:
286
+ :sym: :tape_arn
287
+ :type: :string
288
+ - :name: DeleteTapeArchive
289
+ :method: :delete_tape_archive
290
+ :inputs:
291
+ TapeARN:
292
+ - :string
293
+ - :required
294
+ :outputs:
295
+ TapeARN:
296
+ :sym: :tape_arn
297
+ :type: :string
298
+ - :name: DeleteVolume
299
+ :method: :delete_volume
300
+ :inputs:
301
+ VolumeARN:
302
+ - :string
303
+ - :required
304
+ :outputs:
305
+ VolumeARN:
306
+ :sym: :volume_arn
307
+ :type: :string
308
+ - :name: DescribeBandwidthRateLimit
309
+ :method: :describe_bandwidth_rate_limit
310
+ :inputs:
311
+ GatewayARN:
312
+ - :string
313
+ - :required
314
+ :outputs:
315
+ GatewayARN:
316
+ :sym: :gateway_arn
317
+ :type: :string
318
+ AverageUploadRateLimitInBitsPerSec:
319
+ :sym: :average_upload_rate_limit_in_bits_per_sec
320
+ :type: :integer
321
+ AverageDownloadRateLimitInBitsPerSec:
322
+ :sym: :average_download_rate_limit_in_bits_per_sec
323
+ :type: :integer
324
+ - :name: DescribeCache
325
+ :method: :describe_cache
326
+ :inputs:
327
+ GatewayARN:
328
+ - :string
329
+ - :required
330
+ :outputs:
331
+ GatewayARN:
332
+ :sym: :gateway_arn
333
+ :type: :string
334
+ DiskIds:
335
+ :sym: :disk_ids
336
+ :type: :string
337
+ CacheAllocatedInBytes:
338
+ :sym: :cache_allocated_in_bytes
339
+ :type: :integer
340
+ CacheUsedPercentage:
341
+ :sym: :cache_used_percentage
342
+ :type: :float
343
+ CacheDirtyPercentage:
344
+ :sym: :cache_dirty_percentage
345
+ :type: :float
346
+ CacheHitPercentage:
347
+ :sym: :cache_hit_percentage
348
+ :type: :float
349
+ CacheMissPercentage:
350
+ :sym: :cache_miss_percentage
351
+ :type: :float
352
+ - :name: DescribeCachediSCSIVolumes
353
+ :method: :describe_cachedi_scsi_volumes
354
+ :inputs:
355
+ VolumeARNs:
356
+ - :list:
357
+ - :string
358
+ - :required
359
+ :outputs:
360
+ CachediSCSIVolumes:
361
+ :sym: :cachedi_scsi_volumes
362
+ :type: :hash
363
+ :members:
364
+ VolumeARN:
365
+ :sym: :volume_arn
366
+ :type: :string
367
+ VolumeId:
368
+ :sym: :volume_id
369
+ :type: :string
370
+ VolumeType:
371
+ :sym: :volume_type
372
+ :type: :string
373
+ VolumeStatus:
374
+ :sym: :volume_status
375
+ :type: :string
376
+ VolumeSizeInBytes:
377
+ :sym: :volume_size_in_bytes
378
+ :type: :integer
379
+ VolumeProgress:
380
+ :sym: :volume_progress
381
+ :type: :float
382
+ SourceSnapshotId:
383
+ :sym: :source_snapshot_id
384
+ :type: :string
385
+ VolumeiSCSIAttributes:
386
+ :sym: :volumei_scsi_attributes
387
+ :type: :hash
388
+ :members:
389
+ TargetARN:
390
+ :sym: :target_arn
391
+ :type: :string
392
+ NetworkInterfaceId:
393
+ :sym: :network_interface_id
394
+ :type: :string
395
+ NetworkInterfacePort:
396
+ :sym: :network_interface_port
397
+ :type: :integer
398
+ LunNumber:
399
+ :sym: :lun_number
400
+ :type: :integer
401
+ ChapEnabled:
402
+ :sym: :chap_enabled
403
+ :type: :boolean
404
+ - :name: DescribeChapCredentials
405
+ :method: :describe_chap_credentials
406
+ :inputs:
407
+ TargetARN:
408
+ - :string
409
+ - :required
410
+ :outputs:
411
+ ChapCredentials:
412
+ :sym: :chap_credentials
413
+ :type: :hash
414
+ :members:
415
+ TargetARN:
416
+ :sym: :target_arn
417
+ :type: :string
418
+ SecretToAuthenticateInitiator:
419
+ :sym: :secret_to_authenticate_initiator
420
+ :type: :string
421
+ InitiatorName:
422
+ :sym: :initiator_name
423
+ :type: :string
424
+ SecretToAuthenticateTarget:
425
+ :sym: :secret_to_authenticate_target
426
+ :type: :string
427
+ - :name: DescribeGatewayInformation
428
+ :method: :describe_gateway_information
429
+ :inputs:
430
+ GatewayARN:
431
+ - :string
432
+ - :required
433
+ :outputs:
434
+ GatewayARN:
435
+ :sym: :gateway_arn
436
+ :type: :string
437
+ GatewayId:
438
+ :sym: :gateway_id
439
+ :type: :string
440
+ GatewayTimezone:
441
+ :sym: :gateway_timezone
442
+ :type: :string
443
+ GatewayState:
444
+ :sym: :gateway_state
445
+ :type: :string
446
+ GatewayNetworkInterfaces:
447
+ :sym: :gateway_network_interfaces
448
+ :type: :hash
449
+ :members:
450
+ Ipv4Address:
451
+ :sym: :ipv_4_address
452
+ :type: :string
453
+ MacAddress:
454
+ :sym: :mac_address
455
+ :type: :string
456
+ Ipv6Address:
457
+ :sym: :ipv_6_address
458
+ :type: :string
459
+ GatewayType:
460
+ :sym: :gateway_type
461
+ :type: :string
462
+ NextUpdateAvailabilityDate:
463
+ :sym: :next_update_availability_date
464
+ :type: :string
465
+ - :name: DescribeMaintenanceStartTime
466
+ :method: :describe_maintenance_start_time
467
+ :inputs:
468
+ GatewayARN:
469
+ - :string
470
+ - :required
471
+ :outputs:
472
+ GatewayARN:
473
+ :sym: :gateway_arn
474
+ :type: :string
475
+ HourOfDay:
476
+ :sym: :hour_of_day
477
+ :type: :integer
478
+ MinuteOfHour:
479
+ :sym: :minute_of_hour
480
+ :type: :integer
481
+ DayOfWeek:
482
+ :sym: :day_of_week
483
+ :type: :integer
484
+ Timezone:
485
+ :sym: :timezone
486
+ :type: :string
487
+ - :name: DescribeSnapshotSchedule
488
+ :method: :describe_snapshot_schedule
489
+ :inputs:
490
+ VolumeARN:
491
+ - :string
492
+ - :required
493
+ :outputs:
494
+ VolumeARN:
495
+ :sym: :volume_arn
496
+ :type: :string
497
+ StartAt:
498
+ :sym: :start_at
499
+ :type: :integer
500
+ RecurrenceInHours:
501
+ :sym: :recurrence_in_hours
502
+ :type: :integer
503
+ Description:
504
+ :sym: :description
505
+ :type: :string
506
+ Timezone:
507
+ :sym: :timezone
508
+ :type: :string
509
+ - :name: DescribeStorediSCSIVolumes
510
+ :method: :describe_storedi_scsi_volumes
511
+ :inputs:
512
+ VolumeARNs:
513
+ - :list:
514
+ - :string
515
+ - :required
516
+ :outputs:
517
+ StorediSCSIVolumes:
518
+ :sym: :storedi_scsi_volumes
519
+ :type: :hash
520
+ :members:
521
+ VolumeARN:
522
+ :sym: :volume_arn
523
+ :type: :string
524
+ VolumeId:
525
+ :sym: :volume_id
526
+ :type: :string
527
+ VolumeType:
528
+ :sym: :volume_type
529
+ :type: :string
530
+ VolumeStatus:
531
+ :sym: :volume_status
532
+ :type: :string
533
+ VolumeSizeInBytes:
534
+ :sym: :volume_size_in_bytes
535
+ :type: :integer
536
+ VolumeProgress:
537
+ :sym: :volume_progress
538
+ :type: :float
539
+ VolumeDiskId:
540
+ :sym: :volume_disk_id
541
+ :type: :string
542
+ SourceSnapshotId:
543
+ :sym: :source_snapshot_id
544
+ :type: :string
545
+ PreservedExistingData:
546
+ :sym: :preserved_existing_data
547
+ :type: :boolean
548
+ VolumeiSCSIAttributes:
549
+ :sym: :volumei_scsi_attributes
550
+ :type: :hash
551
+ :members:
552
+ TargetARN:
553
+ :sym: :target_arn
554
+ :type: :string
555
+ NetworkInterfaceId:
556
+ :sym: :network_interface_id
557
+ :type: :string
558
+ NetworkInterfacePort:
559
+ :sym: :network_interface_port
560
+ :type: :integer
561
+ LunNumber:
562
+ :sym: :lun_number
563
+ :type: :integer
564
+ ChapEnabled:
565
+ :sym: :chap_enabled
566
+ :type: :boolean
567
+ - :name: DescribeTapeArchives
568
+ :method: :describe_tape_archives
569
+ :inputs:
570
+ TapeARNs:
571
+ - :list:
572
+ - :string
573
+ Marker:
574
+ - :string
575
+ Limit:
576
+ - :integer
577
+ :outputs:
578
+ TapeArchives:
579
+ :sym: :tape_archives
580
+ :type: :hash
581
+ :members:
582
+ TapeARN:
583
+ :sym: :tape_arn
584
+ :type: :string
585
+ TapeBarcode:
586
+ :sym: :tape_barcode
587
+ :type: :string
588
+ TapeSizeInBytes:
589
+ :sym: :tape_size_in_bytes
590
+ :type: :integer
591
+ CompletionTime:
592
+ :sym: :completion_time
593
+ :type: :time
594
+ RetrievedTo:
595
+ :sym: :retrieved_to
596
+ :type: :string
597
+ TapeStatus:
598
+ :sym: :tape_status
599
+ :type: :string
600
+ Marker:
601
+ :sym: :marker
602
+ :type: :string
603
+ - :name: DescribeTapeRecoveryPoints
604
+ :method: :describe_tape_recovery_points
605
+ :inputs:
606
+ GatewayARN:
607
+ - :string
608
+ - :required
609
+ Marker:
610
+ - :string
611
+ Limit:
612
+ - :integer
613
+ :outputs:
614
+ GatewayARN:
615
+ :sym: :gateway_arn
616
+ :type: :string
617
+ TapeRecoveryPointInfos:
618
+ :sym: :tape_recovery_point_infos
619
+ :type: :hash
620
+ :members:
621
+ TapeARN:
622
+ :sym: :tape_arn
623
+ :type: :string
624
+ TapeRecoveryPointTime:
625
+ :sym: :tape_recovery_point_time
626
+ :type: :time
627
+ TapeSizeInBytes:
628
+ :sym: :tape_size_in_bytes
629
+ :type: :integer
630
+ TapeStatus:
631
+ :sym: :tape_status
632
+ :type: :string
633
+ Marker:
634
+ :sym: :marker
635
+ :type: :string
636
+ - :name: DescribeTapes
637
+ :method: :describe_tapes
638
+ :inputs:
639
+ GatewayARN:
640
+ - :string
641
+ - :required
642
+ TapeARNs:
643
+ - :list:
644
+ - :string
645
+ Marker:
646
+ - :string
647
+ Limit:
648
+ - :integer
649
+ :outputs:
650
+ Tapes:
651
+ :sym: :tapes
652
+ :type: :hash
653
+ :members:
654
+ TapeARN:
655
+ :sym: :tape_arn
656
+ :type: :string
657
+ TapeBarcode:
658
+ :sym: :tape_barcode
659
+ :type: :string
660
+ TapeSizeInBytes:
661
+ :sym: :tape_size_in_bytes
662
+ :type: :integer
663
+ TapeStatus:
664
+ :sym: :tape_status
665
+ :type: :string
666
+ VTLDevice:
667
+ :sym: :vtl_device
668
+ :type: :string
669
+ Progress:
670
+ :sym: :progress
671
+ :type: :float
672
+ Marker:
673
+ :sym: :marker
674
+ :type: :string
675
+ - :name: DescribeUploadBuffer
676
+ :method: :describe_upload_buffer
677
+ :inputs:
678
+ GatewayARN:
679
+ - :string
680
+ - :required
681
+ :outputs:
682
+ GatewayARN:
683
+ :sym: :gateway_arn
684
+ :type: :string
685
+ DiskIds:
686
+ :sym: :disk_ids
687
+ :type: :string
688
+ UploadBufferUsedInBytes:
689
+ :sym: :upload_buffer_used_in_bytes
690
+ :type: :integer
691
+ UploadBufferAllocatedInBytes:
692
+ :sym: :upload_buffer_allocated_in_bytes
693
+ :type: :integer
694
+ - :name: DescribeVTLDevices
695
+ :method: :describe_vtl_devices
696
+ :inputs:
697
+ GatewayARN:
698
+ - :string
699
+ - :required
700
+ VTLDeviceARNs:
701
+ - :list:
702
+ - :string
703
+ Marker:
704
+ - :string
705
+ Limit:
706
+ - :integer
707
+ :outputs:
708
+ GatewayARN:
709
+ :sym: :gateway_arn
710
+ :type: :string
711
+ VTLDevices:
712
+ :sym: :vtl_devices
713
+ :type: :hash
714
+ :members:
715
+ VTLDeviceARN:
716
+ :sym: :vtl_device_arn
717
+ :type: :string
718
+ VTLDeviceType:
719
+ :sym: :vtl_device_type
720
+ :type: :string
721
+ VTLDeviceVendor:
722
+ :sym: :vtl_device_vendor
723
+ :type: :string
724
+ VTLDeviceProductIdentifier:
725
+ :sym: :vtl_device_product_identifier
726
+ :type: :string
727
+ DeviceiSCSIAttributes:
728
+ :sym: :devicei_scsi_attributes
729
+ :type: :hash
730
+ :members:
731
+ TargetARN:
732
+ :sym: :target_arn
733
+ :type: :string
734
+ NetworkInterfaceId:
735
+ :sym: :network_interface_id
736
+ :type: :string
737
+ NetworkInterfacePort:
738
+ :sym: :network_interface_port
739
+ :type: :integer
740
+ ChapEnabled:
741
+ :sym: :chap_enabled
742
+ :type: :boolean
743
+ Marker:
744
+ :sym: :marker
745
+ :type: :string
746
+ - :name: DescribeWorkingStorage
747
+ :method: :describe_working_storage
748
+ :inputs:
749
+ GatewayARN:
750
+ - :string
751
+ - :required
752
+ :outputs:
753
+ GatewayARN:
754
+ :sym: :gateway_arn
755
+ :type: :string
756
+ DiskIds:
757
+ :sym: :disk_ids
758
+ :type: :string
759
+ WorkingStorageUsedInBytes:
760
+ :sym: :working_storage_used_in_bytes
761
+ :type: :integer
762
+ WorkingStorageAllocatedInBytes:
763
+ :sym: :working_storage_allocated_in_bytes
764
+ :type: :integer
765
+ - :name: DisableGateway
766
+ :method: :disable_gateway
767
+ :inputs:
768
+ GatewayARN:
769
+ - :string
770
+ - :required
771
+ :outputs:
772
+ GatewayARN:
773
+ :sym: :gateway_arn
774
+ :type: :string
775
+ - :name: ListGateways
776
+ :method: :list_gateways
777
+ :inputs:
778
+ Marker:
779
+ - :string
780
+ Limit:
781
+ - :integer
782
+ :outputs:
783
+ Gateways:
784
+ :sym: :gateways
785
+ :type: :hash
786
+ :members:
787
+ GatewayARN:
788
+ :sym: :gateway_arn
789
+ :type: :string
790
+ GatewayType:
791
+ :sym: :gateway_type
792
+ :type: :string
793
+ GatewayOperationalState:
794
+ :sym: :gateway_operational_state
795
+ :type: :string
796
+ Marker:
797
+ :sym: :marker
798
+ :type: :string
799
+ - :name: ListLocalDisks
800
+ :method: :list_local_disks
801
+ :inputs:
802
+ GatewayARN:
803
+ - :string
804
+ - :required
805
+ :outputs:
806
+ GatewayARN:
807
+ :sym: :gateway_arn
808
+ :type: :string
809
+ Disks:
810
+ :sym: :disks
811
+ :type: :hash
812
+ :members:
813
+ DiskId:
814
+ :sym: :disk_id
815
+ :type: :string
816
+ DiskPath:
817
+ :sym: :disk_path
818
+ :type: :string
819
+ DiskNode:
820
+ :sym: :disk_node
821
+ :type: :string
822
+ DiskSizeInBytes:
823
+ :sym: :disk_size_in_bytes
824
+ :type: :integer
825
+ DiskAllocationType:
826
+ :sym: :disk_allocation_type
827
+ :type: :string
828
+ DiskAllocationResource:
829
+ :sym: :disk_allocation_resource
830
+ :type: :string
831
+ - :name: ListVolumeRecoveryPoints
832
+ :method: :list_volume_recovery_points
833
+ :inputs:
834
+ GatewayARN:
835
+ - :string
836
+ - :required
837
+ :outputs:
838
+ GatewayARN:
839
+ :sym: :gateway_arn
840
+ :type: :string
841
+ VolumeRecoveryPointInfos:
842
+ :sym: :volume_recovery_point_infos
843
+ :type: :hash
844
+ :members:
845
+ VolumeARN:
846
+ :sym: :volume_arn
847
+ :type: :string
848
+ VolumeSizeInBytes:
849
+ :sym: :volume_size_in_bytes
850
+ :type: :integer
851
+ VolumeUsageInBytes:
852
+ :sym: :volume_usage_in_bytes
853
+ :type: :integer
854
+ VolumeRecoveryPointTime:
855
+ :sym: :volume_recovery_point_time
856
+ :type: :string
857
+ - :name: ListVolumes
858
+ :method: :list_volumes
859
+ :inputs:
860
+ GatewayARN:
861
+ - :string
862
+ - :required
863
+ Marker:
864
+ - :string
865
+ Limit:
866
+ - :integer
867
+ :outputs:
868
+ GatewayARN:
869
+ :sym: :gateway_arn
870
+ :type: :string
871
+ Marker:
872
+ :sym: :marker
873
+ :type: :string
874
+ VolumeInfos:
875
+ :sym: :volume_infos
876
+ :type: :hash
877
+ :members:
878
+ VolumeARN:
879
+ :sym: :volume_arn
880
+ :type: :string
881
+ VolumeType:
882
+ :sym: :volume_type
883
+ :type: :string
884
+ - :name: RetrieveTapeArchive
885
+ :method: :retrieve_tape_archive
886
+ :inputs:
887
+ TapeARN:
888
+ - :string
889
+ - :required
890
+ GatewayARN:
891
+ - :string
892
+ - :required
893
+ :outputs:
894
+ TapeARN:
895
+ :sym: :tape_arn
896
+ :type: :string
897
+ - :name: RetrieveTapeRecoveryPoint
898
+ :method: :retrieve_tape_recovery_point
899
+ :inputs:
900
+ TapeARN:
901
+ - :string
902
+ - :required
903
+ GatewayARN:
904
+ - :string
905
+ - :required
906
+ :outputs:
907
+ TapeARN:
908
+ :sym: :tape_arn
909
+ :type: :string
910
+ - :name: ShutdownGateway
911
+ :method: :shutdown_gateway
912
+ :inputs:
913
+ GatewayARN:
914
+ - :string
915
+ - :required
916
+ :outputs:
917
+ GatewayARN:
918
+ :sym: :gateway_arn
919
+ :type: :string
920
+ - :name: StartGateway
921
+ :method: :start_gateway
922
+ :inputs:
923
+ GatewayARN:
924
+ - :string
925
+ - :required
926
+ :outputs:
927
+ GatewayARN:
928
+ :sym: :gateway_arn
929
+ :type: :string
930
+ - :name: UpdateBandwidthRateLimit
931
+ :method: :update_bandwidth_rate_limit
932
+ :inputs:
933
+ GatewayARN:
934
+ - :string
935
+ - :required
936
+ AverageUploadRateLimitInBitsPerSec:
937
+ - :long
938
+ AverageDownloadRateLimitInBitsPerSec:
939
+ - :long
940
+ :outputs:
941
+ GatewayARN:
942
+ :sym: :gateway_arn
943
+ :type: :string
944
+ - :name: UpdateChapCredentials
945
+ :method: :update_chap_credentials
946
+ :inputs:
947
+ TargetARN:
948
+ - :string
949
+ - :required
950
+ SecretToAuthenticateInitiator:
951
+ - :string
952
+ - :required
953
+ InitiatorName:
954
+ - :string
955
+ - :required
956
+ SecretToAuthenticateTarget:
957
+ - :string
958
+ :outputs:
959
+ TargetARN:
960
+ :sym: :target_arn
961
+ :type: :string
962
+ InitiatorName:
963
+ :sym: :initiator_name
964
+ :type: :string
965
+ - :name: UpdateGatewayInformation
966
+ :method: :update_gateway_information
967
+ :inputs:
968
+ GatewayARN:
969
+ - :string
970
+ - :required
971
+ GatewayName:
972
+ - :string
973
+ GatewayTimezone:
974
+ - :string
975
+ :outputs:
976
+ GatewayARN:
977
+ :sym: :gateway_arn
978
+ :type: :string
979
+ - :name: UpdateGatewaySoftwareNow
980
+ :method: :update_gateway_software_now
981
+ :inputs:
982
+ GatewayARN:
983
+ - :string
984
+ - :required
985
+ :outputs:
986
+ GatewayARN:
987
+ :sym: :gateway_arn
988
+ :type: :string
989
+ - :name: UpdateMaintenanceStartTime
990
+ :method: :update_maintenance_start_time
991
+ :inputs:
992
+ GatewayARN:
993
+ - :string
994
+ - :required
995
+ HourOfDay:
996
+ - :integer
997
+ - :required
998
+ MinuteOfHour:
999
+ - :integer
1000
+ - :required
1001
+ DayOfWeek:
1002
+ - :integer
1003
+ - :required
1004
+ :outputs:
1005
+ GatewayARN:
1006
+ :sym: :gateway_arn
1007
+ :type: :string
1008
+ - :name: UpdateSnapshotSchedule
1009
+ :method: :update_snapshot_schedule
1010
+ :inputs:
1011
+ VolumeARN:
1012
+ - :string
1013
+ - :required
1014
+ StartAt:
1015
+ - :integer
1016
+ - :required
1017
+ RecurrenceInHours:
1018
+ - :integer
1019
+ - :required
1020
+ Description:
1021
+ - :string
1022
+ :outputs:
1023
+ VolumeARN:
1024
+ :sym: :volume_arn
1025
+ :type: :string