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.
@@ -112,6 +112,7 @@ module Aws::StorageGateway
|
|
112
112
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
113
113
|
FileShareARN = Shapes::StringShape.new(name: 'FileShareARN')
|
114
114
|
FileShareARNList = Shapes::ListShape.new(name: 'FileShareARNList')
|
115
|
+
FileShareClientList = Shapes::ListShape.new(name: 'FileShareClientList')
|
115
116
|
FileShareId = Shapes::StringShape.new(name: 'FileShareId')
|
116
117
|
FileShareInfo = Shapes::StructureShape.new(name: 'FileShareInfo')
|
117
118
|
FileShareInfoList = Shapes::ListShape.new(name: 'FileShareInfoList')
|
@@ -127,6 +128,7 @@ module Aws::StorageGateway
|
|
127
128
|
GatewayType = Shapes::StringShape.new(name: 'GatewayType')
|
128
129
|
Gateways = Shapes::ListShape.new(name: 'Gateways')
|
129
130
|
HourOfDay = Shapes::IntegerShape.new(name: 'HourOfDay')
|
131
|
+
IPV4AddressCIDR = Shapes::StringShape.new(name: 'IPV4AddressCIDR')
|
130
132
|
Initiator = Shapes::StringShape.new(name: 'Initiator')
|
131
133
|
Initiators = Shapes::ListShape.new(name: 'Initiators')
|
132
134
|
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
@@ -352,6 +354,7 @@ module Aws::StorageGateway
|
|
352
354
|
CreateNFSFileShareInput.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
|
353
355
|
CreateNFSFileShareInput.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationARN, required: true, location_name: "LocationARN"))
|
354
356
|
CreateNFSFileShareInput.add_member(:default_storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "DefaultStorageClass"))
|
357
|
+
CreateNFSFileShareInput.add_member(:client_list, Shapes::ShapeRef.new(shape: FileShareClientList, location_name: "ClientList"))
|
355
358
|
CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
|
356
359
|
|
357
360
|
CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -620,6 +623,8 @@ module Aws::StorageGateway
|
|
620
623
|
|
621
624
|
FileShareARNList.member = Shapes::ShapeRef.new(shape: FileShareARN)
|
622
625
|
|
626
|
+
FileShareClientList.member = Shapes::ShapeRef.new(shape: IPV4AddressCIDR)
|
627
|
+
|
623
628
|
FileShareInfo.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
624
629
|
FileShareInfo.add_member(:file_share_id, Shapes::ShapeRef.new(shape: FileShareId, location_name: "FileShareId"))
|
625
630
|
FileShareInfo.add_member(:file_share_status, Shapes::ShapeRef.new(shape: FileShareStatus, location_name: "FileShareStatus"))
|
@@ -725,6 +730,7 @@ module Aws::StorageGateway
|
|
725
730
|
NFSFileShareInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
|
726
731
|
NFSFileShareInfo.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationARN, location_name: "LocationARN"))
|
727
732
|
NFSFileShareInfo.add_member(:default_storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "DefaultStorageClass"))
|
733
|
+
NFSFileShareInfo.add_member(:client_list, Shapes::ShapeRef.new(shape: FileShareClientList, location_name: "ClientList"))
|
728
734
|
NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
|
729
735
|
|
730
736
|
NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
|
@@ -895,6 +901,7 @@ module Aws::StorageGateway
|
|
895
901
|
UpdateNFSFileShareInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
896
902
|
UpdateNFSFileShareInput.add_member(:nfs_file_share_defaults, Shapes::ShapeRef.new(shape: NFSFileShareDefaults, location_name: "NFSFileShareDefaults"))
|
897
903
|
UpdateNFSFileShareInput.add_member(:default_storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "DefaultStorageClass"))
|
904
|
+
UpdateNFSFileShareInput.add_member(:client_list, Shapes::ShapeRef.new(shape: FileShareClientList, location_name: "ClientList"))
|
898
905
|
UpdateNFSFileShareInput.struct_class = Types::UpdateNFSFileShareInput
|
899
906
|
|
900
907
|
UpdateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -96,6 +96,8 @@ module Aws::StorageGateway
|
|
96
96
|
# Valid Values: "STK-L700", "AWS-Gateway-VTL"
|
97
97
|
# @return [String]
|
98
98
|
#
|
99
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGatewayInput AWS API Documentation
|
100
|
+
#
|
99
101
|
class ActivateGatewayInput < Struct.new(
|
100
102
|
:activation_key,
|
101
103
|
:gateway_name,
|
@@ -124,6 +126,8 @@ module Aws::StorageGateway
|
|
124
126
|
# operation to return a list of gateways for your account and region.
|
125
127
|
# @return [String]
|
126
128
|
#
|
129
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGatewayOutput AWS API Documentation
|
130
|
+
#
|
127
131
|
class ActivateGatewayOutput < Struct.new(
|
128
132
|
:gateway_arn)
|
129
133
|
include Aws::Structure
|
@@ -145,6 +149,8 @@ module Aws::StorageGateway
|
|
145
149
|
# @!attribute [rw] disk_ids
|
146
150
|
# @return [Array<String>]
|
147
151
|
#
|
152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCacheInput AWS API Documentation
|
153
|
+
#
|
148
154
|
class AddCacheInput < Struct.new(
|
149
155
|
:gateway_arn,
|
150
156
|
:disk_ids)
|
@@ -156,6 +162,8 @@ module Aws::StorageGateway
|
|
156
162
|
# operation to return a list of gateways for your account and region.
|
157
163
|
# @return [String]
|
158
164
|
#
|
165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCacheOutput AWS API Documentation
|
166
|
+
#
|
159
167
|
class AddCacheOutput < Struct.new(
|
160
168
|
:gateway_arn)
|
161
169
|
include Aws::Structure
|
@@ -192,6 +200,8 @@ module Aws::StorageGateway
|
|
192
200
|
# </note>
|
193
201
|
# @return [Array<Types::Tag>]
|
194
202
|
#
|
203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddTagsToResourceInput AWS API Documentation
|
204
|
+
#
|
195
205
|
class AddTagsToResourceInput < Struct.new(
|
196
206
|
:resource_arn,
|
197
207
|
:tags)
|
@@ -205,6 +215,8 @@ module Aws::StorageGateway
|
|
205
215
|
# to.
|
206
216
|
# @return [String]
|
207
217
|
#
|
218
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddTagsToResourceOutput AWS API Documentation
|
219
|
+
#
|
208
220
|
class AddTagsToResourceOutput < Struct.new(
|
209
221
|
:resource_arn)
|
210
222
|
include Aws::Structure
|
@@ -226,6 +238,8 @@ module Aws::StorageGateway
|
|
226
238
|
# @!attribute [rw] disk_ids
|
227
239
|
# @return [Array<String>]
|
228
240
|
#
|
241
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBufferInput AWS API Documentation
|
242
|
+
#
|
229
243
|
class AddUploadBufferInput < Struct.new(
|
230
244
|
:gateway_arn,
|
231
245
|
:disk_ids)
|
@@ -237,6 +251,8 @@ module Aws::StorageGateway
|
|
237
251
|
# operation to return a list of gateways for your account and region.
|
238
252
|
# @return [String]
|
239
253
|
#
|
254
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBufferOutput AWS API Documentation
|
255
|
+
#
|
240
256
|
class AddUploadBufferOutput < Struct.new(
|
241
257
|
:gateway_arn)
|
242
258
|
include Aws::Structure
|
@@ -267,6 +283,8 @@ module Aws::StorageGateway
|
|
267
283
|
# length of 300. You can get the disk IDs from the ListLocalDisks API.
|
268
284
|
# @return [Array<String>]
|
269
285
|
#
|
286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorageInput AWS API Documentation
|
287
|
+
#
|
270
288
|
class AddWorkingStorageInput < Struct.new(
|
271
289
|
:gateway_arn,
|
272
290
|
:disk_ids)
|
@@ -281,6 +299,8 @@ module Aws::StorageGateway
|
|
281
299
|
# operation to return a list of gateways for your account and region.
|
282
300
|
# @return [String]
|
283
301
|
#
|
302
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorageOutput AWS API Documentation
|
303
|
+
#
|
284
304
|
class AddWorkingStorageOutput < Struct.new(
|
285
305
|
:gateway_arn)
|
286
306
|
include Aws::Structure
|
@@ -331,6 +351,8 @@ module Aws::StorageGateway
|
|
331
351
|
# @!attribute [rw] created_date
|
332
352
|
# @return [Time]
|
333
353
|
#
|
354
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CachediSCSIVolume AWS API Documentation
|
355
|
+
#
|
334
356
|
class CachediSCSIVolume < Struct.new(
|
335
357
|
:volume_arn,
|
336
358
|
:volume_id,
|
@@ -364,6 +386,8 @@ module Aws::StorageGateway
|
|
364
386
|
# cancel archiving for.
|
365
387
|
# @return [String]
|
366
388
|
#
|
389
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelArchivalInput AWS API Documentation
|
390
|
+
#
|
367
391
|
class CancelArchivalInput < Struct.new(
|
368
392
|
:gateway_arn,
|
369
393
|
:tape_arn)
|
@@ -377,6 +401,8 @@ module Aws::StorageGateway
|
|
377
401
|
# archiving was canceled.
|
378
402
|
# @return [String]
|
379
403
|
#
|
404
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelArchivalOutput AWS API Documentation
|
405
|
+
#
|
380
406
|
class CancelArchivalOutput < Struct.new(
|
381
407
|
:tape_arn)
|
382
408
|
include Aws::Structure
|
@@ -402,6 +428,8 @@ module Aws::StorageGateway
|
|
402
428
|
# cancel retrieval for.
|
403
429
|
# @return [String]
|
404
430
|
#
|
431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelRetrievalInput AWS API Documentation
|
432
|
+
#
|
405
433
|
class CancelRetrievalInput < Struct.new(
|
406
434
|
:gateway_arn,
|
407
435
|
:tape_arn)
|
@@ -415,6 +443,8 @@ module Aws::StorageGateway
|
|
415
443
|
# retrieval was canceled.
|
416
444
|
# @return [String]
|
417
445
|
#
|
446
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CancelRetrievalOutput AWS API Documentation
|
447
|
+
#
|
418
448
|
class CancelRetrievalOutput < Struct.new(
|
419
449
|
:tape_arn)
|
420
450
|
include Aws::Structure
|
@@ -445,6 +475,8 @@ module Aws::StorageGateway
|
|
445
475
|
# CHAP with the initiator (e.g. Windows client).
|
446
476
|
# @return [String]
|
447
477
|
#
|
478
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ChapInfo AWS API Documentation
|
479
|
+
#
|
448
480
|
class ChapInfo < Struct.new(
|
449
481
|
:target_arn,
|
450
482
|
:secret_to_authenticate_initiator,
|
@@ -494,6 +526,8 @@ module Aws::StorageGateway
|
|
494
526
|
# @!attribute [rw] client_token
|
495
527
|
# @return [String]
|
496
528
|
#
|
529
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateCachediSCSIVolumeInput AWS API Documentation
|
530
|
+
#
|
497
531
|
class CreateCachediSCSIVolumeInput < Struct.new(
|
498
532
|
:gateway_arn,
|
499
533
|
:volume_size_in_bytes,
|
@@ -511,6 +545,8 @@ module Aws::StorageGateway
|
|
511
545
|
# @!attribute [rw] target_arn
|
512
546
|
# @return [String]
|
513
547
|
#
|
548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateCachediSCSIVolumeOutput AWS API Documentation
|
549
|
+
#
|
514
550
|
class CreateCachediSCSIVolumeOutput < Struct.new(
|
515
551
|
:volume_arn,
|
516
552
|
:target_arn)
|
@@ -536,6 +572,7 @@ module Aws::StorageGateway
|
|
536
572
|
# role: "Role", # required
|
537
573
|
# location_arn: "LocationARN", # required
|
538
574
|
# default_storage_class: "StorageClass",
|
575
|
+
# client_list: ["IPV4AddressCIDR"],
|
539
576
|
# }
|
540
577
|
#
|
541
578
|
# @!attribute [rw] client_token
|
@@ -578,6 +615,13 @@ module Aws::StorageGateway
|
|
578
615
|
# S3\_STANDARD is used. Optional.
|
579
616
|
# @return [String]
|
580
617
|
#
|
618
|
+
# @!attribute [rw] client_list
|
619
|
+
# The list of clients that are allowed to access the file gateway. The
|
620
|
+
# list must contain either valid IP addresses or valid CIDR blocks.
|
621
|
+
# @return [Array<String>]
|
622
|
+
#
|
623
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
|
624
|
+
#
|
581
625
|
class CreateNFSFileShareInput < Struct.new(
|
582
626
|
:client_token,
|
583
627
|
:nfs_file_share_defaults,
|
@@ -586,7 +630,8 @@ module Aws::StorageGateway
|
|
586
630
|
:kms_key,
|
587
631
|
:role,
|
588
632
|
:location_arn,
|
589
|
-
:default_storage_class
|
633
|
+
:default_storage_class,
|
634
|
+
:client_list)
|
590
635
|
include Aws::Structure
|
591
636
|
end
|
592
637
|
|
@@ -596,6 +641,8 @@ module Aws::StorageGateway
|
|
596
641
|
# The Amazon Resource Name (ARN) of the newly created file share.
|
597
642
|
# @return [String]
|
598
643
|
#
|
644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareOutput AWS API Documentation
|
645
|
+
#
|
599
646
|
class CreateNFSFileShareOutput < Struct.new(
|
600
647
|
:file_share_arn)
|
601
648
|
include Aws::Structure
|
@@ -615,6 +662,8 @@ module Aws::StorageGateway
|
|
615
662
|
# @!attribute [rw] snapshot_description
|
616
663
|
# @return [String]
|
617
664
|
#
|
665
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotFromVolumeRecoveryPointInput AWS API Documentation
|
666
|
+
#
|
618
667
|
class CreateSnapshotFromVolumeRecoveryPointInput < Struct.new(
|
619
668
|
:volume_arn,
|
620
669
|
:snapshot_description)
|
@@ -630,6 +679,8 @@ module Aws::StorageGateway
|
|
630
679
|
# @!attribute [rw] volume_recovery_point_time
|
631
680
|
# @return [String]
|
632
681
|
#
|
682
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotFromVolumeRecoveryPointOutput AWS API Documentation
|
683
|
+
#
|
633
684
|
class CreateSnapshotFromVolumeRecoveryPointOutput < Struct.new(
|
634
685
|
:snapshot_id,
|
635
686
|
:volume_arn,
|
@@ -663,6 +714,8 @@ module Aws::StorageGateway
|
|
663
714
|
# **Description** field
|
664
715
|
# @return [String]
|
665
716
|
#
|
717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotInput AWS API Documentation
|
718
|
+
#
|
666
719
|
class CreateSnapshotInput < Struct.new(
|
667
720
|
:volume_arn,
|
668
721
|
:snapshot_description)
|
@@ -683,6 +736,8 @@ module Aws::StorageGateway
|
|
683
736
|
# (CreateStorediSCSIVolume).
|
684
737
|
# @return [String]
|
685
738
|
#
|
739
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSnapshotOutput AWS API Documentation
|
740
|
+
#
|
686
741
|
class CreateSnapshotOutput < Struct.new(
|
687
742
|
:volume_arn,
|
688
743
|
:snapshot_id)
|
@@ -766,6 +821,8 @@ module Aws::StorageGateway
|
|
766
821
|
# Valid Values: A valid IP address.
|
767
822
|
# @return [String]
|
768
823
|
#
|
824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateStorediSCSIVolumeInput AWS API Documentation
|
825
|
+
#
|
769
826
|
class CreateStorediSCSIVolumeInput < Struct.new(
|
770
827
|
:gateway_arn,
|
771
828
|
:disk_id,
|
@@ -791,6 +848,8 @@ module Aws::StorageGateway
|
|
791
848
|
# iSCSI name that initiators can use to connect to the target.
|
792
849
|
# @return [String]
|
793
850
|
#
|
851
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateStorediSCSIVolumeOutput AWS API Documentation
|
852
|
+
#
|
794
853
|
class CreateStorediSCSIVolumeOutput < Struct.new(
|
795
854
|
:volume_arn,
|
796
855
|
:volume_size_in_bytes,
|
@@ -827,6 +886,8 @@ module Aws::StorageGateway
|
|
827
886
|
# The barcode that you want to assign to the tape.
|
828
887
|
# @return [String]
|
829
888
|
#
|
889
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcodeInput AWS API Documentation
|
890
|
+
#
|
830
891
|
class CreateTapeWithBarcodeInput < Struct.new(
|
831
892
|
:gateway_arn,
|
832
893
|
:tape_size_in_bytes,
|
@@ -841,6 +902,8 @@ module Aws::StorageGateway
|
|
841
902
|
# that was created.
|
842
903
|
# @return [String]
|
843
904
|
#
|
905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapeWithBarcodeOutput AWS API Documentation
|
906
|
+
#
|
844
907
|
class CreateTapeWithBarcodeOutput < Struct.new(
|
845
908
|
:tape_arn)
|
846
909
|
include Aws::Structure
|
@@ -898,6 +961,8 @@ module Aws::StorageGateway
|
|
898
961
|
# </note>
|
899
962
|
# @return [String]
|
900
963
|
#
|
964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapesInput AWS API Documentation
|
965
|
+
#
|
901
966
|
class CreateTapesInput < Struct.new(
|
902
967
|
:gateway_arn,
|
903
968
|
:tape_size_in_bytes,
|
@@ -914,6 +979,8 @@ module Aws::StorageGateway
|
|
914
979
|
# virtual tapes that were created.
|
915
980
|
# @return [Array<String>]
|
916
981
|
#
|
982
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapesOutput AWS API Documentation
|
983
|
+
#
|
917
984
|
class CreateTapesOutput < Struct.new(
|
918
985
|
:tape_arns)
|
919
986
|
include Aws::Structure
|
@@ -945,6 +1012,8 @@ module Aws::StorageGateway
|
|
945
1012
|
# Valid Values: `Upload`, `Download`, `All`.
|
946
1013
|
# @return [String]
|
947
1014
|
#
|
1015
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitInput AWS API Documentation
|
1016
|
+
#
|
948
1017
|
class DeleteBandwidthRateLimitInput < Struct.new(
|
949
1018
|
:gateway_arn,
|
950
1019
|
:bandwidth_type)
|
@@ -959,6 +1028,8 @@ module Aws::StorageGateway
|
|
959
1028
|
# operation to return a list of gateways for your account and region.
|
960
1029
|
# @return [String]
|
961
1030
|
#
|
1031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitOutput AWS API Documentation
|
1032
|
+
#
|
962
1033
|
class DeleteBandwidthRateLimitOutput < Struct.new(
|
963
1034
|
:gateway_arn)
|
964
1035
|
include Aws::Structure
|
@@ -988,6 +1059,8 @@ module Aws::StorageGateway
|
|
988
1059
|
# The iSCSI initiator that connects to the target.
|
989
1060
|
# @return [String]
|
990
1061
|
#
|
1062
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteChapCredentialsInput AWS API Documentation
|
1063
|
+
#
|
991
1064
|
class DeleteChapCredentialsInput < Struct.new(
|
992
1065
|
:target_arn,
|
993
1066
|
:initiator_name)
|
@@ -1004,6 +1077,8 @@ module Aws::StorageGateway
|
|
1004
1077
|
# The iSCSI initiator that connects to the target.
|
1005
1078
|
# @return [String]
|
1006
1079
|
#
|
1080
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteChapCredentialsOutput AWS API Documentation
|
1081
|
+
#
|
1007
1082
|
class DeleteChapCredentialsOutput < Struct.new(
|
1008
1083
|
:target_arn,
|
1009
1084
|
:initiator_name)
|
@@ -1023,6 +1098,8 @@ module Aws::StorageGateway
|
|
1023
1098
|
# The Amazon Resource Name (ARN) of the file share to be deleted.
|
1024
1099
|
# @return [String]
|
1025
1100
|
#
|
1101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteFileShareInput AWS API Documentation
|
1102
|
+
#
|
1026
1103
|
class DeleteFileShareInput < Struct.new(
|
1027
1104
|
:file_share_arn)
|
1028
1105
|
include Aws::Structure
|
@@ -1034,6 +1111,8 @@ module Aws::StorageGateway
|
|
1034
1111
|
# The Amazon Resource Name (ARN) of the deleted file share.
|
1035
1112
|
# @return [String]
|
1036
1113
|
#
|
1114
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteFileShareOutput AWS API Documentation
|
1115
|
+
#
|
1037
1116
|
class DeleteFileShareOutput < Struct.new(
|
1038
1117
|
:file_share_arn)
|
1039
1118
|
include Aws::Structure
|
@@ -1053,6 +1132,8 @@ module Aws::StorageGateway
|
|
1053
1132
|
# operation to return a list of gateways for your account and region.
|
1054
1133
|
# @return [String]
|
1055
1134
|
#
|
1135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayInput AWS API Documentation
|
1136
|
+
#
|
1056
1137
|
class DeleteGatewayInput < Struct.new(
|
1057
1138
|
:gateway_arn)
|
1058
1139
|
include Aws::Structure
|
@@ -1065,6 +1146,8 @@ module Aws::StorageGateway
|
|
1065
1146
|
# operation to return a list of gateways for your account and region.
|
1066
1147
|
# @return [String]
|
1067
1148
|
#
|
1149
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayOutput AWS API Documentation
|
1150
|
+
#
|
1068
1151
|
class DeleteGatewayOutput < Struct.new(
|
1069
1152
|
:gateway_arn)
|
1070
1153
|
include Aws::Structure
|
@@ -1080,6 +1163,8 @@ module Aws::StorageGateway
|
|
1080
1163
|
# @!attribute [rw] volume_arn
|
1081
1164
|
# @return [String]
|
1082
1165
|
#
|
1166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteSnapshotScheduleInput AWS API Documentation
|
1167
|
+
#
|
1083
1168
|
class DeleteSnapshotScheduleInput < Struct.new(
|
1084
1169
|
:volume_arn)
|
1085
1170
|
include Aws::Structure
|
@@ -1088,6 +1173,8 @@ module Aws::StorageGateway
|
|
1088
1173
|
# @!attribute [rw] volume_arn
|
1089
1174
|
# @return [String]
|
1090
1175
|
#
|
1176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteSnapshotScheduleOutput AWS API Documentation
|
1177
|
+
#
|
1091
1178
|
class DeleteSnapshotScheduleOutput < Struct.new(
|
1092
1179
|
:volume_arn)
|
1093
1180
|
include Aws::Structure
|
@@ -1107,6 +1194,8 @@ module Aws::StorageGateway
|
|
1107
1194
|
# the virtual tape shelf (VTS).
|
1108
1195
|
# @return [String]
|
1109
1196
|
#
|
1197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeArchiveInput AWS API Documentation
|
1198
|
+
#
|
1110
1199
|
class DeleteTapeArchiveInput < Struct.new(
|
1111
1200
|
:tape_arn)
|
1112
1201
|
include Aws::Structure
|
@@ -1119,6 +1208,8 @@ module Aws::StorageGateway
|
|
1119
1208
|
# from the virtual tape shelf (VTS).
|
1120
1209
|
# @return [String]
|
1121
1210
|
#
|
1211
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeArchiveOutput AWS API Documentation
|
1212
|
+
#
|
1122
1213
|
class DeleteTapeArchiveOutput < Struct.new(
|
1123
1214
|
:tape_arn)
|
1124
1215
|
include Aws::Structure
|
@@ -1144,6 +1235,8 @@ module Aws::StorageGateway
|
|
1144
1235
|
# The Amazon Resource Name (ARN) of the virtual tape to delete.
|
1145
1236
|
# @return [String]
|
1146
1237
|
#
|
1238
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeInput AWS API Documentation
|
1239
|
+
#
|
1147
1240
|
class DeleteTapeInput < Struct.new(
|
1148
1241
|
:gateway_arn,
|
1149
1242
|
:tape_arn)
|
@@ -1156,6 +1249,8 @@ module Aws::StorageGateway
|
|
1156
1249
|
# The Amazon Resource Name (ARN) of the deleted virtual tape.
|
1157
1250
|
# @return [String]
|
1158
1251
|
#
|
1252
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeOutput AWS API Documentation
|
1253
|
+
#
|
1159
1254
|
class DeleteTapeOutput < Struct.new(
|
1160
1255
|
:tape_arn)
|
1161
1256
|
include Aws::Structure
|
@@ -1175,6 +1270,8 @@ module Aws::StorageGateway
|
|
1175
1270
|
# operation to return a list of gateway volumes.
|
1176
1271
|
# @return [String]
|
1177
1272
|
#
|
1273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteVolumeInput AWS API Documentation
|
1274
|
+
#
|
1178
1275
|
class DeleteVolumeInput < Struct.new(
|
1179
1276
|
:volume_arn)
|
1180
1277
|
include Aws::Structure
|
@@ -1187,6 +1284,8 @@ module Aws::StorageGateway
|
|
1187
1284
|
# deleted. It is the same ARN you provided in the request.
|
1188
1285
|
# @return [String]
|
1189
1286
|
#
|
1287
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteVolumeOutput AWS API Documentation
|
1288
|
+
#
|
1190
1289
|
class DeleteVolumeOutput < Struct.new(
|
1191
1290
|
:volume_arn)
|
1192
1291
|
include Aws::Structure
|
@@ -1206,6 +1305,8 @@ module Aws::StorageGateway
|
|
1206
1305
|
# operation to return a list of gateways for your account and region.
|
1207
1306
|
# @return [String]
|
1208
1307
|
#
|
1308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitInput AWS API Documentation
|
1309
|
+
#
|
1209
1310
|
class DescribeBandwidthRateLimitInput < Struct.new(
|
1210
1311
|
:gateway_arn)
|
1211
1312
|
include Aws::Structure
|
@@ -1230,6 +1331,8 @@ module Aws::StorageGateway
|
|
1230
1331
|
# not set.
|
1231
1332
|
# @return [Integer]
|
1232
1333
|
#
|
1334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitOutput AWS API Documentation
|
1335
|
+
#
|
1233
1336
|
class DescribeBandwidthRateLimitOutput < Struct.new(
|
1234
1337
|
:gateway_arn,
|
1235
1338
|
:average_upload_rate_limit_in_bits_per_sec,
|
@@ -1249,6 +1352,8 @@ module Aws::StorageGateway
|
|
1249
1352
|
# operation to return a list of gateways for your account and region.
|
1250
1353
|
# @return [String]
|
1251
1354
|
#
|
1355
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCacheInput AWS API Documentation
|
1356
|
+
#
|
1252
1357
|
class DescribeCacheInput < Struct.new(
|
1253
1358
|
:gateway_arn)
|
1254
1359
|
include Aws::Structure
|
@@ -1277,6 +1382,8 @@ module Aws::StorageGateway
|
|
1277
1382
|
# @!attribute [rw] cache_miss_percentage
|
1278
1383
|
# @return [Float]
|
1279
1384
|
#
|
1385
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCacheOutput AWS API Documentation
|
1386
|
+
#
|
1280
1387
|
class DescribeCacheOutput < Struct.new(
|
1281
1388
|
:gateway_arn,
|
1282
1389
|
:disk_ids,
|
@@ -1298,6 +1405,8 @@ module Aws::StorageGateway
|
|
1298
1405
|
# @!attribute [rw] volume_arns
|
1299
1406
|
# @return [Array<String>]
|
1300
1407
|
#
|
1408
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCachediSCSIVolumesInput AWS API Documentation
|
1409
|
+
#
|
1301
1410
|
class DescribeCachediSCSIVolumesInput < Struct.new(
|
1302
1411
|
:volume_arns)
|
1303
1412
|
include Aws::Structure
|
@@ -1310,6 +1419,8 @@ module Aws::StorageGateway
|
|
1310
1419
|
# cached volume.
|
1311
1420
|
# @return [Array<Types::CachediSCSIVolume>]
|
1312
1421
|
#
|
1422
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCachediSCSIVolumesOutput AWS API Documentation
|
1423
|
+
#
|
1313
1424
|
class DescribeCachediSCSIVolumesOutput < Struct.new(
|
1314
1425
|
:cached_iscsi_volumes)
|
1315
1426
|
include Aws::Structure
|
@@ -1331,6 +1442,8 @@ module Aws::StorageGateway
|
|
1331
1442
|
# TargetARN for specified VolumeARN.
|
1332
1443
|
# @return [String]
|
1333
1444
|
#
|
1445
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeChapCredentialsInput AWS API Documentation
|
1446
|
+
#
|
1334
1447
|
class DescribeChapCredentialsInput < Struct.new(
|
1335
1448
|
:target_arn)
|
1336
1449
|
include Aws::Structure
|
@@ -1360,6 +1473,8 @@ module Aws::StorageGateway
|
|
1360
1473
|
# volume.
|
1361
1474
|
# @return [Array<Types::ChapInfo>]
|
1362
1475
|
#
|
1476
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeChapCredentialsOutput AWS API Documentation
|
1477
|
+
#
|
1363
1478
|
class DescribeChapCredentialsOutput < Struct.new(
|
1364
1479
|
:chap_credentials)
|
1365
1480
|
include Aws::Structure
|
@@ -1379,6 +1494,8 @@ module Aws::StorageGateway
|
|
1379
1494
|
# operation to return a list of gateways for your account and region.
|
1380
1495
|
# @return [String]
|
1381
1496
|
#
|
1497
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationInput AWS API Documentation
|
1498
|
+
#
|
1382
1499
|
class DescribeGatewayInformationInput < Struct.new(
|
1383
1500
|
:gateway_arn)
|
1384
1501
|
include Aws::Structure
|
@@ -1430,6 +1547,8 @@ module Aws::StorageGateway
|
|
1430
1547
|
# return a value in the response.
|
1431
1548
|
# @return [String]
|
1432
1549
|
#
|
1550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
|
1551
|
+
#
|
1433
1552
|
class DescribeGatewayInformationOutput < Struct.new(
|
1434
1553
|
:gateway_arn,
|
1435
1554
|
:gateway_id,
|
@@ -1457,6 +1576,8 @@ module Aws::StorageGateway
|
|
1457
1576
|
# operation to return a list of gateways for your account and region.
|
1458
1577
|
# @return [String]
|
1459
1578
|
#
|
1579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeInput AWS API Documentation
|
1580
|
+
#
|
1460
1581
|
class DescribeMaintenanceStartTimeInput < Struct.new(
|
1461
1582
|
:gateway_arn)
|
1462
1583
|
include Aws::Structure
|
@@ -1498,6 +1619,8 @@ module Aws::StorageGateway
|
|
1498
1619
|
# @!attribute [rw] timezone
|
1499
1620
|
# @return [String]
|
1500
1621
|
#
|
1622
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeOutput AWS API Documentation
|
1623
|
+
#
|
1501
1624
|
class DescribeMaintenanceStartTimeOutput < Struct.new(
|
1502
1625
|
:gateway_arn,
|
1503
1626
|
:hour_of_day,
|
@@ -1521,6 +1644,8 @@ module Aws::StorageGateway
|
|
1521
1644
|
# share to be described.
|
1522
1645
|
# @return [Array<String>]
|
1523
1646
|
#
|
1647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeNFSFileSharesInput AWS API Documentation
|
1648
|
+
#
|
1524
1649
|
class DescribeNFSFileSharesInput < Struct.new(
|
1525
1650
|
:file_share_arn_list)
|
1526
1651
|
include Aws::Structure
|
@@ -1532,6 +1657,8 @@ module Aws::StorageGateway
|
|
1532
1657
|
# An array containing a description for each requested file share.
|
1533
1658
|
# @return [Array<Types::NFSFileShareInfo>]
|
1534
1659
|
#
|
1660
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeNFSFileSharesOutput AWS API Documentation
|
1661
|
+
#
|
1535
1662
|
class DescribeNFSFileSharesOutput < Struct.new(
|
1536
1663
|
:nfs_file_share_info_list)
|
1537
1664
|
include Aws::Structure
|
@@ -1552,6 +1679,8 @@ module Aws::StorageGateway
|
|
1552
1679
|
# operation to return a list of gateway volumes.
|
1553
1680
|
# @return [String]
|
1554
1681
|
#
|
1682
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSnapshotScheduleInput AWS API Documentation
|
1683
|
+
#
|
1555
1684
|
class DescribeSnapshotScheduleInput < Struct.new(
|
1556
1685
|
:volume_arn)
|
1557
1686
|
include Aws::Structure
|
@@ -1572,6 +1701,8 @@ module Aws::StorageGateway
|
|
1572
1701
|
# @!attribute [rw] timezone
|
1573
1702
|
# @return [String]
|
1574
1703
|
#
|
1704
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSnapshotScheduleOutput AWS API Documentation
|
1705
|
+
#
|
1575
1706
|
class DescribeSnapshotScheduleOutput < Struct.new(
|
1576
1707
|
:volume_arn,
|
1577
1708
|
:start_at,
|
@@ -1598,6 +1729,8 @@ module Aws::StorageGateway
|
|
1598
1729
|
# gateway.
|
1599
1730
|
# @return [Array<String>]
|
1600
1731
|
#
|
1732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesInput AWS API Documentation
|
1733
|
+
#
|
1601
1734
|
class DescribeStorediSCSIVolumesInput < Struct.new(
|
1602
1735
|
:volume_arns)
|
1603
1736
|
include Aws::Structure
|
@@ -1606,6 +1739,8 @@ module Aws::StorageGateway
|
|
1606
1739
|
# @!attribute [rw] stored_iscsi_volumes
|
1607
1740
|
# @return [Array<Types::StorediSCSIVolume>]
|
1608
1741
|
#
|
1742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesOutput AWS API Documentation
|
1743
|
+
#
|
1609
1744
|
class DescribeStorediSCSIVolumesOutput < Struct.new(
|
1610
1745
|
:stored_iscsi_volumes)
|
1611
1746
|
include Aws::Structure
|
@@ -1637,6 +1772,8 @@ module Aws::StorageGateway
|
|
1637
1772
|
# the specified number.
|
1638
1773
|
# @return [Integer]
|
1639
1774
|
#
|
1775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchivesInput AWS API Documentation
|
1776
|
+
#
|
1640
1777
|
class DescribeTapeArchivesInput < Struct.new(
|
1641
1778
|
:tape_arns,
|
1642
1779
|
:marker,
|
@@ -1662,6 +1799,8 @@ module Aws::StorageGateway
|
|
1662
1799
|
# describe, this field does not appear in the response.
|
1663
1800
|
# @return [String]
|
1664
1801
|
#
|
1802
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeArchivesOutput AWS API Documentation
|
1803
|
+
#
|
1665
1804
|
class DescribeTapeArchivesOutput < Struct.new(
|
1666
1805
|
:tape_archives,
|
1667
1806
|
:marker)
|
@@ -1694,6 +1833,8 @@ module Aws::StorageGateway
|
|
1694
1833
|
# described be limited to the specified number.
|
1695
1834
|
# @return [Integer]
|
1696
1835
|
#
|
1836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeRecoveryPointsInput AWS API Documentation
|
1837
|
+
#
|
1697
1838
|
class DescribeTapeRecoveryPointsInput < Struct.new(
|
1698
1839
|
:gateway_arn,
|
1699
1840
|
:marker,
|
@@ -1722,6 +1863,8 @@ module Aws::StorageGateway
|
|
1722
1863
|
# points to describe, this field does not appear in the response.
|
1723
1864
|
# @return [String]
|
1724
1865
|
#
|
1866
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapeRecoveryPointsOutput AWS API Documentation
|
1867
|
+
#
|
1725
1868
|
class DescribeTapeRecoveryPointsOutput < Struct.new(
|
1726
1869
|
:gateway_arn,
|
1727
1870
|
:tape_recovery_point_infos,
|
@@ -1770,6 +1913,8 @@ module Aws::StorageGateway
|
|
1770
1913
|
# </note>
|
1771
1914
|
# @return [Integer]
|
1772
1915
|
#
|
1916
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapesInput AWS API Documentation
|
1917
|
+
#
|
1773
1918
|
class DescribeTapesInput < Struct.new(
|
1774
1919
|
:gateway_arn,
|
1775
1920
|
:tape_arns,
|
@@ -1792,6 +1937,8 @@ module Aws::StorageGateway
|
|
1792
1937
|
# results to be retrieved.
|
1793
1938
|
# @return [String]
|
1794
1939
|
#
|
1940
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeTapesOutput AWS API Documentation
|
1941
|
+
#
|
1795
1942
|
class DescribeTapesOutput < Struct.new(
|
1796
1943
|
:tapes,
|
1797
1944
|
:marker)
|
@@ -1810,6 +1957,8 @@ module Aws::StorageGateway
|
|
1810
1957
|
# operation to return a list of gateways for your account and region.
|
1811
1958
|
# @return [String]
|
1812
1959
|
#
|
1960
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferInput AWS API Documentation
|
1961
|
+
#
|
1813
1962
|
class DescribeUploadBufferInput < Struct.new(
|
1814
1963
|
:gateway_arn)
|
1815
1964
|
include Aws::Structure
|
@@ -1829,6 +1978,8 @@ module Aws::StorageGateway
|
|
1829
1978
|
# @!attribute [rw] upload_buffer_allocated_in_bytes
|
1830
1979
|
# @return [Integer]
|
1831
1980
|
#
|
1981
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferOutput AWS API Documentation
|
1982
|
+
#
|
1832
1983
|
class DescribeUploadBufferOutput < Struct.new(
|
1833
1984
|
:gateway_arn,
|
1834
1985
|
:disk_ids,
|
@@ -1875,6 +2026,8 @@ module Aws::StorageGateway
|
|
1875
2026
|
# specified number.
|
1876
2027
|
# @return [Integer]
|
1877
2028
|
#
|
2029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeVTLDevicesInput AWS API Documentation
|
2030
|
+
#
|
1878
2031
|
class DescribeVTLDevicesInput < Struct.new(
|
1879
2032
|
:gateway_arn,
|
1880
2033
|
:vtl_device_arns,
|
@@ -1903,6 +2056,8 @@ module Aws::StorageGateway
|
|
1903
2056
|
# appear in the response.
|
1904
2057
|
# @return [String]
|
1905
2058
|
#
|
2059
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeVTLDevicesOutput AWS API Documentation
|
2060
|
+
#
|
1906
2061
|
class DescribeVTLDevicesOutput < Struct.new(
|
1907
2062
|
:gateway_arn,
|
1908
2063
|
:vtl_devices,
|
@@ -1924,6 +2079,8 @@ module Aws::StorageGateway
|
|
1924
2079
|
# operation to return a list of gateways for your account and region.
|
1925
2080
|
# @return [String]
|
1926
2081
|
#
|
2082
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageInput AWS API Documentation
|
2083
|
+
#
|
1927
2084
|
class DescribeWorkingStorageInput < Struct.new(
|
1928
2085
|
:gateway_arn)
|
1929
2086
|
include Aws::Structure
|
@@ -1953,6 +2110,8 @@ module Aws::StorageGateway
|
|
1953
2110
|
# working storage is configured for the gateway, this field returns 0.
|
1954
2111
|
# @return [Integer]
|
1955
2112
|
#
|
2113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageOutput AWS API Documentation
|
2114
|
+
#
|
1956
2115
|
class DescribeWorkingStorageOutput < Struct.new(
|
1957
2116
|
:gateway_arn,
|
1958
2117
|
:disk_ids,
|
@@ -1980,6 +2139,8 @@ module Aws::StorageGateway
|
|
1980
2139
|
# Indicates whether mutual CHAP is enabled for the iSCSI target.
|
1981
2140
|
# @return [Boolean]
|
1982
2141
|
#
|
2142
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeviceiSCSIAttributes AWS API Documentation
|
2143
|
+
#
|
1983
2144
|
class DeviceiSCSIAttributes < Struct.new(
|
1984
2145
|
:target_arn,
|
1985
2146
|
:network_interface_id,
|
@@ -2002,6 +2163,8 @@ module Aws::StorageGateway
|
|
2002
2163
|
# operation to return a list of gateways for your account and region.
|
2003
2164
|
# @return [String]
|
2004
2165
|
#
|
2166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayInput AWS API Documentation
|
2167
|
+
#
|
2005
2168
|
class DisableGatewayInput < Struct.new(
|
2006
2169
|
:gateway_arn)
|
2007
2170
|
include Aws::Structure
|
@@ -2013,6 +2176,8 @@ module Aws::StorageGateway
|
|
2013
2176
|
# The unique Amazon Resource Name of the disabled gateway.
|
2014
2177
|
# @return [String]
|
2015
2178
|
#
|
2179
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayOutput AWS API Documentation
|
2180
|
+
#
|
2016
2181
|
class DisableGatewayOutput < Struct.new(
|
2017
2182
|
:gateway_arn)
|
2018
2183
|
include Aws::Structure
|
@@ -2039,6 +2204,8 @@ module Aws::StorageGateway
|
|
2039
2204
|
# @!attribute [rw] disk_allocation_resource
|
2040
2205
|
# @return [String]
|
2041
2206
|
#
|
2207
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Disk AWS API Documentation
|
2208
|
+
#
|
2042
2209
|
class Disk < Struct.new(
|
2043
2210
|
:disk_id,
|
2044
2211
|
:disk_path,
|
@@ -2070,6 +2237,8 @@ module Aws::StorageGateway
|
|
2070
2237
|
# operation to return a list of gateways for your account and region.
|
2071
2238
|
# @return [String]
|
2072
2239
|
#
|
2240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileShareInfo AWS API Documentation
|
2241
|
+
#
|
2073
2242
|
class FileShareInfo < Struct.new(
|
2074
2243
|
:file_share_arn,
|
2075
2244
|
:file_share_id,
|
@@ -2105,6 +2274,8 @@ module Aws::StorageGateway
|
|
2105
2274
|
# The name of the gateway.
|
2106
2275
|
# @return [String]
|
2107
2276
|
#
|
2277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/GatewayInfo AWS API Documentation
|
2278
|
+
#
|
2108
2279
|
class GatewayInfo < Struct.new(
|
2109
2280
|
:gateway_id,
|
2110
2281
|
:gateway_arn,
|
@@ -2142,6 +2313,8 @@ module Aws::StorageGateway
|
|
2142
2313
|
# from after a previous call to ListFileShares. Optional.
|
2143
2314
|
# @return [String]
|
2144
2315
|
#
|
2316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileSharesInput AWS API Documentation
|
2317
|
+
#
|
2145
2318
|
class ListFileSharesInput < Struct.new(
|
2146
2319
|
:gateway_arn,
|
2147
2320
|
:limit,
|
@@ -2166,6 +2339,8 @@ module Aws::StorageGateway
|
|
2166
2339
|
# An array of information about the file gateway's file shares.
|
2167
2340
|
# @return [Array<Types::FileShareInfo>]
|
2168
2341
|
#
|
2342
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileSharesOutput AWS API Documentation
|
2343
|
+
#
|
2169
2344
|
class ListFileSharesOutput < Struct.new(
|
2170
2345
|
:marker,
|
2171
2346
|
:next_marker,
|
@@ -2197,6 +2372,8 @@ module Aws::StorageGateway
|
|
2197
2372
|
# specified number of items.
|
2198
2373
|
# @return [Integer]
|
2199
2374
|
#
|
2375
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListGatewaysInput AWS API Documentation
|
2376
|
+
#
|
2200
2377
|
class ListGatewaysInput < Struct.new(
|
2201
2378
|
:marker,
|
2202
2379
|
:limit)
|
@@ -2209,6 +2386,8 @@ module Aws::StorageGateway
|
|
2209
2386
|
# @!attribute [rw] marker
|
2210
2387
|
# @return [String]
|
2211
2388
|
#
|
2389
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListGatewaysOutput AWS API Documentation
|
2390
|
+
#
|
2212
2391
|
class ListGatewaysOutput < Struct.new(
|
2213
2392
|
:gateways,
|
2214
2393
|
:marker)
|
@@ -2229,6 +2408,8 @@ module Aws::StorageGateway
|
|
2229
2408
|
# operation to return a list of gateways for your account and region.
|
2230
2409
|
# @return [String]
|
2231
2410
|
#
|
2411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksInput AWS API Documentation
|
2412
|
+
#
|
2232
2413
|
class ListLocalDisksInput < Struct.new(
|
2233
2414
|
:gateway_arn)
|
2234
2415
|
include Aws::Structure
|
@@ -2242,6 +2423,8 @@ module Aws::StorageGateway
|
|
2242
2423
|
# @!attribute [rw] disks
|
2243
2424
|
# @return [Array<Types::Disk>]
|
2244
2425
|
#
|
2426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksOutput AWS API Documentation
|
2427
|
+
#
|
2245
2428
|
class ListLocalDisksOutput < Struct.new(
|
2246
2429
|
:gateway_arn,
|
2247
2430
|
:disks)
|
@@ -2274,6 +2457,8 @@ module Aws::StorageGateway
|
|
2274
2457
|
# number of items.
|
2275
2458
|
# @return [Integer]
|
2276
2459
|
#
|
2460
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTagsForResourceInput AWS API Documentation
|
2461
|
+
#
|
2277
2462
|
class ListTagsForResourceInput < Struct.new(
|
2278
2463
|
:resource_arn,
|
2279
2464
|
:marker,
|
@@ -2297,6 +2482,8 @@ module Aws::StorageGateway
|
|
2297
2482
|
# An array that contains the tags for the specified resource.
|
2298
2483
|
# @return [Array<Types::Tag>]
|
2299
2484
|
#
|
2485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTagsForResourceOutput AWS API Documentation
|
2486
|
+
#
|
2300
2487
|
class ListTagsForResourceOutput < Struct.new(
|
2301
2488
|
:resource_arn,
|
2302
2489
|
:marker,
|
@@ -2337,6 +2524,8 @@ module Aws::StorageGateway
|
|
2337
2524
|
# call.
|
2338
2525
|
# @return [Integer]
|
2339
2526
|
#
|
2527
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapesInput AWS API Documentation
|
2528
|
+
#
|
2340
2529
|
class ListTapesInput < Struct.new(
|
2341
2530
|
:tape_arns,
|
2342
2531
|
:marker,
|
@@ -2363,6 +2552,8 @@ module Aws::StorageGateway
|
|
2363
2552
|
# element does not appear in the response body.
|
2364
2553
|
# @return [String]
|
2365
2554
|
#
|
2555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapesOutput AWS API Documentation
|
2556
|
+
#
|
2366
2557
|
class ListTapesOutput < Struct.new(
|
2367
2558
|
:tape_infos,
|
2368
2559
|
:marker)
|
@@ -2383,6 +2574,8 @@ module Aws::StorageGateway
|
|
2383
2574
|
# operation to return a list of gateway volumes for the gateway.
|
2384
2575
|
# @return [String]
|
2385
2576
|
#
|
2577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeInitiatorsInput AWS API Documentation
|
2578
|
+
#
|
2386
2579
|
class ListVolumeInitiatorsInput < Struct.new(
|
2387
2580
|
:volume_arn)
|
2388
2581
|
include Aws::Structure
|
@@ -2395,6 +2588,8 @@ module Aws::StorageGateway
|
|
2395
2588
|
# connected to the gateway.
|
2396
2589
|
# @return [Array<String>]
|
2397
2590
|
#
|
2591
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeInitiatorsOutput AWS API Documentation
|
2592
|
+
#
|
2398
2593
|
class ListVolumeInitiatorsOutput < Struct.new(
|
2399
2594
|
:initiators)
|
2400
2595
|
include Aws::Structure
|
@@ -2412,6 +2607,8 @@ module Aws::StorageGateway
|
|
2412
2607
|
# operation to return a list of gateways for your account and region.
|
2413
2608
|
# @return [String]
|
2414
2609
|
#
|
2610
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsInput AWS API Documentation
|
2611
|
+
#
|
2415
2612
|
class ListVolumeRecoveryPointsInput < Struct.new(
|
2416
2613
|
:gateway_arn)
|
2417
2614
|
include Aws::Structure
|
@@ -2425,6 +2622,8 @@ module Aws::StorageGateway
|
|
2425
2622
|
# @!attribute [rw] volume_recovery_point_infos
|
2426
2623
|
# @return [Array<Types::VolumeRecoveryPointInfo>]
|
2427
2624
|
#
|
2625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsOutput AWS API Documentation
|
2626
|
+
#
|
2428
2627
|
class ListVolumeRecoveryPointsOutput < Struct.new(
|
2429
2628
|
:gateway_arn,
|
2430
2629
|
:volume_recovery_point_infos)
|
@@ -2462,6 +2661,8 @@ module Aws::StorageGateway
|
|
2462
2661
|
# specified number of items.
|
2463
2662
|
# @return [Integer]
|
2464
2663
|
#
|
2664
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumesInput AWS API Documentation
|
2665
|
+
#
|
2465
2666
|
class ListVolumesInput < Struct.new(
|
2466
2667
|
:gateway_arn,
|
2467
2668
|
:marker,
|
@@ -2480,6 +2681,8 @@ module Aws::StorageGateway
|
|
2480
2681
|
# @!attribute [rw] volume_infos
|
2481
2682
|
# @return [Array<Types::VolumeInfo>]
|
2482
2683
|
#
|
2684
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumesOutput AWS API Documentation
|
2685
|
+
#
|
2483
2686
|
class ListVolumesOutput < Struct.new(
|
2484
2687
|
:gateway_arn,
|
2485
2688
|
:marker,
|
@@ -2525,6 +2728,8 @@ module Aws::StorageGateway
|
|
2525
2728
|
# have another owner ID specified). The default value is nfsnobody.
|
2526
2729
|
# @return [Integer]
|
2527
2730
|
#
|
2731
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareDefaults AWS API Documentation
|
2732
|
+
#
|
2528
2733
|
class NFSFileShareDefaults < Struct.new(
|
2529
2734
|
:file_mode,
|
2530
2735
|
:directory_mode,
|
@@ -2593,6 +2798,13 @@ module Aws::StorageGateway
|
|
2593
2798
|
# S3\_STANDARD is used. Optional.
|
2594
2799
|
# @return [String]
|
2595
2800
|
#
|
2801
|
+
# @!attribute [rw] client_list
|
2802
|
+
# The list of clients that are allowed to access the file gateway. The
|
2803
|
+
# list must contain either valid IP addresses or valid CIDR blocks.
|
2804
|
+
# @return [Array<String>]
|
2805
|
+
#
|
2806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
2807
|
+
#
|
2596
2808
|
class NFSFileShareInfo < Struct.new(
|
2597
2809
|
:nfs_file_share_defaults,
|
2598
2810
|
:file_share_arn,
|
@@ -2604,7 +2816,8 @@ module Aws::StorageGateway
|
|
2604
2816
|
:path,
|
2605
2817
|
:role,
|
2606
2818
|
:location_arn,
|
2607
|
-
:default_storage_class
|
2819
|
+
:default_storage_class,
|
2820
|
+
:client_list)
|
2608
2821
|
include Aws::Structure
|
2609
2822
|
end
|
2610
2823
|
|
@@ -2627,6 +2840,8 @@ module Aws::StorageGateway
|
|
2627
2840
|
# *Currently not supported*.
|
2628
2841
|
# @return [String]
|
2629
2842
|
#
|
2843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NetworkInterface AWS API Documentation
|
2844
|
+
#
|
2630
2845
|
class NetworkInterface < Struct.new(
|
2631
2846
|
:ipv_4_address,
|
2632
2847
|
:mac_address,
|
@@ -2654,6 +2869,8 @@ module Aws::StorageGateway
|
|
2654
2869
|
# A tag is composed of a key/value pair.
|
2655
2870
|
# @return [Array<String>]
|
2656
2871
|
#
|
2872
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RemoveTagsFromResourceInput AWS API Documentation
|
2873
|
+
#
|
2657
2874
|
class RemoveTagsFromResourceInput < Struct.new(
|
2658
2875
|
:resource_arn,
|
2659
2876
|
:tag_keys)
|
@@ -2667,6 +2884,8 @@ module Aws::StorageGateway
|
|
2667
2884
|
# removed from.
|
2668
2885
|
# @return [String]
|
2669
2886
|
#
|
2887
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RemoveTagsFromResourceOutput AWS API Documentation
|
2888
|
+
#
|
2670
2889
|
class RemoveTagsFromResourceOutput < Struct.new(
|
2671
2890
|
:resource_arn)
|
2672
2891
|
include Aws::Structure
|
@@ -2684,6 +2903,8 @@ module Aws::StorageGateway
|
|
2684
2903
|
# operation to return a list of gateways for your account and region.
|
2685
2904
|
# @return [String]
|
2686
2905
|
#
|
2906
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheInput AWS API Documentation
|
2907
|
+
#
|
2687
2908
|
class ResetCacheInput < Struct.new(
|
2688
2909
|
:gateway_arn)
|
2689
2910
|
include Aws::Structure
|
@@ -2694,6 +2915,8 @@ module Aws::StorageGateway
|
|
2694
2915
|
# operation to return a list of gateways for your account and region.
|
2695
2916
|
# @return [String]
|
2696
2917
|
#
|
2918
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheOutput AWS API Documentation
|
2919
|
+
#
|
2697
2920
|
class ResetCacheOutput < Struct.new(
|
2698
2921
|
:gateway_arn)
|
2699
2922
|
include Aws::Structure
|
@@ -2723,6 +2946,8 @@ module Aws::StorageGateway
|
|
2723
2946
|
# gateway must be a gateway-VTL.
|
2724
2947
|
# @return [String]
|
2725
2948
|
#
|
2949
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeArchiveInput AWS API Documentation
|
2950
|
+
#
|
2726
2951
|
class RetrieveTapeArchiveInput < Struct.new(
|
2727
2952
|
:tape_arn,
|
2728
2953
|
:gateway_arn)
|
@@ -2735,6 +2960,8 @@ module Aws::StorageGateway
|
|
2735
2960
|
# The Amazon Resource Name (ARN) of the retrieved virtual tape.
|
2736
2961
|
# @return [String]
|
2737
2962
|
#
|
2963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeArchiveOutput AWS API Documentation
|
2964
|
+
#
|
2738
2965
|
class RetrieveTapeArchiveOutput < Struct.new(
|
2739
2966
|
:tape_arn)
|
2740
2967
|
include Aws::Structure
|
@@ -2760,6 +2987,8 @@ module Aws::StorageGateway
|
|
2760
2987
|
# operation to return a list of gateways for your account and region.
|
2761
2988
|
# @return [String]
|
2762
2989
|
#
|
2990
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointInput AWS API Documentation
|
2991
|
+
#
|
2763
2992
|
class RetrieveTapeRecoveryPointInput < Struct.new(
|
2764
2993
|
:tape_arn,
|
2765
2994
|
:gateway_arn)
|
@@ -2773,6 +3002,8 @@ module Aws::StorageGateway
|
|
2773
3002
|
# recovery point was retrieved.
|
2774
3003
|
# @return [String]
|
2775
3004
|
#
|
3005
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointOutput AWS API Documentation
|
3006
|
+
#
|
2776
3007
|
class RetrieveTapeRecoveryPointOutput < Struct.new(
|
2777
3008
|
:tape_arn)
|
2778
3009
|
include Aws::Structure
|
@@ -2797,6 +3028,8 @@ module Aws::StorageGateway
|
|
2797
3028
|
# The password you want to set for your VM local console.
|
2798
3029
|
# @return [String]
|
2799
3030
|
#
|
3031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordInput AWS API Documentation
|
3032
|
+
#
|
2800
3033
|
class SetLocalConsolePasswordInput < Struct.new(
|
2801
3034
|
:gateway_arn,
|
2802
3035
|
:local_console_password)
|
@@ -2808,6 +3041,8 @@ module Aws::StorageGateway
|
|
2808
3041
|
# operation to return a list of gateways for your account and region.
|
2809
3042
|
# @return [String]
|
2810
3043
|
#
|
3044
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordOutput AWS API Documentation
|
3045
|
+
#
|
2811
3046
|
class SetLocalConsolePasswordOutput < Struct.new(
|
2812
3047
|
:gateway_arn)
|
2813
3048
|
include Aws::Structure
|
@@ -2827,6 +3062,8 @@ module Aws::StorageGateway
|
|
2827
3062
|
# operation to return a list of gateways for your account and region.
|
2828
3063
|
# @return [String]
|
2829
3064
|
#
|
3065
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayInput AWS API Documentation
|
3066
|
+
#
|
2830
3067
|
class ShutdownGatewayInput < Struct.new(
|
2831
3068
|
:gateway_arn)
|
2832
3069
|
include Aws::Structure
|
@@ -2839,6 +3076,8 @@ module Aws::StorageGateway
|
|
2839
3076
|
# operation to return a list of gateways for your account and region.
|
2840
3077
|
# @return [String]
|
2841
3078
|
#
|
3079
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayOutput AWS API Documentation
|
3080
|
+
#
|
2842
3081
|
class ShutdownGatewayOutput < Struct.new(
|
2843
3082
|
:gateway_arn)
|
2844
3083
|
include Aws::Structure
|
@@ -2858,6 +3097,8 @@ module Aws::StorageGateway
|
|
2858
3097
|
# operation to return a list of gateways for your account and region.
|
2859
3098
|
# @return [String]
|
2860
3099
|
#
|
3100
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayInput AWS API Documentation
|
3101
|
+
#
|
2861
3102
|
class StartGatewayInput < Struct.new(
|
2862
3103
|
:gateway_arn)
|
2863
3104
|
include Aws::Structure
|
@@ -2870,6 +3111,8 @@ module Aws::StorageGateway
|
|
2870
3111
|
# operation to return a list of gateways for your account and region.
|
2871
3112
|
# @return [String]
|
2872
3113
|
#
|
3114
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayOutput AWS API Documentation
|
3115
|
+
#
|
2873
3116
|
class StartGatewayOutput < Struct.new(
|
2874
3117
|
:gateway_arn)
|
2875
3118
|
include Aws::Structure
|
@@ -2888,6 +3131,8 @@ module Aws::StorageGateway
|
|
2888
3131
|
# occurred.
|
2889
3132
|
# @return [Hash<String,String>]
|
2890
3133
|
#
|
3134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StorageGatewayError AWS API Documentation
|
3135
|
+
#
|
2891
3136
|
class StorageGatewayError < Struct.new(
|
2892
3137
|
:error_code,
|
2893
3138
|
:error_details)
|
@@ -2951,6 +3196,8 @@ module Aws::StorageGateway
|
|
2951
3196
|
# @!attribute [rw] created_date
|
2952
3197
|
# @return [Time]
|
2953
3198
|
#
|
3199
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StorediSCSIVolume AWS API Documentation
|
3200
|
+
#
|
2954
3201
|
class StorediSCSIVolume < Struct.new(
|
2955
3202
|
:volume_arn,
|
2956
3203
|
:volume_id,
|
@@ -2980,6 +3227,8 @@ module Aws::StorageGateway
|
|
2980
3227
|
# @!attribute [rw] value
|
2981
3228
|
# @return [String]
|
2982
3229
|
#
|
3230
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tag AWS API Documentation
|
3231
|
+
#
|
2983
3232
|
class Tag < Struct.new(
|
2984
3233
|
:key,
|
2985
3234
|
:value)
|
@@ -3019,6 +3268,8 @@ module Aws::StorageGateway
|
|
3019
3268
|
# Range: 0 (not started) to 100 (complete).
|
3020
3269
|
# @return [Float]
|
3021
3270
|
#
|
3271
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
|
3272
|
+
#
|
3022
3273
|
class Tape < Struct.new(
|
3023
3274
|
:tape_arn,
|
3024
3275
|
:tape_barcode,
|
@@ -3066,6 +3317,8 @@ module Aws::StorageGateway
|
|
3066
3317
|
# The current state of the archived virtual tape.
|
3067
3318
|
# @return [String]
|
3068
3319
|
#
|
3320
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
|
3321
|
+
#
|
3069
3322
|
class TapeArchive < Struct.new(
|
3070
3323
|
:tape_arn,
|
3071
3324
|
:tape_barcode,
|
@@ -3100,6 +3353,8 @@ module Aws::StorageGateway
|
|
3100
3353
|
# operation to return a list of gateways for your account and region.
|
3101
3354
|
# @return [String]
|
3102
3355
|
#
|
3356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeInfo AWS API Documentation
|
3357
|
+
#
|
3103
3358
|
class TapeInfo < Struct.new(
|
3104
3359
|
:tape_arn,
|
3105
3360
|
:tape_barcode,
|
@@ -3130,6 +3385,8 @@ module Aws::StorageGateway
|
|
3130
3385
|
# @!attribute [rw] tape_status
|
3131
3386
|
# @return [String]
|
3132
3387
|
#
|
3388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeRecoveryPointInfo AWS API Documentation
|
3389
|
+
#
|
3133
3390
|
class TapeRecoveryPointInfo < Struct.new(
|
3134
3391
|
:tape_arn,
|
3135
3392
|
:tape_recovery_point_time,
|
@@ -3166,6 +3423,8 @@ module Aws::StorageGateway
|
|
3166
3423
|
# The average download bandwidth rate limit in bits per second.
|
3167
3424
|
# @return [Integer]
|
3168
3425
|
#
|
3426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitInput AWS API Documentation
|
3427
|
+
#
|
3169
3428
|
class UpdateBandwidthRateLimitInput < Struct.new(
|
3170
3429
|
:gateway_arn,
|
3171
3430
|
:average_upload_rate_limit_in_bits_per_sec,
|
@@ -3181,6 +3440,8 @@ module Aws::StorageGateway
|
|
3181
3440
|
# operation to return a list of gateways for your account and region.
|
3182
3441
|
# @return [String]
|
3183
3442
|
#
|
3443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitOutput AWS API Documentation
|
3444
|
+
#
|
3184
3445
|
class UpdateBandwidthRateLimitOutput < Struct.new(
|
3185
3446
|
:gateway_arn)
|
3186
3447
|
include Aws::Structure
|
@@ -3238,6 +3499,8 @@ module Aws::StorageGateway
|
|
3238
3499
|
# </note>
|
3239
3500
|
# @return [String]
|
3240
3501
|
#
|
3502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateChapCredentialsInput AWS API Documentation
|
3503
|
+
#
|
3241
3504
|
class UpdateChapCredentialsInput < Struct.new(
|
3242
3505
|
:target_arn,
|
3243
3506
|
:secret_to_authenticate_initiator,
|
@@ -3258,6 +3521,8 @@ module Aws::StorageGateway
|
|
3258
3521
|
# initiator name specified in the request.
|
3259
3522
|
# @return [String]
|
3260
3523
|
#
|
3524
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateChapCredentialsOutput AWS API Documentation
|
3525
|
+
#
|
3261
3526
|
class UpdateChapCredentialsOutput < Struct.new(
|
3262
3527
|
:target_arn,
|
3263
3528
|
:initiator_name)
|
@@ -3285,6 +3550,8 @@ module Aws::StorageGateway
|
|
3285
3550
|
# @!attribute [rw] gateway_timezone
|
3286
3551
|
# @return [String]
|
3287
3552
|
#
|
3553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformationInput AWS API Documentation
|
3554
|
+
#
|
3288
3555
|
class UpdateGatewayInformationInput < Struct.new(
|
3289
3556
|
:gateway_arn,
|
3290
3557
|
:gateway_name,
|
@@ -3302,6 +3569,8 @@ module Aws::StorageGateway
|
|
3302
3569
|
# @!attribute [rw] gateway_name
|
3303
3570
|
# @return [String]
|
3304
3571
|
#
|
3572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformationOutput AWS API Documentation
|
3573
|
+
#
|
3305
3574
|
class UpdateGatewayInformationOutput < Struct.new(
|
3306
3575
|
:gateway_arn,
|
3307
3576
|
:gateway_name)
|
@@ -3322,6 +3591,8 @@ module Aws::StorageGateway
|
|
3322
3591
|
# operation to return a list of gateways for your account and region.
|
3323
3592
|
# @return [String]
|
3324
3593
|
#
|
3594
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowInput AWS API Documentation
|
3595
|
+
#
|
3325
3596
|
class UpdateGatewaySoftwareNowInput < Struct.new(
|
3326
3597
|
:gateway_arn)
|
3327
3598
|
include Aws::Structure
|
@@ -3334,6 +3605,8 @@ module Aws::StorageGateway
|
|
3334
3605
|
# operation to return a list of gateways for your account and region.
|
3335
3606
|
# @return [String]
|
3336
3607
|
#
|
3608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowOutput AWS API Documentation
|
3609
|
+
#
|
3337
3610
|
class UpdateGatewaySoftwareNowOutput < Struct.new(
|
3338
3611
|
:gateway_arn)
|
3339
3612
|
include Aws::Structure
|
@@ -3379,6 +3652,8 @@ module Aws::StorageGateway
|
|
3379
3652
|
# number from 0 to 6, where 0 represents Sunday and 6 Saturday.
|
3380
3653
|
# @return [Integer]
|
3381
3654
|
#
|
3655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeInput AWS API Documentation
|
3656
|
+
#
|
3382
3657
|
class UpdateMaintenanceStartTimeInput < Struct.new(
|
3383
3658
|
:gateway_arn,
|
3384
3659
|
:hour_of_day,
|
@@ -3395,6 +3670,8 @@ module Aws::StorageGateway
|
|
3395
3670
|
# operation to return a list of gateways for your account and region.
|
3396
3671
|
# @return [String]
|
3397
3672
|
#
|
3673
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeOutput AWS API Documentation
|
3674
|
+
#
|
3398
3675
|
class UpdateMaintenanceStartTimeOutput < Struct.new(
|
3399
3676
|
:gateway_arn)
|
3400
3677
|
include Aws::Structure
|
@@ -3416,6 +3693,7 @@ module Aws::StorageGateway
|
|
3416
3693
|
# owner_id: 1,
|
3417
3694
|
# },
|
3418
3695
|
# default_storage_class: "StorageClass",
|
3696
|
+
# client_list: ["IPV4AddressCIDR"],
|
3419
3697
|
# }
|
3420
3698
|
#
|
3421
3699
|
# @!attribute [rw] file_share_arn
|
@@ -3443,12 +3721,20 @@ module Aws::StorageGateway
|
|
3443
3721
|
# S3\_STANDARD is used. Optional.
|
3444
3722
|
# @return [String]
|
3445
3723
|
#
|
3724
|
+
# @!attribute [rw] client_list
|
3725
|
+
# The list of clients that are allowed to access the file gateway. The
|
3726
|
+
# list must contain either valid IP addresses or valid CIDR blocks.
|
3727
|
+
# @return [Array<String>]
|
3728
|
+
#
|
3729
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
3730
|
+
#
|
3446
3731
|
class UpdateNFSFileShareInput < Struct.new(
|
3447
3732
|
:file_share_arn,
|
3448
3733
|
:kms_encrypted,
|
3449
3734
|
:kms_key,
|
3450
3735
|
:nfs_file_share_defaults,
|
3451
|
-
:default_storage_class
|
3736
|
+
:default_storage_class,
|
3737
|
+
:client_list)
|
3452
3738
|
include Aws::Structure
|
3453
3739
|
end
|
3454
3740
|
|
@@ -3458,6 +3744,8 @@ module Aws::StorageGateway
|
|
3458
3744
|
# The Amazon Resource Name (ARN) of the updated file share.
|
3459
3745
|
# @return [String]
|
3460
3746
|
#
|
3747
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareOutput AWS API Documentation
|
3748
|
+
#
|
3461
3749
|
class UpdateNFSFileShareOutput < Struct.new(
|
3462
3750
|
:file_share_arn)
|
3463
3751
|
include Aws::Structure
|
@@ -3504,6 +3792,8 @@ module Aws::StorageGateway
|
|
3504
3792
|
# description.
|
3505
3793
|
# @return [String]
|
3506
3794
|
#
|
3795
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSnapshotScheduleInput AWS API Documentation
|
3796
|
+
#
|
3507
3797
|
class UpdateSnapshotScheduleInput < Struct.new(
|
3508
3798
|
:volume_arn,
|
3509
3799
|
:start_at,
|
@@ -3517,6 +3807,8 @@ module Aws::StorageGateway
|
|
3517
3807
|
# @!attribute [rw] volume_arn
|
3518
3808
|
# @return [String]
|
3519
3809
|
#
|
3810
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSnapshotScheduleOutput AWS API Documentation
|
3811
|
+
#
|
3520
3812
|
class UpdateSnapshotScheduleOutput < Struct.new(
|
3521
3813
|
:volume_arn)
|
3522
3814
|
include Aws::Structure
|
@@ -3541,6 +3833,8 @@ module Aws::StorageGateway
|
|
3541
3833
|
# Valid Values: "STK-L700", "AWS-Gateway-VTL"
|
3542
3834
|
# @return [String]
|
3543
3835
|
#
|
3836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceTypeInput AWS API Documentation
|
3837
|
+
#
|
3544
3838
|
class UpdateVTLDeviceTypeInput < Struct.new(
|
3545
3839
|
:vtl_device_arn,
|
3546
3840
|
:device_type)
|
@@ -3554,6 +3848,8 @@ module Aws::StorageGateway
|
|
3554
3848
|
# selected.
|
3555
3849
|
# @return [String]
|
3556
3850
|
#
|
3851
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceTypeOutput AWS API Documentation
|
3852
|
+
#
|
3557
3853
|
class UpdateVTLDeviceTypeOutput < Struct.new(
|
3558
3854
|
:vtl_device_arn)
|
3559
3855
|
include Aws::Structure
|
@@ -3579,6 +3875,8 @@ module Aws::StorageGateway
|
|
3579
3875
|
# A list of iSCSI information about a VTL device.
|
3580
3876
|
# @return [Types::DeviceiSCSIAttributes]
|
3581
3877
|
#
|
3878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/VTLDevice AWS API Documentation
|
3879
|
+
#
|
3582
3880
|
class VTLDevice < Struct.new(
|
3583
3881
|
:vtl_device_arn,
|
3584
3882
|
:vtl_device_type,
|
@@ -3633,6 +3931,8 @@ module Aws::StorageGateway
|
|
3633
3931
|
# hyphens (-).
|
3634
3932
|
# @return [Integer]
|
3635
3933
|
#
|
3934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/VolumeInfo AWS API Documentation
|
3935
|
+
#
|
3636
3936
|
class VolumeInfo < Struct.new(
|
3637
3937
|
:volume_arn,
|
3638
3938
|
:volume_id,
|
@@ -3655,6 +3955,8 @@ module Aws::StorageGateway
|
|
3655
3955
|
# @!attribute [rw] volume_recovery_point_time
|
3656
3956
|
# @return [String]
|
3657
3957
|
#
|
3958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/VolumeRecoveryPointInfo AWS API Documentation
|
3959
|
+
#
|
3658
3960
|
class VolumeRecoveryPointInfo < Struct.new(
|
3659
3961
|
:volume_arn,
|
3660
3962
|
:volume_size_in_bytes,
|
@@ -3685,6 +3987,8 @@ module Aws::StorageGateway
|
|
3685
3987
|
# Indicates whether mutual CHAP is enabled for the iSCSI target.
|
3686
3988
|
# @return [Boolean]
|
3687
3989
|
#
|
3990
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/VolumeiSCSIAttributes AWS API Documentation
|
3991
|
+
#
|
3688
3992
|
class VolumeiSCSIAttributes < Struct.new(
|
3689
3993
|
:target_arn,
|
3690
3994
|
:network_interface_id,
|