aws-sdk-storagegateway 1.0.0.rc2 → 1.0.0.rc3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9769648f793cd53858bd4ec36b4372a86616a5dd
|
4
|
+
data.tar.gz: dc11102e6a3d5cfd2c3c5c084ae6ccfe89345e4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 965862853e3c702870c34e627741a4889b0a38fb8b3cc567303d5c815df8969ad6b2ec9426a6e64e46abccefe862e886c540bb27c8d5b6c2a64e17f6547a5d8b
|
7
|
+
data.tar.gz: 8cb613632130bed7d62a53e0522e3d7687ea96c9090c90742b39f0ffbe2843b2b2ff449666abe66a87631083792e459c4fbdc0ab46ed5d003d6e38ccfd210c76
|
@@ -240,6 +240,8 @@ module Aws::StorageGateway
|
|
240
240
|
#
|
241
241
|
# resp.gateway_arn #=> String
|
242
242
|
#
|
243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGateway AWS API Documentation
|
244
|
+
#
|
243
245
|
# @overload activate_gateway(params = {})
|
244
246
|
# @param [Hash] params ({})
|
245
247
|
def activate_gateway(params = {}, options = {})
|
@@ -281,6 +283,8 @@ module Aws::StorageGateway
|
|
281
283
|
#
|
282
284
|
# resp.gateway_arn #=> String
|
283
285
|
#
|
286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCache AWS API Documentation
|
287
|
+
#
|
284
288
|
# @overload add_cache(params = {})
|
285
289
|
# @param [Hash] params ({})
|
286
290
|
def add_cache(params = {}, options = {})
|
@@ -347,6 +351,8 @@ module Aws::StorageGateway
|
|
347
351
|
#
|
348
352
|
# resp.resource_arn #=> String
|
349
353
|
#
|
354
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddTagsToResource AWS API Documentation
|
355
|
+
#
|
350
356
|
# @overload add_tags_to_resource(params = {})
|
351
357
|
# @param [Hash] params ({})
|
352
358
|
def add_tags_to_resource(params = {}, options = {})
|
@@ -383,6 +389,8 @@ module Aws::StorageGateway
|
|
383
389
|
#
|
384
390
|
# resp.gateway_arn #=> String
|
385
391
|
#
|
392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBuffer AWS API Documentation
|
393
|
+
#
|
386
394
|
# @overload add_upload_buffer(params = {})
|
387
395
|
# @param [Hash] params ({})
|
388
396
|
def add_upload_buffer(params = {}, options = {})
|
@@ -429,6 +437,8 @@ module Aws::StorageGateway
|
|
429
437
|
#
|
430
438
|
# resp.gateway_arn #=> String
|
431
439
|
#
|
440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorage AWS API Documentation
|
441
|
+
#
|
432
442
|
# @overload add_working_storage(params = {})
|
433
443
|
# @param [Hash] params ({})
|
434
444
|
def add_working_storage(params = {}, options = {})
|
@@ -462,6 +472,8 @@ module Aws::StorageGateway
|
|
462
472
|
#
|
463
473
|
# resp.tape_arn #=> String
|
464
474
|
#
|
475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelArchival AWS API Documentation
|
476
|
+
#
|
465
477
|
# @overload cancel_archival(params = {})
|
466
478
|
# @param [Hash] params ({})
|
467
479
|
def cancel_archival(params = {}, options = {})
|
@@ -496,6 +508,8 @@ module Aws::StorageGateway
|
|
496
508
|
#
|
497
509
|
# resp.tape_arn #=> String
|
498
510
|
#
|
511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelRetrieval AWS API Documentation
|
512
|
+
#
|
499
513
|
# @overload cancel_retrieval(params = {})
|
500
514
|
# @param [Hash] params ({})
|
501
515
|
def cancel_retrieval(params = {}, options = {})
|
@@ -568,6 +582,8 @@ module Aws::StorageGateway
|
|
568
582
|
# resp.volume_arn #=> String
|
569
583
|
# resp.target_arn #=> String
|
570
584
|
#
|
585
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateCachediSCSIVolume AWS API Documentation
|
586
|
+
#
|
571
587
|
# @overload create_cached_iscsi_volume(params = {})
|
572
588
|
# @param [Hash] params ({})
|
573
589
|
def create_cached_iscsi_volume(params = {}, options = {})
|
@@ -612,6 +628,10 @@ module Aws::StorageGateway
|
|
612
628
|
# this field is not populated, the default value S3\_STANDARD is used.
|
613
629
|
# Optional.
|
614
630
|
#
|
631
|
+
# @option params [Array<String>] :client_list
|
632
|
+
# The list of clients that are allowed to access the file gateway. The
|
633
|
+
# list must contain either valid IP addresses or valid CIDR blocks.
|
634
|
+
#
|
615
635
|
# @return [Types::CreateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
616
636
|
#
|
617
637
|
# * {Types::CreateNFSFileShareOutput#file_share_arn #file_share_arn} => String
|
@@ -632,12 +652,15 @@ module Aws::StorageGateway
|
|
632
652
|
# role: "Role", # required
|
633
653
|
# location_arn: "LocationARN", # required
|
634
654
|
# default_storage_class: "StorageClass",
|
655
|
+
# client_list: ["IPV4AddressCIDR"],
|
635
656
|
# })
|
636
657
|
#
|
637
658
|
# @example Response structure
|
638
659
|
#
|
639
660
|
# resp.file_share_arn #=> String
|
640
661
|
#
|
662
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShare AWS API Documentation
|
663
|
+
#
|
641
664
|
# @overload create_nfs_file_share(params = {})
|
642
665
|
# @param [Hash] params ({})
|
643
666
|
def create_nfs_file_share(params = {}, options = {})
|
@@ -707,6 +730,8 @@ module Aws::StorageGateway
|
|
707
730
|
# resp.volume_arn #=> String
|
708
731
|
# resp.snapshot_id #=> String
|
709
732
|
#
|
733
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshot AWS API Documentation
|
734
|
+
#
|
710
735
|
# @overload create_snapshot(params = {})
|
711
736
|
# @param [Hash] params ({})
|
712
737
|
def create_snapshot(params = {}, options = {})
|
@@ -760,6 +785,8 @@ module Aws::StorageGateway
|
|
760
785
|
# resp.volume_arn #=> String
|
761
786
|
# resp.volume_recovery_point_time #=> String
|
762
787
|
#
|
788
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotFromVolumeRecoveryPoint AWS API Documentation
|
789
|
+
#
|
763
790
|
# @overload create_snapshot_from_volume_recovery_point(params = {})
|
764
791
|
# @param [Hash] params ({})
|
765
792
|
def create_snapshot_from_volume_recovery_point(params = {}, options = {})
|
@@ -851,6 +878,8 @@ module Aws::StorageGateway
|
|
851
878
|
# resp.volume_size_in_bytes #=> Integer
|
852
879
|
# resp.target_arn #=> String
|
853
880
|
#
|
881
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateStorediSCSIVolume AWS API Documentation
|
882
|
+
#
|
854
883
|
# @overload create_stored_iscsi_volume(params = {})
|
855
884
|
# @param [Hash] params ({})
|
856
885
|
def create_stored_iscsi_volume(params = {}, options = {})
|
@@ -898,6 +927,8 @@ module Aws::StorageGateway
|
|
898
927
|
#
|
899
928
|
# resp.tape_arn #=> String
|
900
929
|
#
|
930
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcode AWS API Documentation
|
931
|
+
#
|
901
932
|
# @overload create_tape_with_barcode(params = {})
|
902
933
|
# @param [Hash] params ({})
|
903
934
|
def create_tape_with_barcode(params = {}, options = {})
|
@@ -967,6 +998,8 @@ module Aws::StorageGateway
|
|
967
998
|
# resp.tape_arns #=> Array
|
968
999
|
# resp.tape_arns[0] #=> String
|
969
1000
|
#
|
1001
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapes AWS API Documentation
|
1002
|
+
#
|
970
1003
|
# @overload create_tapes(params = {})
|
971
1004
|
# @param [Hash] params ({})
|
972
1005
|
def create_tapes(params = {}, options = {})
|
@@ -1005,6 +1038,8 @@ module Aws::StorageGateway
|
|
1005
1038
|
#
|
1006
1039
|
# resp.gateway_arn #=> String
|
1007
1040
|
#
|
1041
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimit AWS API Documentation
|
1042
|
+
#
|
1008
1043
|
# @overload delete_bandwidth_rate_limit(params = {})
|
1009
1044
|
# @param [Hash] params ({})
|
1010
1045
|
def delete_bandwidth_rate_limit(params = {}, options = {})
|
@@ -1040,6 +1075,8 @@ module Aws::StorageGateway
|
|
1040
1075
|
# resp.target_arn #=> String
|
1041
1076
|
# resp.initiator_name #=> String
|
1042
1077
|
#
|
1078
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteChapCredentials AWS API Documentation
|
1079
|
+
#
|
1043
1080
|
# @overload delete_chap_credentials(params = {})
|
1044
1081
|
# @param [Hash] params ({})
|
1045
1082
|
def delete_chap_credentials(params = {}, options = {})
|
@@ -1066,6 +1103,8 @@ module Aws::StorageGateway
|
|
1066
1103
|
#
|
1067
1104
|
# resp.file_share_arn #=> String
|
1068
1105
|
#
|
1106
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteFileShare AWS API Documentation
|
1107
|
+
#
|
1069
1108
|
# @overload delete_file_share(params = {})
|
1070
1109
|
# @param [Hash] params ({})
|
1071
1110
|
def delete_file_share(params = {}, options = {})
|
@@ -1115,6 +1154,8 @@ module Aws::StorageGateway
|
|
1115
1154
|
#
|
1116
1155
|
# resp.gateway_arn #=> String
|
1117
1156
|
#
|
1157
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGateway AWS API Documentation
|
1158
|
+
#
|
1118
1159
|
# @overload delete_gateway(params = {})
|
1119
1160
|
# @param [Hash] params ({})
|
1120
1161
|
def delete_gateway(params = {}, options = {})
|
@@ -1155,6 +1196,8 @@ module Aws::StorageGateway
|
|
1155
1196
|
#
|
1156
1197
|
# resp.volume_arn #=> String
|
1157
1198
|
#
|
1199
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteSnapshotSchedule AWS API Documentation
|
1200
|
+
#
|
1158
1201
|
# @overload delete_snapshot_schedule(params = {})
|
1159
1202
|
# @param [Hash] params ({})
|
1160
1203
|
def delete_snapshot_schedule(params = {}, options = {})
|
@@ -1187,6 +1230,8 @@ module Aws::StorageGateway
|
|
1187
1230
|
#
|
1188
1231
|
# resp.tape_arn #=> String
|
1189
1232
|
#
|
1233
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTape AWS API Documentation
|
1234
|
+
#
|
1190
1235
|
# @overload delete_tape(params = {})
|
1191
1236
|
# @param [Hash] params ({})
|
1192
1237
|
def delete_tape(params = {}, options = {})
|
@@ -1214,6 +1259,8 @@ module Aws::StorageGateway
|
|
1214
1259
|
#
|
1215
1260
|
# resp.tape_arn #=> String
|
1216
1261
|
#
|
1262
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeArchive AWS API Documentation
|
1263
|
+
#
|
1217
1264
|
# @overload delete_tape_archive(params = {})
|
1218
1265
|
# @param [Hash] params ({})
|
1219
1266
|
def delete_tape_archive(params = {}, options = {})
|
@@ -1260,6 +1307,8 @@ module Aws::StorageGateway
|
|
1260
1307
|
#
|
1261
1308
|
# resp.volume_arn #=> String
|
1262
1309
|
#
|
1310
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteVolume AWS API Documentation
|
1311
|
+
#
|
1263
1312
|
# @overload delete_volume(params = {})
|
1264
1313
|
# @param [Hash] params ({})
|
1265
1314
|
def delete_volume(params = {}, options = {})
|
@@ -1299,6 +1348,8 @@ module Aws::StorageGateway
|
|
1299
1348
|
# resp.average_upload_rate_limit_in_bits_per_sec #=> Integer
|
1300
1349
|
# resp.average_download_rate_limit_in_bits_per_sec #=> Integer
|
1301
1350
|
#
|
1351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimit AWS API Documentation
|
1352
|
+
#
|
1302
1353
|
# @overload describe_bandwidth_rate_limit(params = {})
|
1303
1354
|
# @param [Hash] params ({})
|
1304
1355
|
def describe_bandwidth_rate_limit(params = {}, options = {})
|
@@ -1343,6 +1394,8 @@ module Aws::StorageGateway
|
|
1343
1394
|
# resp.cache_hit_percentage #=> Float
|
1344
1395
|
# resp.cache_miss_percentage #=> Float
|
1345
1396
|
#
|
1397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCache AWS API Documentation
|
1398
|
+
#
|
1346
1399
|
# @overload describe_cache(params = {})
|
1347
1400
|
# @param [Hash] params ({})
|
1348
1401
|
def describe_cache(params = {}, options = {})
|
@@ -1387,6 +1440,8 @@ module Aws::StorageGateway
|
|
1387
1440
|
# resp.cached_iscsi_volumes[0].volume_iscsi_attributes.chap_enabled #=> Boolean
|
1388
1441
|
# resp.cached_iscsi_volumes[0].created_date #=> Time
|
1389
1442
|
#
|
1443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCachediSCSIVolumes AWS API Documentation
|
1444
|
+
#
|
1390
1445
|
# @overload describe_cached_iscsi_volumes(params = {})
|
1391
1446
|
# @param [Hash] params ({})
|
1392
1447
|
def describe_cached_iscsi_volumes(params = {}, options = {})
|
@@ -1421,6 +1476,8 @@ module Aws::StorageGateway
|
|
1421
1476
|
# resp.chap_credentials[0].initiator_name #=> String
|
1422
1477
|
# resp.chap_credentials[0].secret_to_authenticate_target #=> String
|
1423
1478
|
#
|
1479
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeChapCredentials AWS API Documentation
|
1480
|
+
#
|
1424
1481
|
# @overload describe_chap_credentials(params = {})
|
1425
1482
|
# @param [Hash] params ({})
|
1426
1483
|
def describe_chap_credentials(params = {}, options = {})
|
@@ -1470,6 +1527,8 @@ module Aws::StorageGateway
|
|
1470
1527
|
# resp.next_update_availability_date #=> String
|
1471
1528
|
# resp.last_software_update #=> String
|
1472
1529
|
#
|
1530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
|
1531
|
+
#
|
1473
1532
|
# @overload describe_gateway_information(params = {})
|
1474
1533
|
# @param [Hash] params ({})
|
1475
1534
|
def describe_gateway_information(params = {}, options = {})
|
@@ -1507,6 +1566,8 @@ module Aws::StorageGateway
|
|
1507
1566
|
# resp.day_of_week #=> Integer
|
1508
1567
|
# resp.timezone #=> String
|
1509
1568
|
#
|
1569
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTime AWS API Documentation
|
1570
|
+
#
|
1510
1571
|
# @overload describe_maintenance_start_time(params = {})
|
1511
1572
|
# @param [Hash] params ({})
|
1512
1573
|
def describe_maintenance_start_time(params = {}, options = {})
|
@@ -1547,6 +1608,10 @@ module Aws::StorageGateway
|
|
1547
1608
|
# resp.nfs_file_share_info_list[0].role #=> String
|
1548
1609
|
# resp.nfs_file_share_info_list[0].location_arn #=> String
|
1549
1610
|
# resp.nfs_file_share_info_list[0].default_storage_class #=> String
|
1611
|
+
# resp.nfs_file_share_info_list[0].client_list #=> Array
|
1612
|
+
# resp.nfs_file_share_info_list[0].client_list[0] #=> String
|
1613
|
+
#
|
1614
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeNFSFileShares AWS API Documentation
|
1550
1615
|
#
|
1551
1616
|
# @overload describe_nfs_file_shares(params = {})
|
1552
1617
|
# @param [Hash] params ({})
|
@@ -1585,6 +1650,8 @@ module Aws::StorageGateway
|
|
1585
1650
|
# resp.description #=> String
|
1586
1651
|
# resp.timezone #=> String
|
1587
1652
|
#
|
1653
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSnapshotSchedule AWS API Documentation
|
1654
|
+
#
|
1588
1655
|
# @overload describe_snapshot_schedule(params = {})
|
1589
1656
|
# @param [Hash] params ({})
|
1590
1657
|
def describe_snapshot_schedule(params = {}, options = {})
|
@@ -1632,6 +1699,8 @@ module Aws::StorageGateway
|
|
1632
1699
|
# resp.stored_iscsi_volumes[0].volume_iscsi_attributes.chap_enabled #=> Boolean
|
1633
1700
|
# resp.stored_iscsi_volumes[0].created_date #=> Time
|
1634
1701
|
#
|
1702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumes AWS API Documentation
|
1703
|
+
#
|
1635
1704
|
# @overload describe_stored_iscsi_volumes(params = {})
|
1636
1705
|
# @param [Hash] params ({})
|
1637
1706
|
def describe_stored_iscsi_volumes(params = {}, options = {})
|
@@ -1683,6 +1752,8 @@ module Aws::StorageGateway
|
|
1683
1752
|
# resp.tape_archives[0].tape_status #=> String
|
1684
1753
|
# resp.marker #=> String
|
1685
1754
|
#
|
1755
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchives AWS API Documentation
|
1756
|
+
#
|
1686
1757
|
# @overload describe_tape_archives(params = {})
|
1687
1758
|
# @param [Hash] params ({})
|
1688
1759
|
def describe_tape_archives(params = {}, options = {})
|
@@ -1734,6 +1805,8 @@ module Aws::StorageGateway
|
|
1734
1805
|
# resp.tape_recovery_point_infos[0].tape_status #=> String
|
1735
1806
|
# resp.marker #=> String
|
1736
1807
|
#
|
1808
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeRecoveryPoints AWS API Documentation
|
1809
|
+
#
|
1737
1810
|
# @overload describe_tape_recovery_points(params = {})
|
1738
1811
|
# @param [Hash] params ({})
|
1739
1812
|
def describe_tape_recovery_points(params = {}, options = {})
|
@@ -1796,6 +1869,8 @@ module Aws::StorageGateway
|
|
1796
1869
|
# resp.tapes[0].progress #=> Float
|
1797
1870
|
# resp.marker #=> String
|
1798
1871
|
#
|
1872
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapes AWS API Documentation
|
1873
|
+
#
|
1799
1874
|
# @overload describe_tapes(params = {})
|
1800
1875
|
# @param [Hash] params ({})
|
1801
1876
|
def describe_tapes(params = {}, options = {})
|
@@ -1836,6 +1911,8 @@ module Aws::StorageGateway
|
|
1836
1911
|
# resp.upload_buffer_used_in_bytes #=> Integer
|
1837
1912
|
# resp.upload_buffer_allocated_in_bytes #=> Integer
|
1838
1913
|
#
|
1914
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBuffer AWS API Documentation
|
1915
|
+
#
|
1839
1916
|
# @overload describe_upload_buffer(params = {})
|
1840
1917
|
# @param [Hash] params ({})
|
1841
1918
|
def describe_upload_buffer(params = {}, options = {})
|
@@ -1900,6 +1977,8 @@ module Aws::StorageGateway
|
|
1900
1977
|
# resp.vtl_devices[0].device_iscsi_attributes.chap_enabled #=> Boolean
|
1901
1978
|
# resp.marker #=> String
|
1902
1979
|
#
|
1980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeVTLDevices AWS API Documentation
|
1981
|
+
#
|
1903
1982
|
# @overload describe_vtl_devices(params = {})
|
1904
1983
|
# @param [Hash] params ({})
|
1905
1984
|
def describe_vtl_devices(params = {}, options = {})
|
@@ -1946,6 +2025,8 @@ module Aws::StorageGateway
|
|
1946
2025
|
# resp.working_storage_used_in_bytes #=> Integer
|
1947
2026
|
# resp.working_storage_allocated_in_bytes #=> Integer
|
1948
2027
|
#
|
2028
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorage AWS API Documentation
|
2029
|
+
#
|
1949
2030
|
# @overload describe_working_storage(params = {})
|
1950
2031
|
# @param [Hash] params ({})
|
1951
2032
|
def describe_working_storage(params = {}, options = {})
|
@@ -1980,6 +2061,8 @@ module Aws::StorageGateway
|
|
1980
2061
|
#
|
1981
2062
|
# resp.gateway_arn #=> String
|
1982
2063
|
#
|
2064
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGateway AWS API Documentation
|
2065
|
+
#
|
1983
2066
|
# @overload disable_gateway(params = {})
|
1984
2067
|
# @param [Hash] params ({})
|
1985
2068
|
def disable_gateway(params = {}, options = {})
|
@@ -2028,6 +2111,8 @@ module Aws::StorageGateway
|
|
2028
2111
|
# resp.file_share_info_list[0].file_share_status #=> String
|
2029
2112
|
# resp.file_share_info_list[0].gateway_arn #=> String
|
2030
2113
|
#
|
2114
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileShares AWS API Documentation
|
2115
|
+
#
|
2031
2116
|
# @overload list_file_shares(params = {})
|
2032
2117
|
# @param [Hash] params ({})
|
2033
2118
|
def list_file_shares(params = {}, options = {})
|
@@ -2078,6 +2163,8 @@ module Aws::StorageGateway
|
|
2078
2163
|
# resp.gateways[0].gateway_name #=> String
|
2079
2164
|
# resp.marker #=> String
|
2080
2165
|
#
|
2166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListGateways AWS API Documentation
|
2167
|
+
#
|
2081
2168
|
# @overload list_gateways(params = {})
|
2082
2169
|
# @param [Hash] params ({})
|
2083
2170
|
def list_gateways(params = {}, options = {})
|
@@ -2124,6 +2211,8 @@ module Aws::StorageGateway
|
|
2124
2211
|
# resp.disks[0].disk_allocation_type #=> String
|
2125
2212
|
# resp.disks[0].disk_allocation_resource #=> String
|
2126
2213
|
#
|
2214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisks AWS API Documentation
|
2215
|
+
#
|
2127
2216
|
# @overload list_local_disks(params = {})
|
2128
2217
|
# @param [Hash] params ({})
|
2129
2218
|
def list_local_disks(params = {}, options = {})
|
@@ -2167,6 +2256,8 @@ module Aws::StorageGateway
|
|
2167
2256
|
# resp.tags[0].key #=> String
|
2168
2257
|
# resp.tags[0].value #=> String
|
2169
2258
|
#
|
2259
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTagsForResource AWS API Documentation
|
2260
|
+
#
|
2170
2261
|
# @overload list_tags_for_resource(params = {})
|
2171
2262
|
# @param [Hash] params ({})
|
2172
2263
|
def list_tags_for_resource(params = {}, options = {})
|
@@ -2223,6 +2314,8 @@ module Aws::StorageGateway
|
|
2223
2314
|
# resp.tape_infos[0].gateway_arn #=> String
|
2224
2315
|
# resp.marker #=> String
|
2225
2316
|
#
|
2317
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapes AWS API Documentation
|
2318
|
+
#
|
2226
2319
|
# @overload list_tapes(params = {})
|
2227
2320
|
# @param [Hash] params ({})
|
2228
2321
|
def list_tapes(params = {}, options = {})
|
@@ -2252,6 +2345,8 @@ module Aws::StorageGateway
|
|
2252
2345
|
# resp.initiators #=> Array
|
2253
2346
|
# resp.initiators[0] #=> String
|
2254
2347
|
#
|
2348
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeInitiators AWS API Documentation
|
2349
|
+
#
|
2255
2350
|
# @overload list_volume_initiators(params = {})
|
2256
2351
|
# @param [Hash] params ({})
|
2257
2352
|
def list_volume_initiators(params = {}, options = {})
|
@@ -2292,6 +2387,8 @@ module Aws::StorageGateway
|
|
2292
2387
|
# resp.volume_recovery_point_infos[0].volume_usage_in_bytes #=> Integer
|
2293
2388
|
# resp.volume_recovery_point_infos[0].volume_recovery_point_time #=> String
|
2294
2389
|
#
|
2390
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPoints AWS API Documentation
|
2391
|
+
#
|
2295
2392
|
# @overload list_volume_recovery_points(params = {})
|
2296
2393
|
# @param [Hash] params ({})
|
2297
2394
|
def list_volume_recovery_points(params = {}, options = {})
|
@@ -2350,6 +2447,8 @@ module Aws::StorageGateway
|
|
2350
2447
|
# resp.volume_infos[0].volume_type #=> String
|
2351
2448
|
# resp.volume_infos[0].volume_size_in_bytes #=> Integer
|
2352
2449
|
#
|
2450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumes AWS API Documentation
|
2451
|
+
#
|
2353
2452
|
# @overload list_volumes(params = {})
|
2354
2453
|
# @param [Hash] params ({})
|
2355
2454
|
def list_volumes(params = {}, options = {})
|
@@ -2382,6 +2481,8 @@ module Aws::StorageGateway
|
|
2382
2481
|
#
|
2383
2482
|
# resp.resource_arn #=> String
|
2384
2483
|
#
|
2484
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RemoveTagsFromResource AWS API Documentation
|
2485
|
+
#
|
2385
2486
|
# @overload remove_tags_from_resource(params = {})
|
2386
2487
|
# @param [Hash] params ({})
|
2387
2488
|
def remove_tags_from_resource(params = {}, options = {})
|
@@ -2421,6 +2522,8 @@ module Aws::StorageGateway
|
|
2421
2522
|
#
|
2422
2523
|
# resp.gateway_arn #=> String
|
2423
2524
|
#
|
2525
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCache AWS API Documentation
|
2526
|
+
#
|
2424
2527
|
# @overload reset_cache(params = {})
|
2425
2528
|
# @param [Hash] params ({})
|
2426
2529
|
def reset_cache(params = {}, options = {})
|
@@ -2464,6 +2567,8 @@ module Aws::StorageGateway
|
|
2464
2567
|
#
|
2465
2568
|
# resp.tape_arn #=> String
|
2466
2569
|
#
|
2570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeArchive AWS API Documentation
|
2571
|
+
#
|
2467
2572
|
# @overload retrieve_tape_archive(params = {})
|
2468
2573
|
# @param [Hash] params ({})
|
2469
2574
|
def retrieve_tape_archive(params = {}, options = {})
|
@@ -2507,6 +2612,8 @@ module Aws::StorageGateway
|
|
2507
2612
|
#
|
2508
2613
|
# resp.tape_arn #=> String
|
2509
2614
|
#
|
2615
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPoint AWS API Documentation
|
2616
|
+
#
|
2510
2617
|
# @overload retrieve_tape_recovery_point(params = {})
|
2511
2618
|
# @param [Hash] params ({})
|
2512
2619
|
def retrieve_tape_recovery_point(params = {}, options = {})
|
@@ -2541,6 +2648,8 @@ module Aws::StorageGateway
|
|
2541
2648
|
#
|
2542
2649
|
# resp.gateway_arn #=> String
|
2543
2650
|
#
|
2651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePassword AWS API Documentation
|
2652
|
+
#
|
2544
2653
|
# @overload set_local_console_password(params = {})
|
2545
2654
|
# @param [Hash] params ({})
|
2546
2655
|
def set_local_console_password(params = {}, options = {})
|
@@ -2595,6 +2704,8 @@ module Aws::StorageGateway
|
|
2595
2704
|
#
|
2596
2705
|
# resp.gateway_arn #=> String
|
2597
2706
|
#
|
2707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGateway AWS API Documentation
|
2708
|
+
#
|
2598
2709
|
# @overload shutdown_gateway(params = {})
|
2599
2710
|
# @param [Hash] params ({})
|
2600
2711
|
def shutdown_gateway(params = {}, options = {})
|
@@ -2636,6 +2747,8 @@ module Aws::StorageGateway
|
|
2636
2747
|
#
|
2637
2748
|
# resp.gateway_arn #=> String
|
2638
2749
|
#
|
2750
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGateway AWS API Documentation
|
2751
|
+
#
|
2639
2752
|
# @overload start_gateway(params = {})
|
2640
2753
|
# @param [Hash] params ({})
|
2641
2754
|
def start_gateway(params = {}, options = {})
|
@@ -2682,6 +2795,8 @@ module Aws::StorageGateway
|
|
2682
2795
|
#
|
2683
2796
|
# resp.gateway_arn #=> String
|
2684
2797
|
#
|
2798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimit AWS API Documentation
|
2799
|
+
#
|
2685
2800
|
# @overload update_bandwidth_rate_limit(params = {})
|
2686
2801
|
# @param [Hash] params ({})
|
2687
2802
|
def update_bandwidth_rate_limit(params = {}, options = {})
|
@@ -2742,6 +2857,8 @@ module Aws::StorageGateway
|
|
2742
2857
|
# resp.target_arn #=> String
|
2743
2858
|
# resp.initiator_name #=> String
|
2744
2859
|
#
|
2860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateChapCredentials AWS API Documentation
|
2861
|
+
#
|
2745
2862
|
# @overload update_chap_credentials(params = {})
|
2746
2863
|
# @param [Hash] params ({})
|
2747
2864
|
def update_chap_credentials(params = {}, options = {})
|
@@ -2786,6 +2903,8 @@ module Aws::StorageGateway
|
|
2786
2903
|
# resp.gateway_arn #=> String
|
2787
2904
|
# resp.gateway_name #=> String
|
2788
2905
|
#
|
2906
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformation AWS API Documentation
|
2907
|
+
#
|
2789
2908
|
# @overload update_gateway_information(params = {})
|
2790
2909
|
# @param [Hash] params ({})
|
2791
2910
|
def update_gateway_information(params = {}, options = {})
|
@@ -2833,6 +2952,8 @@ module Aws::StorageGateway
|
|
2833
2952
|
#
|
2834
2953
|
# resp.gateway_arn #=> String
|
2835
2954
|
#
|
2955
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNow AWS API Documentation
|
2956
|
+
#
|
2836
2957
|
# @overload update_gateway_software_now(params = {})
|
2837
2958
|
# @param [Hash] params ({})
|
2838
2959
|
def update_gateway_software_now(params = {}, options = {})
|
@@ -2879,6 +3000,8 @@ module Aws::StorageGateway
|
|
2879
3000
|
#
|
2880
3001
|
# resp.gateway_arn #=> String
|
2881
3002
|
#
|
3003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTime AWS API Documentation
|
3004
|
+
#
|
2882
3005
|
# @overload update_maintenance_start_time(params = {})
|
2883
3006
|
# @param [Hash] params ({})
|
2884
3007
|
def update_maintenance_start_time(params = {}, options = {})
|
@@ -2913,6 +3036,10 @@ module Aws::StorageGateway
|
|
2913
3036
|
# If this field is not populated, the default value S3\_STANDARD is
|
2914
3037
|
# used. Optional.
|
2915
3038
|
#
|
3039
|
+
# @option params [Array<String>] :client_list
|
3040
|
+
# The list of clients that are allowed to access the file gateway. The
|
3041
|
+
# list must contain either valid IP addresses or valid CIDR blocks.
|
3042
|
+
#
|
2916
3043
|
# @return [Types::UpdateNFSFileShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2917
3044
|
#
|
2918
3045
|
# * {Types::UpdateNFSFileShareOutput#file_share_arn #file_share_arn} => String
|
@@ -2930,12 +3057,15 @@ module Aws::StorageGateway
|
|
2930
3057
|
# owner_id: 1,
|
2931
3058
|
# },
|
2932
3059
|
# default_storage_class: "StorageClass",
|
3060
|
+
# client_list: ["IPV4AddressCIDR"],
|
2933
3061
|
# })
|
2934
3062
|
#
|
2935
3063
|
# @example Response structure
|
2936
3064
|
#
|
2937
3065
|
# resp.file_share_arn #=> String
|
2938
3066
|
#
|
3067
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShare AWS API Documentation
|
3068
|
+
#
|
2939
3069
|
# @overload update_nfs_file_share(params = {})
|
2940
3070
|
# @param [Hash] params ({})
|
2941
3071
|
def update_nfs_file_share(params = {}, options = {})
|
@@ -2987,6 +3117,8 @@ module Aws::StorageGateway
|
|
2987
3117
|
#
|
2988
3118
|
# resp.volume_arn #=> String
|
2989
3119
|
#
|
3120
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSnapshotSchedule AWS API Documentation
|
3121
|
+
#
|
2990
3122
|
# @overload update_snapshot_schedule(params = {})
|
2991
3123
|
# @param [Hash] params ({})
|
2992
3124
|
def update_snapshot_schedule(params = {}, options = {})
|
@@ -3023,6 +3155,8 @@ module Aws::StorageGateway
|
|
3023
3155
|
#
|
3024
3156
|
# resp.vtl_device_arn #=> String
|
3025
3157
|
#
|
3158
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceType AWS API Documentation
|
3159
|
+
#
|
3026
3160
|
# @overload update_vtl_device_type(params = {})
|
3027
3161
|
# @param [Hash] params ({})
|
3028
3162
|
def update_vtl_device_type(params = {}, options = {})
|
@@ -3043,7 +3177,7 @@ module Aws::StorageGateway
|
|
3043
3177
|
params: params,
|
3044
3178
|
config: config)
|
3045
3179
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
3046
|
-
context[:gem_version] = '1.0.0.
|
3180
|
+
context[:gem_version] = '1.0.0.rc3'
|
3047
3181
|
Seahorse::Client::Request.new(handlers, context)
|
3048
3182
|
end
|
3049
3183
|
|