aws-sdk 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +3 -3
  3. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +55 -0
  4. data/lib/aws/api_config/SNS-2010-03-31.yml +0 -3
  5. data/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml +30 -0
  6. data/lib/aws/auto_scaling/client.rb +0 -530
  7. data/lib/aws/cloud_formation/client.rb +0 -356
  8. data/lib/aws/cloud_front/client.rb +0 -1567
  9. data/lib/aws/cloud_search/client.rb +0 -578
  10. data/lib/aws/cloud_watch/client.rb +0 -445
  11. data/lib/aws/data_pipeline/client.rb +0 -396
  12. data/lib/aws/direct_connect/client.rb +0 -248
  13. data/lib/aws/dynamo_db.rb +0 -1
  14. data/lib/aws/dynamo_db/client.rb +70 -1
  15. data/lib/aws/dynamo_db/client_v2.rb +1 -1
  16. data/lib/aws/ec2/client.rb +0 -3942
  17. data/lib/aws/ec2/reserved_instances_offering_collection.rb +9 -3
  18. data/lib/aws/ec2/tag_collection.rb +1 -1
  19. data/lib/aws/elastic_beanstalk/client.rb +0 -898
  20. data/lib/aws/elastic_transcoder/client.rb +0 -1755
  21. data/lib/aws/elasticache/client.rb +0 -947
  22. data/lib/aws/elb/client.rb +0 -509
  23. data/lib/aws/emr/client.rb +0 -314
  24. data/lib/aws/glacier/client.rb +0 -278
  25. data/lib/aws/iam/client.rb +0 -1155
  26. data/lib/aws/import_export/client.rb +0 -96
  27. data/lib/aws/ops_works/client.rb +0 -1255
  28. data/lib/aws/rds/client.rb +0 -2367
  29. data/lib/aws/redshift/client.rb +0 -1458
  30. data/lib/aws/route_53/client.rb +0 -420
  31. data/lib/aws/simple_db/client.rb +2 -250
  32. data/lib/aws/simple_email_service/client.rb +0 -282
  33. data/lib/aws/simple_workflow/client.rb +0 -1248
  34. data/lib/aws/sns/client.rb +0 -283
  35. data/lib/aws/sns/message.rb +1 -1
  36. data/lib/aws/sqs/client.rb +0 -255
  37. data/lib/aws/storage_gateway/client.rb +0 -582
  38. data/lib/aws/sts/client.rb +0 -183
  39. data/lib/aws/support/client.rb +0 -232
  40. data/lib/aws/version.rb +1 -1
  41. metadata +2 -3
  42. data/lib/aws/dynamo_db/client_base.rb +0 -92
@@ -26,588 +26,6 @@ module AWS
26
26
 
27
27
  class Client::V20120630 < Client
28
28
 
29
- # client methods #
30
-
31
- # @!method activate_gateway(options = {})
32
- # Calls the ActivateGateway API operation.
33
- # @param [Hash] options
34
- #
35
- # * `:activation_key` - *required* - (String)
36
- # * `:gateway_name` - *required* - (String)
37
- # * `:gateway_timezone` - *required* - (String) Valid values include:
38
- # * `GMT-12:00`
39
- # * `GMT-11:00`
40
- # * `GMT-10:00`
41
- # * `GMT-9:00`
42
- # * `GMT-8:00`
43
- # * `GMT-7:00`
44
- # * `GMT-6:00`
45
- # * `GMT-5:00`
46
- # * `GMT-4:00`
47
- # * `GMT-3:30`
48
- # * `GMT-3:00`
49
- # * `GMT-2:00`
50
- # * `GMT-1:00`
51
- # * `GMT`
52
- # * `GMT+1:00`
53
- # * `GMT+2:00`
54
- # * `GMT+3:00`
55
- # * `GMT+3:30`
56
- # * `GMT+4:00`
57
- # * `GMT+4:30`
58
- # * `GMT+5:00`
59
- # * `GMT+5:30`
60
- # * `GMT+5:45`
61
- # * `GMT+6:00`
62
- # * `GMT+7:00`
63
- # * `GMT+8:00`
64
- # * `GMT+9:00`
65
- # * `GMT+9:30`
66
- # * `GMT+10:00`
67
- # * `GMT+11:00`
68
- # * `GMT+12:00`
69
- # * `:gateway_region` - *required* - (String)
70
- # * `:gateway_type` - (String) Valid values include:
71
- # * `STORED`
72
- # * `CACHED`
73
- # @return [Core::Response]
74
- # The #data method of the response object returns
75
- # a hash with the following structure:
76
- #
77
- # * `:gateway_arn` - (String)
78
-
79
- # @!method add_cache(options = {})
80
- # Calls the AddCache API operation.
81
- # @param [Hash] options
82
- #
83
- # * `:gateway_arn` - *required* - (String)
84
- # * `:disk_ids` - *required* - (Array<String>)
85
- # @return [Core::Response]
86
- # The #data method of the response object returns
87
- # a hash with the following structure:
88
- #
89
- # * `:gateway_arn` - (String)
90
-
91
- # @!method add_upload_buffer(options = {})
92
- # Calls the AddUploadBuffer API operation.
93
- # @param [Hash] options
94
- #
95
- # * `:gateway_arn` - *required* - (String)
96
- # * `:disk_ids` - *required* - (Array<String>)
97
- # @return [Core::Response]
98
- # The #data method of the response object returns
99
- # a hash with the following structure:
100
- #
101
- # * `:gateway_arn` - (String)
102
-
103
- # @!method add_working_storage(options = {})
104
- # Calls the AddWorkingStorage API operation.
105
- # @param [Hash] options
106
- #
107
- # * `:gateway_arn` - *required* - (String)
108
- # * `:disk_ids` - *required* - (Array<String>)
109
- # @return [Core::Response]
110
- # The #data method of the response object returns
111
- # a hash with the following structure:
112
- #
113
- # * `:gateway_arn` - (String)
114
-
115
- # @!method create_cachedi_scsi_volume(options = {})
116
- # Calls the CreateCachediSCSIVolume API operation.
117
- # @param [Hash] options
118
- #
119
- # * `:gateway_arn` - *required* - (String)
120
- # * `:volume_size_in_bytes` - *required* - (Integer)
121
- # * `:snapshot_id` - (String)
122
- # * `:target_name` - *required* - (String)
123
- # * `:network_interface_id` - *required* - (String)
124
- # * `:client_token` - *required* - (String)
125
- # @return [Core::Response]
126
- # The #data method of the response object returns
127
- # a hash with the following structure:
128
- #
129
- # * `:volume_arn` - (String)
130
- # * `:target_arn` - (String)
131
-
132
- # @!method create_snapshot(options = {})
133
- # Calls the CreateSnapshot API operation.
134
- # @param [Hash] options
135
- #
136
- # * `:volume_arn` - *required* - (String)
137
- # * `:snapshot_description` - *required* - (String)
138
- # @return [Core::Response]
139
- # The #data method of the response object returns
140
- # a hash with the following structure:
141
- #
142
- # * `:volume_arn` - (String)
143
- # * `:snapshot_id` - (String)
144
-
145
- # @!method create_snapshot_from_volume_recovery_point(options = {})
146
- # Calls the CreateSnapshotFromVolumeRecoveryPoint API operation.
147
- # @param [Hash] options
148
- #
149
- # * `:volume_arn` - *required* - (String)
150
- # * `:snapshot_description` - *required* - (String)
151
- # @return [Core::Response]
152
- # The #data method of the response object returns
153
- # a hash with the following structure:
154
- #
155
- # * `:snapshot_id` - (String)
156
- # * `:volume_arn` - (String)
157
- # * `:volume_recovery_point_time` - (String)
158
-
159
- # @!method create_storedi_scsi_volume(options = {})
160
- # Calls the CreateStorediSCSIVolume API operation.
161
- # @param [Hash] options
162
- #
163
- # * `:gateway_arn` - *required* - (String)
164
- # * `:disk_id` - *required* - (String)
165
- # * `:snapshot_id` - (String)
166
- # * `:preserve_existing_data` - *required* - (Boolean)
167
- # * `:target_name` - *required* - (String)
168
- # * `:network_interface_id` - *required* - (String)
169
- # @return [Core::Response]
170
- # The #data method of the response object returns
171
- # a hash with the following structure:
172
- #
173
- # * `:volume_arn` - (String)
174
- # * `:volume_size_in_bytes` - (Integer)
175
- # * `:target_arn` - (String)
176
-
177
- # @!method delete_bandwidth_rate_limit(options = {})
178
- # Calls the DeleteBandwidthRateLimit API operation.
179
- # @param [Hash] options
180
- #
181
- # * `:gateway_arn` - *required* - (String)
182
- # * `:bandwidth_type` - *required* - (String) Valid values include:
183
- # * `UPLOAD`
184
- # * `DOWNLOAD`
185
- # * `ALL`
186
- # @return [Core::Response]
187
- # The #data method of the response object returns
188
- # a hash with the following structure:
189
- #
190
- # * `:gateway_arn` - (String)
191
-
192
- # @!method delete_chap_credentials(options = {})
193
- # Calls the DeleteChapCredentials API operation.
194
- # @param [Hash] options
195
- #
196
- # * `:target_arn` - *required* - (String)
197
- # * `:initiator_name` - *required* - (String)
198
- # @return [Core::Response]
199
- # The #data method of the response object returns
200
- # a hash with the following structure:
201
- #
202
- # * `:target_arn` - (String)
203
- # * `:initiator_name` - (String)
204
-
205
- # @!method delete_gateway(options = {})
206
- # Calls the DeleteGateway API operation.
207
- # @param [Hash] options
208
- #
209
- # * `:gateway_arn` - *required* - (String)
210
- # @return [Core::Response]
211
- # The #data method of the response object returns
212
- # a hash with the following structure:
213
- #
214
- # * `:gateway_arn` - (String)
215
-
216
- # @!method delete_snapshot_schedule(options = {})
217
- # Calls the DeleteSnapshotSchedule API operation.
218
- # @param [Hash] options
219
- #
220
- # * `:volume_arn` - *required* - (String)
221
- # @return [Core::Response]
222
- # The #data method of the response object returns
223
- # a hash with the following structure:
224
- #
225
- # * `:volume_arn` - (String)
226
-
227
- # @!method delete_volume(options = {})
228
- # Calls the DeleteVolume API operation.
229
- # @param [Hash] options
230
- #
231
- # * `:volume_arn` - *required* - (String)
232
- # @return [Core::Response]
233
- # The #data method of the response object returns
234
- # a hash with the following structure:
235
- #
236
- # * `:volume_arn` - (String)
237
-
238
- # @!method describe_bandwidth_rate_limit(options = {})
239
- # Calls the DescribeBandwidthRateLimit API operation.
240
- # @param [Hash] options
241
- #
242
- # * `:gateway_arn` - *required* - (String)
243
- # @return [Core::Response]
244
- # The #data method of the response object returns
245
- # a hash with the following structure:
246
- #
247
- # * `:gateway_arn` - (String)
248
- # * `:average_upload_rate_limit_in_bits_per_sec` - (Integer)
249
- # * `:average_download_rate_limit_in_bits_per_sec` - (Integer)
250
-
251
- # @!method describe_cache(options = {})
252
- # Calls the DescribeCache API operation.
253
- # @param [Hash] options
254
- #
255
- # * `:gateway_arn` - *required* - (String)
256
- # @return [Core::Response]
257
- # The #data method of the response object returns
258
- # a hash with the following structure:
259
- #
260
- # * `:gateway_arn` - (String)
261
- # * `:disk_ids` - (Array<String>)
262
- # * `:cache_allocated_in_bytes` - (Integer)
263
- # * `:cache_used_percentage` - (Numeric)
264
- # * `:cache_dirty_percentage` - (Numeric)
265
- # * `:cache_hit_percentage` - (Numeric)
266
- # * `:cache_miss_percentage` - (Numeric)
267
-
268
- # @!method describe_cachedi_scsi_volumes(options = {})
269
- # Calls the DescribeCachediSCSIVolumes API operation.
270
- # @param [Hash] options
271
- #
272
- # * `:volume_ar_ns` - *required* - (Array<String>)
273
- # @return [Core::Response]
274
- # The #data method of the response object returns
275
- # a hash with the following structure:
276
- #
277
- # * `:cachedi_scsi_volumes` - (Array<Hash>)
278
- # * `:volume_arn` - (String)
279
- # * `:volume_id` - (String)
280
- # * `:volume_type` - (String)
281
- # * `:volume_status` - (String)
282
- # * `:volume_size_in_bytes` - (Integer)
283
- # * `:volume_progress` - (Numeric)
284
- # * `:source_snapshot_id` - (String)
285
- # * `:volumei_scsi_attributes` - (Hash)
286
- # * `:target_arn` - (String)
287
- # * `:network_interface_id` - (String)
288
- # * `:network_interface_port` - (Integer)
289
- # * `:lun_number` - (Integer)
290
- # * `:chap_enabled` - (Boolean)
291
-
292
- # @!method describe_chap_credentials(options = {})
293
- # Calls the DescribeChapCredentials API operation.
294
- # @param [Hash] options
295
- #
296
- # * `:target_arn` - *required* - (String)
297
- # @return [Core::Response]
298
- # The #data method of the response object returns
299
- # a hash with the following structure:
300
- #
301
- # * `:chap_credentials` - (Array<Hash>)
302
- # * `:target_arn` - (String)
303
- # * `:secret_to_authenticate_initiator` - (String)
304
- # * `:initiator_name` - (String)
305
- # * `:secret_to_authenticate_target` - (String)
306
-
307
- # @!method describe_gateway_information(options = {})
308
- # Calls the DescribeGatewayInformation API operation.
309
- # @param [Hash] options
310
- #
311
- # * `:gateway_arn` - *required* - (String)
312
- # @return [Core::Response]
313
- # The #data method of the response object returns
314
- # a hash with the following structure:
315
- #
316
- # * `:gateway_arn` - (String)
317
- # * `:gateway_id` - (String)
318
- # * `:gateway_timezone` - (String)
319
- # * `:gateway_state` - (String)
320
- # * `:gateway_network_interfaces` - (Array<Hash>)
321
- # * `:ipv_4_address` - (String)
322
- # * `:mac_address` - (String)
323
- # * `:ipv_6_address` - (String)
324
- # * `:gateway_type` - (String)
325
- # * `:next_update_availability_date` - (String)
326
-
327
- # @!method describe_maintenance_start_time(options = {})
328
- # Calls the DescribeMaintenanceStartTime API operation.
329
- # @param [Hash] options
330
- #
331
- # * `:gateway_arn` - *required* - (String)
332
- # @return [Core::Response]
333
- # The #data method of the response object returns
334
- # a hash with the following structure:
335
- #
336
- # * `:gateway_arn` - (String)
337
- # * `:hour_of_day` - (Integer)
338
- # * `:minute_of_hour` - (Integer)
339
- # * `:day_of_week` - (Integer)
340
- # * `:timezone` - (String)
341
-
342
- # @!method describe_snapshot_schedule(options = {})
343
- # Calls the DescribeSnapshotSchedule API operation.
344
- # @param [Hash] options
345
- #
346
- # * `:volume_arn` - *required* - (String)
347
- # @return [Core::Response]
348
- # The #data method of the response object returns
349
- # a hash with the following structure:
350
- #
351
- # * `:volume_arn` - (String)
352
- # * `:start_at` - (Integer)
353
- # * `:recurrence_in_hours` - (Integer)
354
- # * `:description` - (String)
355
- # * `:timezone` - (String)
356
-
357
- # @!method describe_storedi_scsi_volumes(options = {})
358
- # Calls the DescribeStorediSCSIVolumes API operation.
359
- # @param [Hash] options
360
- #
361
- # * `:volume_ar_ns` - *required* - (Array<String>)
362
- # @return [Core::Response]
363
- # The #data method of the response object returns
364
- # a hash with the following structure:
365
- #
366
- # * `:storedi_scsi_volumes` - (Array<Hash>)
367
- # * `:volume_arn` - (String)
368
- # * `:volume_id` - (String)
369
- # * `:volume_type` - (String)
370
- # * `:volume_status` - (String)
371
- # * `:volume_size_in_bytes` - (Integer)
372
- # * `:volume_progress` - (Numeric)
373
- # * `:volume_disk_id` - (String)
374
- # * `:source_snapshot_id` - (String)
375
- # * `:preserved_existing_data` - (Boolean)
376
- # * `:volumei_scsi_attributes` - (Hash)
377
- # * `:target_arn` - (String)
378
- # * `:network_interface_id` - (String)
379
- # * `:network_interface_port` - (Integer)
380
- # * `:lun_number` - (Integer)
381
- # * `:chap_enabled` - (Boolean)
382
-
383
- # @!method describe_upload_buffer(options = {})
384
- # Calls the DescribeUploadBuffer API operation.
385
- # @param [Hash] options
386
- #
387
- # * `:gateway_arn` - *required* - (String)
388
- # @return [Core::Response]
389
- # The #data method of the response object returns
390
- # a hash with the following structure:
391
- #
392
- # * `:gateway_arn` - (String)
393
- # * `:disk_ids` - (Array<String>)
394
- # * `:upload_buffer_used_in_bytes` - (Integer)
395
- # * `:upload_buffer_allocated_in_bytes` - (Integer)
396
-
397
- # @!method describe_working_storage(options = {})
398
- # Calls the DescribeWorkingStorage API operation.
399
- # @param [Hash] options
400
- #
401
- # * `:gateway_arn` - *required* - (String)
402
- # @return [Core::Response]
403
- # The #data method of the response object returns
404
- # a hash with the following structure:
405
- #
406
- # * `:gateway_arn` - (String)
407
- # * `:disk_ids` - (Array<String>)
408
- # * `:working_storage_used_in_bytes` - (Integer)
409
- # * `:working_storage_allocated_in_bytes` - (Integer)
410
-
411
- # @!method list_gateways(options = {})
412
- # Calls the ListGateways API operation.
413
- # @param [Hash] options
414
- #
415
- # * `:marker` - (String)
416
- # * `:limit` - (Integer)
417
- # @return [Core::Response]
418
- # The #data method of the response object returns
419
- # a hash with the following structure:
420
- #
421
- # * `:gateways` - (Array<Hash>)
422
- # * `:gateway_arn` - (String)
423
- # * `:marker` - (String)
424
-
425
- # @!method list_local_disks(options = {})
426
- # Calls the ListLocalDisks API operation.
427
- # @param [Hash] options
428
- #
429
- # * `:gateway_arn` - *required* - (String)
430
- # @return [Core::Response]
431
- # The #data method of the response object returns
432
- # a hash with the following structure:
433
- #
434
- # * `:gateway_arn` - (String)
435
- # * `:disks` - (Array<Hash>)
436
- # * `:disk_id` - (String)
437
- # * `:disk_path` - (String)
438
- # * `:disk_node` - (String)
439
- # * `:disk_size_in_bytes` - (Integer)
440
- # * `:disk_allocation_type` - (String)
441
- # * `:disk_allocation_resource` - (String)
442
-
443
- # @!method list_volume_recovery_points(options = {})
444
- # Calls the ListVolumeRecoveryPoints API operation.
445
- # @param [Hash] options
446
- #
447
- # * `:gateway_arn` - *required* - (String)
448
- # @return [Core::Response]
449
- # The #data method of the response object returns
450
- # a hash with the following structure:
451
- #
452
- # * `:gateway_arn` - (String)
453
- # * `:volume_recovery_point_infos` - (Array<Hash>)
454
- # * `:volume_arn` - (String)
455
- # * `:volume_size_in_bytes` - (Integer)
456
- # * `:volume_usage_in_bytes` - (Integer)
457
- # * `:volume_recovery_point_time` - (String)
458
-
459
- # @!method list_volumes(options = {})
460
- # Calls the ListVolumes API operation.
461
- # @param [Hash] options
462
- #
463
- # * `:gateway_arn` - *required* - (String)
464
- # * `:marker` - (String)
465
- # * `:limit` - (Integer)
466
- # @return [Core::Response]
467
- # The #data method of the response object returns
468
- # a hash with the following structure:
469
- #
470
- # * `:gateway_arn` - (String)
471
- # * `:marker` - (String)
472
- # * `:volume_infos` - (Array<Hash>)
473
- # * `:volume_arn` - (String)
474
- # * `:volume_type` - (String)
475
-
476
- # @!method shutdown_gateway(options = {})
477
- # Calls the ShutdownGateway API operation.
478
- # @param [Hash] options
479
- #
480
- # * `:gateway_arn` - *required* - (String)
481
- # @return [Core::Response]
482
- # The #data method of the response object returns
483
- # a hash with the following structure:
484
- #
485
- # * `:gateway_arn` - (String)
486
-
487
- # @!method start_gateway(options = {})
488
- # Calls the StartGateway API operation.
489
- # @param [Hash] options
490
- #
491
- # * `:gateway_arn` - *required* - (String)
492
- # @return [Core::Response]
493
- # The #data method of the response object returns
494
- # a hash with the following structure:
495
- #
496
- # * `:gateway_arn` - (String)
497
-
498
- # @!method update_bandwidth_rate_limit(options = {})
499
- # Calls the UpdateBandwidthRateLimit API operation.
500
- # @param [Hash] options
501
- #
502
- # * `:gateway_arn` - *required* - (String)
503
- # * `:average_upload_rate_limit_in_bits_per_sec` - (Integer)
504
- # * `:average_download_rate_limit_in_bits_per_sec` - (Integer)
505
- # @return [Core::Response]
506
- # The #data method of the response object returns
507
- # a hash with the following structure:
508
- #
509
- # * `:gateway_arn` - (String)
510
-
511
- # @!method update_chap_credentials(options = {})
512
- # Calls the UpdateChapCredentials API operation.
513
- # @param [Hash] options
514
- #
515
- # * `:target_arn` - *required* - (String)
516
- # * `:secret_to_authenticate_initiator` - *required* - (String)
517
- # * `:initiator_name` - *required* - (String)
518
- # * `:secret_to_authenticate_target` - (String)
519
- # @return [Core::Response]
520
- # The #data method of the response object returns
521
- # a hash with the following structure:
522
- #
523
- # * `:target_arn` - (String)
524
- # * `:initiator_name` - (String)
525
-
526
- # @!method update_gateway_information(options = {})
527
- # Calls the UpdateGatewayInformation API operation.
528
- # @param [Hash] options
529
- #
530
- # * `:gateway_arn` - *required* - (String)
531
- # * `:gateway_name` - (String)
532
- # * `:gateway_timezone` - (String) Valid values include:
533
- # * `GMT-12:00`
534
- # * `GMT-11:00`
535
- # * `GMT-10:00`
536
- # * `GMT-9:00`
537
- # * `GMT-8:00`
538
- # * `GMT-7:00`
539
- # * `GMT-6:00`
540
- # * `GMT-5:00`
541
- # * `GMT-4:00`
542
- # * `GMT-3:30`
543
- # * `GMT-3:00`
544
- # * `GMT-2:00`
545
- # * `GMT-1:00`
546
- # * `GMT`
547
- # * `GMT+1:00`
548
- # * `GMT+2:00`
549
- # * `GMT+3:00`
550
- # * `GMT+3:30`
551
- # * `GMT+4:00`
552
- # * `GMT+4:30`
553
- # * `GMT+5:00`
554
- # * `GMT+5:30`
555
- # * `GMT+5:45`
556
- # * `GMT+6:00`
557
- # * `GMT+7:00`
558
- # * `GMT+8:00`
559
- # * `GMT+9:00`
560
- # * `GMT+9:30`
561
- # * `GMT+10:00`
562
- # * `GMT+11:00`
563
- # * `GMT+12:00`
564
- # @return [Core::Response]
565
- # The #data method of the response object returns
566
- # a hash with the following structure:
567
- #
568
- # * `:gateway_arn` - (String)
569
-
570
- # @!method update_gateway_software_now(options = {})
571
- # Calls the UpdateGatewaySoftwareNow API operation.
572
- # @param [Hash] options
573
- #
574
- # * `:gateway_arn` - *required* - (String)
575
- # @return [Core::Response]
576
- # The #data method of the response object returns
577
- # a hash with the following structure:
578
- #
579
- # * `:gateway_arn` - (String)
580
-
581
- # @!method update_maintenance_start_time(options = {})
582
- # Calls the UpdateMaintenanceStartTime API operation.
583
- # @param [Hash] options
584
- #
585
- # * `:gateway_arn` - *required* - (String)
586
- # * `:hour_of_day` - *required* - (Integer)
587
- # * `:minute_of_hour` - *required* - (Integer)
588
- # * `:day_of_week` - *required* - (Integer)
589
- # @return [Core::Response]
590
- # The #data method of the response object returns
591
- # a hash with the following structure:
592
- #
593
- # * `:gateway_arn` - (String)
594
-
595
- # @!method update_snapshot_schedule(options = {})
596
- # Calls the UpdateSnapshotSchedule API operation.
597
- # @param [Hash] options
598
- #
599
- # * `:volume_arn` - *required* - (String)
600
- # * `:start_at` - *required* - (Integer)
601
- # * `:recurrence_in_hours` - *required* - (Integer)
602
- # * `:description` - (String)
603
- # @return [Core::Response]
604
- # The #data method of the response object returns
605
- # a hash with the following structure:
606
- #
607
- # * `:volume_arn` - (String)
608
-
609
- # end client methods #
610
-
611
29
  define_client_methods('2012-06-30')
612
30
 
613
31
  end