aws-sdk-storagegateway 1.43.0 → 1.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-storagegateway.rb +4 -2
- data/lib/aws-sdk-storagegateway/client.rb +346 -40
- data/lib/aws-sdk-storagegateway/client_api.rb +124 -0
- data/lib/aws-sdk-storagegateway/customizations.rb +1 -0
- data/lib/aws-sdk-storagegateway/errors.rb +2 -0
- data/lib/aws-sdk-storagegateway/resource.rb +2 -0
- data/lib/aws-sdk-storagegateway/types.rb +752 -52
- metadata +2 -2
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -38,12 +40,15 @@ module Aws::StorageGateway
|
|
38
40
|
BandwidthType = Shapes::StringShape.new(name: 'BandwidthType')
|
39
41
|
BandwidthUploadRateLimit = Shapes::IntegerShape.new(name: 'BandwidthUploadRateLimit')
|
40
42
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
43
|
+
CacheAttributes = Shapes::StructureShape.new(name: 'CacheAttributes')
|
44
|
+
CacheStaleTimeoutInSeconds = Shapes::IntegerShape.new(name: 'CacheStaleTimeoutInSeconds')
|
41
45
|
CachediSCSIVolume = Shapes::StructureShape.new(name: 'CachediSCSIVolume')
|
42
46
|
CachediSCSIVolumes = Shapes::ListShape.new(name: 'CachediSCSIVolumes')
|
43
47
|
CancelArchivalInput = Shapes::StructureShape.new(name: 'CancelArchivalInput')
|
44
48
|
CancelArchivalOutput = Shapes::StructureShape.new(name: 'CancelArchivalOutput')
|
45
49
|
CancelRetrievalInput = Shapes::StructureShape.new(name: 'CancelRetrievalInput')
|
46
50
|
CancelRetrievalOutput = Shapes::StructureShape.new(name: 'CancelRetrievalOutput')
|
51
|
+
CaseSensitivity = Shapes::StringShape.new(name: 'CaseSensitivity')
|
47
52
|
ChapCredentials = Shapes::ListShape.new(name: 'ChapCredentials')
|
48
53
|
ChapInfo = Shapes::StructureShape.new(name: 'ChapInfo')
|
49
54
|
ChapSecret = Shapes::StringShape.new(name: 'ChapSecret')
|
@@ -61,6 +66,8 @@ module Aws::StorageGateway
|
|
61
66
|
CreateSnapshotOutput = Shapes::StructureShape.new(name: 'CreateSnapshotOutput')
|
62
67
|
CreateStorediSCSIVolumeInput = Shapes::StructureShape.new(name: 'CreateStorediSCSIVolumeInput')
|
63
68
|
CreateStorediSCSIVolumeOutput = Shapes::StructureShape.new(name: 'CreateStorediSCSIVolumeOutput')
|
69
|
+
CreateTapePoolInput = Shapes::StructureShape.new(name: 'CreateTapePoolInput')
|
70
|
+
CreateTapePoolOutput = Shapes::StructureShape.new(name: 'CreateTapePoolOutput')
|
64
71
|
CreateTapeWithBarcodeInput = Shapes::StructureShape.new(name: 'CreateTapeWithBarcodeInput')
|
65
72
|
CreateTapeWithBarcodeOutput = Shapes::StructureShape.new(name: 'CreateTapeWithBarcodeOutput')
|
66
73
|
CreateTapesInput = Shapes::StructureShape.new(name: 'CreateTapesInput')
|
@@ -84,8 +91,11 @@ module Aws::StorageGateway
|
|
84
91
|
DeleteTapeArchiveOutput = Shapes::StructureShape.new(name: 'DeleteTapeArchiveOutput')
|
85
92
|
DeleteTapeInput = Shapes::StructureShape.new(name: 'DeleteTapeInput')
|
86
93
|
DeleteTapeOutput = Shapes::StructureShape.new(name: 'DeleteTapeOutput')
|
94
|
+
DeleteTapePoolInput = Shapes::StructureShape.new(name: 'DeleteTapePoolInput')
|
95
|
+
DeleteTapePoolOutput = Shapes::StructureShape.new(name: 'DeleteTapePoolOutput')
|
87
96
|
DeleteVolumeInput = Shapes::StructureShape.new(name: 'DeleteVolumeInput')
|
88
97
|
DeleteVolumeOutput = Shapes::StructureShape.new(name: 'DeleteVolumeOutput')
|
98
|
+
DeprecationDate = Shapes::StringShape.new(name: 'DeprecationDate')
|
89
99
|
DescribeAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestInput')
|
90
100
|
DescribeAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestOutput')
|
91
101
|
DescribeBandwidthRateLimitInput = Shapes::StructureShape.new(name: 'DescribeBandwidthRateLimitInput')
|
@@ -150,6 +160,7 @@ module Aws::StorageGateway
|
|
150
160
|
FileShareId = Shapes::StringShape.new(name: 'FileShareId')
|
151
161
|
FileShareInfo = Shapes::StructureShape.new(name: 'FileShareInfo')
|
152
162
|
FileShareInfoList = Shapes::ListShape.new(name: 'FileShareInfoList')
|
163
|
+
FileShareName = Shapes::StringShape.new(name: 'FileShareName')
|
153
164
|
FileShareStatus = Shapes::StringShape.new(name: 'FileShareStatus')
|
154
165
|
FileShareType = Shapes::StringShape.new(name: 'FileShareType')
|
155
166
|
FileShareUser = Shapes::StringShape.new(name: 'FileShareUser')
|
@@ -190,6 +201,8 @@ module Aws::StorageGateway
|
|
190
201
|
ListLocalDisksOutput = Shapes::StructureShape.new(name: 'ListLocalDisksOutput')
|
191
202
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
192
203
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
204
|
+
ListTapePoolsInput = Shapes::StructureShape.new(name: 'ListTapePoolsInput')
|
205
|
+
ListTapePoolsOutput = Shapes::StructureShape.new(name: 'ListTapePoolsOutput')
|
193
206
|
ListTapesInput = Shapes::StructureShape.new(name: 'ListTapesInput')
|
194
207
|
ListTapesOutput = Shapes::StructureShape.new(name: 'ListTapesOutput')
|
195
208
|
ListVolumeInitiatorsInput = Shapes::StructureShape.new(name: 'ListVolumeInitiatorsInput')
|
@@ -219,7 +232,13 @@ module Aws::StorageGateway
|
|
219
232
|
Path = Shapes::StringShape.new(name: 'Path')
|
220
233
|
PermissionId = Shapes::IntegerShape.new(name: 'PermissionId')
|
221
234
|
PermissionMode = Shapes::StringShape.new(name: 'PermissionMode')
|
235
|
+
PoolARN = Shapes::StringShape.new(name: 'PoolARN')
|
236
|
+
PoolARNs = Shapes::ListShape.new(name: 'PoolARNs')
|
222
237
|
PoolId = Shapes::StringShape.new(name: 'PoolId')
|
238
|
+
PoolInfo = Shapes::StructureShape.new(name: 'PoolInfo')
|
239
|
+
PoolInfos = Shapes::ListShape.new(name: 'PoolInfos')
|
240
|
+
PoolName = Shapes::StringShape.new(name: 'PoolName')
|
241
|
+
PoolStatus = Shapes::StringShape.new(name: 'PoolStatus')
|
223
242
|
PositiveIntObject = Shapes::IntegerShape.new(name: 'PositiveIntObject')
|
224
243
|
RecurrenceInHours = Shapes::IntegerShape.new(name: 'RecurrenceInHours')
|
225
244
|
RefreshCacheInput = Shapes::StructureShape.new(name: 'RefreshCacheInput')
|
@@ -230,6 +249,8 @@ module Aws::StorageGateway
|
|
230
249
|
ResetCacheInput = Shapes::StructureShape.new(name: 'ResetCacheInput')
|
231
250
|
ResetCacheOutput = Shapes::StructureShape.new(name: 'ResetCacheOutput')
|
232
251
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
252
|
+
RetentionLockTimeInDays = Shapes::IntegerShape.new(name: 'RetentionLockTimeInDays')
|
253
|
+
RetentionLockType = Shapes::StringShape.new(name: 'RetentionLockType')
|
233
254
|
RetrieveTapeArchiveInput = Shapes::StructureShape.new(name: 'RetrieveTapeArchiveInput')
|
234
255
|
RetrieveTapeArchiveOutput = Shapes::StructureShape.new(name: 'RetrieveTapeArchiveOutput')
|
235
256
|
RetrieveTapeRecoveryPointInput = Shapes::StructureShape.new(name: 'RetrieveTapeRecoveryPointInput')
|
@@ -248,6 +269,7 @@ module Aws::StorageGateway
|
|
248
269
|
ShutdownGatewayOutput = Shapes::StructureShape.new(name: 'ShutdownGatewayOutput')
|
249
270
|
SnapshotDescription = Shapes::StringShape.new(name: 'SnapshotDescription')
|
250
271
|
SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
|
272
|
+
SoftwareUpdatesEndDate = Shapes::StringShape.new(name: 'SoftwareUpdatesEndDate')
|
251
273
|
Squash = Shapes::StringShape.new(name: 'Squash')
|
252
274
|
StartAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestInput')
|
253
275
|
StartAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestOutput')
|
@@ -278,6 +300,7 @@ module Aws::StorageGateway
|
|
278
300
|
TapeRecoveryPointStatus = Shapes::StringShape.new(name: 'TapeRecoveryPointStatus')
|
279
301
|
TapeSize = Shapes::IntegerShape.new(name: 'TapeSize')
|
280
302
|
TapeStatus = Shapes::StringShape.new(name: 'TapeStatus')
|
303
|
+
TapeStorageClass = Shapes::StringShape.new(name: 'TapeStorageClass')
|
281
304
|
TapeUsage = Shapes::IntegerShape.new(name: 'TapeUsage')
|
282
305
|
Tapes = Shapes::ListShape.new(name: 'Tapes')
|
283
306
|
TargetARN = Shapes::StringShape.new(name: 'TargetARN')
|
@@ -375,6 +398,7 @@ module Aws::StorageGateway
|
|
375
398
|
|
376
399
|
AssignTapePoolInput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, required: true, location_name: "TapeARN"))
|
377
400
|
AssignTapePoolInput.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, required: true, location_name: "PoolId"))
|
401
|
+
AssignTapePoolInput.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: boolean, location_name: "BypassGovernanceRetention"))
|
378
402
|
AssignTapePoolInput.struct_class = Types::AssignTapePoolInput
|
379
403
|
|
380
404
|
AssignTapePoolOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
@@ -401,10 +425,14 @@ module Aws::StorageGateway
|
|
401
425
|
AutomaticTapeCreationRule.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, required: true, location_name: "PoolId"))
|
402
426
|
AutomaticTapeCreationRule.add_member(:tape_size_in_bytes, Shapes::ShapeRef.new(shape: TapeSize, required: true, location_name: "TapeSizeInBytes"))
|
403
427
|
AutomaticTapeCreationRule.add_member(:minimum_num_tapes, Shapes::ShapeRef.new(shape: MinimumNumTapes, required: true, location_name: "MinimumNumTapes"))
|
428
|
+
AutomaticTapeCreationRule.add_member(:worm, Shapes::ShapeRef.new(shape: boolean, location_name: "Worm"))
|
404
429
|
AutomaticTapeCreationRule.struct_class = Types::AutomaticTapeCreationRule
|
405
430
|
|
406
431
|
AutomaticTapeCreationRules.member = Shapes::ShapeRef.new(shape: AutomaticTapeCreationRule)
|
407
432
|
|
433
|
+
CacheAttributes.add_member(:cache_stale_timeout_in_seconds, Shapes::ShapeRef.new(shape: CacheStaleTimeoutInSeconds, location_name: "CacheStaleTimeoutInSeconds"))
|
434
|
+
CacheAttributes.struct_class = Types::CacheAttributes
|
435
|
+
|
408
436
|
CachediSCSIVolume.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
|
409
437
|
CachediSCSIVolume.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
|
410
438
|
CachediSCSIVolume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
|
@@ -475,6 +503,8 @@ module Aws::StorageGateway
|
|
475
503
|
CreateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
476
504
|
CreateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
477
505
|
CreateNFSFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
506
|
+
CreateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
507
|
+
CreateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
478
508
|
CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
|
479
509
|
|
480
510
|
CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -497,7 +527,10 @@ module Aws::StorageGateway
|
|
497
527
|
CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
498
528
|
CreateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
499
529
|
CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
530
|
+
CreateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
500
531
|
CreateSMBFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
532
|
+
CreateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
533
|
+
CreateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
501
534
|
CreateSMBFileShareInput.struct_class = Types::CreateSMBFileShareInput
|
502
535
|
|
503
536
|
CreateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -538,12 +571,23 @@ module Aws::StorageGateway
|
|
538
571
|
CreateStorediSCSIVolumeOutput.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetARN, location_name: "TargetARN"))
|
539
572
|
CreateStorediSCSIVolumeOutput.struct_class = Types::CreateStorediSCSIVolumeOutput
|
540
573
|
|
574
|
+
CreateTapePoolInput.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location_name: "PoolName"))
|
575
|
+
CreateTapePoolInput.add_member(:storage_class, Shapes::ShapeRef.new(shape: TapeStorageClass, required: true, location_name: "StorageClass"))
|
576
|
+
CreateTapePoolInput.add_member(:retention_lock_type, Shapes::ShapeRef.new(shape: RetentionLockType, location_name: "RetentionLockType"))
|
577
|
+
CreateTapePoolInput.add_member(:retention_lock_time_in_days, Shapes::ShapeRef.new(shape: RetentionLockTimeInDays, location_name: "RetentionLockTimeInDays"))
|
578
|
+
CreateTapePoolInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
579
|
+
CreateTapePoolInput.struct_class = Types::CreateTapePoolInput
|
580
|
+
|
581
|
+
CreateTapePoolOutput.add_member(:pool_arn, Shapes::ShapeRef.new(shape: PoolARN, location_name: "PoolARN"))
|
582
|
+
CreateTapePoolOutput.struct_class = Types::CreateTapePoolOutput
|
583
|
+
|
541
584
|
CreateTapeWithBarcodeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
542
585
|
CreateTapeWithBarcodeInput.add_member(:tape_size_in_bytes, Shapes::ShapeRef.new(shape: TapeSize, required: true, location_name: "TapeSizeInBytes"))
|
543
586
|
CreateTapeWithBarcodeInput.add_member(:tape_barcode, Shapes::ShapeRef.new(shape: TapeBarcode, required: true, location_name: "TapeBarcode"))
|
544
587
|
CreateTapeWithBarcodeInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
545
588
|
CreateTapeWithBarcodeInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
546
589
|
CreateTapeWithBarcodeInput.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
590
|
+
CreateTapeWithBarcodeInput.add_member(:worm, Shapes::ShapeRef.new(shape: boolean, location_name: "Worm"))
|
547
591
|
CreateTapeWithBarcodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
548
592
|
CreateTapeWithBarcodeInput.struct_class = Types::CreateTapeWithBarcodeInput
|
549
593
|
|
@@ -558,6 +602,7 @@ module Aws::StorageGateway
|
|
558
602
|
CreateTapesInput.add_member(:kms_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "KMSEncrypted"))
|
559
603
|
CreateTapesInput.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
560
604
|
CreateTapesInput.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
605
|
+
CreateTapesInput.add_member(:worm, Shapes::ShapeRef.new(shape: boolean, location_name: "Worm"))
|
561
606
|
CreateTapesInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
562
607
|
CreateTapesInput.struct_class = Types::CreateTapesInput
|
563
608
|
|
@@ -605,6 +650,7 @@ module Aws::StorageGateway
|
|
605
650
|
DeleteSnapshotScheduleOutput.struct_class = Types::DeleteSnapshotScheduleOutput
|
606
651
|
|
607
652
|
DeleteTapeArchiveInput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, required: true, location_name: "TapeARN"))
|
653
|
+
DeleteTapeArchiveInput.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: boolean, location_name: "BypassGovernanceRetention"))
|
608
654
|
DeleteTapeArchiveInput.struct_class = Types::DeleteTapeArchiveInput
|
609
655
|
|
610
656
|
DeleteTapeArchiveOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
@@ -612,11 +658,18 @@ module Aws::StorageGateway
|
|
612
658
|
|
613
659
|
DeleteTapeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
614
660
|
DeleteTapeInput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, required: true, location_name: "TapeARN"))
|
661
|
+
DeleteTapeInput.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: boolean, location_name: "BypassGovernanceRetention"))
|
615
662
|
DeleteTapeInput.struct_class = Types::DeleteTapeInput
|
616
663
|
|
617
664
|
DeleteTapeOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
|
618
665
|
DeleteTapeOutput.struct_class = Types::DeleteTapeOutput
|
619
666
|
|
667
|
+
DeleteTapePoolInput.add_member(:pool_arn, Shapes::ShapeRef.new(shape: PoolARN, required: true, location_name: "PoolARN"))
|
668
|
+
DeleteTapePoolInput.struct_class = Types::DeleteTapePoolInput
|
669
|
+
|
670
|
+
DeleteTapePoolOutput.add_member(:pool_arn, Shapes::ShapeRef.new(shape: PoolARN, location_name: "PoolARN"))
|
671
|
+
DeleteTapePoolOutput.struct_class = Types::DeleteTapePoolOutput
|
672
|
+
|
620
673
|
DeleteVolumeInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
|
621
674
|
DeleteVolumeInput.struct_class = Types::DeleteVolumeInput
|
622
675
|
|
@@ -682,6 +735,8 @@ module Aws::StorageGateway
|
|
682
735
|
DescribeGatewayInformationOutput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
|
683
736
|
DescribeGatewayInformationOutput.add_member(:host_environment, Shapes::ShapeRef.new(shape: HostEnvironment, location_name: "HostEnvironment"))
|
684
737
|
DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
|
738
|
+
DescribeGatewayInformationOutput.add_member(:software_updates_end_date, Shapes::ShapeRef.new(shape: SoftwareUpdatesEndDate, location_name: "SoftwareUpdatesEndDate"))
|
739
|
+
DescribeGatewayInformationOutput.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: DeprecationDate, location_name: "DeprecationDate"))
|
685
740
|
DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
|
686
741
|
|
687
742
|
DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
|
@@ -923,6 +978,15 @@ module Aws::StorageGateway
|
|
923
978
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
924
979
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
925
980
|
|
981
|
+
ListTapePoolsInput.add_member(:pool_arns, Shapes::ShapeRef.new(shape: PoolARNs, location_name: "PoolARNs"))
|
982
|
+
ListTapePoolsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
983
|
+
ListTapePoolsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
|
984
|
+
ListTapePoolsInput.struct_class = Types::ListTapePoolsInput
|
985
|
+
|
986
|
+
ListTapePoolsOutput.add_member(:pool_infos, Shapes::ShapeRef.new(shape: PoolInfos, location_name: "PoolInfos"))
|
987
|
+
ListTapePoolsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
988
|
+
ListTapePoolsOutput.struct_class = Types::ListTapePoolsOutput
|
989
|
+
|
926
990
|
ListTapesInput.add_member(:tape_arns, Shapes::ShapeRef.new(shape: TapeARNs, location_name: "TapeARNs"))
|
927
991
|
ListTapesInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
928
992
|
ListTapesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
|
@@ -979,6 +1043,8 @@ module Aws::StorageGateway
|
|
979
1043
|
NFSFileShareInfo.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
980
1044
|
NFSFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
981
1045
|
NFSFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1046
|
+
NFSFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
1047
|
+
NFSFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
982
1048
|
NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
|
983
1049
|
|
984
1050
|
NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
|
@@ -995,6 +1061,18 @@ module Aws::StorageGateway
|
|
995
1061
|
NotifyWhenUploadedOutput.add_member(:notification_id, Shapes::ShapeRef.new(shape: NotificationId, location_name: "NotificationId"))
|
996
1062
|
NotifyWhenUploadedOutput.struct_class = Types::NotifyWhenUploadedOutput
|
997
1063
|
|
1064
|
+
PoolARNs.member = Shapes::ShapeRef.new(shape: PoolARN)
|
1065
|
+
|
1066
|
+
PoolInfo.add_member(:pool_arn, Shapes::ShapeRef.new(shape: PoolARN, location_name: "PoolARN"))
|
1067
|
+
PoolInfo.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, location_name: "PoolName"))
|
1068
|
+
PoolInfo.add_member(:storage_class, Shapes::ShapeRef.new(shape: TapeStorageClass, location_name: "StorageClass"))
|
1069
|
+
PoolInfo.add_member(:retention_lock_type, Shapes::ShapeRef.new(shape: RetentionLockType, location_name: "RetentionLockType"))
|
1070
|
+
PoolInfo.add_member(:retention_lock_time_in_days, Shapes::ShapeRef.new(shape: RetentionLockTimeInDays, location_name: "RetentionLockTimeInDays"))
|
1071
|
+
PoolInfo.add_member(:pool_status, Shapes::ShapeRef.new(shape: PoolStatus, location_name: "PoolStatus"))
|
1072
|
+
PoolInfo.struct_class = Types::PoolInfo
|
1073
|
+
|
1074
|
+
PoolInfos.member = Shapes::ShapeRef.new(shape: PoolInfo)
|
1075
|
+
|
998
1076
|
RefreshCacheInput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, required: true, location_name: "FileShareARN"))
|
999
1077
|
RefreshCacheInput.add_member(:folder_list, Shapes::ShapeRef.new(shape: FolderList, location_name: "FolderList"))
|
1000
1078
|
RefreshCacheInput.add_member(:recursive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Recursive"))
|
@@ -1051,7 +1129,10 @@ module Aws::StorageGateway
|
|
1051
1129
|
SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
1052
1130
|
SMBFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
1053
1131
|
SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
|
1132
|
+
SMBFileShareInfo.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
1054
1133
|
SMBFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1134
|
+
SMBFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
1135
|
+
SMBFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
1055
1136
|
SMBFileShareInfo.struct_class = Types::SMBFileShareInfo
|
1056
1137
|
|
1057
1138
|
SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
|
@@ -1133,6 +1214,9 @@ module Aws::StorageGateway
|
|
1133
1214
|
Tape.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
1134
1215
|
Tape.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
1135
1216
|
Tape.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1217
|
+
Tape.add_member(:worm, Shapes::ShapeRef.new(shape: boolean, location_name: "Worm"))
|
1218
|
+
Tape.add_member(:retention_start_date, Shapes::ShapeRef.new(shape: Time, location_name: "RetentionStartDate"))
|
1219
|
+
Tape.add_member(:pool_entry_date, Shapes::ShapeRef.new(shape: Time, location_name: "PoolEntryDate"))
|
1136
1220
|
Tape.struct_class = Types::Tape
|
1137
1221
|
|
1138
1222
|
TapeARNs.member = Shapes::ShapeRef.new(shape: TapeARN)
|
@@ -1147,6 +1231,9 @@ module Aws::StorageGateway
|
|
1147
1231
|
TapeArchive.add_member(:tape_used_in_bytes, Shapes::ShapeRef.new(shape: TapeUsage, location_name: "TapeUsedInBytes"))
|
1148
1232
|
TapeArchive.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
|
1149
1233
|
TapeArchive.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1234
|
+
TapeArchive.add_member(:worm, Shapes::ShapeRef.new(shape: boolean, location_name: "Worm"))
|
1235
|
+
TapeArchive.add_member(:retention_start_date, Shapes::ShapeRef.new(shape: Time, location_name: "RetentionStartDate"))
|
1236
|
+
TapeArchive.add_member(:pool_entry_date, Shapes::ShapeRef.new(shape: Time, location_name: "PoolEntryDate"))
|
1150
1237
|
TapeArchive.struct_class = Types::TapeArchive
|
1151
1238
|
|
1152
1239
|
TapeArchives.member = Shapes::ShapeRef.new(shape: TapeArchive)
|
@@ -1157,6 +1244,8 @@ module Aws::StorageGateway
|
|
1157
1244
|
TapeInfo.add_member(:tape_status, Shapes::ShapeRef.new(shape: TapeStatus, location_name: "TapeStatus"))
|
1158
1245
|
TapeInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
|
1159
1246
|
TapeInfo.add_member(:pool_id, Shapes::ShapeRef.new(shape: PoolId, location_name: "PoolId"))
|
1247
|
+
TapeInfo.add_member(:retention_start_date, Shapes::ShapeRef.new(shape: Time, location_name: "RetentionStartDate"))
|
1248
|
+
TapeInfo.add_member(:pool_entry_date, Shapes::ShapeRef.new(shape: Time, location_name: "PoolEntryDate"))
|
1160
1249
|
TapeInfo.struct_class = Types::TapeInfo
|
1161
1250
|
|
1162
1251
|
TapeInfos.member = Shapes::ShapeRef.new(shape: TapeInfo)
|
@@ -1233,6 +1322,8 @@ module Aws::StorageGateway
|
|
1233
1322
|
UpdateNFSFileShareInput.add_member(:read_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadOnly"))
|
1234
1323
|
UpdateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
|
1235
1324
|
UpdateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
|
1325
|
+
UpdateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
1326
|
+
UpdateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
1236
1327
|
UpdateNFSFileShareInput.struct_class = Types::UpdateNFSFileShareInput
|
1237
1328
|
|
1238
1329
|
UpdateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -1251,6 +1342,9 @@ module Aws::StorageGateway
|
|
1251
1342
|
UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
|
1252
1343
|
UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
|
1253
1344
|
UpdateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
|
1345
|
+
UpdateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
|
1346
|
+
UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
|
1347
|
+
UpdateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
|
1254
1348
|
UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
|
1255
1349
|
|
1256
1350
|
UpdateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
|
@@ -1492,6 +1586,16 @@ module Aws::StorageGateway
|
|
1492
1586
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1493
1587
|
end)
|
1494
1588
|
|
1589
|
+
api.add_operation(:create_tape_pool, Seahorse::Model::Operation.new.tap do |o|
|
1590
|
+
o.name = "CreateTapePool"
|
1591
|
+
o.http_method = "POST"
|
1592
|
+
o.http_request_uri = "/"
|
1593
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTapePoolInput)
|
1594
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTapePoolOutput)
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
1596
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1597
|
+
end)
|
1598
|
+
|
1495
1599
|
api.add_operation(:create_tape_with_barcode, Seahorse::Model::Operation.new.tap do |o|
|
1496
1600
|
o.name = "CreateTapeWithBarcode"
|
1497
1601
|
o.http_method = "POST"
|
@@ -1592,6 +1696,16 @@ module Aws::StorageGateway
|
|
1592
1696
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1593
1697
|
end)
|
1594
1698
|
|
1699
|
+
api.add_operation(:delete_tape_pool, Seahorse::Model::Operation.new.tap do |o|
|
1700
|
+
o.name = "DeleteTapePool"
|
1701
|
+
o.http_method = "POST"
|
1702
|
+
o.http_request_uri = "/"
|
1703
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTapePoolInput)
|
1704
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTapePoolOutput)
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1707
|
+
end)
|
1708
|
+
|
1595
1709
|
api.add_operation(:delete_volume, Seahorse::Model::Operation.new.tap do |o|
|
1596
1710
|
o.name = "DeleteVolume"
|
1597
1711
|
o.http_method = "POST"
|
@@ -1904,6 +2018,16 @@ module Aws::StorageGateway
|
|
1904
2018
|
)
|
1905
2019
|
end)
|
1906
2020
|
|
2021
|
+
api.add_operation(:list_tape_pools, Seahorse::Model::Operation.new.tap do |o|
|
2022
|
+
o.name = "ListTapePools"
|
2023
|
+
o.http_method = "POST"
|
2024
|
+
o.http_request_uri = "/"
|
2025
|
+
o.input = Shapes::ShapeRef.new(shape: ListTapePoolsInput)
|
2026
|
+
o.output = Shapes::ShapeRef.new(shape: ListTapePoolsOutput)
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
|
2028
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2029
|
+
end)
|
2030
|
+
|
1907
2031
|
api.add_operation(:list_tapes, Seahorse::Model::Operation.new.tap do |o|
|
1908
2032
|
o.name = "ListTapes"
|
1909
2033
|
o.http_method = "POST"
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -109,7 +111,7 @@ module Aws::StorageGateway
|
|
109
111
|
# The value that indicates the type of medium changer to use for tape
|
110
112
|
# gateway. This field is optional.
|
111
113
|
#
|
112
|
-
# Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
|
114
|
+
# Valid Values: `STK-L700` \| `AWS-Gateway-VTL` \| `IBM-03584L32-0402`
|
113
115
|
# @return [String]
|
114
116
|
#
|
115
117
|
# @!attribute [rw] tags
|
@@ -136,6 +138,7 @@ module Aws::StorageGateway
|
|
136
138
|
:tape_drive_type,
|
137
139
|
:medium_changer_type,
|
138
140
|
:tags)
|
141
|
+
SENSITIVE = []
|
139
142
|
include Aws::Structure
|
140
143
|
end
|
141
144
|
|
@@ -161,6 +164,7 @@ module Aws::StorageGateway
|
|
161
164
|
#
|
162
165
|
class ActivateGatewayOutput < Struct.new(
|
163
166
|
:gateway_arn)
|
167
|
+
SENSITIVE = []
|
164
168
|
include Aws::Structure
|
165
169
|
end
|
166
170
|
|
@@ -189,6 +193,7 @@ module Aws::StorageGateway
|
|
189
193
|
class AddCacheInput < Struct.new(
|
190
194
|
:gateway_arn,
|
191
195
|
:disk_ids)
|
196
|
+
SENSITIVE = []
|
192
197
|
include Aws::Structure
|
193
198
|
end
|
194
199
|
|
@@ -202,6 +207,7 @@ module Aws::StorageGateway
|
|
202
207
|
#
|
203
208
|
class AddCacheOutput < Struct.new(
|
204
209
|
:gateway_arn)
|
210
|
+
SENSITIVE = []
|
205
211
|
include Aws::Structure
|
206
212
|
end
|
207
213
|
|
@@ -242,6 +248,7 @@ module Aws::StorageGateway
|
|
242
248
|
class AddTagsToResourceInput < Struct.new(
|
243
249
|
:resource_arn,
|
244
250
|
:tags)
|
251
|
+
SENSITIVE = []
|
245
252
|
include Aws::Structure
|
246
253
|
end
|
247
254
|
|
@@ -256,6 +263,7 @@ module Aws::StorageGateway
|
|
256
263
|
#
|
257
264
|
class AddTagsToResourceOutput < Struct.new(
|
258
265
|
:resource_arn)
|
266
|
+
SENSITIVE = []
|
259
267
|
include Aws::Structure
|
260
268
|
end
|
261
269
|
|
@@ -284,6 +292,7 @@ module Aws::StorageGateway
|
|
284
292
|
class AddUploadBufferInput < Struct.new(
|
285
293
|
:gateway_arn,
|
286
294
|
:disk_ids)
|
295
|
+
SENSITIVE = []
|
287
296
|
include Aws::Structure
|
288
297
|
end
|
289
298
|
|
@@ -297,6 +306,7 @@ module Aws::StorageGateway
|
|
297
306
|
#
|
298
307
|
class AddUploadBufferOutput < Struct.new(
|
299
308
|
:gateway_arn)
|
309
|
+
SENSITIVE = []
|
300
310
|
include Aws::Structure
|
301
311
|
end
|
302
312
|
|
@@ -331,6 +341,7 @@ module Aws::StorageGateway
|
|
331
341
|
class AddWorkingStorageInput < Struct.new(
|
332
342
|
:gateway_arn,
|
333
343
|
:disk_ids)
|
344
|
+
SENSITIVE = []
|
334
345
|
include Aws::Structure
|
335
346
|
end
|
336
347
|
|
@@ -347,6 +358,7 @@ module Aws::StorageGateway
|
|
347
358
|
#
|
348
359
|
class AddWorkingStorageOutput < Struct.new(
|
349
360
|
:gateway_arn)
|
361
|
+
SENSITIVE = []
|
350
362
|
include Aws::Structure
|
351
363
|
end
|
352
364
|
|
@@ -356,6 +368,7 @@ module Aws::StorageGateway
|
|
356
368
|
# {
|
357
369
|
# tape_arn: "TapeARN", # required
|
358
370
|
# pool_id: "PoolId", # required
|
371
|
+
# bypass_governance_retention: false,
|
359
372
|
# }
|
360
373
|
#
|
361
374
|
# @!attribute [rw] tape_arn
|
@@ -374,11 +387,24 @@ module Aws::StorageGateway
|
|
374
387
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
375
388
|
# @return [String]
|
376
389
|
#
|
390
|
+
# @!attribute [rw] bypass_governance_retention
|
391
|
+
# Set permissions to bypass governance retention. If the lock type of
|
392
|
+
# the archived tape is `Governance`, the tape's archived age is not
|
393
|
+
# older than `RetentionLockInDays`, and the user does not already have
|
394
|
+
# `BypassGovernanceRetention`, setting this to TRUE enables the user
|
395
|
+
# to bypass the retention lock. This parameter is set to true by
|
396
|
+
# default for calls from the console.
|
397
|
+
#
|
398
|
+
# Valid values: `TRUE` \| `FALSE`
|
399
|
+
# @return [Boolean]
|
400
|
+
#
|
377
401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AssignTapePoolInput AWS API Documentation
|
378
402
|
#
|
379
403
|
class AssignTapePoolInput < Struct.new(
|
380
404
|
:tape_arn,
|
381
|
-
:pool_id
|
405
|
+
:pool_id,
|
406
|
+
:bypass_governance_retention)
|
407
|
+
SENSITIVE = []
|
382
408
|
include Aws::Structure
|
383
409
|
end
|
384
410
|
|
@@ -391,6 +417,7 @@ module Aws::StorageGateway
|
|
391
417
|
#
|
392
418
|
class AssignTapePoolOutput < Struct.new(
|
393
419
|
:tape_arn)
|
420
|
+
SENSITIVE = []
|
394
421
|
include Aws::Structure
|
395
422
|
end
|
396
423
|
|
@@ -451,6 +478,7 @@ module Aws::StorageGateway
|
|
451
478
|
:volume_arn,
|
452
479
|
:network_interface_id,
|
453
480
|
:disk_id)
|
481
|
+
SENSITIVE = []
|
454
482
|
include Aws::Structure
|
455
483
|
end
|
456
484
|
|
@@ -472,6 +500,7 @@ module Aws::StorageGateway
|
|
472
500
|
class AttachVolumeOutput < Struct.new(
|
473
501
|
:volume_arn,
|
474
502
|
:target_arn)
|
503
|
+
SENSITIVE = []
|
475
504
|
include Aws::Structure
|
476
505
|
end
|
477
506
|
|
@@ -496,11 +525,18 @@ module Aws::StorageGateway
|
|
496
525
|
class AutomaticTapeCreationPolicyInfo < Struct.new(
|
497
526
|
:automatic_tape_creation_rules,
|
498
527
|
:gateway_arn)
|
528
|
+
SENSITIVE = []
|
499
529
|
include Aws::Structure
|
500
530
|
end
|
501
531
|
|
502
532
|
# An automatic tape creation policy consists of automatic tape creation
|
503
|
-
# rules where each rule defines when and how to create new tapes.
|
533
|
+
# rules where each rule defines when and how to create new tapes. For
|
534
|
+
# more information about automatic tape creation, see [Creating Tapes
|
535
|
+
# Automatically][1].
|
536
|
+
#
|
537
|
+
#
|
538
|
+
#
|
539
|
+
# [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedCreateTapes.html#CreateTapesAutomatically
|
504
540
|
#
|
505
541
|
# @note When making an API call, you may pass AutomaticTapeCreationRule
|
506
542
|
# data as a hash:
|
@@ -510,6 +546,7 @@ module Aws::StorageGateway
|
|
510
546
|
# pool_id: "PoolId", # required
|
511
547
|
# tape_size_in_bytes: 1, # required
|
512
548
|
# minimum_num_tapes: 1, # required
|
549
|
+
# worm: false,
|
513
550
|
# }
|
514
551
|
#
|
515
552
|
# @!attribute [rw] tape_barcode_prefix
|
@@ -541,16 +578,57 @@ module Aws::StorageGateway
|
|
541
578
|
# The minimum number of available virtual tapes that the gateway
|
542
579
|
# maintains at all times. If the number of tapes on the gateway goes
|
543
580
|
# below this value, the gateway creates as many new tapes as are
|
544
|
-
# needed to have `MinimumNumTapes` on the gateway.
|
581
|
+
# needed to have `MinimumNumTapes` on the gateway. For more
|
582
|
+
# information about automatic tape creation, see [Creating Tapes
|
583
|
+
# Automatically][1].
|
584
|
+
#
|
585
|
+
#
|
586
|
+
#
|
587
|
+
# [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStartedCreateTapes.html#CreateTapesAutomatically
|
545
588
|
# @return [Integer]
|
546
589
|
#
|
590
|
+
# @!attribute [rw] worm
|
591
|
+
# Set to `true` to indicate that tapes are to be archived as
|
592
|
+
# write-once-read-many (WORM). Set to `false` when WORM is not enabled
|
593
|
+
# for tapes.
|
594
|
+
# @return [Boolean]
|
595
|
+
#
|
547
596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AutomaticTapeCreationRule AWS API Documentation
|
548
597
|
#
|
549
598
|
class AutomaticTapeCreationRule < Struct.new(
|
550
599
|
:tape_barcode_prefix,
|
551
600
|
:pool_id,
|
552
601
|
:tape_size_in_bytes,
|
553
|
-
:minimum_num_tapes
|
602
|
+
:minimum_num_tapes,
|
603
|
+
:worm)
|
604
|
+
SENSITIVE = []
|
605
|
+
include Aws::Structure
|
606
|
+
end
|
607
|
+
|
608
|
+
# Lists refresh cache information.
|
609
|
+
#
|
610
|
+
# @note When making an API call, you may pass CacheAttributes
|
611
|
+
# data as a hash:
|
612
|
+
#
|
613
|
+
# {
|
614
|
+
# cache_stale_timeout_in_seconds: 1,
|
615
|
+
# }
|
616
|
+
#
|
617
|
+
# @!attribute [rw] cache_stale_timeout_in_seconds
|
618
|
+
# Refreshes a file share's cache by using Time To Live (TTL). TTL is
|
619
|
+
# the length of time since the last refresh after which access to the
|
620
|
+
# directory would cause the file gateway to first refresh that
|
621
|
+
# directory's contents from the Amazon S3 bucket. The TTL duration is
|
622
|
+
# in seconds.
|
623
|
+
#
|
624
|
+
# Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
|
625
|
+
# @return [Integer]
|
626
|
+
#
|
627
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CacheAttributes AWS API Documentation
|
628
|
+
#
|
629
|
+
class CacheAttributes < Struct.new(
|
630
|
+
:cache_stale_timeout_in_seconds)
|
631
|
+
SENSITIVE = []
|
554
632
|
include Aws::Structure
|
555
633
|
end
|
556
634
|
|
@@ -561,7 +639,7 @@ module Aws::StorageGateway
|
|
561
639
|
# @return [String]
|
562
640
|
#
|
563
641
|
# @!attribute [rw] volume_id
|
564
|
-
# The unique identifier of the volume, e.g
|
642
|
+
# The unique identifier of the volume, e.g., vol-AE4B946D.
|
565
643
|
# @return [String]
|
566
644
|
#
|
567
645
|
# @!attribute [rw] volume_type
|
@@ -597,7 +675,7 @@ module Aws::StorageGateway
|
|
597
675
|
#
|
598
676
|
# @!attribute [rw] source_snapshot_id
|
599
677
|
# If the cached volume was created from a snapshot, this field
|
600
|
-
# contains the snapshot ID used, e.g
|
678
|
+
# contains the snapshot ID used, e.g., snap-78e22663. Otherwise, this
|
601
679
|
# field is not included.
|
602
680
|
# @return [String]
|
603
681
|
#
|
@@ -608,7 +686,7 @@ module Aws::StorageGateway
|
|
608
686
|
#
|
609
687
|
# @!attribute [rw] created_date
|
610
688
|
# The date the volume was created. Volumes created prior to March 28,
|
611
|
-
# 2017 don’t have this
|
689
|
+
# 2017 don’t have this timestamp.
|
612
690
|
# @return [Time]
|
613
691
|
#
|
614
692
|
# @!attribute [rw] volume_used_in_bytes
|
@@ -660,6 +738,7 @@ module Aws::StorageGateway
|
|
660
738
|
:volume_used_in_bytes,
|
661
739
|
:kms_key,
|
662
740
|
:target_name)
|
741
|
+
SENSITIVE = []
|
663
742
|
include Aws::Structure
|
664
743
|
end
|
665
744
|
|
@@ -689,6 +768,7 @@ module Aws::StorageGateway
|
|
689
768
|
class CancelArchivalInput < Struct.new(
|
690
769
|
:gateway_arn,
|
691
770
|
:tape_arn)
|
771
|
+
SENSITIVE = []
|
692
772
|
include Aws::Structure
|
693
773
|
end
|
694
774
|
|
@@ -703,6 +783,7 @@ module Aws::StorageGateway
|
|
703
783
|
#
|
704
784
|
class CancelArchivalOutput < Struct.new(
|
705
785
|
:tape_arn)
|
786
|
+
SENSITIVE = []
|
706
787
|
include Aws::Structure
|
707
788
|
end
|
708
789
|
|
@@ -732,6 +813,7 @@ module Aws::StorageGateway
|
|
732
813
|
class CancelRetrievalInput < Struct.new(
|
733
814
|
:gateway_arn,
|
734
815
|
:tape_arn)
|
816
|
+
SENSITIVE = []
|
735
817
|
include Aws::Structure
|
736
818
|
end
|
737
819
|
|
@@ -746,6 +828,7 @@ module Aws::StorageGateway
|
|
746
828
|
#
|
747
829
|
class CancelRetrievalOutput < Struct.new(
|
748
830
|
:tape_arn)
|
831
|
+
SENSITIVE = []
|
749
832
|
include Aws::Structure
|
750
833
|
end
|
751
834
|
|
@@ -771,7 +854,7 @@ module Aws::StorageGateway
|
|
771
854
|
#
|
772
855
|
# @!attribute [rw] secret_to_authenticate_target
|
773
856
|
# The secret key that the target must provide to participate in mutual
|
774
|
-
# CHAP with the initiator (e.g
|
857
|
+
# CHAP with the initiator (e.g., Windows client).
|
775
858
|
# @return [String]
|
776
859
|
#
|
777
860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ChapInfo AWS API Documentation
|
@@ -781,6 +864,7 @@ module Aws::StorageGateway
|
|
781
864
|
:secret_to_authenticate_initiator,
|
782
865
|
:initiator_name,
|
783
866
|
:secret_to_authenticate_target)
|
867
|
+
SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
|
784
868
|
include Aws::Structure
|
785
869
|
end
|
786
870
|
|
@@ -902,6 +986,7 @@ module Aws::StorageGateway
|
|
902
986
|
:kms_encrypted,
|
903
987
|
:kms_key,
|
904
988
|
:tags)
|
989
|
+
SENSITIVE = []
|
905
990
|
include Aws::Structure
|
906
991
|
end
|
907
992
|
|
@@ -919,6 +1004,7 @@ module Aws::StorageGateway
|
|
919
1004
|
class CreateCachediSCSIVolumeOutput < Struct.new(
|
920
1005
|
:volume_arn,
|
921
1006
|
:target_arn)
|
1007
|
+
SENSITIVE = []
|
922
1008
|
include Aws::Structure
|
923
1009
|
end
|
924
1010
|
|
@@ -953,6 +1039,10 @@ module Aws::StorageGateway
|
|
953
1039
|
# value: "TagValue", # required
|
954
1040
|
# },
|
955
1041
|
# ],
|
1042
|
+
# file_share_name: "FileShareName",
|
1043
|
+
# cache_attributes: {
|
1044
|
+
# cache_stale_timeout_in_seconds: 1,
|
1045
|
+
# },
|
956
1046
|
# }
|
957
1047
|
#
|
958
1048
|
# @!attribute [rw] client_token
|
@@ -989,7 +1079,8 @@ module Aws::StorageGateway
|
|
989
1079
|
# @return [String]
|
990
1080
|
#
|
991
1081
|
# @!attribute [rw] location_arn
|
992
|
-
# The ARN of the
|
1082
|
+
# The ARN of the backend storage used for storing file data. A prefix
|
1083
|
+
# name can be added to the S3 bucket name. It must end with a "/".
|
993
1084
|
# @return [String]
|
994
1085
|
#
|
995
1086
|
# @!attribute [rw] default_storage_class
|
@@ -1069,6 +1160,19 @@ module Aws::StorageGateway
|
|
1069
1160
|
# </note>
|
1070
1161
|
# @return [Array<Types::Tag>]
|
1071
1162
|
#
|
1163
|
+
# @!attribute [rw] file_share_name
|
1164
|
+
# The name of the file share. Optional.
|
1165
|
+
#
|
1166
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
1167
|
+
# `LocationARN`.
|
1168
|
+
#
|
1169
|
+
# </note>
|
1170
|
+
# @return [String]
|
1171
|
+
#
|
1172
|
+
# @!attribute [rw] cache_attributes
|
1173
|
+
# Refresh cache information.
|
1174
|
+
# @return [Types::CacheAttributes]
|
1175
|
+
#
|
1072
1176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
|
1073
1177
|
#
|
1074
1178
|
class CreateNFSFileShareInput < Struct.new(
|
@@ -1086,7 +1190,10 @@ module Aws::StorageGateway
|
|
1086
1190
|
:read_only,
|
1087
1191
|
:guess_mime_type_enabled,
|
1088
1192
|
:requester_pays,
|
1089
|
-
:tags
|
1193
|
+
:tags,
|
1194
|
+
:file_share_name,
|
1195
|
+
:cache_attributes)
|
1196
|
+
SENSITIVE = []
|
1090
1197
|
include Aws::Structure
|
1091
1198
|
end
|
1092
1199
|
|
@@ -1100,6 +1207,7 @@ module Aws::StorageGateway
|
|
1100
1207
|
#
|
1101
1208
|
class CreateNFSFileShareOutput < Struct.new(
|
1102
1209
|
:file_share_arn)
|
1210
|
+
SENSITIVE = []
|
1103
1211
|
include Aws::Structure
|
1104
1212
|
end
|
1105
1213
|
|
@@ -1126,12 +1234,17 @@ module Aws::StorageGateway
|
|
1126
1234
|
# invalid_user_list: ["FileShareUser"],
|
1127
1235
|
# audit_destination_arn: "AuditDestinationARN",
|
1128
1236
|
# authentication: "Authentication",
|
1237
|
+
# case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
|
1129
1238
|
# tags: [
|
1130
1239
|
# {
|
1131
1240
|
# key: "TagKey", # required
|
1132
1241
|
# value: "TagValue", # required
|
1133
1242
|
# },
|
1134
1243
|
# ],
|
1244
|
+
# file_share_name: "FileShareName",
|
1245
|
+
# cache_attributes: {
|
1246
|
+
# cache_stale_timeout_in_seconds: 1,
|
1247
|
+
# },
|
1135
1248
|
# }
|
1136
1249
|
#
|
1137
1250
|
# @!attribute [rw] client_token
|
@@ -1164,7 +1277,8 @@ module Aws::StorageGateway
|
|
1164
1277
|
# @return [String]
|
1165
1278
|
#
|
1166
1279
|
# @!attribute [rw] location_arn
|
1167
|
-
# The ARN of the
|
1280
|
+
# The ARN of the backend storage used for storing file data. A prefix
|
1281
|
+
# name can be added to the S3 bucket name. It must end with a "/".
|
1168
1282
|
# @return [String]
|
1169
1283
|
#
|
1170
1284
|
# @!attribute [rw] default_storage_class
|
@@ -1232,9 +1346,10 @@ module Aws::StorageGateway
|
|
1232
1346
|
# @return [Boolean]
|
1233
1347
|
#
|
1234
1348
|
# @!attribute [rw] admin_user_list
|
1235
|
-
# A list of users in the Active Directory that will be
|
1236
|
-
# administrator privileges on the file share. These users can
|
1237
|
-
# file operations as the super-user.
|
1349
|
+
# A list of users or groups in the Active Directory that will be
|
1350
|
+
# granted administrator privileges on the file share. These users can
|
1351
|
+
# do all file operations as the super-user. Acceptable formats
|
1352
|
+
# include: `DOMAIN\User1`, `user1`, `@group1`, and `@DOMAIN\group1`.
|
1238
1353
|
#
|
1239
1354
|
# Use this option very carefully, because any user in this list can do
|
1240
1355
|
# anything they like on the file share, regardless of file
|
@@ -1243,16 +1358,18 @@ module Aws::StorageGateway
|
|
1243
1358
|
#
|
1244
1359
|
# @!attribute [rw] valid_user_list
|
1245
1360
|
# A list of users or groups in the Active Directory that are allowed
|
1246
|
-
# to access the file share. A group must be prefixed with the @
|
1247
|
-
# character.
|
1361
|
+
# to access the file []() share. A group must be prefixed with the @
|
1362
|
+
# character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
1363
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
1248
1364
|
# is set to `ActiveDirectory`.
|
1249
1365
|
# @return [Array<String>]
|
1250
1366
|
#
|
1251
1367
|
# @!attribute [rw] invalid_user_list
|
1252
1368
|
# A list of users or groups in the Active Directory that are not
|
1253
1369
|
# allowed to access the file share. A group must be prefixed with the
|
1254
|
-
# @ character.
|
1255
|
-
#
|
1370
|
+
# @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
1371
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
1372
|
+
# is set to `ActiveDirectory`.
|
1256
1373
|
# @return [Array<String>]
|
1257
1374
|
#
|
1258
1375
|
# @!attribute [rw] audit_destination_arn
|
@@ -1267,6 +1384,13 @@ module Aws::StorageGateway
|
|
1267
1384
|
# Valid Values: `ActiveDirectory` \| `GuestAccess`
|
1268
1385
|
# @return [String]
|
1269
1386
|
#
|
1387
|
+
# @!attribute [rw] case_sensitivity
|
1388
|
+
# The case of an object name in an Amazon S3 bucket. For
|
1389
|
+
# `ClientSpecified`, the client determines the case sensitivity. For
|
1390
|
+
# `CaseSensitive`, the gateway determines the case sensitivity. The
|
1391
|
+
# default value is `ClientSpecified`.
|
1392
|
+
# @return [String]
|
1393
|
+
#
|
1270
1394
|
# @!attribute [rw] tags
|
1271
1395
|
# A list of up to 50 tags that can be assigned to the NFS file share.
|
1272
1396
|
# Each tag is a key-value pair.
|
@@ -1279,6 +1403,19 @@ module Aws::StorageGateway
|
|
1279
1403
|
# </note>
|
1280
1404
|
# @return [Array<Types::Tag>]
|
1281
1405
|
#
|
1406
|
+
# @!attribute [rw] file_share_name
|
1407
|
+
# The name of the file share. Optional.
|
1408
|
+
#
|
1409
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
1410
|
+
# `LocationARN`.
|
1411
|
+
#
|
1412
|
+
# </note>
|
1413
|
+
# @return [String]
|
1414
|
+
#
|
1415
|
+
# @!attribute [rw] cache_attributes
|
1416
|
+
# Refresh cache information.
|
1417
|
+
# @return [Types::CacheAttributes]
|
1418
|
+
#
|
1282
1419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSMBFileShareInput AWS API Documentation
|
1283
1420
|
#
|
1284
1421
|
class CreateSMBFileShareInput < Struct.new(
|
@@ -1299,7 +1436,11 @@ module Aws::StorageGateway
|
|
1299
1436
|
:invalid_user_list,
|
1300
1437
|
:audit_destination_arn,
|
1301
1438
|
:authentication,
|
1302
|
-
:
|
1439
|
+
:case_sensitivity,
|
1440
|
+
:tags,
|
1441
|
+
:file_share_name,
|
1442
|
+
:cache_attributes)
|
1443
|
+
SENSITIVE = []
|
1303
1444
|
include Aws::Structure
|
1304
1445
|
end
|
1305
1446
|
|
@@ -1313,6 +1454,7 @@ module Aws::StorageGateway
|
|
1313
1454
|
#
|
1314
1455
|
class CreateSMBFileShareOutput < Struct.new(
|
1315
1456
|
:file_share_arn)
|
1457
|
+
SENSITIVE = []
|
1316
1458
|
include Aws::Structure
|
1317
1459
|
end
|
1318
1460
|
|
@@ -1361,6 +1503,7 @@ module Aws::StorageGateway
|
|
1361
1503
|
:volume_arn,
|
1362
1504
|
:snapshot_description,
|
1363
1505
|
:tags)
|
1506
|
+
SENSITIVE = []
|
1364
1507
|
include Aws::Structure
|
1365
1508
|
end
|
1366
1509
|
|
@@ -1384,6 +1527,7 @@ module Aws::StorageGateway
|
|
1384
1527
|
:snapshot_id,
|
1385
1528
|
:volume_arn,
|
1386
1529
|
:volume_recovery_point_time)
|
1530
|
+
SENSITIVE = []
|
1387
1531
|
include Aws::Structure
|
1388
1532
|
end
|
1389
1533
|
|
@@ -1437,6 +1581,7 @@ module Aws::StorageGateway
|
|
1437
1581
|
:volume_arn,
|
1438
1582
|
:snapshot_description,
|
1439
1583
|
:tags)
|
1584
|
+
SENSITIVE = []
|
1440
1585
|
include Aws::Structure
|
1441
1586
|
end
|
1442
1587
|
|
@@ -1459,6 +1604,7 @@ module Aws::StorageGateway
|
|
1459
1604
|
class CreateSnapshotOutput < Struct.new(
|
1460
1605
|
:volume_arn,
|
1461
1606
|
:snapshot_id)
|
1607
|
+
SENSITIVE = []
|
1462
1608
|
include Aws::Structure
|
1463
1609
|
end
|
1464
1610
|
|
@@ -1588,6 +1734,7 @@ module Aws::StorageGateway
|
|
1588
1734
|
:kms_encrypted,
|
1589
1735
|
:kms_key,
|
1590
1736
|
:tags)
|
1737
|
+
SENSITIVE = []
|
1591
1738
|
include Aws::Structure
|
1592
1739
|
end
|
1593
1740
|
|
@@ -1612,6 +1759,85 @@ module Aws::StorageGateway
|
|
1612
1759
|
:volume_arn,
|
1613
1760
|
:volume_size_in_bytes,
|
1614
1761
|
:target_arn)
|
1762
|
+
SENSITIVE = []
|
1763
|
+
include Aws::Structure
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
# @note When making an API call, you may pass CreateTapePoolInput
|
1767
|
+
# data as a hash:
|
1768
|
+
#
|
1769
|
+
# {
|
1770
|
+
# pool_name: "PoolName", # required
|
1771
|
+
# storage_class: "DEEP_ARCHIVE", # required, accepts DEEP_ARCHIVE, GLACIER
|
1772
|
+
# retention_lock_type: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE, NONE
|
1773
|
+
# retention_lock_time_in_days: 1,
|
1774
|
+
# tags: [
|
1775
|
+
# {
|
1776
|
+
# key: "TagKey", # required
|
1777
|
+
# value: "TagValue", # required
|
1778
|
+
# },
|
1779
|
+
# ],
|
1780
|
+
# }
|
1781
|
+
#
|
1782
|
+
# @!attribute [rw] pool_name
|
1783
|
+
# The name of the new custom tape pool.
|
1784
|
+
# @return [String]
|
1785
|
+
#
|
1786
|
+
# @!attribute [rw] storage_class
|
1787
|
+
# The storage class that is associated with the new custom pool. When
|
1788
|
+
# you use your backup application to eject the tape, the tape is
|
1789
|
+
# archived directly into the storage class (S3 Glacier or S3 Glacier
|
1790
|
+
# Deep Archive) that corresponds to the pool.
|
1791
|
+
# @return [String]
|
1792
|
+
#
|
1793
|
+
# @!attribute [rw] retention_lock_type
|
1794
|
+
# Tape retention lock can be configured in two modes. When configured
|
1795
|
+
# in governance mode, AWS accounts with specific IAM permissions are
|
1796
|
+
# authorized to remove the tape retention lock from archived virtual
|
1797
|
+
# tapes. When configured in compliance mode, the tape retention lock
|
1798
|
+
# cannot be removed by any user, including the root AWS account.
|
1799
|
+
# @return [String]
|
1800
|
+
#
|
1801
|
+
# @!attribute [rw] retention_lock_time_in_days
|
1802
|
+
# Tape retention lock time is set in days. Tape retention lock can be
|
1803
|
+
# enabled for up to 100 years (36,500 days).
|
1804
|
+
# @return [Integer]
|
1805
|
+
#
|
1806
|
+
# @!attribute [rw] tags
|
1807
|
+
# A list of up to 50 tags that can be assigned to tape pool. Each tag
|
1808
|
+
# is a key-value pair.
|
1809
|
+
#
|
1810
|
+
# <note markdown="1"> Valid characters for key and value are letters, spaces, and numbers
|
1811
|
+
# representable in UTF-8 format, and the following special characters:
|
1812
|
+
# + - = . \_ : / @. The maximum length of a tag's key is 128
|
1813
|
+
# characters, and the maximum length for a tag's value is 256.
|
1814
|
+
#
|
1815
|
+
# </note>
|
1816
|
+
# @return [Array<Types::Tag>]
|
1817
|
+
#
|
1818
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapePoolInput AWS API Documentation
|
1819
|
+
#
|
1820
|
+
class CreateTapePoolInput < Struct.new(
|
1821
|
+
:pool_name,
|
1822
|
+
:storage_class,
|
1823
|
+
:retention_lock_type,
|
1824
|
+
:retention_lock_time_in_days,
|
1825
|
+
:tags)
|
1826
|
+
SENSITIVE = []
|
1827
|
+
include Aws::Structure
|
1828
|
+
end
|
1829
|
+
|
1830
|
+
# @!attribute [rw] pool_arn
|
1831
|
+
# The unique Amazon Resource Name (ARN) that represents the custom
|
1832
|
+
# tape pool. Use the ListTapePools operation to return a list of tape
|
1833
|
+
# pools for your account and AWS Region.
|
1834
|
+
# @return [String]
|
1835
|
+
#
|
1836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapePoolOutput AWS API Documentation
|
1837
|
+
#
|
1838
|
+
class CreateTapePoolOutput < Struct.new(
|
1839
|
+
:pool_arn)
|
1840
|
+
SENSITIVE = []
|
1615
1841
|
include Aws::Structure
|
1616
1842
|
end
|
1617
1843
|
|
@@ -1627,6 +1853,7 @@ module Aws::StorageGateway
|
|
1627
1853
|
# kms_encrypted: false,
|
1628
1854
|
# kms_key: "KMSKey",
|
1629
1855
|
# pool_id: "PoolId",
|
1856
|
+
# worm: false,
|
1630
1857
|
# tags: [
|
1631
1858
|
# {
|
1632
1859
|
# key: "TagKey", # required
|
@@ -1682,6 +1909,11 @@ module Aws::StorageGateway
|
|
1682
1909
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
1683
1910
|
# @return [String]
|
1684
1911
|
#
|
1912
|
+
# @!attribute [rw] worm
|
1913
|
+
# Set to `TRUE` if the tape you are creating is to be configured as a
|
1914
|
+
# write-once-read-many (WORM) tape.
|
1915
|
+
# @return [Boolean]
|
1916
|
+
#
|
1685
1917
|
# @!attribute [rw] tags
|
1686
1918
|
# A list of up to 50 tags that can be assigned to a virtual tape that
|
1687
1919
|
# has a barcode. Each tag is a key-value pair.
|
@@ -1703,7 +1935,9 @@ module Aws::StorageGateway
|
|
1703
1935
|
:kms_encrypted,
|
1704
1936
|
:kms_key,
|
1705
1937
|
:pool_id,
|
1938
|
+
:worm,
|
1706
1939
|
:tags)
|
1940
|
+
SENSITIVE = []
|
1707
1941
|
include Aws::Structure
|
1708
1942
|
end
|
1709
1943
|
|
@@ -1718,6 +1952,7 @@ module Aws::StorageGateway
|
|
1718
1952
|
#
|
1719
1953
|
class CreateTapeWithBarcodeOutput < Struct.new(
|
1720
1954
|
:tape_arn)
|
1955
|
+
SENSITIVE = []
|
1721
1956
|
include Aws::Structure
|
1722
1957
|
end
|
1723
1958
|
|
@@ -1735,6 +1970,7 @@ module Aws::StorageGateway
|
|
1735
1970
|
# kms_encrypted: false,
|
1736
1971
|
# kms_key: "KMSKey",
|
1737
1972
|
# pool_id: "PoolId",
|
1973
|
+
# worm: false,
|
1738
1974
|
# tags: [
|
1739
1975
|
# {
|
1740
1976
|
# key: "TagKey", # required
|
@@ -1807,6 +2043,11 @@ module Aws::StorageGateway
|
|
1807
2043
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
1808
2044
|
# @return [String]
|
1809
2045
|
#
|
2046
|
+
# @!attribute [rw] worm
|
2047
|
+
# Set to `TRUE` if the tape you are creating is to be configured as a
|
2048
|
+
# write-once-read-many (WORM) tape.
|
2049
|
+
# @return [Boolean]
|
2050
|
+
#
|
1810
2051
|
# @!attribute [rw] tags
|
1811
2052
|
# A list of up to 50 tags that can be assigned to a virtual tape. Each
|
1812
2053
|
# tag is a key-value pair.
|
@@ -1830,7 +2071,9 @@ module Aws::StorageGateway
|
|
1830
2071
|
:kms_encrypted,
|
1831
2072
|
:kms_key,
|
1832
2073
|
:pool_id,
|
2074
|
+
:worm,
|
1833
2075
|
:tags)
|
2076
|
+
SENSITIVE = []
|
1834
2077
|
include Aws::Structure
|
1835
2078
|
end
|
1836
2079
|
|
@@ -1845,6 +2088,7 @@ module Aws::StorageGateway
|
|
1845
2088
|
#
|
1846
2089
|
class CreateTapesOutput < Struct.new(
|
1847
2090
|
:tape_arns)
|
2091
|
+
SENSITIVE = []
|
1848
2092
|
include Aws::Structure
|
1849
2093
|
end
|
1850
2094
|
|
@@ -1865,6 +2109,7 @@ module Aws::StorageGateway
|
|
1865
2109
|
#
|
1866
2110
|
class DeleteAutomaticTapeCreationPolicyInput < Struct.new(
|
1867
2111
|
:gateway_arn)
|
2112
|
+
SENSITIVE = []
|
1868
2113
|
include Aws::Structure
|
1869
2114
|
end
|
1870
2115
|
|
@@ -1878,6 +2123,7 @@ module Aws::StorageGateway
|
|
1878
2123
|
#
|
1879
2124
|
class DeleteAutomaticTapeCreationPolicyOutput < Struct.new(
|
1880
2125
|
:gateway_arn)
|
2126
|
+
SENSITIVE = []
|
1881
2127
|
include Aws::Structure
|
1882
2128
|
end
|
1883
2129
|
|
@@ -1905,7 +2151,7 @@ module Aws::StorageGateway
|
|
1905
2151
|
# One of the BandwidthType values that indicates the gateway bandwidth
|
1906
2152
|
# rate limit to delete.
|
1907
2153
|
#
|
1908
|
-
# Valid Values: `
|
2154
|
+
# Valid Values: `UPLOAD` \| `DOWNLOAD` \| `ALL`
|
1909
2155
|
# @return [String]
|
1910
2156
|
#
|
1911
2157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitInput AWS API Documentation
|
@@ -1913,6 +2159,7 @@ module Aws::StorageGateway
|
|
1913
2159
|
class DeleteBandwidthRateLimitInput < Struct.new(
|
1914
2160
|
:gateway_arn,
|
1915
2161
|
:bandwidth_type)
|
2162
|
+
SENSITIVE = []
|
1916
2163
|
include Aws::Structure
|
1917
2164
|
end
|
1918
2165
|
|
@@ -1929,6 +2176,7 @@ module Aws::StorageGateway
|
|
1929
2176
|
#
|
1930
2177
|
class DeleteBandwidthRateLimitOutput < Struct.new(
|
1931
2178
|
:gateway_arn)
|
2179
|
+
SENSITIVE = []
|
1932
2180
|
include Aws::Structure
|
1933
2181
|
end
|
1934
2182
|
|
@@ -1961,6 +2209,7 @@ module Aws::StorageGateway
|
|
1961
2209
|
class DeleteChapCredentialsInput < Struct.new(
|
1962
2210
|
:target_arn,
|
1963
2211
|
:initiator_name)
|
2212
|
+
SENSITIVE = []
|
1964
2213
|
include Aws::Structure
|
1965
2214
|
end
|
1966
2215
|
|
@@ -1979,6 +2228,7 @@ module Aws::StorageGateway
|
|
1979
2228
|
class DeleteChapCredentialsOutput < Struct.new(
|
1980
2229
|
:target_arn,
|
1981
2230
|
:initiator_name)
|
2231
|
+
SENSITIVE = []
|
1982
2232
|
include Aws::Structure
|
1983
2233
|
end
|
1984
2234
|
|
@@ -2011,6 +2261,7 @@ module Aws::StorageGateway
|
|
2011
2261
|
class DeleteFileShareInput < Struct.new(
|
2012
2262
|
:file_share_arn,
|
2013
2263
|
:force_delete)
|
2264
|
+
SENSITIVE = []
|
2014
2265
|
include Aws::Structure
|
2015
2266
|
end
|
2016
2267
|
|
@@ -2024,6 +2275,7 @@ module Aws::StorageGateway
|
|
2024
2275
|
#
|
2025
2276
|
class DeleteFileShareOutput < Struct.new(
|
2026
2277
|
:file_share_arn)
|
2278
|
+
SENSITIVE = []
|
2027
2279
|
include Aws::Structure
|
2028
2280
|
end
|
2029
2281
|
|
@@ -2046,6 +2298,7 @@ module Aws::StorageGateway
|
|
2046
2298
|
#
|
2047
2299
|
class DeleteGatewayInput < Struct.new(
|
2048
2300
|
:gateway_arn)
|
2301
|
+
SENSITIVE = []
|
2049
2302
|
include Aws::Structure
|
2050
2303
|
end
|
2051
2304
|
|
@@ -2061,6 +2314,7 @@ module Aws::StorageGateway
|
|
2061
2314
|
#
|
2062
2315
|
class DeleteGatewayOutput < Struct.new(
|
2063
2316
|
:gateway_arn)
|
2317
|
+
SENSITIVE = []
|
2064
2318
|
include Aws::Structure
|
2065
2319
|
end
|
2066
2320
|
|
@@ -2079,6 +2333,7 @@ module Aws::StorageGateway
|
|
2079
2333
|
#
|
2080
2334
|
class DeleteSnapshotScheduleInput < Struct.new(
|
2081
2335
|
:volume_arn)
|
2336
|
+
SENSITIVE = []
|
2082
2337
|
include Aws::Structure
|
2083
2338
|
end
|
2084
2339
|
|
@@ -2090,6 +2345,7 @@ module Aws::StorageGateway
|
|
2090
2345
|
#
|
2091
2346
|
class DeleteSnapshotScheduleOutput < Struct.new(
|
2092
2347
|
:volume_arn)
|
2348
|
+
SENSITIVE = []
|
2093
2349
|
include Aws::Structure
|
2094
2350
|
end
|
2095
2351
|
|
@@ -2100,6 +2356,7 @@ module Aws::StorageGateway
|
|
2100
2356
|
#
|
2101
2357
|
# {
|
2102
2358
|
# tape_arn: "TapeARN", # required
|
2359
|
+
# bypass_governance_retention: false,
|
2103
2360
|
# }
|
2104
2361
|
#
|
2105
2362
|
# @!attribute [rw] tape_arn
|
@@ -2107,10 +2364,19 @@ module Aws::StorageGateway
|
|
2107
2364
|
# the virtual tape shelf (VTS).
|
2108
2365
|
# @return [String]
|
2109
2366
|
#
|
2367
|
+
# @!attribute [rw] bypass_governance_retention
|
2368
|
+
# Set to `TRUE` to delete an archived tape that belongs to a custom
|
2369
|
+
# pool with tape retention lock. Only archived tapes with tape
|
2370
|
+
# retention lock set to `governance` can be deleted. Archived tapes
|
2371
|
+
# with tape retention lock set to `compliance` can't be deleted.
|
2372
|
+
# @return [Boolean]
|
2373
|
+
#
|
2110
2374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeArchiveInput AWS API Documentation
|
2111
2375
|
#
|
2112
2376
|
class DeleteTapeArchiveInput < Struct.new(
|
2113
|
-
:tape_arn
|
2377
|
+
:tape_arn,
|
2378
|
+
:bypass_governance_retention)
|
2379
|
+
SENSITIVE = []
|
2114
2380
|
include Aws::Structure
|
2115
2381
|
end
|
2116
2382
|
|
@@ -2125,6 +2391,7 @@ module Aws::StorageGateway
|
|
2125
2391
|
#
|
2126
2392
|
class DeleteTapeArchiveOutput < Struct.new(
|
2127
2393
|
:tape_arn)
|
2394
|
+
SENSITIVE = []
|
2128
2395
|
include Aws::Structure
|
2129
2396
|
end
|
2130
2397
|
|
@@ -2136,6 +2403,7 @@ module Aws::StorageGateway
|
|
2136
2403
|
# {
|
2137
2404
|
# gateway_arn: "GatewayARN", # required
|
2138
2405
|
# tape_arn: "TapeARN", # required
|
2406
|
+
# bypass_governance_retention: false,
|
2139
2407
|
# }
|
2140
2408
|
#
|
2141
2409
|
# @!attribute [rw] gateway_arn
|
@@ -2149,11 +2417,20 @@ module Aws::StorageGateway
|
|
2149
2417
|
# The Amazon Resource Name (ARN) of the virtual tape to delete.
|
2150
2418
|
# @return [String]
|
2151
2419
|
#
|
2420
|
+
# @!attribute [rw] bypass_governance_retention
|
2421
|
+
# Set to `TRUE` to delete an archived tape that belongs to a custom
|
2422
|
+
# pool with tape retention lock. Only archived tapes with tape
|
2423
|
+
# retention lock set to `governance` can be deleted. Archived tapes
|
2424
|
+
# with tape retention lock set to `compliance` can't be deleted.
|
2425
|
+
# @return [Boolean]
|
2426
|
+
#
|
2152
2427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeInput AWS API Documentation
|
2153
2428
|
#
|
2154
2429
|
class DeleteTapeInput < Struct.new(
|
2155
2430
|
:gateway_arn,
|
2156
|
-
:tape_arn
|
2431
|
+
:tape_arn,
|
2432
|
+
:bypass_governance_retention)
|
2433
|
+
SENSITIVE = []
|
2157
2434
|
include Aws::Structure
|
2158
2435
|
end
|
2159
2436
|
|
@@ -2167,6 +2444,39 @@ module Aws::StorageGateway
|
|
2167
2444
|
#
|
2168
2445
|
class DeleteTapeOutput < Struct.new(
|
2169
2446
|
:tape_arn)
|
2447
|
+
SENSITIVE = []
|
2448
|
+
include Aws::Structure
|
2449
|
+
end
|
2450
|
+
|
2451
|
+
# @note When making an API call, you may pass DeleteTapePoolInput
|
2452
|
+
# data as a hash:
|
2453
|
+
#
|
2454
|
+
# {
|
2455
|
+
# pool_arn: "PoolARN", # required
|
2456
|
+
# }
|
2457
|
+
#
|
2458
|
+
# @!attribute [rw] pool_arn
|
2459
|
+
# The Amazon Resource Name (ARN) of the custom tape pool to delete.
|
2460
|
+
# @return [String]
|
2461
|
+
#
|
2462
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapePoolInput AWS API Documentation
|
2463
|
+
#
|
2464
|
+
class DeleteTapePoolInput < Struct.new(
|
2465
|
+
:pool_arn)
|
2466
|
+
SENSITIVE = []
|
2467
|
+
include Aws::Structure
|
2468
|
+
end
|
2469
|
+
|
2470
|
+
# @!attribute [rw] pool_arn
|
2471
|
+
# The Amazon Resource Name (ARN) of the custom tape pool being
|
2472
|
+
# deleted.
|
2473
|
+
# @return [String]
|
2474
|
+
#
|
2475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapePoolOutput AWS API Documentation
|
2476
|
+
#
|
2477
|
+
class DeleteTapePoolOutput < Struct.new(
|
2478
|
+
:pool_arn)
|
2479
|
+
SENSITIVE = []
|
2170
2480
|
include Aws::Structure
|
2171
2481
|
end
|
2172
2482
|
|
@@ -2188,6 +2498,7 @@ module Aws::StorageGateway
|
|
2188
2498
|
#
|
2189
2499
|
class DeleteVolumeInput < Struct.new(
|
2190
2500
|
:volume_arn)
|
2501
|
+
SENSITIVE = []
|
2191
2502
|
include Aws::Structure
|
2192
2503
|
end
|
2193
2504
|
|
@@ -2203,6 +2514,7 @@ module Aws::StorageGateway
|
|
2203
2514
|
#
|
2204
2515
|
class DeleteVolumeOutput < Struct.new(
|
2205
2516
|
:volume_arn)
|
2517
|
+
SENSITIVE = []
|
2206
2518
|
include Aws::Structure
|
2207
2519
|
end
|
2208
2520
|
|
@@ -2223,6 +2535,7 @@ module Aws::StorageGateway
|
|
2223
2535
|
#
|
2224
2536
|
class DescribeAvailabilityMonitorTestInput < Struct.new(
|
2225
2537
|
:gateway_arn)
|
2538
|
+
SENSITIVE = []
|
2226
2539
|
include Aws::Structure
|
2227
2540
|
end
|
2228
2541
|
|
@@ -2248,6 +2561,7 @@ module Aws::StorageGateway
|
|
2248
2561
|
:gateway_arn,
|
2249
2562
|
:status,
|
2250
2563
|
:start_time)
|
2564
|
+
SENSITIVE = []
|
2251
2565
|
include Aws::Structure
|
2252
2566
|
end
|
2253
2567
|
|
@@ -2271,6 +2585,7 @@ module Aws::StorageGateway
|
|
2271
2585
|
#
|
2272
2586
|
class DescribeBandwidthRateLimitInput < Struct.new(
|
2273
2587
|
:gateway_arn)
|
2588
|
+
SENSITIVE = []
|
2274
2589
|
include Aws::Structure
|
2275
2590
|
end
|
2276
2591
|
|
@@ -2300,6 +2615,7 @@ module Aws::StorageGateway
|
|
2300
2615
|
:gateway_arn,
|
2301
2616
|
:average_upload_rate_limit_in_bits_per_sec,
|
2302
2617
|
:average_download_rate_limit_in_bits_per_sec)
|
2618
|
+
SENSITIVE = []
|
2303
2619
|
include Aws::Structure
|
2304
2620
|
end
|
2305
2621
|
|
@@ -2320,6 +2636,7 @@ module Aws::StorageGateway
|
|
2320
2636
|
#
|
2321
2637
|
class DescribeCacheInput < Struct.new(
|
2322
2638
|
:gateway_arn)
|
2639
|
+
SENSITIVE = []
|
2323
2640
|
include Aws::Structure
|
2324
2641
|
end
|
2325
2642
|
|
@@ -2373,6 +2690,7 @@ module Aws::StorageGateway
|
|
2373
2690
|
:cache_dirty_percentage,
|
2374
2691
|
:cache_hit_percentage,
|
2375
2692
|
:cache_miss_percentage)
|
2693
|
+
SENSITIVE = []
|
2376
2694
|
include Aws::Structure
|
2377
2695
|
end
|
2378
2696
|
|
@@ -2394,6 +2712,7 @@ module Aws::StorageGateway
|
|
2394
2712
|
#
|
2395
2713
|
class DescribeCachediSCSIVolumesInput < Struct.new(
|
2396
2714
|
:volume_arns)
|
2715
|
+
SENSITIVE = []
|
2397
2716
|
include Aws::Structure
|
2398
2717
|
end
|
2399
2718
|
|
@@ -2408,6 +2727,7 @@ module Aws::StorageGateway
|
|
2408
2727
|
#
|
2409
2728
|
class DescribeCachediSCSIVolumesOutput < Struct.new(
|
2410
2729
|
:cached_iscsi_volumes)
|
2730
|
+
SENSITIVE = []
|
2411
2731
|
include Aws::Structure
|
2412
2732
|
end
|
2413
2733
|
|
@@ -2431,6 +2751,7 @@ module Aws::StorageGateway
|
|
2431
2751
|
#
|
2432
2752
|
class DescribeChapCredentialsInput < Struct.new(
|
2433
2753
|
:target_arn)
|
2754
|
+
SENSITIVE = []
|
2434
2755
|
include Aws::Structure
|
2435
2756
|
end
|
2436
2757
|
|
@@ -2462,6 +2783,7 @@ module Aws::StorageGateway
|
|
2462
2783
|
#
|
2463
2784
|
class DescribeChapCredentialsOutput < Struct.new(
|
2464
2785
|
:chap_credentials)
|
2786
|
+
SENSITIVE = []
|
2465
2787
|
include Aws::Structure
|
2466
2788
|
end
|
2467
2789
|
|
@@ -2484,6 +2806,7 @@ module Aws::StorageGateway
|
|
2484
2806
|
#
|
2485
2807
|
class DescribeGatewayInformationInput < Struct.new(
|
2486
2808
|
:gateway_arn)
|
2809
|
+
SENSITIVE = []
|
2487
2810
|
include Aws::Structure
|
2488
2811
|
end
|
2489
2812
|
|
@@ -2556,7 +2879,7 @@ module Aws::StorageGateway
|
|
2556
2879
|
# @return [String]
|
2557
2880
|
#
|
2558
2881
|
# @!attribute [rw] cloud_watch_log_group_arn
|
2559
|
-
# The Amazon Resource Name (ARN) of the Amazon CloudWatch
|
2882
|
+
# The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
|
2560
2883
|
# that is used to monitor events in the gateway.
|
2561
2884
|
# @return [String]
|
2562
2885
|
#
|
@@ -2570,6 +2893,16 @@ module Aws::StorageGateway
|
|
2570
2893
|
# Valid Values: `STANDARD` \| `FIPS`
|
2571
2894
|
# @return [String]
|
2572
2895
|
#
|
2896
|
+
# @!attribute [rw] software_updates_end_date
|
2897
|
+
# Date after which this gateway will not receive software updates for
|
2898
|
+
# new features.
|
2899
|
+
# @return [String]
|
2900
|
+
#
|
2901
|
+
# @!attribute [rw] deprecation_date
|
2902
|
+
# Date after which this gateway will not receive software updates for
|
2903
|
+
# new features and bug fixes.
|
2904
|
+
# @return [String]
|
2905
|
+
#
|
2573
2906
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
|
2574
2907
|
#
|
2575
2908
|
class DescribeGatewayInformationOutput < Struct.new(
|
@@ -2588,7 +2921,10 @@ module Aws::StorageGateway
|
|
2588
2921
|
:vpc_endpoint,
|
2589
2922
|
:cloud_watch_log_group_arn,
|
2590
2923
|
:host_environment,
|
2591
|
-
:endpoint_type
|
2924
|
+
:endpoint_type,
|
2925
|
+
:software_updates_end_date,
|
2926
|
+
:deprecation_date)
|
2927
|
+
SENSITIVE = []
|
2592
2928
|
include Aws::Structure
|
2593
2929
|
end
|
2594
2930
|
|
@@ -2612,6 +2948,7 @@ module Aws::StorageGateway
|
|
2612
2948
|
#
|
2613
2949
|
class DescribeMaintenanceStartTimeInput < Struct.new(
|
2614
2950
|
:gateway_arn)
|
2951
|
+
SENSITIVE = []
|
2615
2952
|
include Aws::Structure
|
2616
2953
|
end
|
2617
2954
|
|
@@ -2673,6 +3010,7 @@ module Aws::StorageGateway
|
|
2673
3010
|
:day_of_week,
|
2674
3011
|
:day_of_month,
|
2675
3012
|
:timezone)
|
3013
|
+
SENSITIVE = []
|
2676
3014
|
include Aws::Structure
|
2677
3015
|
end
|
2678
3016
|
|
@@ -2694,6 +3032,7 @@ module Aws::StorageGateway
|
|
2694
3032
|
#
|
2695
3033
|
class DescribeNFSFileSharesInput < Struct.new(
|
2696
3034
|
:file_share_arn_list)
|
3035
|
+
SENSITIVE = []
|
2697
3036
|
include Aws::Structure
|
2698
3037
|
end
|
2699
3038
|
|
@@ -2707,6 +3046,7 @@ module Aws::StorageGateway
|
|
2707
3046
|
#
|
2708
3047
|
class DescribeNFSFileSharesOutput < Struct.new(
|
2709
3048
|
:nfs_file_share_info_list)
|
3049
|
+
SENSITIVE = []
|
2710
3050
|
include Aws::Structure
|
2711
3051
|
end
|
2712
3052
|
|
@@ -2728,6 +3068,7 @@ module Aws::StorageGateway
|
|
2728
3068
|
#
|
2729
3069
|
class DescribeSMBFileSharesInput < Struct.new(
|
2730
3070
|
:file_share_arn_list)
|
3071
|
+
SENSITIVE = []
|
2731
3072
|
include Aws::Structure
|
2732
3073
|
end
|
2733
3074
|
|
@@ -2741,6 +3082,7 @@ module Aws::StorageGateway
|
|
2741
3082
|
#
|
2742
3083
|
class DescribeSMBFileSharesOutput < Struct.new(
|
2743
3084
|
:smb_file_share_info_list)
|
3085
|
+
SENSITIVE = []
|
2744
3086
|
include Aws::Structure
|
2745
3087
|
end
|
2746
3088
|
|
@@ -2761,6 +3103,7 @@ module Aws::StorageGateway
|
|
2761
3103
|
#
|
2762
3104
|
class DescribeSMBSettingsInput < Struct.new(
|
2763
3105
|
:gateway_arn)
|
3106
|
+
SENSITIVE = []
|
2764
3107
|
include Aws::Structure
|
2765
3108
|
end
|
2766
3109
|
|
@@ -2834,6 +3177,7 @@ module Aws::StorageGateway
|
|
2834
3177
|
:active_directory_status,
|
2835
3178
|
:smb_guest_password_set,
|
2836
3179
|
:smb_security_strategy)
|
3180
|
+
SENSITIVE = []
|
2837
3181
|
include Aws::Structure
|
2838
3182
|
end
|
2839
3183
|
|
@@ -2856,6 +3200,7 @@ module Aws::StorageGateway
|
|
2856
3200
|
#
|
2857
3201
|
class DescribeSnapshotScheduleInput < Struct.new(
|
2858
3202
|
:volume_arn)
|
3203
|
+
SENSITIVE = []
|
2859
3204
|
include Aws::Structure
|
2860
3205
|
end
|
2861
3206
|
|
@@ -2898,6 +3243,7 @@ module Aws::StorageGateway
|
|
2898
3243
|
:description,
|
2899
3244
|
:timezone,
|
2900
3245
|
:tags)
|
3246
|
+
SENSITIVE = []
|
2901
3247
|
include Aws::Structure
|
2902
3248
|
end
|
2903
3249
|
|
@@ -2922,6 +3268,7 @@ module Aws::StorageGateway
|
|
2922
3268
|
#
|
2923
3269
|
class DescribeStorediSCSIVolumesInput < Struct.new(
|
2924
3270
|
:volume_arns)
|
3271
|
+
SENSITIVE = []
|
2925
3272
|
include Aws::Structure
|
2926
3273
|
end
|
2927
3274
|
|
@@ -2982,6 +3329,7 @@ module Aws::StorageGateway
|
|
2982
3329
|
#
|
2983
3330
|
class DescribeStorediSCSIVolumesOutput < Struct.new(
|
2984
3331
|
:stored_iscsi_volumes)
|
3332
|
+
SENSITIVE = []
|
2985
3333
|
include Aws::Structure
|
2986
3334
|
end
|
2987
3335
|
|
@@ -3017,6 +3365,7 @@ module Aws::StorageGateway
|
|
3017
3365
|
:tape_arns,
|
3018
3366
|
:marker,
|
3019
3367
|
:limit)
|
3368
|
+
SENSITIVE = []
|
3020
3369
|
include Aws::Structure
|
3021
3370
|
end
|
3022
3371
|
|
@@ -3043,6 +3392,7 @@ module Aws::StorageGateway
|
|
3043
3392
|
class DescribeTapeArchivesOutput < Struct.new(
|
3044
3393
|
:tape_archives,
|
3045
3394
|
:marker)
|
3395
|
+
SENSITIVE = []
|
3046
3396
|
include Aws::Structure
|
3047
3397
|
end
|
3048
3398
|
|
@@ -3079,6 +3429,7 @@ module Aws::StorageGateway
|
|
3079
3429
|
:gateway_arn,
|
3080
3430
|
:marker,
|
3081
3431
|
:limit)
|
3432
|
+
SENSITIVE = []
|
3082
3433
|
include Aws::Structure
|
3083
3434
|
end
|
3084
3435
|
|
@@ -3110,6 +3461,7 @@ module Aws::StorageGateway
|
|
3110
3461
|
:gateway_arn,
|
3111
3462
|
:tape_recovery_point_infos,
|
3112
3463
|
:marker)
|
3464
|
+
SENSITIVE = []
|
3113
3465
|
include Aws::Structure
|
3114
3466
|
end
|
3115
3467
|
|
@@ -3162,6 +3514,7 @@ module Aws::StorageGateway
|
|
3162
3514
|
:tape_arns,
|
3163
3515
|
:marker,
|
3164
3516
|
:limit)
|
3517
|
+
SENSITIVE = []
|
3165
3518
|
include Aws::Structure
|
3166
3519
|
end
|
3167
3520
|
|
@@ -3184,6 +3537,7 @@ module Aws::StorageGateway
|
|
3184
3537
|
class DescribeTapesOutput < Struct.new(
|
3185
3538
|
:tapes,
|
3186
3539
|
:marker)
|
3540
|
+
SENSITIVE = []
|
3187
3541
|
include Aws::Structure
|
3188
3542
|
end
|
3189
3543
|
|
@@ -3204,6 +3558,7 @@ module Aws::StorageGateway
|
|
3204
3558
|
#
|
3205
3559
|
class DescribeUploadBufferInput < Struct.new(
|
3206
3560
|
:gateway_arn)
|
3561
|
+
SENSITIVE = []
|
3207
3562
|
include Aws::Structure
|
3208
3563
|
end
|
3209
3564
|
|
@@ -3237,6 +3592,7 @@ module Aws::StorageGateway
|
|
3237
3592
|
:disk_ids,
|
3238
3593
|
:upload_buffer_used_in_bytes,
|
3239
3594
|
:upload_buffer_allocated_in_bytes)
|
3595
|
+
SENSITIVE = []
|
3240
3596
|
include Aws::Structure
|
3241
3597
|
end
|
3242
3598
|
|
@@ -3286,6 +3642,7 @@ module Aws::StorageGateway
|
|
3286
3642
|
:vtl_device_arns,
|
3287
3643
|
:marker,
|
3288
3644
|
:limit)
|
3645
|
+
SENSITIVE = []
|
3289
3646
|
include Aws::Structure
|
3290
3647
|
end
|
3291
3648
|
|
@@ -3316,6 +3673,7 @@ module Aws::StorageGateway
|
|
3316
3673
|
:gateway_arn,
|
3317
3674
|
:vtl_devices,
|
3318
3675
|
:marker)
|
3676
|
+
SENSITIVE = []
|
3319
3677
|
include Aws::Structure
|
3320
3678
|
end
|
3321
3679
|
|
@@ -3339,6 +3697,7 @@ module Aws::StorageGateway
|
|
3339
3697
|
#
|
3340
3698
|
class DescribeWorkingStorageInput < Struct.new(
|
3341
3699
|
:gateway_arn)
|
3700
|
+
SENSITIVE = []
|
3342
3701
|
include Aws::Structure
|
3343
3702
|
end
|
3344
3703
|
|
@@ -3374,6 +3733,7 @@ module Aws::StorageGateway
|
|
3374
3733
|
:disk_ids,
|
3375
3734
|
:working_storage_used_in_bytes,
|
3376
3735
|
:working_storage_allocated_in_bytes)
|
3736
|
+
SENSITIVE = []
|
3377
3737
|
include Aws::Structure
|
3378
3738
|
end
|
3379
3739
|
|
@@ -3406,6 +3766,7 @@ module Aws::StorageGateway
|
|
3406
3766
|
class DetachVolumeInput < Struct.new(
|
3407
3767
|
:volume_arn,
|
3408
3768
|
:force_detach)
|
3769
|
+
SENSITIVE = []
|
3409
3770
|
include Aws::Structure
|
3410
3771
|
end
|
3411
3772
|
|
@@ -3419,6 +3780,7 @@ module Aws::StorageGateway
|
|
3419
3780
|
#
|
3420
3781
|
class DetachVolumeOutput < Struct.new(
|
3421
3782
|
:volume_arn)
|
3783
|
+
SENSITIVE = []
|
3422
3784
|
include Aws::Structure
|
3423
3785
|
end
|
3424
3786
|
|
@@ -3448,6 +3810,7 @@ module Aws::StorageGateway
|
|
3448
3810
|
:network_interface_id,
|
3449
3811
|
:network_interface_port,
|
3450
3812
|
:chap_enabled)
|
3813
|
+
SENSITIVE = []
|
3451
3814
|
include Aws::Structure
|
3452
3815
|
end
|
3453
3816
|
|
@@ -3470,6 +3833,7 @@ module Aws::StorageGateway
|
|
3470
3833
|
#
|
3471
3834
|
class DisableGatewayInput < Struct.new(
|
3472
3835
|
:gateway_arn)
|
3836
|
+
SENSITIVE = []
|
3473
3837
|
include Aws::Structure
|
3474
3838
|
end
|
3475
3839
|
|
@@ -3483,6 +3847,7 @@ module Aws::StorageGateway
|
|
3483
3847
|
#
|
3484
3848
|
class DisableGatewayOutput < Struct.new(
|
3485
3849
|
:gateway_arn)
|
3850
|
+
SENSITIVE = []
|
3486
3851
|
include Aws::Structure
|
3487
3852
|
end
|
3488
3853
|
|
@@ -3539,6 +3904,7 @@ module Aws::StorageGateway
|
|
3539
3904
|
:disk_allocation_type,
|
3540
3905
|
:disk_allocation_resource,
|
3541
3906
|
:disk_attribute_list)
|
3907
|
+
SENSITIVE = []
|
3542
3908
|
include Aws::Structure
|
3543
3909
|
end
|
3544
3910
|
|
@@ -3576,6 +3942,7 @@ module Aws::StorageGateway
|
|
3576
3942
|
:file_share_id,
|
3577
3943
|
:file_share_status,
|
3578
3944
|
:gateway_arn)
|
3945
|
+
SENSITIVE = []
|
3579
3946
|
include Aws::Structure
|
3580
3947
|
end
|
3581
3948
|
|
@@ -3626,6 +3993,7 @@ module Aws::StorageGateway
|
|
3626
3993
|
:gateway_name,
|
3627
3994
|
:ec2_instance_id,
|
3628
3995
|
:ec2_instance_region)
|
3996
|
+
SENSITIVE = []
|
3629
3997
|
include Aws::Structure
|
3630
3998
|
end
|
3631
3999
|
|
@@ -3646,6 +4014,7 @@ module Aws::StorageGateway
|
|
3646
4014
|
class InternalServerError < Struct.new(
|
3647
4015
|
:message,
|
3648
4016
|
:error)
|
4017
|
+
SENSITIVE = []
|
3649
4018
|
include Aws::Structure
|
3650
4019
|
end
|
3651
4020
|
|
@@ -3666,6 +4035,7 @@ module Aws::StorageGateway
|
|
3666
4035
|
class InvalidGatewayRequestException < Struct.new(
|
3667
4036
|
:message,
|
3668
4037
|
:error)
|
4038
|
+
SENSITIVE = []
|
3669
4039
|
include Aws::Structure
|
3670
4040
|
end
|
3671
4041
|
|
@@ -3735,6 +4105,7 @@ module Aws::StorageGateway
|
|
3735
4105
|
:timeout_in_seconds,
|
3736
4106
|
:user_name,
|
3737
4107
|
:password)
|
4108
|
+
SENSITIVE = [:password]
|
3738
4109
|
include Aws::Structure
|
3739
4110
|
end
|
3740
4111
|
|
@@ -3775,6 +4146,7 @@ module Aws::StorageGateway
|
|
3775
4146
|
class JoinDomainOutput < Struct.new(
|
3776
4147
|
:gateway_arn,
|
3777
4148
|
:active_directory_status)
|
4149
|
+
SENSITIVE = []
|
3778
4150
|
include Aws::Structure
|
3779
4151
|
end
|
3780
4152
|
|
@@ -3795,6 +4167,7 @@ module Aws::StorageGateway
|
|
3795
4167
|
#
|
3796
4168
|
class ListAutomaticTapeCreationPoliciesInput < Struct.new(
|
3797
4169
|
:gateway_arn)
|
4170
|
+
SENSITIVE = []
|
3798
4171
|
include Aws::Structure
|
3799
4172
|
end
|
3800
4173
|
|
@@ -3808,6 +4181,7 @@ module Aws::StorageGateway
|
|
3808
4181
|
#
|
3809
4182
|
class ListAutomaticTapeCreationPoliciesOutput < Struct.new(
|
3810
4183
|
:automatic_tape_creation_policy_infos)
|
4184
|
+
SENSITIVE = []
|
3811
4185
|
include Aws::Structure
|
3812
4186
|
end
|
3813
4187
|
|
@@ -3845,6 +4219,7 @@ module Aws::StorageGateway
|
|
3845
4219
|
:gateway_arn,
|
3846
4220
|
:limit,
|
3847
4221
|
:marker)
|
4222
|
+
SENSITIVE = []
|
3848
4223
|
include Aws::Structure
|
3849
4224
|
end
|
3850
4225
|
|
@@ -3871,6 +4246,7 @@ module Aws::StorageGateway
|
|
3871
4246
|
:marker,
|
3872
4247
|
:next_marker,
|
3873
4248
|
:file_share_info_list)
|
4249
|
+
SENSITIVE = []
|
3874
4250
|
include Aws::Structure
|
3875
4251
|
end
|
3876
4252
|
|
@@ -3903,6 +4279,7 @@ module Aws::StorageGateway
|
|
3903
4279
|
class ListGatewaysInput < Struct.new(
|
3904
4280
|
:marker,
|
3905
4281
|
:limit)
|
4282
|
+
SENSITIVE = []
|
3906
4283
|
include Aws::Structure
|
3907
4284
|
end
|
3908
4285
|
|
@@ -3921,6 +4298,7 @@ module Aws::StorageGateway
|
|
3921
4298
|
class ListGatewaysOutput < Struct.new(
|
3922
4299
|
:gateways,
|
3923
4300
|
:marker)
|
4301
|
+
SENSITIVE = []
|
3924
4302
|
include Aws::Structure
|
3925
4303
|
end
|
3926
4304
|
|
@@ -3944,6 +4322,7 @@ module Aws::StorageGateway
|
|
3944
4322
|
#
|
3945
4323
|
class ListLocalDisksInput < Struct.new(
|
3946
4324
|
:gateway_arn)
|
4325
|
+
SENSITIVE = []
|
3947
4326
|
include Aws::Structure
|
3948
4327
|
end
|
3949
4328
|
|
@@ -3966,6 +4345,7 @@ module Aws::StorageGateway
|
|
3966
4345
|
class ListLocalDisksOutput < Struct.new(
|
3967
4346
|
:gateway_arn,
|
3968
4347
|
:disks)
|
4348
|
+
SENSITIVE = []
|
3969
4349
|
include Aws::Structure
|
3970
4350
|
end
|
3971
4351
|
|
@@ -4001,13 +4381,14 @@ module Aws::StorageGateway
|
|
4001
4381
|
:resource_arn,
|
4002
4382
|
:marker,
|
4003
4383
|
:limit)
|
4384
|
+
SENSITIVE = []
|
4004
4385
|
include Aws::Structure
|
4005
4386
|
end
|
4006
4387
|
|
4007
4388
|
# ListTagsForResourceOutput
|
4008
4389
|
#
|
4009
4390
|
# @!attribute [rw] resource_arn
|
4010
|
-
#
|
4391
|
+
# The Amazon Resource Name (ARN) of the resource for which you want to
|
4011
4392
|
# list tags.
|
4012
4393
|
# @return [String]
|
4013
4394
|
#
|
@@ -4026,6 +4407,64 @@ module Aws::StorageGateway
|
|
4026
4407
|
:resource_arn,
|
4027
4408
|
:marker,
|
4028
4409
|
:tags)
|
4410
|
+
SENSITIVE = []
|
4411
|
+
include Aws::Structure
|
4412
|
+
end
|
4413
|
+
|
4414
|
+
# @note When making an API call, you may pass ListTapePoolsInput
|
4415
|
+
# data as a hash:
|
4416
|
+
#
|
4417
|
+
# {
|
4418
|
+
# pool_arns: ["PoolARN"],
|
4419
|
+
# marker: "Marker",
|
4420
|
+
# limit: 1,
|
4421
|
+
# }
|
4422
|
+
#
|
4423
|
+
# @!attribute [rw] pool_arns
|
4424
|
+
# The Amazon Resource Name (ARN) of each of the custom tape pools you
|
4425
|
+
# want to list. If you don't specify a custom tape pool ARN, the
|
4426
|
+
# response lists all custom tape pools.
|
4427
|
+
# @return [Array<String>]
|
4428
|
+
#
|
4429
|
+
# @!attribute [rw] marker
|
4430
|
+
# A string that indicates the position at which to begin the returned
|
4431
|
+
# list of tape pools.
|
4432
|
+
# @return [String]
|
4433
|
+
#
|
4434
|
+
# @!attribute [rw] limit
|
4435
|
+
# An optional number limit for the tape pools in the list returned by
|
4436
|
+
# this call.
|
4437
|
+
# @return [Integer]
|
4438
|
+
#
|
4439
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapePoolsInput AWS API Documentation
|
4440
|
+
#
|
4441
|
+
class ListTapePoolsInput < Struct.new(
|
4442
|
+
:pool_arns,
|
4443
|
+
:marker,
|
4444
|
+
:limit)
|
4445
|
+
SENSITIVE = []
|
4446
|
+
include Aws::Structure
|
4447
|
+
end
|
4448
|
+
|
4449
|
+
# @!attribute [rw] pool_infos
|
4450
|
+
# An array of `PoolInfo` objects, where each object describes a single
|
4451
|
+
# custom tape pool. If there are no custom tape pools, the `PoolInfos`
|
4452
|
+
# is an empty array.
|
4453
|
+
# @return [Array<Types::PoolInfo>]
|
4454
|
+
#
|
4455
|
+
# @!attribute [rw] marker
|
4456
|
+
# A string that indicates the position at which to begin the returned
|
4457
|
+
# list of tape pools. Use the marker in your next request to continue
|
4458
|
+
# pagination of tape pools. If there are no more tape pools to list,
|
4459
|
+
# this element does not appear in the response body.
|
4460
|
+
# @return [String]
|
4461
|
+
#
|
4462
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapePoolsOutput AWS API Documentation
|
4463
|
+
#
|
4464
|
+
class ListTapePoolsOutput < Struct.new(
|
4465
|
+
:pool_infos,
|
4466
|
+
:marker)
|
4467
|
+
SENSITIVE = []
|
4029
4468
|
include Aws::Structure
|
4030
4469
|
end
|
4031
4470
|
|
@@ -4068,6 +4507,7 @@ module Aws::StorageGateway
|
|
4068
4507
|
:tape_arns,
|
4069
4508
|
:marker,
|
4070
4509
|
:limit)
|
4510
|
+
SENSITIVE = []
|
4071
4511
|
include Aws::Structure
|
4072
4512
|
end
|
4073
4513
|
|
@@ -4095,6 +4535,7 @@ module Aws::StorageGateway
|
|
4095
4535
|
class ListTapesOutput < Struct.new(
|
4096
4536
|
:tape_infos,
|
4097
4537
|
:marker)
|
4538
|
+
SENSITIVE = []
|
4098
4539
|
include Aws::Structure
|
4099
4540
|
end
|
4100
4541
|
|
@@ -4116,6 +4557,7 @@ module Aws::StorageGateway
|
|
4116
4557
|
#
|
4117
4558
|
class ListVolumeInitiatorsInput < Struct.new(
|
4118
4559
|
:volume_arn)
|
4560
|
+
SENSITIVE = []
|
4119
4561
|
include Aws::Structure
|
4120
4562
|
end
|
4121
4563
|
|
@@ -4130,6 +4572,7 @@ module Aws::StorageGateway
|
|
4130
4572
|
#
|
4131
4573
|
class ListVolumeInitiatorsOutput < Struct.new(
|
4132
4574
|
:initiators)
|
4575
|
+
SENSITIVE = []
|
4133
4576
|
include Aws::Structure
|
4134
4577
|
end
|
4135
4578
|
|
@@ -4150,6 +4593,7 @@ module Aws::StorageGateway
|
|
4150
4593
|
#
|
4151
4594
|
class ListVolumeRecoveryPointsInput < Struct.new(
|
4152
4595
|
:gateway_arn)
|
4596
|
+
SENSITIVE = []
|
4153
4597
|
include Aws::Structure
|
4154
4598
|
end
|
4155
4599
|
|
@@ -4168,6 +4612,7 @@ module Aws::StorageGateway
|
|
4168
4612
|
class ListVolumeRecoveryPointsOutput < Struct.new(
|
4169
4613
|
:gateway_arn,
|
4170
4614
|
:volume_recovery_point_infos)
|
4615
|
+
SENSITIVE = []
|
4171
4616
|
include Aws::Structure
|
4172
4617
|
end
|
4173
4618
|
|
@@ -4209,6 +4654,7 @@ module Aws::StorageGateway
|
|
4209
4654
|
:gateway_arn,
|
4210
4655
|
:marker,
|
4211
4656
|
:limit)
|
4657
|
+
SENSITIVE = []
|
4212
4658
|
include Aws::Structure
|
4213
4659
|
end
|
4214
4660
|
|
@@ -4242,6 +4688,7 @@ module Aws::StorageGateway
|
|
4242
4688
|
:gateway_arn,
|
4243
4689
|
:marker,
|
4244
4690
|
:volume_infos)
|
4691
|
+
SENSITIVE = []
|
4245
4692
|
include Aws::Structure
|
4246
4693
|
end
|
4247
4694
|
|
@@ -4291,6 +4738,7 @@ module Aws::StorageGateway
|
|
4291
4738
|
:directory_mode,
|
4292
4739
|
:group_id,
|
4293
4740
|
:owner_id)
|
4741
|
+
SENSITIVE = []
|
4294
4742
|
include Aws::Structure
|
4295
4743
|
end
|
4296
4744
|
|
@@ -4352,7 +4800,8 @@ module Aws::StorageGateway
|
|
4352
4800
|
# @return [String]
|
4353
4801
|
#
|
4354
4802
|
# @!attribute [rw] location_arn
|
4355
|
-
# The ARN of the backend storage used for storing file data.
|
4803
|
+
# The ARN of the backend storage used for storing file data. A prefix
|
4804
|
+
# name can be added to the S3 bucket name. It must end with a "/".
|
4356
4805
|
# @return [String]
|
4357
4806
|
#
|
4358
4807
|
# @!attribute [rw] default_storage_class
|
@@ -4425,6 +4874,19 @@ module Aws::StorageGateway
|
|
4425
4874
|
# the `ListTagsForResource` API operation.
|
4426
4875
|
# @return [Array<Types::Tag>]
|
4427
4876
|
#
|
4877
|
+
# @!attribute [rw] file_share_name
|
4878
|
+
# The name of the file share. Optional.
|
4879
|
+
#
|
4880
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
4881
|
+
# `LocationARN`.
|
4882
|
+
#
|
4883
|
+
# </note>
|
4884
|
+
# @return [String]
|
4885
|
+
#
|
4886
|
+
# @!attribute [rw] cache_attributes
|
4887
|
+
# Refresh cache information.
|
4888
|
+
# @return [Types::CacheAttributes]
|
4889
|
+
#
|
4428
4890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
|
4429
4891
|
#
|
4430
4892
|
class NFSFileShareInfo < Struct.new(
|
@@ -4445,7 +4907,10 @@ module Aws::StorageGateway
|
|
4445
4907
|
:read_only,
|
4446
4908
|
:guess_mime_type_enabled,
|
4447
4909
|
:requester_pays,
|
4448
|
-
:tags
|
4910
|
+
:tags,
|
4911
|
+
:file_share_name,
|
4912
|
+
:cache_attributes)
|
4913
|
+
SENSITIVE = []
|
4449
4914
|
include Aws::Structure
|
4450
4915
|
end
|
4451
4916
|
|
@@ -4474,6 +4939,7 @@ module Aws::StorageGateway
|
|
4474
4939
|
:ipv_4_address,
|
4475
4940
|
:mac_address,
|
4476
4941
|
:ipv_6_address)
|
4942
|
+
SENSITIVE = []
|
4477
4943
|
include Aws::Structure
|
4478
4944
|
end
|
4479
4945
|
|
@@ -4492,6 +4958,7 @@ module Aws::StorageGateway
|
|
4492
4958
|
#
|
4493
4959
|
class NotifyWhenUploadedInput < Struct.new(
|
4494
4960
|
:file_share_arn)
|
4961
|
+
SENSITIVE = []
|
4495
4962
|
include Aws::Structure
|
4496
4963
|
end
|
4497
4964
|
|
@@ -4509,6 +4976,58 @@ module Aws::StorageGateway
|
|
4509
4976
|
class NotifyWhenUploadedOutput < Struct.new(
|
4510
4977
|
:file_share_arn,
|
4511
4978
|
:notification_id)
|
4979
|
+
SENSITIVE = []
|
4980
|
+
include Aws::Structure
|
4981
|
+
end
|
4982
|
+
|
4983
|
+
# Describes a custom tape pool.
|
4984
|
+
#
|
4985
|
+
# @!attribute [rw] pool_arn
|
4986
|
+
# The Amazon Resource Name (ARN) of the custom tape pool. Use the
|
4987
|
+
# ListTapePools operation to return a list of custom tape pools for
|
4988
|
+
# your account and AWS Region.
|
4989
|
+
# @return [String]
|
4990
|
+
#
|
4991
|
+
# @!attribute [rw] pool_name
|
4992
|
+
# The name of the custom tape pool. `PoolName` can use all ASCII
|
4993
|
+
# characters, except '/' and '\\'.
|
4994
|
+
# @return [String]
|
4995
|
+
#
|
4996
|
+
# @!attribute [rw] storage_class
|
4997
|
+
# The storage class that is associated with the custom pool. When you
|
4998
|
+
# use your backup application to eject the tape, the tape is archived
|
4999
|
+
# directly into the storage class (S3 Glacier or S3 Glacier Deep
|
5000
|
+
# Archive) that corresponds to the pool.
|
5001
|
+
# @return [String]
|
5002
|
+
#
|
5003
|
+
# @!attribute [rw] retention_lock_type
|
5004
|
+
# Tape retention lock type, which can be configured in two modes. When
|
5005
|
+
# configured in governance mode, AWS accounts with specific IAM
|
5006
|
+
# permissions are authorized to remove the tape retention lock from
|
5007
|
+
# archived virtual tapes. When configured in compliance mode, the tape
|
5008
|
+
# retention lock cannot be removed by any user, including the root AWS
|
5009
|
+
# account.
|
5010
|
+
# @return [String]
|
5011
|
+
#
|
5012
|
+
# @!attribute [rw] retention_lock_time_in_days
|
5013
|
+
# Tape retention lock time is set in days. Tape retention lock can be
|
5014
|
+
# enabled for up to 100 years (36,500 days).
|
5015
|
+
# @return [Integer]
|
5016
|
+
#
|
5017
|
+
# @!attribute [rw] pool_status
|
5018
|
+
# Status of the custom tape pool. Pool can be `ACTIVE` or `DELETED`.
|
5019
|
+
# @return [String]
|
5020
|
+
#
|
5021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/PoolInfo AWS API Documentation
|
5022
|
+
#
|
5023
|
+
class PoolInfo < Struct.new(
|
5024
|
+
:pool_arn,
|
5025
|
+
:pool_name,
|
5026
|
+
:storage_class,
|
5027
|
+
:retention_lock_type,
|
5028
|
+
:retention_lock_time_in_days,
|
5029
|
+
:pool_status)
|
5030
|
+
SENSITIVE = []
|
4512
5031
|
include Aws::Structure
|
4513
5032
|
end
|
4514
5033
|
|
@@ -4555,6 +5074,7 @@ module Aws::StorageGateway
|
|
4555
5074
|
:file_share_arn,
|
4556
5075
|
:folder_list,
|
4557
5076
|
:recursive)
|
5077
|
+
SENSITIVE = []
|
4558
5078
|
include Aws::Structure
|
4559
5079
|
end
|
4560
5080
|
|
@@ -4574,6 +5094,7 @@ module Aws::StorageGateway
|
|
4574
5094
|
class RefreshCacheOutput < Struct.new(
|
4575
5095
|
:file_share_arn,
|
4576
5096
|
:notification_id)
|
5097
|
+
SENSITIVE = []
|
4577
5098
|
include Aws::Structure
|
4578
5099
|
end
|
4579
5100
|
|
@@ -4602,6 +5123,7 @@ module Aws::StorageGateway
|
|
4602
5123
|
class RemoveTagsFromResourceInput < Struct.new(
|
4603
5124
|
:resource_arn,
|
4604
5125
|
:tag_keys)
|
5126
|
+
SENSITIVE = []
|
4605
5127
|
include Aws::Structure
|
4606
5128
|
end
|
4607
5129
|
|
@@ -4616,6 +5138,7 @@ module Aws::StorageGateway
|
|
4616
5138
|
#
|
4617
5139
|
class RemoveTagsFromResourceOutput < Struct.new(
|
4618
5140
|
:resource_arn)
|
5141
|
+
SENSITIVE = []
|
4619
5142
|
include Aws::Structure
|
4620
5143
|
end
|
4621
5144
|
|
@@ -4636,6 +5159,7 @@ module Aws::StorageGateway
|
|
4636
5159
|
#
|
4637
5160
|
class ResetCacheInput < Struct.new(
|
4638
5161
|
:gateway_arn)
|
5162
|
+
SENSITIVE = []
|
4639
5163
|
include Aws::Structure
|
4640
5164
|
end
|
4641
5165
|
|
@@ -4649,6 +5173,7 @@ module Aws::StorageGateway
|
|
4649
5173
|
#
|
4650
5174
|
class ResetCacheOutput < Struct.new(
|
4651
5175
|
:gateway_arn)
|
5176
|
+
SENSITIVE = []
|
4652
5177
|
include Aws::Structure
|
4653
5178
|
end
|
4654
5179
|
|
@@ -4681,6 +5206,7 @@ module Aws::StorageGateway
|
|
4681
5206
|
class RetrieveTapeArchiveInput < Struct.new(
|
4682
5207
|
:tape_arn,
|
4683
5208
|
:gateway_arn)
|
5209
|
+
SENSITIVE = []
|
4684
5210
|
include Aws::Structure
|
4685
5211
|
end
|
4686
5212
|
|
@@ -4694,6 +5220,7 @@ module Aws::StorageGateway
|
|
4694
5220
|
#
|
4695
5221
|
class RetrieveTapeArchiveOutput < Struct.new(
|
4696
5222
|
:tape_arn)
|
5223
|
+
SENSITIVE = []
|
4697
5224
|
include Aws::Structure
|
4698
5225
|
end
|
4699
5226
|
|
@@ -4723,6 +5250,7 @@ module Aws::StorageGateway
|
|
4723
5250
|
class RetrieveTapeRecoveryPointInput < Struct.new(
|
4724
5251
|
:tape_arn,
|
4725
5252
|
:gateway_arn)
|
5253
|
+
SENSITIVE = []
|
4726
5254
|
include Aws::Structure
|
4727
5255
|
end
|
4728
5256
|
|
@@ -4737,6 +5265,7 @@ module Aws::StorageGateway
|
|
4737
5265
|
#
|
4738
5266
|
class RetrieveTapeRecoveryPointOutput < Struct.new(
|
4739
5267
|
:tape_arn)
|
5268
|
+
SENSITIVE = []
|
4740
5269
|
include Aws::Structure
|
4741
5270
|
end
|
4742
5271
|
|
@@ -4789,7 +5318,8 @@ module Aws::StorageGateway
|
|
4789
5318
|
# @return [String]
|
4790
5319
|
#
|
4791
5320
|
# @!attribute [rw] location_arn
|
4792
|
-
# The ARN of the backend storage used for storing file data.
|
5321
|
+
# The ARN of the backend storage used for storing file data. A prefix
|
5322
|
+
# name can be added to the S3 bucket name. It must end with a "/".
|
4793
5323
|
# @return [String]
|
4794
5324
|
#
|
4795
5325
|
# @!attribute [rw] default_storage_class
|
@@ -4858,22 +5388,25 @@ module Aws::StorageGateway
|
|
4858
5388
|
# @!attribute [rw] admin_user_list
|
4859
5389
|
# A list of users or groups in the Active Directory that have
|
4860
5390
|
# administrator rights to the file share. A group must be prefixed
|
4861
|
-
# with the @ character.
|
5391
|
+
# with the @ character. Acceptable formats include: `DOMAIN\User1`,
|
5392
|
+
# `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
|
4862
5393
|
# Authentication is set to `ActiveDirectory`.
|
4863
5394
|
# @return [Array<String>]
|
4864
5395
|
#
|
4865
5396
|
# @!attribute [rw] valid_user_list
|
4866
5397
|
# A list of users or groups in the Active Directory that are allowed
|
4867
5398
|
# to access the file share. A group must be prefixed with the @
|
4868
|
-
# character.
|
5399
|
+
# character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
5400
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
4869
5401
|
# is set to `ActiveDirectory`.
|
4870
5402
|
# @return [Array<String>]
|
4871
5403
|
#
|
4872
5404
|
# @!attribute [rw] invalid_user_list
|
4873
5405
|
# A list of users or groups in the Active Directory that are not
|
4874
5406
|
# allowed to access the file share. A group must be prefixed with the
|
4875
|
-
# @ character.
|
4876
|
-
#
|
5407
|
+
# @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
5408
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
5409
|
+
# is set to `ActiveDirectory`.
|
4877
5410
|
# @return [Array<String>]
|
4878
5411
|
#
|
4879
5412
|
# @!attribute [rw] audit_destination_arn
|
@@ -4888,6 +5421,13 @@ module Aws::StorageGateway
|
|
4888
5421
|
# Valid Values: `ActiveDirectory` \| `GuestAccess`
|
4889
5422
|
# @return [String]
|
4890
5423
|
#
|
5424
|
+
# @!attribute [rw] case_sensitivity
|
5425
|
+
# The case of an object name in an Amazon S3 bucket. For
|
5426
|
+
# `ClientSpecified`, the client determines the case sensitivity. For
|
5427
|
+
# `CaseSensitive`, the gateway determines the case sensitivity. The
|
5428
|
+
# default value is `ClientSpecified`.
|
5429
|
+
# @return [String]
|
5430
|
+
#
|
4891
5431
|
# @!attribute [rw] tags
|
4892
5432
|
# A list of up to 50 tags assigned to the SMB file share, sorted
|
4893
5433
|
# alphabetically by key name. Each tag is a key-value pair. For a
|
@@ -4895,6 +5435,19 @@ module Aws::StorageGateway
|
|
4895
5435
|
# the `ListTagsForResource` API operation.
|
4896
5436
|
# @return [Array<Types::Tag>]
|
4897
5437
|
#
|
5438
|
+
# @!attribute [rw] file_share_name
|
5439
|
+
# The name of the file share. Optional.
|
5440
|
+
#
|
5441
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
5442
|
+
# `LocationARN`.
|
5443
|
+
#
|
5444
|
+
# </note>
|
5445
|
+
# @return [String]
|
5446
|
+
#
|
5447
|
+
# @!attribute [rw] cache_attributes
|
5448
|
+
# Refresh cache information.
|
5449
|
+
# @return [Types::CacheAttributes]
|
5450
|
+
#
|
4898
5451
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
|
4899
5452
|
#
|
4900
5453
|
class SMBFileShareInfo < Struct.new(
|
@@ -4918,7 +5471,11 @@ module Aws::StorageGateway
|
|
4918
5471
|
:invalid_user_list,
|
4919
5472
|
:audit_destination_arn,
|
4920
5473
|
:authentication,
|
4921
|
-
:
|
5474
|
+
:case_sensitivity,
|
5475
|
+
:tags,
|
5476
|
+
:file_share_name,
|
5477
|
+
:cache_attributes)
|
5478
|
+
SENSITIVE = []
|
4922
5479
|
include Aws::Structure
|
4923
5480
|
end
|
4924
5481
|
|
@@ -4939,6 +5496,7 @@ module Aws::StorageGateway
|
|
4939
5496
|
class ServiceUnavailableError < Struct.new(
|
4940
5497
|
:message,
|
4941
5498
|
:error)
|
5499
|
+
SENSITIVE = []
|
4942
5500
|
include Aws::Structure
|
4943
5501
|
end
|
4944
5502
|
|
@@ -4967,6 +5525,7 @@ module Aws::StorageGateway
|
|
4967
5525
|
class SetLocalConsolePasswordInput < Struct.new(
|
4968
5526
|
:gateway_arn,
|
4969
5527
|
:local_console_password)
|
5528
|
+
SENSITIVE = [:local_console_password]
|
4970
5529
|
include Aws::Structure
|
4971
5530
|
end
|
4972
5531
|
|
@@ -4980,6 +5539,7 @@ module Aws::StorageGateway
|
|
4980
5539
|
#
|
4981
5540
|
class SetLocalConsolePasswordOutput < Struct.new(
|
4982
5541
|
:gateway_arn)
|
5542
|
+
SENSITIVE = []
|
4983
5543
|
include Aws::Structure
|
4984
5544
|
end
|
4985
5545
|
|
@@ -5007,6 +5567,7 @@ module Aws::StorageGateway
|
|
5007
5567
|
class SetSMBGuestPasswordInput < Struct.new(
|
5008
5568
|
:gateway_arn,
|
5009
5569
|
:password)
|
5570
|
+
SENSITIVE = [:password]
|
5010
5571
|
include Aws::Structure
|
5011
5572
|
end
|
5012
5573
|
|
@@ -5020,6 +5581,7 @@ module Aws::StorageGateway
|
|
5020
5581
|
#
|
5021
5582
|
class SetSMBGuestPasswordOutput < Struct.new(
|
5022
5583
|
:gateway_arn)
|
5584
|
+
SENSITIVE = []
|
5023
5585
|
include Aws::Structure
|
5024
5586
|
end
|
5025
5587
|
|
@@ -5043,6 +5605,7 @@ module Aws::StorageGateway
|
|
5043
5605
|
#
|
5044
5606
|
class ShutdownGatewayInput < Struct.new(
|
5045
5607
|
:gateway_arn)
|
5608
|
+
SENSITIVE = []
|
5046
5609
|
include Aws::Structure
|
5047
5610
|
end
|
5048
5611
|
|
@@ -5059,6 +5622,7 @@ module Aws::StorageGateway
|
|
5059
5622
|
#
|
5060
5623
|
class ShutdownGatewayOutput < Struct.new(
|
5061
5624
|
:gateway_arn)
|
5625
|
+
SENSITIVE = []
|
5062
5626
|
include Aws::Structure
|
5063
5627
|
end
|
5064
5628
|
|
@@ -5079,6 +5643,7 @@ module Aws::StorageGateway
|
|
5079
5643
|
#
|
5080
5644
|
class StartAvailabilityMonitorTestInput < Struct.new(
|
5081
5645
|
:gateway_arn)
|
5646
|
+
SENSITIVE = []
|
5082
5647
|
include Aws::Structure
|
5083
5648
|
end
|
5084
5649
|
|
@@ -5092,6 +5657,7 @@ module Aws::StorageGateway
|
|
5092
5657
|
#
|
5093
5658
|
class StartAvailabilityMonitorTestOutput < Struct.new(
|
5094
5659
|
:gateway_arn)
|
5660
|
+
SENSITIVE = []
|
5095
5661
|
include Aws::Structure
|
5096
5662
|
end
|
5097
5663
|
|
@@ -5115,6 +5681,7 @@ module Aws::StorageGateway
|
|
5115
5681
|
#
|
5116
5682
|
class StartGatewayInput < Struct.new(
|
5117
5683
|
:gateway_arn)
|
5684
|
+
SENSITIVE = []
|
5118
5685
|
include Aws::Structure
|
5119
5686
|
end
|
5120
5687
|
|
@@ -5131,6 +5698,7 @@ module Aws::StorageGateway
|
|
5131
5698
|
#
|
5132
5699
|
class StartGatewayOutput < Struct.new(
|
5133
5700
|
:gateway_arn)
|
5701
|
+
SENSITIVE = []
|
5134
5702
|
include Aws::Structure
|
5135
5703
|
end
|
5136
5704
|
|
@@ -5152,6 +5720,7 @@ module Aws::StorageGateway
|
|
5152
5720
|
class StorageGatewayError < Struct.new(
|
5153
5721
|
:error_code,
|
5154
5722
|
:error_details)
|
5723
|
+
SENSITIVE = []
|
5155
5724
|
include Aws::Structure
|
5156
5725
|
end
|
5157
5726
|
|
@@ -5162,7 +5731,7 @@ module Aws::StorageGateway
|
|
5162
5731
|
# @return [String]
|
5163
5732
|
#
|
5164
5733
|
# @!attribute [rw] volume_id
|
5165
|
-
# The unique identifier of the volume, e.g
|
5734
|
+
# The unique identifier of the volume, e.g., vol-AE4B946D.
|
5166
5735
|
# @return [String]
|
5167
5736
|
#
|
5168
5737
|
# @!attribute [rw] volume_type
|
@@ -5222,7 +5791,7 @@ module Aws::StorageGateway
|
|
5222
5791
|
#
|
5223
5792
|
# @!attribute [rw] created_date
|
5224
5793
|
# The date the volume was created. Volumes created prior to March 28,
|
5225
|
-
# 2017 don’t have this
|
5794
|
+
# 2017 don’t have this timestamp.
|
5226
5795
|
# @return [Time]
|
5227
5796
|
#
|
5228
5797
|
# @!attribute [rw] volume_used_in_bytes
|
@@ -5276,6 +5845,7 @@ module Aws::StorageGateway
|
|
5276
5845
|
:volume_used_in_bytes,
|
5277
5846
|
:kms_key,
|
5278
5847
|
:target_name)
|
5848
|
+
SENSITIVE = []
|
5279
5849
|
include Aws::Structure
|
5280
5850
|
end
|
5281
5851
|
|
@@ -5304,6 +5874,7 @@ module Aws::StorageGateway
|
|
5304
5874
|
class Tag < Struct.new(
|
5305
5875
|
:key,
|
5306
5876
|
:value)
|
5877
|
+
SENSITIVE = []
|
5307
5878
|
include Aws::Structure
|
5308
5879
|
end
|
5309
5880
|
|
@@ -5367,6 +5938,20 @@ module Aws::StorageGateway
|
|
5367
5938
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
5368
5939
|
# @return [String]
|
5369
5940
|
#
|
5941
|
+
# @!attribute [rw] worm
|
5942
|
+
# If the tape is archived as write-once-read-many (WORM), this value
|
5943
|
+
# is `true`.
|
5944
|
+
# @return [Boolean]
|
5945
|
+
#
|
5946
|
+
# @!attribute [rw] retention_start_date
|
5947
|
+
# The date that the tape is first archived with tape retention lock
|
5948
|
+
# enabled.
|
5949
|
+
# @return [Time]
|
5950
|
+
#
|
5951
|
+
# @!attribute [rw] pool_entry_date
|
5952
|
+
# The date that the tape enters a custom tape pool.
|
5953
|
+
# @return [Time]
|
5954
|
+
#
|
5370
5955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
|
5371
5956
|
#
|
5372
5957
|
class Tape < Struct.new(
|
@@ -5379,7 +5964,11 @@ module Aws::StorageGateway
|
|
5379
5964
|
:progress,
|
5380
5965
|
:tape_used_in_bytes,
|
5381
5966
|
:kms_key,
|
5382
|
-
:pool_id
|
5967
|
+
:pool_id,
|
5968
|
+
:worm,
|
5969
|
+
:retention_start_date,
|
5970
|
+
:pool_entry_date)
|
5971
|
+
SENSITIVE = []
|
5383
5972
|
include Aws::Structure
|
5384
5973
|
end
|
5385
5974
|
|
@@ -5405,7 +5994,7 @@ module Aws::StorageGateway
|
|
5405
5994
|
# @!attribute [rw] completion_time
|
5406
5995
|
# The time that the archiving of the virtual tape was completed.
|
5407
5996
|
#
|
5408
|
-
# The default
|
5997
|
+
# The default timestamp format is in the ISO8601 extended
|
5409
5998
|
# YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
5410
5999
|
# @return [Time]
|
5411
6000
|
#
|
@@ -5443,6 +6032,23 @@ module Aws::StorageGateway
|
|
5443
6032
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
5444
6033
|
# @return [String]
|
5445
6034
|
#
|
6035
|
+
# @!attribute [rw] worm
|
6036
|
+
# Set to `true` if the archived tape is stored as write-once-read-many
|
6037
|
+
# (WORM).
|
6038
|
+
# @return [Boolean]
|
6039
|
+
#
|
6040
|
+
# @!attribute [rw] retention_start_date
|
6041
|
+
# If the archived tape is subject to tape retention lock, the date
|
6042
|
+
# that the archived tape started being retained.
|
6043
|
+
# @return [Time]
|
6044
|
+
#
|
6045
|
+
# @!attribute [rw] pool_entry_date
|
6046
|
+
# The time that the tape entered the custom tape pool.
|
6047
|
+
#
|
6048
|
+
# The default timestamp format is in the ISO8601 extended
|
6049
|
+
# YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
6050
|
+
# @return [Time]
|
6051
|
+
#
|
5446
6052
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
|
5447
6053
|
#
|
5448
6054
|
class TapeArchive < Struct.new(
|
@@ -5455,7 +6061,11 @@ module Aws::StorageGateway
|
|
5455
6061
|
:tape_status,
|
5456
6062
|
:tape_used_in_bytes,
|
5457
6063
|
:kms_key,
|
5458
|
-
:pool_id
|
6064
|
+
:pool_id,
|
6065
|
+
:worm,
|
6066
|
+
:retention_start_date,
|
6067
|
+
:pool_entry_date)
|
6068
|
+
SENSITIVE = []
|
5459
6069
|
include Aws::Structure
|
5460
6070
|
end
|
5461
6071
|
|
@@ -5494,6 +6104,15 @@ module Aws::StorageGateway
|
|
5494
6104
|
# Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
|
5495
6105
|
# @return [String]
|
5496
6106
|
#
|
6107
|
+
# @!attribute [rw] retention_start_date
|
6108
|
+
# The date that the tape became subject to tape retention lock.
|
6109
|
+
# @return [Time]
|
6110
|
+
#
|
6111
|
+
# @!attribute [rw] pool_entry_date
|
6112
|
+
# The date that the tape entered the custom tape pool with tape
|
6113
|
+
# retention lock enabled.
|
6114
|
+
# @return [Time]
|
6115
|
+
#
|
5497
6116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeInfo AWS API Documentation
|
5498
6117
|
#
|
5499
6118
|
class TapeInfo < Struct.new(
|
@@ -5502,7 +6121,10 @@ module Aws::StorageGateway
|
|
5502
6121
|
:tape_size_in_bytes,
|
5503
6122
|
:tape_status,
|
5504
6123
|
:gateway_arn,
|
5505
|
-
:pool_id
|
6124
|
+
:pool_id,
|
6125
|
+
:retention_start_date,
|
6126
|
+
:pool_entry_date)
|
6127
|
+
SENSITIVE = []
|
5506
6128
|
include Aws::Structure
|
5507
6129
|
end
|
5508
6130
|
|
@@ -5516,7 +6138,7 @@ module Aws::StorageGateway
|
|
5516
6138
|
# The time when the point-in-time view of the virtual tape was
|
5517
6139
|
# replicated for later recovery.
|
5518
6140
|
#
|
5519
|
-
# The default
|
6141
|
+
# The default timestamp format of the tape recovery point time is in
|
5520
6142
|
# the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
|
5521
6143
|
# @return [Time]
|
5522
6144
|
#
|
@@ -5535,6 +6157,7 @@ module Aws::StorageGateway
|
|
5535
6157
|
:tape_recovery_point_time,
|
5536
6158
|
:tape_size_in_bytes,
|
5537
6159
|
:tape_status)
|
6160
|
+
SENSITIVE = []
|
5538
6161
|
include Aws::Structure
|
5539
6162
|
end
|
5540
6163
|
|
@@ -5548,6 +6171,7 @@ module Aws::StorageGateway
|
|
5548
6171
|
# pool_id: "PoolId", # required
|
5549
6172
|
# tape_size_in_bytes: 1, # required
|
5550
6173
|
# minimum_num_tapes: 1, # required
|
6174
|
+
# worm: false,
|
5551
6175
|
# },
|
5552
6176
|
# ],
|
5553
6177
|
# gateway_arn: "GatewayARN", # required
|
@@ -5570,6 +6194,7 @@ module Aws::StorageGateway
|
|
5570
6194
|
class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
|
5571
6195
|
:automatic_tape_creation_rules,
|
5572
6196
|
:gateway_arn)
|
6197
|
+
SENSITIVE = []
|
5573
6198
|
include Aws::Structure
|
5574
6199
|
end
|
5575
6200
|
|
@@ -5583,6 +6208,7 @@ module Aws::StorageGateway
|
|
5583
6208
|
#
|
5584
6209
|
class UpdateAutomaticTapeCreationPolicyOutput < Struct.new(
|
5585
6210
|
:gateway_arn)
|
6211
|
+
SENSITIVE = []
|
5586
6212
|
include Aws::Structure
|
5587
6213
|
end
|
5588
6214
|
|
@@ -5621,6 +6247,7 @@ module Aws::StorageGateway
|
|
5621
6247
|
:gateway_arn,
|
5622
6248
|
:average_upload_rate_limit_in_bits_per_sec,
|
5623
6249
|
:average_download_rate_limit_in_bits_per_sec)
|
6250
|
+
SENSITIVE = []
|
5624
6251
|
include Aws::Structure
|
5625
6252
|
end
|
5626
6253
|
|
@@ -5637,6 +6264,7 @@ module Aws::StorageGateway
|
|
5637
6264
|
#
|
5638
6265
|
class UpdateBandwidthRateLimitOutput < Struct.new(
|
5639
6266
|
:gateway_arn)
|
6267
|
+
SENSITIVE = []
|
5640
6268
|
include Aws::Structure
|
5641
6269
|
end
|
5642
6270
|
|
@@ -5699,6 +6327,7 @@ module Aws::StorageGateway
|
|
5699
6327
|
:secret_to_authenticate_initiator,
|
5700
6328
|
:initiator_name,
|
5701
6329
|
:secret_to_authenticate_target)
|
6330
|
+
SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
|
5702
6331
|
include Aws::Structure
|
5703
6332
|
end
|
5704
6333
|
|
@@ -5719,6 +6348,7 @@ module Aws::StorageGateway
|
|
5719
6348
|
class UpdateChapCredentialsOutput < Struct.new(
|
5720
6349
|
:target_arn,
|
5721
6350
|
:initiator_name)
|
6351
|
+
SENSITIVE = []
|
5722
6352
|
include Aws::Structure
|
5723
6353
|
end
|
5724
6354
|
|
@@ -5750,7 +6380,7 @@ module Aws::StorageGateway
|
|
5750
6380
|
# The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
|
5751
6381
|
# that you want to use to monitor and log events in the gateway.
|
5752
6382
|
#
|
5753
|
-
# For more information, see [What is Amazon CloudWatch
|
6383
|
+
# For more information, see [What is Amazon CloudWatch Logs?][1]
|
5754
6384
|
#
|
5755
6385
|
#
|
5756
6386
|
#
|
@@ -5764,6 +6394,7 @@ module Aws::StorageGateway
|
|
5764
6394
|
:gateway_name,
|
5765
6395
|
:gateway_timezone,
|
5766
6396
|
:cloud_watch_log_group_arn)
|
6397
|
+
SENSITIVE = []
|
5767
6398
|
include Aws::Structure
|
5768
6399
|
end
|
5769
6400
|
|
@@ -5785,6 +6416,7 @@ module Aws::StorageGateway
|
|
5785
6416
|
class UpdateGatewayInformationOutput < Struct.new(
|
5786
6417
|
:gateway_arn,
|
5787
6418
|
:gateway_name)
|
6419
|
+
SENSITIVE = []
|
5788
6420
|
include Aws::Structure
|
5789
6421
|
end
|
5790
6422
|
|
@@ -5808,6 +6440,7 @@ module Aws::StorageGateway
|
|
5808
6440
|
#
|
5809
6441
|
class UpdateGatewaySoftwareNowInput < Struct.new(
|
5810
6442
|
:gateway_arn)
|
6443
|
+
SENSITIVE = []
|
5811
6444
|
include Aws::Structure
|
5812
6445
|
end
|
5813
6446
|
|
@@ -5824,6 +6457,7 @@ module Aws::StorageGateway
|
|
5824
6457
|
#
|
5825
6458
|
class UpdateGatewaySoftwareNowOutput < Struct.new(
|
5826
6459
|
:gateway_arn)
|
6460
|
+
SENSITIVE = []
|
5827
6461
|
include Aws::Structure
|
5828
6462
|
end
|
5829
6463
|
|
@@ -5887,6 +6521,7 @@ module Aws::StorageGateway
|
|
5887
6521
|
:minute_of_hour,
|
5888
6522
|
:day_of_week,
|
5889
6523
|
:day_of_month)
|
6524
|
+
SENSITIVE = []
|
5890
6525
|
include Aws::Structure
|
5891
6526
|
end
|
5892
6527
|
|
@@ -5903,6 +6538,7 @@ module Aws::StorageGateway
|
|
5903
6538
|
#
|
5904
6539
|
class UpdateMaintenanceStartTimeOutput < Struct.new(
|
5905
6540
|
:gateway_arn)
|
6541
|
+
SENSITIVE = []
|
5906
6542
|
include Aws::Structure
|
5907
6543
|
end
|
5908
6544
|
|
@@ -5928,6 +6564,10 @@ module Aws::StorageGateway
|
|
5928
6564
|
# read_only: false,
|
5929
6565
|
# guess_mime_type_enabled: false,
|
5930
6566
|
# requester_pays: false,
|
6567
|
+
# file_share_name: "FileShareName",
|
6568
|
+
# cache_attributes: {
|
6569
|
+
# cache_stale_timeout_in_seconds: 1,
|
6570
|
+
# },
|
5931
6571
|
# }
|
5932
6572
|
#
|
5933
6573
|
# @!attribute [rw] file_share_arn
|
@@ -6017,6 +6657,19 @@ module Aws::StorageGateway
|
|
6017
6657
|
# Valid Values: `true` \| `false`
|
6018
6658
|
# @return [Boolean]
|
6019
6659
|
#
|
6660
|
+
# @!attribute [rw] file_share_name
|
6661
|
+
# The name of the file share. Optional.
|
6662
|
+
#
|
6663
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
6664
|
+
# `LocationARN`.
|
6665
|
+
#
|
6666
|
+
# </note>
|
6667
|
+
# @return [String]
|
6668
|
+
#
|
6669
|
+
# @!attribute [rw] cache_attributes
|
6670
|
+
# Refresh cache information.
|
6671
|
+
# @return [Types::CacheAttributes]
|
6672
|
+
#
|
6020
6673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
|
6021
6674
|
#
|
6022
6675
|
class UpdateNFSFileShareInput < Struct.new(
|
@@ -6030,7 +6683,10 @@ module Aws::StorageGateway
|
|
6030
6683
|
:squash,
|
6031
6684
|
:read_only,
|
6032
6685
|
:guess_mime_type_enabled,
|
6033
|
-
:requester_pays
|
6686
|
+
:requester_pays,
|
6687
|
+
:file_share_name,
|
6688
|
+
:cache_attributes)
|
6689
|
+
SENSITIVE = []
|
6034
6690
|
include Aws::Structure
|
6035
6691
|
end
|
6036
6692
|
|
@@ -6044,6 +6700,7 @@ module Aws::StorageGateway
|
|
6044
6700
|
#
|
6045
6701
|
class UpdateNFSFileShareOutput < Struct.new(
|
6046
6702
|
:file_share_arn)
|
6703
|
+
SENSITIVE = []
|
6047
6704
|
include Aws::Structure
|
6048
6705
|
end
|
6049
6706
|
|
@@ -6066,6 +6723,11 @@ module Aws::StorageGateway
|
|
6066
6723
|
# valid_user_list: ["FileShareUser"],
|
6067
6724
|
# invalid_user_list: ["FileShareUser"],
|
6068
6725
|
# audit_destination_arn: "AuditDestinationARN",
|
6726
|
+
# case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
|
6727
|
+
# file_share_name: "FileShareName",
|
6728
|
+
# cache_attributes: {
|
6729
|
+
# cache_stale_timeout_in_seconds: 1,
|
6730
|
+
# },
|
6069
6731
|
# }
|
6070
6732
|
#
|
6071
6733
|
# @!attribute [rw] file_share_arn
|
@@ -6152,24 +6814,27 @@ module Aws::StorageGateway
|
|
6152
6814
|
# @return [Boolean]
|
6153
6815
|
#
|
6154
6816
|
# @!attribute [rw] admin_user_list
|
6155
|
-
# A list of users in the Active Directory that have
|
6156
|
-
# rights to the file share. A group must be prefixed
|
6157
|
-
#
|
6158
|
-
#
|
6817
|
+
# A list of users or groups in the Active Directory that have
|
6818
|
+
# administrator rights to the file share. A group must be prefixed
|
6819
|
+
# with the @ character. Acceptable formats include: `DOMAIN\User1`,
|
6820
|
+
# `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
|
6821
|
+
# Authentication is set to `ActiveDirectory`.
|
6159
6822
|
# @return [Array<String>]
|
6160
6823
|
#
|
6161
6824
|
# @!attribute [rw] valid_user_list
|
6162
6825
|
# A list of users or groups in the Active Directory that are allowed
|
6163
6826
|
# to access the file share. A group must be prefixed with the @
|
6164
|
-
# character.
|
6827
|
+
# character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
6828
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
6165
6829
|
# is set to `ActiveDirectory`.
|
6166
6830
|
# @return [Array<String>]
|
6167
6831
|
#
|
6168
6832
|
# @!attribute [rw] invalid_user_list
|
6169
6833
|
# A list of users or groups in the Active Directory that are not
|
6170
6834
|
# allowed to access the file share. A group must be prefixed with the
|
6171
|
-
# @ character.
|
6172
|
-
#
|
6835
|
+
# @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
|
6836
|
+
# `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
|
6837
|
+
# is set to `ActiveDirectory`.
|
6173
6838
|
# @return [Array<String>]
|
6174
6839
|
#
|
6175
6840
|
# @!attribute [rw] audit_destination_arn
|
@@ -6177,6 +6842,26 @@ module Aws::StorageGateway
|
|
6177
6842
|
# logs.
|
6178
6843
|
# @return [String]
|
6179
6844
|
#
|
6845
|
+
# @!attribute [rw] case_sensitivity
|
6846
|
+
# The case of an object name in an Amazon S3 bucket. For
|
6847
|
+
# `ClientSpecified`, the client determines the case sensitivity. For
|
6848
|
+
# `CaseSensitive`, the gateway determines the case sensitivity. The
|
6849
|
+
# default value is `ClientSpecified`.
|
6850
|
+
# @return [String]
|
6851
|
+
#
|
6852
|
+
# @!attribute [rw] file_share_name
|
6853
|
+
# The name of the file share. Optional.
|
6854
|
+
#
|
6855
|
+
# <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
|
6856
|
+
# `LocationARN`.
|
6857
|
+
#
|
6858
|
+
# </note>
|
6859
|
+
# @return [String]
|
6860
|
+
#
|
6861
|
+
# @!attribute [rw] cache_attributes
|
6862
|
+
# Refresh cache information.
|
6863
|
+
# @return [Types::CacheAttributes]
|
6864
|
+
#
|
6180
6865
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
|
6181
6866
|
#
|
6182
6867
|
class UpdateSMBFileShareInput < Struct.new(
|
@@ -6192,7 +6877,11 @@ module Aws::StorageGateway
|
|
6192
6877
|
:admin_user_list,
|
6193
6878
|
:valid_user_list,
|
6194
6879
|
:invalid_user_list,
|
6195
|
-
:audit_destination_arn
|
6880
|
+
:audit_destination_arn,
|
6881
|
+
:case_sensitivity,
|
6882
|
+
:file_share_name,
|
6883
|
+
:cache_attributes)
|
6884
|
+
SENSITIVE = []
|
6196
6885
|
include Aws::Structure
|
6197
6886
|
end
|
6198
6887
|
|
@@ -6206,6 +6895,7 @@ module Aws::StorageGateway
|
|
6206
6895
|
#
|
6207
6896
|
class UpdateSMBFileShareOutput < Struct.new(
|
6208
6897
|
:file_share_arn)
|
6898
|
+
SENSITIVE = []
|
6209
6899
|
include Aws::Structure
|
6210
6900
|
end
|
6211
6901
|
|
@@ -6248,6 +6938,7 @@ module Aws::StorageGateway
|
|
6248
6938
|
class UpdateSMBSecurityStrategyInput < Struct.new(
|
6249
6939
|
:gateway_arn,
|
6250
6940
|
:smb_security_strategy)
|
6941
|
+
SENSITIVE = []
|
6251
6942
|
include Aws::Structure
|
6252
6943
|
end
|
6253
6944
|
|
@@ -6261,6 +6952,7 @@ module Aws::StorageGateway
|
|
6261
6952
|
#
|
6262
6953
|
class UpdateSMBSecurityStrategyOutput < Struct.new(
|
6263
6954
|
:gateway_arn)
|
6955
|
+
SENSITIVE = []
|
6264
6956
|
include Aws::Structure
|
6265
6957
|
end
|
6266
6958
|
|
@@ -6331,6 +7023,7 @@ module Aws::StorageGateway
|
|
6331
7023
|
:recurrence_in_hours,
|
6332
7024
|
:description,
|
6333
7025
|
:tags)
|
7026
|
+
SENSITIVE = []
|
6334
7027
|
include Aws::Structure
|
6335
7028
|
end
|
6336
7029
|
|
@@ -6346,6 +7039,7 @@ module Aws::StorageGateway
|
|
6346
7039
|
#
|
6347
7040
|
class UpdateSnapshotScheduleOutput < Struct.new(
|
6348
7041
|
:volume_arn)
|
7042
|
+
SENSITIVE = []
|
6349
7043
|
include Aws::Structure
|
6350
7044
|
end
|
6351
7045
|
|
@@ -6365,7 +7059,7 @@ module Aws::StorageGateway
|
|
6365
7059
|
# @!attribute [rw] device_type
|
6366
7060
|
# The type of medium changer you want to select.
|
6367
7061
|
#
|
6368
|
-
# Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
|
7062
|
+
# Valid Values: `STK-L700` \| `AWS-Gateway-VTL` \| `IBM-03584L32-0402`
|
6369
7063
|
# @return [String]
|
6370
7064
|
#
|
6371
7065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceTypeInput AWS API Documentation
|
@@ -6373,6 +7067,7 @@ module Aws::StorageGateway
|
|
6373
7067
|
class UpdateVTLDeviceTypeInput < Struct.new(
|
6374
7068
|
:vtl_device_arn,
|
6375
7069
|
:device_type)
|
7070
|
+
SENSITIVE = []
|
6376
7071
|
include Aws::Structure
|
6377
7072
|
end
|
6378
7073
|
|
@@ -6387,6 +7082,7 @@ module Aws::StorageGateway
|
|
6387
7082
|
#
|
6388
7083
|
class UpdateVTLDeviceTypeOutput < Struct.new(
|
6389
7084
|
:vtl_device_arn)
|
7085
|
+
SENSITIVE = []
|
6390
7086
|
include Aws::Structure
|
6391
7087
|
end
|
6392
7088
|
|
@@ -6422,6 +7118,7 @@ module Aws::StorageGateway
|
|
6422
7118
|
:vtl_device_vendor,
|
6423
7119
|
:vtl_device_product_identifier,
|
6424
7120
|
:device_iscsi_attributes)
|
7121
|
+
SENSITIVE = []
|
6425
7122
|
include Aws::Structure
|
6426
7123
|
end
|
6427
7124
|
|
@@ -6488,6 +7185,7 @@ module Aws::StorageGateway
|
|
6488
7185
|
:volume_type,
|
6489
7186
|
:volume_size_in_bytes,
|
6490
7187
|
:volume_attachment_status)
|
7188
|
+
SENSITIVE = []
|
6491
7189
|
include Aws::Structure
|
6492
7190
|
end
|
6493
7191
|
|
@@ -6521,6 +7219,7 @@ module Aws::StorageGateway
|
|
6521
7219
|
:volume_size_in_bytes,
|
6522
7220
|
:volume_usage_in_bytes,
|
6523
7221
|
:volume_recovery_point_time)
|
7222
|
+
SENSITIVE = []
|
6524
7223
|
include Aws::Structure
|
6525
7224
|
end
|
6526
7225
|
|
@@ -6554,6 +7253,7 @@ module Aws::StorageGateway
|
|
6554
7253
|
:network_interface_port,
|
6555
7254
|
:lun_number,
|
6556
7255
|
:chap_enabled)
|
7256
|
+
SENSITIVE = []
|
6557
7257
|
include Aws::Structure
|
6558
7258
|
end
|
6559
7259
|
|