aws-sdk-storagegateway 1.40.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -142,6 +147,7 @@ module Aws::StorageGateway
142
147
  DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
143
148
  Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
144
149
  Ec2InstanceRegion = Shapes::StringShape.new(name: 'Ec2InstanceRegion')
150
+ EndpointType = Shapes::StringShape.new(name: 'EndpointType')
145
151
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
146
152
  FileShareARN = Shapes::StringShape.new(name: 'FileShareARN')
147
153
  FileShareARNList = Shapes::ListShape.new(name: 'FileShareARNList')
@@ -149,6 +155,7 @@ module Aws::StorageGateway
149
155
  FileShareId = Shapes::StringShape.new(name: 'FileShareId')
150
156
  FileShareInfo = Shapes::StructureShape.new(name: 'FileShareInfo')
151
157
  FileShareInfoList = Shapes::ListShape.new(name: 'FileShareInfoList')
158
+ FileShareName = Shapes::StringShape.new(name: 'FileShareName')
152
159
  FileShareStatus = Shapes::StringShape.new(name: 'FileShareStatus')
153
160
  FileShareType = Shapes::StringShape.new(name: 'FileShareType')
154
161
  FileShareUser = Shapes::StringShape.new(name: 'FileShareUser')
@@ -404,6 +411,9 @@ module Aws::StorageGateway
404
411
 
405
412
  AutomaticTapeCreationRules.member = Shapes::ShapeRef.new(shape: AutomaticTapeCreationRule)
406
413
 
414
+ CacheAttributes.add_member(:cache_stale_timeout_in_seconds, Shapes::ShapeRef.new(shape: CacheStaleTimeoutInSeconds, location_name: "CacheStaleTimeoutInSeconds"))
415
+ CacheAttributes.struct_class = Types::CacheAttributes
416
+
407
417
  CachediSCSIVolume.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
408
418
  CachediSCSIVolume.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
409
419
  CachediSCSIVolume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
@@ -474,6 +484,8 @@ module Aws::StorageGateway
474
484
  CreateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
475
485
  CreateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
476
486
  CreateNFSFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
487
+ CreateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
488
+ CreateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
477
489
  CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
478
490
 
479
491
  CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -496,7 +508,10 @@ module Aws::StorageGateway
496
508
  CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
497
509
  CreateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
498
510
  CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
511
+ CreateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
499
512
  CreateSMBFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
513
+ CreateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
514
+ CreateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
500
515
  CreateSMBFileShareInput.struct_class = Types::CreateSMBFileShareInput
501
516
 
502
517
  CreateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -680,6 +695,7 @@ module Aws::StorageGateway
680
695
  DescribeGatewayInformationOutput.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "VPCEndpoint"))
681
696
  DescribeGatewayInformationOutput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
682
697
  DescribeGatewayInformationOutput.add_member(:host_environment, Shapes::ShapeRef.new(shape: HostEnvironment, location_name: "HostEnvironment"))
698
+ DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
683
699
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
684
700
 
685
701
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -977,6 +993,8 @@ module Aws::StorageGateway
977
993
  NFSFileShareInfo.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
978
994
  NFSFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
979
995
  NFSFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
996
+ NFSFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
997
+ NFSFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
980
998
  NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
981
999
 
982
1000
  NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
@@ -1049,7 +1067,10 @@ module Aws::StorageGateway
1049
1067
  SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1050
1068
  SMBFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1051
1069
  SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
1070
+ SMBFileShareInfo.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
1052
1071
  SMBFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1072
+ SMBFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1073
+ SMBFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1053
1074
  SMBFileShareInfo.struct_class = Types::SMBFileShareInfo
1054
1075
 
1055
1076
  SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
@@ -1231,6 +1252,8 @@ module Aws::StorageGateway
1231
1252
  UpdateNFSFileShareInput.add_member(:read_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadOnly"))
1232
1253
  UpdateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
1233
1254
  UpdateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
1255
+ UpdateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1256
+ UpdateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1234
1257
  UpdateNFSFileShareInput.struct_class = Types::UpdateNFSFileShareInput
1235
1258
 
1236
1259
  UpdateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -1249,6 +1272,9 @@ module Aws::StorageGateway
1249
1272
  UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
1250
1273
  UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1251
1274
  UpdateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1275
+ UpdateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
1276
+ UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1277
+ UpdateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1252
1278
  UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
1253
1279
 
1254
1280
  UpdateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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:
@@ -20,10 +22,10 @@ module Aws::StorageGateway
20
22
  #
21
23
  # * ActivateGatewayInput$GatewayType
22
24
  #
23
- # * ActivateGatewayInput$TapeDriveType
24
- #
25
25
  # * ActivateGatewayInput$MediumChangerType
26
26
  #
27
+ # * ActivateGatewayInput$TapeDriveType
28
+ #
27
29
  # @note When making an API call, you may pass ActivateGatewayInput
28
30
  # data as a hash:
29
31
  #
@@ -53,9 +55,12 @@ module Aws::StorageGateway
53
55
  # the arguments you pass to the `ActivateGateway` API call determine
54
56
  # the actual configuration of your gateway.
55
57
  #
56
- # For more information, see
57
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html
58
- # in the Storage Gateway User Guide.
58
+ # For more information, see [Getting activation key][1] in the *AWS
59
+ # Storage Gateway User Guide*.
60
+ #
61
+ #
62
+ #
63
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/get-activation-key.html
59
64
  # @return [String]
60
65
  #
61
66
  # @!attribute [rw] gateway_name
@@ -76,15 +81,15 @@ module Aws::StorageGateway
76
81
  # data. The gateway AWS Region specified must be the same AWS Region
77
82
  # as the AWS Region in your `Host` header in the request. For more
78
83
  # information about available AWS Regions and endpoints for AWS
79
- # Storage Gateway, see [Regions and Endpoints][1] in the *Amazon Web
80
- # Services Glossary*.
84
+ # Storage Gateway, see [AWS Storage Gateway endpoints and quotas][1]
85
+ # in the *AWS General Reference*.
81
86
  #
82
- # Valid Values: See [AWS Storage Gateway Regions and Endpoints][1] in
83
- # the AWS General Reference.
87
+ # Valid Values: See [AWS Storage Gateway endpoints and quotas][1] in
88
+ # the *AWS General Reference*.
84
89
  #
85
90
  #
86
91
  #
87
- # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#sg_region
92
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/sg.html
88
93
  # @return [String]
89
94
  #
90
95
  # @!attribute [rw] gateway_type
@@ -92,21 +97,21 @@ module Aws::StorageGateway
92
97
  # specified is critical to all later functions of the gateway and
93
98
  # cannot be changed after activation. The default value is `CACHED`.
94
99
  #
95
- # Valid Values: "STORED", "CACHED", "VTL", "FILE\_S3"
100
+ # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3`
96
101
  # @return [String]
97
102
  #
98
103
  # @!attribute [rw] tape_drive_type
99
104
  # The value that indicates the type of tape drive to use for tape
100
105
  # gateway. This field is optional.
101
106
  #
102
- # Valid Values: "IBM-ULT3580-TD5"
107
+ # Valid Values: `IBM-ULT3580-TD5`
103
108
  # @return [String]
104
109
  #
105
110
  # @!attribute [rw] medium_changer_type
106
111
  # The value that indicates the type of medium changer to use for tape
107
112
  # gateway. This field is optional.
108
113
  #
109
- # Valid Values: "STK-L700", "AWS-Gateway-VTL"
114
+ # Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
110
115
  # @return [String]
111
116
  #
112
117
  # @!attribute [rw] tags
@@ -133,6 +138,7 @@ module Aws::StorageGateway
133
138
  :tape_drive_type,
134
139
  :medium_changer_type,
135
140
  :tags)
141
+ SENSITIVE = []
136
142
  include Aws::Structure
137
143
  end
138
144
 
@@ -158,6 +164,7 @@ module Aws::StorageGateway
158
164
  #
159
165
  class ActivateGatewayOutput < Struct.new(
160
166
  :gateway_arn)
167
+ SENSITIVE = []
161
168
  include Aws::Structure
162
169
  end
163
170
 
@@ -186,6 +193,7 @@ module Aws::StorageGateway
186
193
  class AddCacheInput < Struct.new(
187
194
  :gateway_arn,
188
195
  :disk_ids)
196
+ SENSITIVE = []
189
197
  include Aws::Structure
190
198
  end
191
199
 
@@ -199,6 +207,7 @@ module Aws::StorageGateway
199
207
  #
200
208
  class AddCacheOutput < Struct.new(
201
209
  :gateway_arn)
210
+ SENSITIVE = []
202
211
  include Aws::Structure
203
212
  end
204
213
 
@@ -239,6 +248,7 @@ module Aws::StorageGateway
239
248
  class AddTagsToResourceInput < Struct.new(
240
249
  :resource_arn,
241
250
  :tags)
251
+ SENSITIVE = []
242
252
  include Aws::Structure
243
253
  end
244
254
 
@@ -253,6 +263,7 @@ module Aws::StorageGateway
253
263
  #
254
264
  class AddTagsToResourceOutput < Struct.new(
255
265
  :resource_arn)
266
+ SENSITIVE = []
256
267
  include Aws::Structure
257
268
  end
258
269
 
@@ -281,6 +292,7 @@ module Aws::StorageGateway
281
292
  class AddUploadBufferInput < Struct.new(
282
293
  :gateway_arn,
283
294
  :disk_ids)
295
+ SENSITIVE = []
284
296
  include Aws::Structure
285
297
  end
286
298
 
@@ -294,6 +306,7 @@ module Aws::StorageGateway
294
306
  #
295
307
  class AddUploadBufferOutput < Struct.new(
296
308
  :gateway_arn)
309
+ SENSITIVE = []
297
310
  include Aws::Structure
298
311
  end
299
312
 
@@ -328,6 +341,7 @@ module Aws::StorageGateway
328
341
  class AddWorkingStorageInput < Struct.new(
329
342
  :gateway_arn,
330
343
  :disk_ids)
344
+ SENSITIVE = []
331
345
  include Aws::Structure
332
346
  end
333
347
 
@@ -344,6 +358,7 @@ module Aws::StorageGateway
344
358
  #
345
359
  class AddWorkingStorageOutput < Struct.new(
346
360
  :gateway_arn)
361
+ SENSITIVE = []
347
362
  include Aws::Structure
348
363
  end
349
364
 
@@ -368,7 +383,7 @@ module Aws::StorageGateway
368
383
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
369
384
  # pool.
370
385
  #
371
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
386
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
372
387
  # @return [String]
373
388
  #
374
389
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AssignTapePoolInput AWS API Documentation
@@ -376,6 +391,7 @@ module Aws::StorageGateway
376
391
  class AssignTapePoolInput < Struct.new(
377
392
  :tape_arn,
378
393
  :pool_id)
394
+ SENSITIVE = []
379
395
  include Aws::Structure
380
396
  end
381
397
 
@@ -388,6 +404,7 @@ module Aws::StorageGateway
388
404
  #
389
405
  class AssignTapePoolOutput < Struct.new(
390
406
  :tape_arn)
407
+ SENSITIVE = []
391
408
  include Aws::Structure
392
409
  end
393
410
 
@@ -448,6 +465,7 @@ module Aws::StorageGateway
448
465
  :volume_arn,
449
466
  :network_interface_id,
450
467
  :disk_id)
468
+ SENSITIVE = []
451
469
  include Aws::Structure
452
470
  end
453
471
 
@@ -469,6 +487,7 @@ module Aws::StorageGateway
469
487
  class AttachVolumeOutput < Struct.new(
470
488
  :volume_arn,
471
489
  :target_arn)
490
+ SENSITIVE = []
472
491
  include Aws::Structure
473
492
  end
474
493
 
@@ -493,6 +512,7 @@ module Aws::StorageGateway
493
512
  class AutomaticTapeCreationPolicyInfo < Struct.new(
494
513
  :automatic_tape_creation_rules,
495
514
  :gateway_arn)
515
+ SENSITIVE = []
496
516
  include Aws::Structure
497
517
  end
498
518
 
@@ -527,7 +547,7 @@ module Aws::StorageGateway
527
547
  # the storage class (S3 Glacier or S3 Glacier Deep Archive) that
528
548
  # corresponds to the pool.
529
549
  #
530
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
550
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
531
551
  # @return [String]
532
552
  #
533
553
  # @!attribute [rw] tape_size_in_bytes
@@ -548,6 +568,34 @@ module Aws::StorageGateway
548
568
  :pool_id,
549
569
  :tape_size_in_bytes,
550
570
  :minimum_num_tapes)
571
+ SENSITIVE = []
572
+ include Aws::Structure
573
+ end
574
+
575
+ # Lists refresh cache information.
576
+ #
577
+ # @note When making an API call, you may pass CacheAttributes
578
+ # data as a hash:
579
+ #
580
+ # {
581
+ # cache_stale_timeout_in_seconds: 1,
582
+ # }
583
+ #
584
+ # @!attribute [rw] cache_stale_timeout_in_seconds
585
+ # Refreshes a file share's cache by using Time To Live (TTL). TTL is
586
+ # the length of time since the last refresh after which access to the
587
+ # directory would cause the file gateway to first refresh that
588
+ # directory's contents from the Amazon S3 bucket. The TTL duration is
589
+ # in seconds.
590
+ #
591
+ # Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
592
+ # @return [Integer]
593
+ #
594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CacheAttributes AWS API Documentation
595
+ #
596
+ class CacheAttributes < Struct.new(
597
+ :cache_stale_timeout_in_seconds)
598
+ SENSITIVE = []
551
599
  include Aws::Structure
552
600
  end
553
601
 
@@ -573,8 +621,8 @@ module Aws::StorageGateway
573
621
  #
574
622
  # @!attribute [rw] volume_attachment_status
575
623
  # A value that indicates whether a storage volume is attached to or
576
- # detached from a gateway. For more information, see [Moving Your
577
- # Volumes to a Different Gateway][1].
624
+ # detached from a gateway. For more information, see [Moving your
625
+ # volumes to a different gateway][1].
578
626
  #
579
627
  #
580
628
  #
@@ -624,9 +672,10 @@ module Aws::StorageGateway
624
672
  # @return [Integer]
625
673
  #
626
674
  # @!attribute [rw] kms_key
627
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
628
- # server-side encryption. This value can only be set when KMSEncrypted
629
- # is true. Optional.
675
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
676
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
677
+ # does not support asymmetric CMKs. This value can only be set when
678
+ # `KMSEncrypted` is `true`. Optional.
630
679
  # @return [String]
631
680
  #
632
681
  # @!attribute [rw] target_name
@@ -656,6 +705,7 @@ module Aws::StorageGateway
656
705
  :volume_used_in_bytes,
657
706
  :kms_key,
658
707
  :target_name)
708
+ SENSITIVE = []
659
709
  include Aws::Structure
660
710
  end
661
711
 
@@ -685,6 +735,7 @@ module Aws::StorageGateway
685
735
  class CancelArchivalInput < Struct.new(
686
736
  :gateway_arn,
687
737
  :tape_arn)
738
+ SENSITIVE = []
688
739
  include Aws::Structure
689
740
  end
690
741
 
@@ -699,6 +750,7 @@ module Aws::StorageGateway
699
750
  #
700
751
  class CancelArchivalOutput < Struct.new(
701
752
  :tape_arn)
753
+ SENSITIVE = []
702
754
  include Aws::Structure
703
755
  end
704
756
 
@@ -728,6 +780,7 @@ module Aws::StorageGateway
728
780
  class CancelRetrievalInput < Struct.new(
729
781
  :gateway_arn,
730
782
  :tape_arn)
783
+ SENSITIVE = []
731
784
  include Aws::Structure
732
785
  end
733
786
 
@@ -742,6 +795,7 @@ module Aws::StorageGateway
742
795
  #
743
796
  class CancelRetrievalOutput < Struct.new(
744
797
  :tape_arn)
798
+ SENSITIVE = []
745
799
  include Aws::Structure
746
800
  end
747
801
 
@@ -777,6 +831,7 @@ module Aws::StorageGateway
777
831
  :secret_to_authenticate_initiator,
778
832
  :initiator_name,
779
833
  :secret_to_authenticate_target)
834
+ SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
780
835
  include Aws::Structure
781
836
  end
782
837
 
@@ -814,7 +869,7 @@ module Aws::StorageGateway
814
869
  # @!attribute [rw] snapshot_id
815
870
  # The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore
816
871
  # as the new cached volume. Specify this field if you want to create
817
- # the iSCSI storage volume from a snapshot otherwise do not include
872
+ # the iSCSI storage volume from a snapshot; otherwise, do not include
818
873
  # this field. To list snapshots for your account use
819
874
  # [DescribeSnapshots][1] in the *Amazon Elastic Compute Cloud API
820
875
  # Reference*.
@@ -859,14 +914,17 @@ module Aws::StorageGateway
859
914
  # @return [String]
860
915
  #
861
916
  # @!attribute [rw] kms_encrypted
862
- # True to use Amazon S3 server-side encryption with your own AWS KMS
863
- # key, or false to use a key managed by Amazon S3. Optional.
917
+ # Set to `true` to use Amazon S3 server-side encryption with your own
918
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
919
+ #
920
+ # Valid Values: `true` \| `false`
864
921
  # @return [Boolean]
865
922
  #
866
923
  # @!attribute [rw] kms_key
867
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
868
- # server-side encryption. This value can only be set when KMSEncrypted
869
- # is true. Optional.
924
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
925
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
926
+ # does not support asymmetric CMKs. This value can only be set when
927
+ # `KMSEncrypted` is `true`. Optional.
870
928
  # @return [String]
871
929
  #
872
930
  # @!attribute [rw] tags
@@ -895,6 +953,7 @@ module Aws::StorageGateway
895
953
  :kms_encrypted,
896
954
  :kms_key,
897
955
  :tags)
956
+ SENSITIVE = []
898
957
  include Aws::Structure
899
958
  end
900
959
 
@@ -912,6 +971,7 @@ module Aws::StorageGateway
912
971
  class CreateCachediSCSIVolumeOutput < Struct.new(
913
972
  :volume_arn,
914
973
  :target_arn)
974
+ SENSITIVE = []
915
975
  include Aws::Structure
916
976
  end
917
977
 
@@ -946,6 +1006,10 @@ module Aws::StorageGateway
946
1006
  # value: "TagValue", # required
947
1007
  # },
948
1008
  # ],
1009
+ # file_share_name: "FileShareName",
1010
+ # cache_attributes: {
1011
+ # cache_stale_timeout_in_seconds: 1,
1012
+ # },
949
1013
  # }
950
1014
  #
951
1015
  # @!attribute [rw] client_token
@@ -963,14 +1027,17 @@ module Aws::StorageGateway
963
1027
  # @return [String]
964
1028
  #
965
1029
  # @!attribute [rw] kms_encrypted
966
- # True to use Amazon S3 server-side encryption with your own AWS KMS
967
- # key, or false to use a key managed by Amazon S3. Optional.
1030
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1031
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1032
+ #
1033
+ # Valid Values: `true` \| `false`
968
1034
  # @return [Boolean]
969
1035
  #
970
1036
  # @!attribute [rw] kms_key
971
- # The Amazon Resource Name (ARN) AWS KMS key used for Amazon S3
972
- # server-side encryption. This value can only be set when KMSEncrypted
973
- # is true. Optional.
1037
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1038
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
1039
+ # does not support asymmetric CMKs. This value can only be set when
1040
+ # `KMSEncrypted` is `true`. Optional.
974
1041
  # @return [String]
975
1042
  #
976
1043
  # @!attribute [rw] role
@@ -979,20 +1046,23 @@ module Aws::StorageGateway
979
1046
  # @return [String]
980
1047
  #
981
1048
  # @!attribute [rw] location_arn
982
- # The ARN of the backed storage used for storing file data.
1049
+ # The ARN of the backend storage used for storing file data. A prefix
1050
+ # name can be added to the S3 bucket name. It must end with a "/".
983
1051
  # @return [String]
984
1052
  #
985
1053
  # @!attribute [rw] default_storage_class
986
1054
  # The default storage class for objects put into an Amazon S3 bucket
987
- # by the file gateway. Possible values are `S3_STANDARD`,
988
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
989
- # populated, the default value `S3_STANDARD` is used. Optional.
1055
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1056
+ # Optional.
1057
+ #
1058
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1059
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
990
1060
  # @return [String]
991
1061
  #
992
1062
  # @!attribute [rw] object_acl
993
- # A value that sets the access control list permission for objects in
994
- # the S3 bucket that a file gateway puts objects into. The default
995
- # value is "private".
1063
+ # A value that sets the access control list (ACL) permission for
1064
+ # objects in the S3 bucket that a file gateway puts objects into. The
1065
+ # default value is `private`.
996
1066
  # @return [String]
997
1067
  #
998
1068
  # @!attribute [rw] client_list
@@ -1001,39 +1071,48 @@ module Aws::StorageGateway
1001
1071
  # @return [Array<String>]
1002
1072
  #
1003
1073
  # @!attribute [rw] squash
1004
- # A value that maps a user to anonymous user. Valid options are the
1005
- # following:
1074
+ # A value that maps a user to anonymous user.
1075
+ #
1076
+ # Valid values are the following:
1006
1077
  #
1007
- # * `RootSquash` - Only root is mapped to anonymous user.
1078
+ # * `RootSquash`\: Only root is mapped to anonymous user.
1008
1079
  #
1009
- # * `NoSquash` - No one is mapped to anonymous user
1080
+ # * `NoSquash`\: No one is mapped to anonymous user.
1010
1081
  #
1011
- # * `AllSquash` - Everyone is mapped to anonymous user.
1082
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
1012
1083
  # @return [String]
1013
1084
  #
1014
1085
  # @!attribute [rw] read_only
1015
- # A value that sets the write status of a file share. This value is
1016
- # true if the write status is read-only, and otherwise false.
1086
+ # A value that sets the write status of a file share. Set this value
1087
+ # to `true` to set the write status to read-only, otherwise set to
1088
+ # `false`.
1089
+ #
1090
+ # Valid Values: `true` \| `false`
1017
1091
  # @return [Boolean]
1018
1092
  #
1019
1093
  # @!attribute [rw] guess_mime_type_enabled
1020
1094
  # A value that enables guessing of the MIME type for uploaded objects
1021
- # based on file extensions. Set this value to true to enable MIME type
1022
- # guessing, and otherwise to false. The default value is true.
1095
+ # based on file extensions. Set this value to `true` to enable MIME
1096
+ # type guessing, otherwise set to `false`. The default value is
1097
+ # `true`.
1098
+ #
1099
+ # Valid Values: `true` \| `false`
1023
1100
  # @return [Boolean]
1024
1101
  #
1025
1102
  # @!attribute [rw] requester_pays
1026
1103
  # A value that sets who pays the cost of the request and the cost
1027
1104
  # associated with data download from the S3 bucket. If this value is
1028
- # set to true, the requester pays the costs. Otherwise the S3 bucket
1029
- # owner pays. However, the S3 bucket owner always pays the cost of
1030
- # storing data.
1105
+ # set to `true`, the requester pays the costs; otherwise, the S3
1106
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
1107
+ # of storing data.
1031
1108
  #
1032
1109
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
1033
1110
  # file share, so make sure that the configuration on the file share is
1034
1111
  # the same as the S3 bucket configuration.
1035
1112
  #
1036
1113
  # </note>
1114
+ #
1115
+ # Valid Values: `true` \| `false`
1037
1116
  # @return [Boolean]
1038
1117
  #
1039
1118
  # @!attribute [rw] tags
@@ -1048,6 +1127,19 @@ module Aws::StorageGateway
1048
1127
  # </note>
1049
1128
  # @return [Array<Types::Tag>]
1050
1129
  #
1130
+ # @!attribute [rw] file_share_name
1131
+ # The name of the file share. Optional.
1132
+ #
1133
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1134
+ # `LocationARN`.
1135
+ #
1136
+ # </note>
1137
+ # @return [String]
1138
+ #
1139
+ # @!attribute [rw] cache_attributes
1140
+ # Refresh cache information.
1141
+ # @return [Types::CacheAttributes]
1142
+ #
1051
1143
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
1052
1144
  #
1053
1145
  class CreateNFSFileShareInput < Struct.new(
@@ -1065,7 +1157,10 @@ module Aws::StorageGateway
1065
1157
  :read_only,
1066
1158
  :guess_mime_type_enabled,
1067
1159
  :requester_pays,
1068
- :tags)
1160
+ :tags,
1161
+ :file_share_name,
1162
+ :cache_attributes)
1163
+ SENSITIVE = []
1069
1164
  include Aws::Structure
1070
1165
  end
1071
1166
 
@@ -1079,6 +1174,7 @@ module Aws::StorageGateway
1079
1174
  #
1080
1175
  class CreateNFSFileShareOutput < Struct.new(
1081
1176
  :file_share_arn)
1177
+ SENSITIVE = []
1082
1178
  include Aws::Structure
1083
1179
  end
1084
1180
 
@@ -1105,12 +1201,17 @@ module Aws::StorageGateway
1105
1201
  # invalid_user_list: ["FileShareUser"],
1106
1202
  # audit_destination_arn: "AuditDestinationARN",
1107
1203
  # authentication: "Authentication",
1204
+ # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
1108
1205
  # tags: [
1109
1206
  # {
1110
1207
  # key: "TagKey", # required
1111
1208
  # value: "TagValue", # required
1112
1209
  # },
1113
1210
  # ],
1211
+ # file_share_name: "FileShareName",
1212
+ # cache_attributes: {
1213
+ # cache_stale_timeout_in_seconds: 1,
1214
+ # },
1114
1215
  # }
1115
1216
  #
1116
1217
  # @!attribute [rw] client_token
@@ -1124,14 +1225,17 @@ module Aws::StorageGateway
1124
1225
  # @return [String]
1125
1226
  #
1126
1227
  # @!attribute [rw] kms_encrypted
1127
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1128
- # key, or false to use a key managed by Amazon S3. Optional.
1228
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1229
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1230
+ #
1231
+ # Valid Values: `true` \| `false`
1129
1232
  # @return [Boolean]
1130
1233
  #
1131
1234
  # @!attribute [rw] kms_key
1132
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1133
- # server-side encryption. This value can only be set when KMSEncrypted
1134
- # is true. Optional.
1235
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1236
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
1237
+ # does not support asymmetric CMKs. This value can only be set when
1238
+ # `KMSEncrypted` is `true`. Optional.
1135
1239
  # @return [String]
1136
1240
  #
1137
1241
  # @!attribute [rw] role
@@ -1140,61 +1244,79 @@ module Aws::StorageGateway
1140
1244
  # @return [String]
1141
1245
  #
1142
1246
  # @!attribute [rw] location_arn
1143
- # The ARN of the backed storage used for storing file data.
1247
+ # The ARN of the backend storage used for storing file data. A prefix
1248
+ # name can be added to the S3 bucket name. It must end with a "/".
1144
1249
  # @return [String]
1145
1250
  #
1146
1251
  # @!attribute [rw] default_storage_class
1147
1252
  # The default storage class for objects put into an Amazon S3 bucket
1148
- # by the file gateway. Possible values are `S3_STANDARD`,
1149
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
1150
- # populated, the default value `S3_STANDARD` is used. Optional.
1253
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1254
+ # Optional.
1255
+ #
1256
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1257
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
1151
1258
  # @return [String]
1152
1259
  #
1153
1260
  # @!attribute [rw] object_acl
1154
- # A value that sets the access control list permission for objects in
1155
- # the S3 bucket that a file gateway puts objects into. The default
1156
- # value is "private".
1261
+ # A value that sets the access control list (ACL) permission for
1262
+ # objects in the S3 bucket that a file gateway puts objects into. The
1263
+ # default value is `private`.
1157
1264
  # @return [String]
1158
1265
  #
1159
1266
  # @!attribute [rw] read_only
1160
- # A value that sets the write status of a file share. This value is
1161
- # true if the write status is read-only, and otherwise false.
1267
+ # A value that sets the write status of a file share. Set this value
1268
+ # to `true` to set the write status to read-only, otherwise set to
1269
+ # `false`.
1270
+ #
1271
+ # Valid Values: `true` \| `false`
1162
1272
  # @return [Boolean]
1163
1273
  #
1164
1274
  # @!attribute [rw] guess_mime_type_enabled
1165
1275
  # A value that enables guessing of the MIME type for uploaded objects
1166
- # based on file extensions. Set this value to true to enable MIME type
1167
- # guessing, and otherwise to false. The default value is true.
1276
+ # based on file extensions. Set this value to `true` to enable MIME
1277
+ # type guessing, otherwise set to `false`. The default value is
1278
+ # `true`.
1279
+ #
1280
+ # Valid Values: `true` \| `false`
1168
1281
  # @return [Boolean]
1169
1282
  #
1170
1283
  # @!attribute [rw] requester_pays
1171
1284
  # A value that sets who pays the cost of the request and the cost
1172
1285
  # associated with data download from the S3 bucket. If this value is
1173
- # set to true, the requester pays the costs. Otherwise the S3 bucket
1174
- # owner pays. However, the S3 bucket owner always pays the cost of
1175
- # storing data.
1286
+ # set to `true`, the requester pays the costs; otherwise, the S3
1287
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
1288
+ # of storing data.
1176
1289
  #
1177
1290
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
1178
1291
  # file share, so make sure that the configuration on the file share is
1179
1292
  # the same as the S3 bucket configuration.
1180
1293
  #
1181
1294
  # </note>
1295
+ #
1296
+ # Valid Values: `true` \| `false`
1182
1297
  # @return [Boolean]
1183
1298
  #
1184
1299
  # @!attribute [rw] smbacl_enabled
1185
- # Set this value to "true to enable ACL (access control list) on the
1186
- # SMB file share. Set it to "false" to map file and directory
1300
+ # Set this value to `true` to enable access control list (ACL) on the
1301
+ # SMB file share. Set it to `false` to map file and directory
1187
1302
  # permissions to the POSIX permissions.
1188
1303
  #
1189
- # For more information, see
1190
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1191
- # in the Storage Gateway User Guide.
1304
+ # For more information, see [Using Microsoft Windows ACLs to control
1305
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
1306
+ # Guide*.
1307
+ #
1308
+ # Valid Values: `true` \| `false`
1309
+ #
1310
+ #
1311
+ #
1312
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
1192
1313
  # @return [Boolean]
1193
1314
  #
1194
1315
  # @!attribute [rw] admin_user_list
1195
- # A list of users in the Active Directory that will be granted
1196
- # administrator privileges on the file share. These users can do all
1197
- # file operations as the super-user.
1316
+ # A list of users or groups in the Active Directory that will be
1317
+ # granted administrator privileges on the file share. These users can
1318
+ # do all file operations as the super-user. Acceptable formats
1319
+ # include: `DOMAIN\User1`, `user1`, `@group1`, and `@DOMAIN\group1`.
1198
1320
  #
1199
1321
  # Use this option very carefully, because any user in this list can do
1200
1322
  # anything they like on the file share, regardless of file
@@ -1203,16 +1325,18 @@ module Aws::StorageGateway
1203
1325
  #
1204
1326
  # @!attribute [rw] valid_user_list
1205
1327
  # A list of users or groups in the Active Directory that are allowed
1206
- # to access the file share. A group must be prefixed with the @
1207
- # character. For example `@group1`. Can only be set if Authentication
1328
+ # to access the file []() share. A group must be prefixed with the @
1329
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
1330
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
1208
1331
  # is set to `ActiveDirectory`.
1209
1332
  # @return [Array<String>]
1210
1333
  #
1211
1334
  # @!attribute [rw] invalid_user_list
1212
1335
  # A list of users or groups in the Active Directory that are not
1213
1336
  # allowed to access the file share. A group must be prefixed with the
1214
- # @ character. For example, `@group1`. Can only be set if
1215
- # Authentication is set to `ActiveDirectory`.
1337
+ # @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
1338
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
1339
+ # is set to `ActiveDirectory`.
1216
1340
  # @return [Array<String>]
1217
1341
  #
1218
1342
  # @!attribute [rw] audit_destination_arn
@@ -1222,9 +1346,16 @@ module Aws::StorageGateway
1222
1346
  #
1223
1347
  # @!attribute [rw] authentication
1224
1348
  # The authentication method that users use to access the file share.
1349
+ # The default is `ActiveDirectory`.
1225
1350
  #
1226
- # Valid values are `ActiveDirectory` or `GuestAccess`. The default is
1227
- # `ActiveDirectory`.
1351
+ # Valid Values: `ActiveDirectory` \| `GuestAccess`
1352
+ # @return [String]
1353
+ #
1354
+ # @!attribute [rw] case_sensitivity
1355
+ # The case of an object name in an Amazon S3 bucket. For
1356
+ # `ClientSpecified`, the client determines the case sensitivity. For
1357
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
1358
+ # default value is `ClientSpecified`.
1228
1359
  # @return [String]
1229
1360
  #
1230
1361
  # @!attribute [rw] tags
@@ -1239,6 +1370,19 @@ module Aws::StorageGateway
1239
1370
  # </note>
1240
1371
  # @return [Array<Types::Tag>]
1241
1372
  #
1373
+ # @!attribute [rw] file_share_name
1374
+ # The name of the file share. Optional.
1375
+ #
1376
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
1377
+ # `LocationARN`.
1378
+ #
1379
+ # </note>
1380
+ # @return [String]
1381
+ #
1382
+ # @!attribute [rw] cache_attributes
1383
+ # Refresh cache information.
1384
+ # @return [Types::CacheAttributes]
1385
+ #
1242
1386
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSMBFileShareInput AWS API Documentation
1243
1387
  #
1244
1388
  class CreateSMBFileShareInput < Struct.new(
@@ -1259,7 +1403,11 @@ module Aws::StorageGateway
1259
1403
  :invalid_user_list,
1260
1404
  :audit_destination_arn,
1261
1405
  :authentication,
1262
- :tags)
1406
+ :case_sensitivity,
1407
+ :tags,
1408
+ :file_share_name,
1409
+ :cache_attributes)
1410
+ SENSITIVE = []
1263
1411
  include Aws::Structure
1264
1412
  end
1265
1413
 
@@ -1273,6 +1421,7 @@ module Aws::StorageGateway
1273
1421
  #
1274
1422
  class CreateSMBFileShareOutput < Struct.new(
1275
1423
  :file_share_arn)
1424
+ SENSITIVE = []
1276
1425
  include Aws::Structure
1277
1426
  end
1278
1427
 
@@ -1300,7 +1449,7 @@ module Aws::StorageGateway
1300
1449
  # Textual description of the snapshot that appears in the Amazon EC2
1301
1450
  # console, Elastic Block Store snapshots panel in the **Description**
1302
1451
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1303
- # **Description** field
1452
+ # **Description** field.
1304
1453
  # @return [String]
1305
1454
  #
1306
1455
  # @!attribute [rw] tags
@@ -1321,6 +1470,7 @@ module Aws::StorageGateway
1321
1470
  :volume_arn,
1322
1471
  :snapshot_description,
1323
1472
  :tags)
1473
+ SENSITIVE = []
1324
1474
  include Aws::Structure
1325
1475
  end
1326
1476
 
@@ -1344,6 +1494,7 @@ module Aws::StorageGateway
1344
1494
  :snapshot_id,
1345
1495
  :volume_arn,
1346
1496
  :volume_recovery_point_time)
1497
+ SENSITIVE = []
1347
1498
  include Aws::Structure
1348
1499
  end
1349
1500
 
@@ -1376,7 +1527,7 @@ module Aws::StorageGateway
1376
1527
  # Textual description of the snapshot that appears in the Amazon EC2
1377
1528
  # console, Elastic Block Store snapshots panel in the **Description**
1378
1529
  # field, and in the AWS Storage Gateway snapshot **Details** pane,
1379
- # **Description** field
1530
+ # **Description** field.
1380
1531
  # @return [String]
1381
1532
  #
1382
1533
  # @!attribute [rw] tags
@@ -1397,6 +1548,7 @@ module Aws::StorageGateway
1397
1548
  :volume_arn,
1398
1549
  :snapshot_description,
1399
1550
  :tags)
1551
+ SENSITIVE = []
1400
1552
  include Aws::Structure
1401
1553
  end
1402
1554
 
@@ -1419,6 +1571,7 @@ module Aws::StorageGateway
1419
1571
  class CreateSnapshotOutput < Struct.new(
1420
1572
  :volume_arn,
1421
1573
  :snapshot_id)
1574
+ SENSITIVE = []
1422
1575
  include Aws::Structure
1423
1576
  end
1424
1577
 
@@ -1473,7 +1626,7 @@ module Aws::StorageGateway
1473
1626
  # @!attribute [rw] snapshot_id
1474
1627
  # The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore
1475
1628
  # as the new stored volume. Specify this field if you want to create
1476
- # the iSCSI storage volume from a snapshot otherwise do not include
1629
+ # the iSCSI storage volume from a snapshot; otherwise, do not include
1477
1630
  # this field. To list snapshots for your account use
1478
1631
  # [DescribeSnapshots][1] in the *Amazon Elastic Compute Cloud API
1479
1632
  # Reference*.
@@ -1484,11 +1637,10 @@ module Aws::StorageGateway
1484
1637
  # @return [String]
1485
1638
  #
1486
1639
  # @!attribute [rw] preserve_existing_data
1487
- # Specify this field as true if you want to preserve the data on the
1488
- # local disk. Otherwise, specifying this field as false creates an
1489
- # empty volume.
1640
+ # Set to true `true` if you want to preserve the data on the local
1641
+ # disk. Otherwise, set to `false` to create an empty volume.
1490
1642
  #
1491
- # Valid Values: true, false
1643
+ # Valid Values: `true` \| `false`
1492
1644
  # @return [Boolean]
1493
1645
  #
1494
1646
  # @!attribute [rw] target_name
@@ -1512,14 +1664,17 @@ module Aws::StorageGateway
1512
1664
  # @return [String]
1513
1665
  #
1514
1666
  # @!attribute [rw] kms_encrypted
1515
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1516
- # key, or false to use a key managed by Amazon S3. Optional.
1667
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1668
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1669
+ #
1670
+ # Valid Values: `true` \| `false`
1517
1671
  # @return [Boolean]
1518
1672
  #
1519
1673
  # @!attribute [rw] kms_key
1520
- # The Amazon Resource Name (ARN) of the KMS key used for Amazon S3
1521
- # server-side encryption. This value can only be set when KMSEncrypted
1522
- # is true. Optional.
1674
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1675
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
1676
+ # does not support asymmetric CMKs. This value can only be set when
1677
+ # `KMSEncrypted` is `true`. Optional.
1523
1678
  # @return [String]
1524
1679
  #
1525
1680
  # @!attribute [rw] tags
@@ -1546,6 +1701,7 @@ module Aws::StorageGateway
1546
1701
  :kms_encrypted,
1547
1702
  :kms_key,
1548
1703
  :tags)
1704
+ SENSITIVE = []
1549
1705
  include Aws::Structure
1550
1706
  end
1551
1707
 
@@ -1570,6 +1726,7 @@ module Aws::StorageGateway
1570
1726
  :volume_arn,
1571
1727
  :volume_size_in_bytes,
1572
1728
  :target_arn)
1729
+ SENSITIVE = []
1573
1730
  include Aws::Structure
1574
1731
  end
1575
1732
 
@@ -1617,14 +1774,17 @@ module Aws::StorageGateway
1617
1774
  # @return [String]
1618
1775
  #
1619
1776
  # @!attribute [rw] kms_encrypted
1620
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1621
- # key, or false to use a key managed by Amazon S3. Optional.
1777
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1778
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1779
+ #
1780
+ # Valid Values: `true` \| `false`
1622
1781
  # @return [Boolean]
1623
1782
  #
1624
1783
  # @!attribute [rw] kms_key
1625
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1626
- # server-side encryption. This value can only be set when KMSEncrypted
1627
- # is true. Optional.
1784
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1785
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
1786
+ # does not support asymmetric CMKs. This value can only be set when
1787
+ # `KMSEncrypted` is `true`. Optional.
1628
1788
  # @return [String]
1629
1789
  #
1630
1790
  # @!attribute [rw] pool_id
@@ -1632,10 +1792,9 @@ module Aws::StorageGateway
1632
1792
  # The tape in this pool is archived in the S3 storage class that is
1633
1793
  # associated with the pool. When you use your backup application to
1634
1794
  # eject the tape, the tape is archived directly into the storage class
1635
- # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
1636
- # pool.
1795
+ # (S3 Glacier or S3 Deep Archive) that corresponds to the pool.
1637
1796
  #
1638
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
1797
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
1639
1798
  # @return [String]
1640
1799
  #
1641
1800
  # @!attribute [rw] tags
@@ -1660,6 +1819,7 @@ module Aws::StorageGateway
1660
1819
  :kms_key,
1661
1820
  :pool_id,
1662
1821
  :tags)
1822
+ SENSITIVE = []
1663
1823
  include Aws::Structure
1664
1824
  end
1665
1825
 
@@ -1674,6 +1834,7 @@ module Aws::StorageGateway
1674
1834
  #
1675
1835
  class CreateTapeWithBarcodeOutput < Struct.new(
1676
1836
  :tape_arn)
1837
+ SENSITIVE = []
1677
1838
  include Aws::Structure
1678
1839
  end
1679
1840
 
@@ -1739,14 +1900,17 @@ module Aws::StorageGateway
1739
1900
  # @return [String]
1740
1901
  #
1741
1902
  # @!attribute [rw] kms_encrypted
1742
- # True to use Amazon S3 server-side encryption with your own AWS KMS
1743
- # key, or false to use a key managed by Amazon S3. Optional.
1903
+ # Set to `true` to use Amazon S3 server-side encryption with your own
1904
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1905
+ #
1906
+ # Valid Values: `true` \| `false`
1744
1907
  # @return [Boolean]
1745
1908
  #
1746
1909
  # @!attribute [rw] kms_key
1747
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
1748
- # server-side encryption. This value can only be set when KMSEncrypted
1749
- # is true. Optional.
1910
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
1911
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
1912
+ # does not support asymmetric CMKs. This value can only be set when
1913
+ # `KMSEncrypted` is `true`. Optional.
1750
1914
  # @return [String]
1751
1915
  #
1752
1916
  # @!attribute [rw] pool_id
@@ -1757,7 +1921,7 @@ module Aws::StorageGateway
1757
1921
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
1758
1922
  # pool.
1759
1923
  #
1760
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
1924
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
1761
1925
  # @return [String]
1762
1926
  #
1763
1927
  # @!attribute [rw] tags
@@ -1784,6 +1948,7 @@ module Aws::StorageGateway
1784
1948
  :kms_key,
1785
1949
  :pool_id,
1786
1950
  :tags)
1951
+ SENSITIVE = []
1787
1952
  include Aws::Structure
1788
1953
  end
1789
1954
 
@@ -1798,6 +1963,7 @@ module Aws::StorageGateway
1798
1963
  #
1799
1964
  class CreateTapesOutput < Struct.new(
1800
1965
  :tape_arns)
1966
+ SENSITIVE = []
1801
1967
  include Aws::Structure
1802
1968
  end
1803
1969
 
@@ -1818,6 +1984,7 @@ module Aws::StorageGateway
1818
1984
  #
1819
1985
  class DeleteAutomaticTapeCreationPolicyInput < Struct.new(
1820
1986
  :gateway_arn)
1987
+ SENSITIVE = []
1821
1988
  include Aws::Structure
1822
1989
  end
1823
1990
 
@@ -1831,6 +1998,7 @@ module Aws::StorageGateway
1831
1998
  #
1832
1999
  class DeleteAutomaticTapeCreationPolicyOutput < Struct.new(
1833
2000
  :gateway_arn)
2001
+ SENSITIVE = []
1834
2002
  include Aws::Structure
1835
2003
  end
1836
2004
 
@@ -1858,7 +2026,7 @@ module Aws::StorageGateway
1858
2026
  # One of the BandwidthType values that indicates the gateway bandwidth
1859
2027
  # rate limit to delete.
1860
2028
  #
1861
- # Valid Values: `Upload`, `Download`, `All`.
2029
+ # Valid Values: `Upload` \| `Download` \| `All`
1862
2030
  # @return [String]
1863
2031
  #
1864
2032
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitInput AWS API Documentation
@@ -1866,6 +2034,7 @@ module Aws::StorageGateway
1866
2034
  class DeleteBandwidthRateLimitInput < Struct.new(
1867
2035
  :gateway_arn,
1868
2036
  :bandwidth_type)
2037
+ SENSITIVE = []
1869
2038
  include Aws::Structure
1870
2039
  end
1871
2040
 
@@ -1882,6 +2051,7 @@ module Aws::StorageGateway
1882
2051
  #
1883
2052
  class DeleteBandwidthRateLimitOutput < Struct.new(
1884
2053
  :gateway_arn)
2054
+ SENSITIVE = []
1885
2055
  include Aws::Structure
1886
2056
  end
1887
2057
 
@@ -1914,6 +2084,7 @@ module Aws::StorageGateway
1914
2084
  class DeleteChapCredentialsInput < Struct.new(
1915
2085
  :target_arn,
1916
2086
  :initiator_name)
2087
+ SENSITIVE = []
1917
2088
  include Aws::Structure
1918
2089
  end
1919
2090
 
@@ -1932,6 +2103,7 @@ module Aws::StorageGateway
1932
2103
  class DeleteChapCredentialsOutput < Struct.new(
1933
2104
  :target_arn,
1934
2105
  :initiator_name)
2106
+ SENSITIVE = []
1935
2107
  include Aws::Structure
1936
2108
  end
1937
2109
 
@@ -1950,11 +2122,13 @@ module Aws::StorageGateway
1950
2122
  # @return [String]
1951
2123
  #
1952
2124
  # @!attribute [rw] force_delete
1953
- # If this value is set to true, the operation deletes a file share
2125
+ # If this value is set to `true`, the operation deletes a file share
1954
2126
  # immediately and aborts all data uploads to AWS. Otherwise, the file
1955
2127
  # share is not deleted until all data is uploaded to AWS. This process
1956
2128
  # aborts the data upload process, and the file share enters the
1957
- # FORCE\_DELETING status.
2129
+ # `FORCE_DELETING` status.
2130
+ #
2131
+ # Valid Values: `true` \| `false`
1958
2132
  # @return [Boolean]
1959
2133
  #
1960
2134
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteFileShareInput AWS API Documentation
@@ -1962,6 +2136,7 @@ module Aws::StorageGateway
1962
2136
  class DeleteFileShareInput < Struct.new(
1963
2137
  :file_share_arn,
1964
2138
  :force_delete)
2139
+ SENSITIVE = []
1965
2140
  include Aws::Structure
1966
2141
  end
1967
2142
 
@@ -1975,6 +2150,7 @@ module Aws::StorageGateway
1975
2150
  #
1976
2151
  class DeleteFileShareOutput < Struct.new(
1977
2152
  :file_share_arn)
2153
+ SENSITIVE = []
1978
2154
  include Aws::Structure
1979
2155
  end
1980
2156
 
@@ -1997,6 +2173,7 @@ module Aws::StorageGateway
1997
2173
  #
1998
2174
  class DeleteGatewayInput < Struct.new(
1999
2175
  :gateway_arn)
2176
+ SENSITIVE = []
2000
2177
  include Aws::Structure
2001
2178
  end
2002
2179
 
@@ -2012,6 +2189,7 @@ module Aws::StorageGateway
2012
2189
  #
2013
2190
  class DeleteGatewayOutput < Struct.new(
2014
2191
  :gateway_arn)
2192
+ SENSITIVE = []
2015
2193
  include Aws::Structure
2016
2194
  end
2017
2195
 
@@ -2030,6 +2208,7 @@ module Aws::StorageGateway
2030
2208
  #
2031
2209
  class DeleteSnapshotScheduleInput < Struct.new(
2032
2210
  :volume_arn)
2211
+ SENSITIVE = []
2033
2212
  include Aws::Structure
2034
2213
  end
2035
2214
 
@@ -2041,6 +2220,7 @@ module Aws::StorageGateway
2041
2220
  #
2042
2221
  class DeleteSnapshotScheduleOutput < Struct.new(
2043
2222
  :volume_arn)
2223
+ SENSITIVE = []
2044
2224
  include Aws::Structure
2045
2225
  end
2046
2226
 
@@ -2062,6 +2242,7 @@ module Aws::StorageGateway
2062
2242
  #
2063
2243
  class DeleteTapeArchiveInput < Struct.new(
2064
2244
  :tape_arn)
2245
+ SENSITIVE = []
2065
2246
  include Aws::Structure
2066
2247
  end
2067
2248
 
@@ -2076,6 +2257,7 @@ module Aws::StorageGateway
2076
2257
  #
2077
2258
  class DeleteTapeArchiveOutput < Struct.new(
2078
2259
  :tape_arn)
2260
+ SENSITIVE = []
2079
2261
  include Aws::Structure
2080
2262
  end
2081
2263
 
@@ -2105,6 +2287,7 @@ module Aws::StorageGateway
2105
2287
  class DeleteTapeInput < Struct.new(
2106
2288
  :gateway_arn,
2107
2289
  :tape_arn)
2290
+ SENSITIVE = []
2108
2291
  include Aws::Structure
2109
2292
  end
2110
2293
 
@@ -2118,6 +2301,7 @@ module Aws::StorageGateway
2118
2301
  #
2119
2302
  class DeleteTapeOutput < Struct.new(
2120
2303
  :tape_arn)
2304
+ SENSITIVE = []
2121
2305
  include Aws::Structure
2122
2306
  end
2123
2307
 
@@ -2139,11 +2323,12 @@ module Aws::StorageGateway
2139
2323
  #
2140
2324
  class DeleteVolumeInput < Struct.new(
2141
2325
  :volume_arn)
2326
+ SENSITIVE = []
2142
2327
  include Aws::Structure
2143
2328
  end
2144
2329
 
2145
2330
  # A JSON object containing the Amazon Resource Name (ARN) of the storage
2146
- # volume that was deleted
2331
+ # volume that was deleted.
2147
2332
  #
2148
2333
  # @!attribute [rw] volume_arn
2149
2334
  # The Amazon Resource Name (ARN) of the storage volume that was
@@ -2154,6 +2339,7 @@ module Aws::StorageGateway
2154
2339
  #
2155
2340
  class DeleteVolumeOutput < Struct.new(
2156
2341
  :volume_arn)
2342
+ SENSITIVE = []
2157
2343
  include Aws::Structure
2158
2344
  end
2159
2345
 
@@ -2174,6 +2360,7 @@ module Aws::StorageGateway
2174
2360
  #
2175
2361
  class DescribeAvailabilityMonitorTestInput < Struct.new(
2176
2362
  :gateway_arn)
2363
+ SENSITIVE = []
2177
2364
  include Aws::Structure
2178
2365
  end
2179
2366
 
@@ -2199,6 +2386,7 @@ module Aws::StorageGateway
2199
2386
  :gateway_arn,
2200
2387
  :status,
2201
2388
  :start_time)
2389
+ SENSITIVE = []
2202
2390
  include Aws::Structure
2203
2391
  end
2204
2392
 
@@ -2222,6 +2410,7 @@ module Aws::StorageGateway
2222
2410
  #
2223
2411
  class DescribeBandwidthRateLimitInput < Struct.new(
2224
2412
  :gateway_arn)
2413
+ SENSITIVE = []
2225
2414
  include Aws::Structure
2226
2415
  end
2227
2416
 
@@ -2251,6 +2440,7 @@ module Aws::StorageGateway
2251
2440
  :gateway_arn,
2252
2441
  :average_upload_rate_limit_in_bits_per_sec,
2253
2442
  :average_download_rate_limit_in_bits_per_sec)
2443
+ SENSITIVE = []
2254
2444
  include Aws::Structure
2255
2445
  end
2256
2446
 
@@ -2271,6 +2461,7 @@ module Aws::StorageGateway
2271
2461
  #
2272
2462
  class DescribeCacheInput < Struct.new(
2273
2463
  :gateway_arn)
2464
+ SENSITIVE = []
2274
2465
  include Aws::Structure
2275
2466
  end
2276
2467
 
@@ -2324,6 +2515,7 @@ module Aws::StorageGateway
2324
2515
  :cache_dirty_percentage,
2325
2516
  :cache_hit_percentage,
2326
2517
  :cache_miss_percentage)
2518
+ SENSITIVE = []
2327
2519
  include Aws::Structure
2328
2520
  end
2329
2521
 
@@ -2345,6 +2537,7 @@ module Aws::StorageGateway
2345
2537
  #
2346
2538
  class DescribeCachediSCSIVolumesInput < Struct.new(
2347
2539
  :volume_arns)
2540
+ SENSITIVE = []
2348
2541
  include Aws::Structure
2349
2542
  end
2350
2543
 
@@ -2359,6 +2552,7 @@ module Aws::StorageGateway
2359
2552
  #
2360
2553
  class DescribeCachediSCSIVolumesOutput < Struct.new(
2361
2554
  :cached_iscsi_volumes)
2555
+ SENSITIVE = []
2362
2556
  include Aws::Structure
2363
2557
  end
2364
2558
 
@@ -2382,10 +2576,11 @@ module Aws::StorageGateway
2382
2576
  #
2383
2577
  class DescribeChapCredentialsInput < Struct.new(
2384
2578
  :target_arn)
2579
+ SENSITIVE = []
2385
2580
  include Aws::Structure
2386
2581
  end
2387
2582
 
2388
- # A JSON object containing a .
2583
+ # A JSON object containing the following fields:
2389
2584
  #
2390
2585
  # @!attribute [rw] chap_credentials
2391
2586
  # An array of ChapInfo objects that represent CHAP credentials. Each
@@ -2413,6 +2608,7 @@ module Aws::StorageGateway
2413
2608
  #
2414
2609
  class DescribeChapCredentialsOutput < Struct.new(
2415
2610
  :chap_credentials)
2611
+ SENSITIVE = []
2416
2612
  include Aws::Structure
2417
2613
  end
2418
2614
 
@@ -2435,6 +2631,7 @@ module Aws::StorageGateway
2435
2631
  #
2436
2632
  class DescribeGatewayInformationInput < Struct.new(
2437
2633
  :gateway_arn)
2634
+ SENSITIVE = []
2438
2635
  include Aws::Structure
2439
2636
  end
2440
2637
 
@@ -2515,6 +2712,12 @@ module Aws::StorageGateway
2515
2712
  # The type of hypervisor environment used by the host.
2516
2713
  # @return [String]
2517
2714
  #
2715
+ # @!attribute [rw] endpoint_type
2716
+ # The type of endpoint for your gateway.
2717
+ #
2718
+ # Valid Values: `STANDARD` \| `FIPS`
2719
+ # @return [String]
2720
+ #
2518
2721
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
2519
2722
  #
2520
2723
  class DescribeGatewayInformationOutput < Struct.new(
@@ -2532,7 +2735,9 @@ module Aws::StorageGateway
2532
2735
  :tags,
2533
2736
  :vpc_endpoint,
2534
2737
  :cloud_watch_log_group_arn,
2535
- :host_environment)
2738
+ :host_environment,
2739
+ :endpoint_type)
2740
+ SENSITIVE = []
2536
2741
  include Aws::Structure
2537
2742
  end
2538
2743
 
@@ -2556,6 +2761,7 @@ module Aws::StorageGateway
2556
2761
  #
2557
2762
  class DescribeMaintenanceStartTimeInput < Struct.new(
2558
2763
  :gateway_arn)
2764
+ SENSITIVE = []
2559
2765
  include Aws::Structure
2560
2766
  end
2561
2767
 
@@ -2600,10 +2806,6 @@ module Aws::StorageGateway
2600
2806
  # represented as an ordinal number from 1 to 28, where 1 represents
2601
2807
  # the first day of the month and 28 represents the last day of the
2602
2808
  # month.
2603
- #
2604
- # <note markdown="1"> This value is only available for tape and volume gateways.
2605
- #
2606
- # </note>
2607
2809
  # @return [Integer]
2608
2810
  #
2609
2811
  # @!attribute [rw] timezone
@@ -2621,6 +2823,7 @@ module Aws::StorageGateway
2621
2823
  :day_of_week,
2622
2824
  :day_of_month,
2623
2825
  :timezone)
2826
+ SENSITIVE = []
2624
2827
  include Aws::Structure
2625
2828
  end
2626
2829
 
@@ -2642,6 +2845,7 @@ module Aws::StorageGateway
2642
2845
  #
2643
2846
  class DescribeNFSFileSharesInput < Struct.new(
2644
2847
  :file_share_arn_list)
2848
+ SENSITIVE = []
2645
2849
  include Aws::Structure
2646
2850
  end
2647
2851
 
@@ -2655,6 +2859,7 @@ module Aws::StorageGateway
2655
2859
  #
2656
2860
  class DescribeNFSFileSharesOutput < Struct.new(
2657
2861
  :nfs_file_share_info_list)
2862
+ SENSITIVE = []
2658
2863
  include Aws::Structure
2659
2864
  end
2660
2865
 
@@ -2676,6 +2881,7 @@ module Aws::StorageGateway
2676
2881
  #
2677
2882
  class DescribeSMBFileSharesInput < Struct.new(
2678
2883
  :file_share_arn_list)
2884
+ SENSITIVE = []
2679
2885
  include Aws::Structure
2680
2886
  end
2681
2887
 
@@ -2689,6 +2895,7 @@ module Aws::StorageGateway
2689
2895
  #
2690
2896
  class DescribeSMBFileSharesOutput < Struct.new(
2691
2897
  :smb_file_share_info_list)
2898
+ SENSITIVE = []
2692
2899
  include Aws::Structure
2693
2900
  end
2694
2901
 
@@ -2709,6 +2916,7 @@ module Aws::StorageGateway
2709
2916
  #
2710
2917
  class DescribeSMBSettingsInput < Struct.new(
2711
2918
  :gateway_arn)
2919
+ SENSITIVE = []
2712
2920
  include Aws::Structure
2713
2921
  end
2714
2922
 
@@ -2726,49 +2934,52 @@ module Aws::StorageGateway
2726
2934
  # Indicates the status of a gateway that is a member of the Active
2727
2935
  # Directory domain.
2728
2936
  #
2729
- # * ACCESS\_DENIED: Indicates that the `JoinDomain` operation failed
2937
+ # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
2730
2938
  # due to an authentication error.
2731
2939
  #
2732
- # * DETACHED: Indicates that gateway is not joined to a domain.
2940
+ # * `DETACHED`\: Indicates that gateway is not joined to a domain.
2733
2941
  #
2734
- # * JOINED: Indicates that the gateway has successfully joined a
2942
+ # * `JOINED`\: Indicates that the gateway has successfully joined a
2735
2943
  # domain.
2736
2944
  #
2737
- # * JOINING: Indicates that a `JoinDomain` operation is in progress.
2945
+ # * `JOINING`\: Indicates that a `JoinDomain` operation is in
2946
+ # progress.
2738
2947
  #
2739
- # * NETWORK\_ERROR: Indicates that `JoinDomain` operation failed due
2948
+ # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
2740
2949
  # to a network or connectivity error.
2741
2950
  #
2742
- # * TIMEOUT: Indicates that the `JoinDomain` operation failed because
2743
- # the operation didn't complete within the allotted time.
2951
+ # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
2952
+ # because the operation didn't complete within the allotted time.
2744
2953
  #
2745
- # * UNKNOWN\_ERROR: Indicates that the `JoinDomain` operation failed
2954
+ # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
2746
2955
  # due to another type of error.
2747
2956
  # @return [String]
2748
2957
  #
2749
2958
  # @!attribute [rw] smb_guest_password_set
2750
- # This value is true if a password for the guest user smbguest is
2751
- # set, and otherwise false.
2959
+ # This value is `true` if a password for the guest user `smbguest` is
2960
+ # set, otherwise `false`.
2961
+ #
2962
+ # Valid Values: `true` \| `false`
2752
2963
  # @return [Boolean]
2753
2964
  #
2754
2965
  # @!attribute [rw] smb_security_strategy
2755
2966
  # The type of security strategy that was specified for file gateway.
2756
2967
  #
2757
- # ClientSpecified: if you use this option, requests are established
2758
- # based on what is negotiated by the client. This option is
2759
- # recommended when you want to maximize compatibility across different
2760
- # clients in your environment.
2968
+ # * `ClientSpecified`\: If you use this option, requests are
2969
+ # established based on what is negotiated by the client. This option
2970
+ # is recommended when you want to maximize compatibility across
2971
+ # different clients in your environment.
2761
2972
  #
2762
- # MandatorySigning: if you use this option, file gateway only allows
2763
- # connections from SMBv2 or SMBv3 clients that have signing enabled.
2764
- # This option works with SMB clients on Microsoft Windows Vista,
2765
- # Windows Server 2008 or newer.
2973
+ # * `MandatorySigning`\: If you use this option, file gateway only
2974
+ # allows connections from SMBv2 or SMBv3 clients that have signing
2975
+ # enabled. This option works with SMB clients on Microsoft Windows
2976
+ # Vista, Windows Server 2008 or newer.
2766
2977
  #
2767
- # MandatoryEncryption: if you use this option, file gateway only
2768
- # allows connections from SMBv3 clients that have encryption enabled.
2769
- # This option is highly recommended for environments that handle
2770
- # sensitive data. This option works with SMB clients on Microsoft
2771
- # Windows 8, Windows Server 2012 or newer.
2978
+ # * `MandatoryEncryption`\: If you use this option, file gateway only
2979
+ # allows connections from SMBv3 clients that have encryption
2980
+ # enabled. This option is highly recommended for environments that
2981
+ # handle sensitive data. This option works with SMB clients on
2982
+ # Microsoft Windows 8, Windows Server 2012 or newer.
2772
2983
  # @return [String]
2773
2984
  #
2774
2985
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
@@ -2779,6 +2990,7 @@ module Aws::StorageGateway
2779
2990
  :active_directory_status,
2780
2991
  :smb_guest_password_set,
2781
2992
  :smb_security_strategy)
2993
+ SENSITIVE = []
2782
2994
  include Aws::Structure
2783
2995
  end
2784
2996
 
@@ -2801,6 +3013,7 @@ module Aws::StorageGateway
2801
3013
  #
2802
3014
  class DescribeSnapshotScheduleInput < Struct.new(
2803
3015
  :volume_arn)
3016
+ SENSITIVE = []
2804
3017
  include Aws::Structure
2805
3018
  end
2806
3019
 
@@ -2843,6 +3056,7 @@ module Aws::StorageGateway
2843
3056
  :description,
2844
3057
  :timezone,
2845
3058
  :tags)
3059
+ SENSITIVE = []
2846
3060
  include Aws::Structure
2847
3061
  end
2848
3062
 
@@ -2867,6 +3081,7 @@ module Aws::StorageGateway
2867
3081
  #
2868
3082
  class DescribeStorediSCSIVolumesInput < Struct.new(
2869
3083
  :volume_arns)
3084
+ SENSITIVE = []
2870
3085
  include Aws::Structure
2871
3086
  end
2872
3087
 
@@ -2874,62 +3089,60 @@ module Aws::StorageGateway
2874
3089
  # Describes a single unit of output from DescribeStorediSCSIVolumes.
2875
3090
  # The following fields are returned:
2876
3091
  #
2877
- # * **ChapEnabled**\: Indicates whether mutual CHAP is enabled for the
3092
+ # * `ChapEnabled`\: Indicates whether mutual CHAP is enabled for the
2878
3093
  # iSCSI target.
2879
3094
  #
2880
- # * **LunNumber**\: The logical disk number.
3095
+ # * `LunNumber`\: The logical disk number.
2881
3096
  #
2882
- # * **NetworkInterfaceId**\: The network interface ID of the stored
3097
+ # * `NetworkInterfaceId`\: The network interface ID of the stored
2883
3098
  # volume that initiator use to map the stored volume as an iSCSI
2884
3099
  # target.
2885
3100
  #
2886
- # * **NetworkInterfacePort**\: The port used to communicate with iSCSI
3101
+ # * `NetworkInterfacePort`\: The port used to communicate with iSCSI
2887
3102
  # targets.
2888
3103
  #
2889
- # * **PreservedExistingData**\: Indicates if when the stored volume
2890
- # was created, existing data on the underlying local disk was
2891
- # preserved.
3104
+ # * `PreservedExistingData`\: Indicates when the stored volume was
3105
+ # created, existing data on the underlying local disk was preserved.
2892
3106
  #
2893
- # * **SourceSnapshotId**\: If the stored volume was created from a
3107
+ # * `SourceSnapshotId`\: If the stored volume was created from a
2894
3108
  # snapshot, this field contains the snapshot ID used, e.g.
2895
- # snap-1122aabb. Otherwise, this field is not included.
3109
+ # `snap-1122aabb`. Otherwise, this field is not included.
2896
3110
  #
2897
- # * **StorediSCSIVolumes**\: An array of StorediSCSIVolume objects
2898
- # where each object contains metadata about one stored volume.
3111
+ # * `StorediSCSIVolumes`\: An array of StorediSCSIVolume objects where
3112
+ # each object contains metadata about one stored volume.
2899
3113
  #
2900
- # * **TargetARN**\: The Amazon Resource Name (ARN) of the volume
2901
- # target.
3114
+ # * `TargetARN`\: The Amazon Resource Name (ARN) of the volume target.
2902
3115
  #
2903
- # * **VolumeARN**\: The Amazon Resource Name (ARN) of the stored
2904
- # volume.
3116
+ # * `VolumeARN`\: The Amazon Resource Name (ARN) of the stored volume.
2905
3117
  #
2906
- # * **VolumeDiskId**\: The disk ID of the local disk that was
2907
- # specified in the CreateStorediSCSIVolume operation.
3118
+ # * `VolumeDiskId`\: The disk ID of the local disk that was specified
3119
+ # in the CreateStorediSCSIVolume operation.
2908
3120
  #
2909
- # * **VolumeId**\: The unique identifier of the storage volume, e.g.
2910
- # vol-1122AABB.
3121
+ # * `VolumeId`\: The unique identifier of the storage volume, e.g.
3122
+ # `vol-1122AABB`.
2911
3123
  #
2912
- # * **VolumeiSCSIAttributes**\: An VolumeiSCSIAttributes object that
3124
+ # * `VolumeiSCSIAttributes`\: An VolumeiSCSIAttributes object that
2913
3125
  # represents a collection of iSCSI attributes for one stored volume.
2914
3126
  #
2915
- # * **VolumeProgress**\: Represents the percentage complete if the
3127
+ # * `VolumeProgress`\: Represents the percentage complete if the
2916
3128
  # volume is restoring or bootstrapping that represents the percent
2917
3129
  # of data transferred. This field does not appear in the response if
2918
3130
  # the stored volume is not restoring or bootstrapping.
2919
3131
  #
2920
- # * **VolumeSizeInBytes**\: The size of the volume in bytes.
3132
+ # * `VolumeSizeInBytes`\: The size of the volume in bytes.
2921
3133
  #
2922
- # * **VolumeStatus**\: One of the `VolumeStatus` values that indicates
3134
+ # * `VolumeStatus`\: One of the `VolumeStatus` values that indicates
2923
3135
  # the state of the volume.
2924
3136
  #
2925
- # * **VolumeType**\: One of the enumeration values describing the type
2926
- # of the volume. Currently, on STORED volumes are supported.
3137
+ # * `VolumeType`\: One of the enumeration values describing the type
3138
+ # of the volume. Currently, only `STORED` volumes are supported.
2927
3139
  # @return [Array<Types::StorediSCSIVolume>]
2928
3140
  #
2929
3141
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesOutput AWS API Documentation
2930
3142
  #
2931
3143
  class DescribeStorediSCSIVolumesOutput < Struct.new(
2932
3144
  :stored_iscsi_volumes)
3145
+ SENSITIVE = []
2933
3146
  include Aws::Structure
2934
3147
  end
2935
3148
 
@@ -2965,6 +3178,7 @@ module Aws::StorageGateway
2965
3178
  :tape_arns,
2966
3179
  :marker,
2967
3180
  :limit)
3181
+ SENSITIVE = []
2968
3182
  include Aws::Structure
2969
3183
  end
2970
3184
 
@@ -2975,7 +3189,7 @@ module Aws::StorageGateway
2975
3189
  # The description includes of the Amazon Resource Name (ARN) of the
2976
3190
  # virtual tapes. The information returned includes the Amazon Resource
2977
3191
  # Names (ARNs) of the tapes, size of the tapes, status of the tapes,
2978
- # progress of the description and tape barcode.
3192
+ # progress of the description, and tape barcode.
2979
3193
  # @return [Array<Types::TapeArchive>]
2980
3194
  #
2981
3195
  # @!attribute [rw] marker
@@ -2991,6 +3205,7 @@ module Aws::StorageGateway
2991
3205
  class DescribeTapeArchivesOutput < Struct.new(
2992
3206
  :tape_archives,
2993
3207
  :marker)
3208
+ SENSITIVE = []
2994
3209
  include Aws::Structure
2995
3210
  end
2996
3211
 
@@ -3027,6 +3242,7 @@ module Aws::StorageGateway
3027
3242
  :gateway_arn,
3028
3243
  :marker,
3029
3244
  :limit)
3245
+ SENSITIVE = []
3030
3246
  include Aws::Structure
3031
3247
  end
3032
3248
 
@@ -3058,6 +3274,7 @@ module Aws::StorageGateway
3058
3274
  :gateway_arn,
3059
3275
  :tape_recovery_point_infos,
3060
3276
  :marker)
3277
+ SENSITIVE = []
3061
3278
  include Aws::Structure
3062
3279
  end
3063
3280
 
@@ -3110,6 +3327,7 @@ module Aws::StorageGateway
3110
3327
  :tape_arns,
3111
3328
  :marker,
3112
3329
  :limit)
3330
+ SENSITIVE = []
3113
3331
  include Aws::Structure
3114
3332
  end
3115
3333
 
@@ -3132,6 +3350,7 @@ module Aws::StorageGateway
3132
3350
  class DescribeTapesOutput < Struct.new(
3133
3351
  :tapes,
3134
3352
  :marker)
3353
+ SENSITIVE = []
3135
3354
  include Aws::Structure
3136
3355
  end
3137
3356
 
@@ -3152,6 +3371,7 @@ module Aws::StorageGateway
3152
3371
  #
3153
3372
  class DescribeUploadBufferInput < Struct.new(
3154
3373
  :gateway_arn)
3374
+ SENSITIVE = []
3155
3375
  include Aws::Structure
3156
3376
  end
3157
3377
 
@@ -3185,6 +3405,7 @@ module Aws::StorageGateway
3185
3405
  :disk_ids,
3186
3406
  :upload_buffer_used_in_bytes,
3187
3407
  :upload_buffer_allocated_in_bytes)
3408
+ SENSITIVE = []
3188
3409
  include Aws::Structure
3189
3410
  end
3190
3411
 
@@ -3234,6 +3455,7 @@ module Aws::StorageGateway
3234
3455
  :vtl_device_arns,
3235
3456
  :marker,
3236
3457
  :limit)
3458
+ SENSITIVE = []
3237
3459
  include Aws::Structure
3238
3460
  end
3239
3461
 
@@ -3264,6 +3486,7 @@ module Aws::StorageGateway
3264
3486
  :gateway_arn,
3265
3487
  :vtl_devices,
3266
3488
  :marker)
3489
+ SENSITIVE = []
3267
3490
  include Aws::Structure
3268
3491
  end
3269
3492
 
@@ -3287,6 +3510,7 @@ module Aws::StorageGateway
3287
3510
  #
3288
3511
  class DescribeWorkingStorageInput < Struct.new(
3289
3512
  :gateway_arn)
3513
+ SENSITIVE = []
3290
3514
  include Aws::Structure
3291
3515
  end
3292
3516
 
@@ -3322,6 +3546,7 @@ module Aws::StorageGateway
3322
3546
  :disk_ids,
3323
3547
  :working_storage_used_in_bytes,
3324
3548
  :working_storage_allocated_in_bytes)
3549
+ SENSITIVE = []
3325
3550
  include Aws::Structure
3326
3551
  end
3327
3552
 
@@ -3345,6 +3570,8 @@ module Aws::StorageGateway
3345
3570
  # volume and detach the volume. The default is `false`. If this value
3346
3571
  # is set to `false`, you must manually disconnect the iSCSI connection
3347
3572
  # from the target volume.
3573
+ #
3574
+ # Valid Values: `true` \| `false`
3348
3575
  # @return [Boolean]
3349
3576
  #
3350
3577
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DetachVolumeInput AWS API Documentation
@@ -3352,6 +3579,7 @@ module Aws::StorageGateway
3352
3579
  class DetachVolumeInput < Struct.new(
3353
3580
  :volume_arn,
3354
3581
  :force_detach)
3582
+ SENSITIVE = []
3355
3583
  include Aws::Structure
3356
3584
  end
3357
3585
 
@@ -3365,6 +3593,7 @@ module Aws::StorageGateway
3365
3593
  #
3366
3594
  class DetachVolumeOutput < Struct.new(
3367
3595
  :volume_arn)
3596
+ SENSITIVE = []
3368
3597
  include Aws::Structure
3369
3598
  end
3370
3599
 
@@ -3394,6 +3623,7 @@ module Aws::StorageGateway
3394
3623
  :network_interface_id,
3395
3624
  :network_interface_port,
3396
3625
  :chap_enabled)
3626
+ SENSITIVE = []
3397
3627
  include Aws::Structure
3398
3628
  end
3399
3629
 
@@ -3416,6 +3646,7 @@ module Aws::StorageGateway
3416
3646
  #
3417
3647
  class DisableGatewayInput < Struct.new(
3418
3648
  :gateway_arn)
3649
+ SENSITIVE = []
3419
3650
  include Aws::Structure
3420
3651
  end
3421
3652
 
@@ -3429,6 +3660,7 @@ module Aws::StorageGateway
3429
3660
  #
3430
3661
  class DisableGatewayOutput < Struct.new(
3431
3662
  :gateway_arn)
3663
+ SENSITIVE = []
3432
3664
  include Aws::Structure
3433
3665
  end
3434
3666
 
@@ -3458,8 +3690,9 @@ module Aws::StorageGateway
3458
3690
  #
3459
3691
  # @!attribute [rw] disk_allocation_type
3460
3692
  # One of the `DiskAllocationType` enumeration values that identifies
3461
- # how a local disk is used. Valid values: `UPLOAD_BUFFER`,
3462
- # `CACHE_STORAGE`
3693
+ # how a local disk is used.
3694
+ #
3695
+ # Valid Values: `UPLOAD_BUFFER` \| `CACHE_STORAGE`
3463
3696
  # @return [String]
3464
3697
  #
3465
3698
  # @!attribute [rw] disk_allocation_resource
@@ -3484,6 +3717,7 @@ module Aws::StorageGateway
3484
3717
  :disk_allocation_type,
3485
3718
  :disk_allocation_resource,
3486
3719
  :disk_attribute_list)
3720
+ SENSITIVE = []
3487
3721
  include Aws::Structure
3488
3722
  end
3489
3723
 
@@ -3502,8 +3736,9 @@ module Aws::StorageGateway
3502
3736
  # @return [String]
3503
3737
  #
3504
3738
  # @!attribute [rw] file_share_status
3505
- # The status of the file share. Possible values are `CREATING`,
3506
- # `UPDATING`, `AVAILABLE` and `DELETING`.
3739
+ # The status of the file share.
3740
+ #
3741
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
3507
3742
  # @return [String]
3508
3743
  #
3509
3744
  # @!attribute [rw] gateway_arn
@@ -3520,6 +3755,7 @@ module Aws::StorageGateway
3520
3755
  :file_share_id,
3521
3756
  :file_share_status,
3522
3757
  :gateway_arn)
3758
+ SENSITIVE = []
3523
3759
  include Aws::Structure
3524
3760
  end
3525
3761
 
@@ -3544,7 +3780,7 @@ module Aws::StorageGateway
3544
3780
  # @!attribute [rw] gateway_operational_state
3545
3781
  # The state of the gateway.
3546
3782
  #
3547
- # Valid Values: DISABLED or ACTIVE
3783
+ # Valid Values: `DISABLED` \| `ACTIVE`
3548
3784
  # @return [String]
3549
3785
  #
3550
3786
  # @!attribute [rw] gateway_name
@@ -3570,6 +3806,7 @@ module Aws::StorageGateway
3570
3806
  :gateway_name,
3571
3807
  :ec2_instance_id,
3572
3808
  :ec2_instance_region)
3809
+ SENSITIVE = []
3573
3810
  include Aws::Structure
3574
3811
  end
3575
3812
 
@@ -3590,6 +3827,7 @@ module Aws::StorageGateway
3590
3827
  class InternalServerError < Struct.new(
3591
3828
  :message,
3592
3829
  :error)
3830
+ SENSITIVE = []
3593
3831
  include Aws::Structure
3594
3832
  end
3595
3833
 
@@ -3610,6 +3848,7 @@ module Aws::StorageGateway
3610
3848
  class InvalidGatewayRequestException < Struct.new(
3611
3849
  :message,
3612
3850
  :error)
3851
+ SENSITIVE = []
3613
3852
  include Aws::Structure
3614
3853
  end
3615
3854
 
@@ -3679,6 +3918,7 @@ module Aws::StorageGateway
3679
3918
  :timeout_in_seconds,
3680
3919
  :user_name,
3681
3920
  :password)
3921
+ SENSITIVE = [:password]
3682
3922
  include Aws::Structure
3683
3923
  end
3684
3924
 
@@ -3693,23 +3933,24 @@ module Aws::StorageGateway
3693
3933
  # Indicates the status of the gateway as a member of the Active
3694
3934
  # Directory domain.
3695
3935
  #
3696
- # * ACCESS\_DENIED: Indicates that the `JoinDomain` operation failed
3936
+ # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
3697
3937
  # due to an authentication error.
3698
3938
  #
3699
- # * DETACHED: Indicates that gateway is not joined to a domain.
3939
+ # * `DETACHED`\: Indicates that gateway is not joined to a domain.
3700
3940
  #
3701
- # * JOINED: Indicates that the gateway has successfully joined a
3941
+ # * `JOINED`\: Indicates that the gateway has successfully joined a
3702
3942
  # domain.
3703
3943
  #
3704
- # * JOINING: Indicates that a `JoinDomain` operation is in progress.
3944
+ # * `JOINING`\: Indicates that a `JoinDomain` operation is in
3945
+ # progress.
3705
3946
  #
3706
- # * NETWORK\_ERROR: Indicates that `JoinDomain` operation failed due
3947
+ # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
3707
3948
  # to a network or connectivity error.
3708
3949
  #
3709
- # * TIMEOUT: Indicates that the `JoinDomain` operation failed because
3710
- # the operation didn't complete within the allotted time.
3950
+ # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
3951
+ # because the operation didn't complete within the allotted time.
3711
3952
  #
3712
- # * UNKNOWN\_ERROR: Indicates that the `JoinDomain` operation failed
3953
+ # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
3713
3954
  # due to another type of error.
3714
3955
  # @return [String]
3715
3956
  #
@@ -3718,6 +3959,7 @@ module Aws::StorageGateway
3718
3959
  class JoinDomainOutput < Struct.new(
3719
3960
  :gateway_arn,
3720
3961
  :active_directory_status)
3962
+ SENSITIVE = []
3721
3963
  include Aws::Structure
3722
3964
  end
3723
3965
 
@@ -3738,6 +3980,7 @@ module Aws::StorageGateway
3738
3980
  #
3739
3981
  class ListAutomaticTapeCreationPoliciesInput < Struct.new(
3740
3982
  :gateway_arn)
3983
+ SENSITIVE = []
3741
3984
  include Aws::Structure
3742
3985
  end
3743
3986
 
@@ -3751,6 +3994,7 @@ module Aws::StorageGateway
3751
3994
  #
3752
3995
  class ListAutomaticTapeCreationPoliciesOutput < Struct.new(
3753
3996
  :automatic_tape_creation_policy_infos)
3997
+ SENSITIVE = []
3754
3998
  include Aws::Structure
3755
3999
  end
3756
4000
 
@@ -3788,6 +4032,7 @@ module Aws::StorageGateway
3788
4032
  :gateway_arn,
3789
4033
  :limit,
3790
4034
  :marker)
4035
+ SENSITIVE = []
3791
4036
  include Aws::Structure
3792
4037
  end
3793
4038
 
@@ -3814,6 +4059,7 @@ module Aws::StorageGateway
3814
4059
  :marker,
3815
4060
  :next_marker,
3816
4061
  :file_share_info_list)
4062
+ SENSITIVE = []
3817
4063
  include Aws::Structure
3818
4064
  end
3819
4065
 
@@ -3846,6 +4092,7 @@ module Aws::StorageGateway
3846
4092
  class ListGatewaysInput < Struct.new(
3847
4093
  :marker,
3848
4094
  :limit)
4095
+ SENSITIVE = []
3849
4096
  include Aws::Structure
3850
4097
  end
3851
4098
 
@@ -3864,6 +4111,7 @@ module Aws::StorageGateway
3864
4111
  class ListGatewaysOutput < Struct.new(
3865
4112
  :gateways,
3866
4113
  :marker)
4114
+ SENSITIVE = []
3867
4115
  include Aws::Structure
3868
4116
  end
3869
4117
 
@@ -3887,6 +4135,7 @@ module Aws::StorageGateway
3887
4135
  #
3888
4136
  class ListLocalDisksInput < Struct.new(
3889
4137
  :gateway_arn)
4138
+ SENSITIVE = []
3890
4139
  include Aws::Structure
3891
4140
  end
3892
4141
 
@@ -3909,6 +4158,7 @@ module Aws::StorageGateway
3909
4158
  class ListLocalDisksOutput < Struct.new(
3910
4159
  :gateway_arn,
3911
4160
  :disks)
4161
+ SENSITIVE = []
3912
4162
  include Aws::Structure
3913
4163
  end
3914
4164
 
@@ -3944,6 +4194,7 @@ module Aws::StorageGateway
3944
4194
  :resource_arn,
3945
4195
  :marker,
3946
4196
  :limit)
4197
+ SENSITIVE = []
3947
4198
  include Aws::Structure
3948
4199
  end
3949
4200
 
@@ -3969,6 +4220,7 @@ module Aws::StorageGateway
3969
4220
  :resource_arn,
3970
4221
  :marker,
3971
4222
  :tags)
4223
+ SENSITIVE = []
3972
4224
  include Aws::Structure
3973
4225
  end
3974
4226
 
@@ -4011,6 +4263,7 @@ module Aws::StorageGateway
4011
4263
  :tape_arns,
4012
4264
  :marker,
4013
4265
  :limit)
4266
+ SENSITIVE = []
4014
4267
  include Aws::Structure
4015
4268
  end
4016
4269
 
@@ -4038,6 +4291,7 @@ module Aws::StorageGateway
4038
4291
  class ListTapesOutput < Struct.new(
4039
4292
  :tape_infos,
4040
4293
  :marker)
4294
+ SENSITIVE = []
4041
4295
  include Aws::Structure
4042
4296
  end
4043
4297
 
@@ -4059,6 +4313,7 @@ module Aws::StorageGateway
4059
4313
  #
4060
4314
  class ListVolumeInitiatorsInput < Struct.new(
4061
4315
  :volume_arn)
4316
+ SENSITIVE = []
4062
4317
  include Aws::Structure
4063
4318
  end
4064
4319
 
@@ -4073,6 +4328,7 @@ module Aws::StorageGateway
4073
4328
  #
4074
4329
  class ListVolumeInitiatorsOutput < Struct.new(
4075
4330
  :initiators)
4331
+ SENSITIVE = []
4076
4332
  include Aws::Structure
4077
4333
  end
4078
4334
 
@@ -4093,6 +4349,7 @@ module Aws::StorageGateway
4093
4349
  #
4094
4350
  class ListVolumeRecoveryPointsInput < Struct.new(
4095
4351
  :gateway_arn)
4352
+ SENSITIVE = []
4096
4353
  include Aws::Structure
4097
4354
  end
4098
4355
 
@@ -4111,6 +4368,7 @@ module Aws::StorageGateway
4111
4368
  class ListVolumeRecoveryPointsOutput < Struct.new(
4112
4369
  :gateway_arn,
4113
4370
  :volume_recovery_point_infos)
4371
+ SENSITIVE = []
4114
4372
  include Aws::Structure
4115
4373
  end
4116
4374
 
@@ -4152,6 +4410,7 @@ module Aws::StorageGateway
4152
4410
  :gateway_arn,
4153
4411
  :marker,
4154
4412
  :limit)
4413
+ SENSITIVE = []
4155
4414
  include Aws::Structure
4156
4415
  end
4157
4416
 
@@ -4185,6 +4444,7 @@ module Aws::StorageGateway
4185
4444
  :gateway_arn,
4186
4445
  :marker,
4187
4446
  :volume_infos)
4447
+ SENSITIVE = []
4188
4448
  include Aws::Structure
4189
4449
  end
4190
4450
 
@@ -4206,25 +4466,25 @@ module Aws::StorageGateway
4206
4466
  # }
4207
4467
  #
4208
4468
  # @!attribute [rw] file_mode
4209
- # The Unix file mode in the form "nnnn". For example, "0666"
4469
+ # The Unix file mode in the form "nnnn". For example, `0666`
4210
4470
  # represents the default file mode inside the file share. The default
4211
- # value is 0666.
4471
+ # value is `0666`.
4212
4472
  # @return [String]
4213
4473
  #
4214
4474
  # @!attribute [rw] directory_mode
4215
- # The Unix directory mode in the form "nnnn". For example, "0666"
4475
+ # The Unix directory mode in the form "nnnn". For example, `0666`
4216
4476
  # represents the default access mode for all directories inside the
4217
- # file share. The default value is 0777.
4477
+ # file share. The default value is `0777`.
4218
4478
  # @return [String]
4219
4479
  #
4220
4480
  # @!attribute [rw] group_id
4221
4481
  # The default group ID for the file share (unless the files have
4222
- # another group ID specified). The default value is nfsnobody.
4482
+ # another group ID specified). The default value is `nfsnobody`.
4223
4483
  # @return [Integer]
4224
4484
  #
4225
4485
  # @!attribute [rw] owner_id
4226
4486
  # The default owner ID for files in the file share (unless the files
4227
- # have another owner ID specified). The default value is nfsnobody.
4487
+ # have another owner ID specified). The default value is `nfsnobody`.
4228
4488
  # @return [Integer]
4229
4489
  #
4230
4490
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareDefaults AWS API Documentation
@@ -4234,6 +4494,7 @@ module Aws::StorageGateway
4234
4494
  :directory_mode,
4235
4495
  :group_id,
4236
4496
  :owner_id)
4497
+ SENSITIVE = []
4237
4498
  include Aws::Structure
4238
4499
  end
4239
4500
 
@@ -4259,8 +4520,9 @@ module Aws::StorageGateway
4259
4520
  # @return [String]
4260
4521
  #
4261
4522
  # @!attribute [rw] file_share_status
4262
- # The status of the file share. Possible values are `CREATING`,
4263
- # `UPDATING`, `AVAILABLE` and `DELETING`.
4523
+ # The status of the file share.
4524
+ #
4525
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
4264
4526
  # @return [String]
4265
4527
  #
4266
4528
  # @!attribute [rw] gateway_arn
@@ -4270,14 +4532,17 @@ module Aws::StorageGateway
4270
4532
  # @return [String]
4271
4533
  #
4272
4534
  # @!attribute [rw] kms_encrypted
4273
- # True to use Amazon S3 server-side encryption with your own AWS KMS
4274
- # key, or false to use a key managed by Amazon S3. Optional.
4535
+ # Set to `true` to use Amazon S3 server-side encryption with your own
4536
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
4537
+ #
4538
+ # Valid Values: `true` \| `false`
4275
4539
  # @return [Boolean]
4276
4540
  #
4277
4541
  # @!attribute [rw] kms_key
4278
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
4279
- # server-side encryption. This value can only be set when KMSEncrypted
4280
- # is true. Optional.
4542
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
4543
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
4544
+ # does not support asymmetric CMKs. This value can only be set when
4545
+ # `KMSEncrypted` is `true`. Optional.
4281
4546
  # @return [String]
4282
4547
  #
4283
4548
  # @!attribute [rw] path
@@ -4291,20 +4556,23 @@ module Aws::StorageGateway
4291
4556
  # @return [String]
4292
4557
  #
4293
4558
  # @!attribute [rw] location_arn
4294
- # The ARN of the backend storage used for storing file data.
4559
+ # The ARN of the backend storage used for storing file data. A prefix
4560
+ # name can be added to the S3 bucket name. It must end with a "/".
4295
4561
  # @return [String]
4296
4562
  #
4297
4563
  # @!attribute [rw] default_storage_class
4298
4564
  # The default storage class for objects put into an Amazon S3 bucket
4299
- # by the file gateway. Possible values are `S3_STANDARD`,
4300
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
4301
- # populated, the default value `S3_STANDARD` is used. Optional.
4565
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
4566
+ # Optional.
4567
+ #
4568
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
4569
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
4302
4570
  # @return [String]
4303
4571
  #
4304
4572
  # @!attribute [rw] object_acl
4305
- # A value that sets the access control list permission for objects in
4306
- # the S3 bucket that a file gateway puts objects into. The default
4307
- # value is "private".
4573
+ # A value that sets the access control list (ACL) permission for
4574
+ # objects in the S3 bucket that a file gateway puts objects into. The
4575
+ # default value is `private`.
4308
4576
  # @return [String]
4309
4577
  #
4310
4578
  # @!attribute [rw] client_list
@@ -4315,36 +4583,44 @@ module Aws::StorageGateway
4315
4583
  # @!attribute [rw] squash
4316
4584
  # The user mapped to anonymous user. Valid options are the following:
4317
4585
  #
4318
- # * `RootSquash` - Only root is mapped to anonymous user.
4586
+ # * `RootSquash`\: Only root is mapped to anonymous user.
4319
4587
  #
4320
- # * `NoSquash` - No one is mapped to anonymous user
4588
+ # * `NoSquash`\: No one is mapped to anonymous user.
4321
4589
  #
4322
- # * `AllSquash` - Everyone is mapped to anonymous user.
4590
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
4323
4591
  # @return [String]
4324
4592
  #
4325
4593
  # @!attribute [rw] read_only
4326
- # A value that sets the write status of a file share. This value is
4327
- # true if the write status is read-only, and otherwise false.
4594
+ # A value that sets the write status of a file share. Set this value
4595
+ # to `true` to set the write status to read-only, otherwise set to
4596
+ # `false`.
4597
+ #
4598
+ # Valid Values: `true` \| `false`
4328
4599
  # @return [Boolean]
4329
4600
  #
4330
4601
  # @!attribute [rw] guess_mime_type_enabled
4331
4602
  # A value that enables guessing of the MIME type for uploaded objects
4332
- # based on file extensions. Set this value to true to enable MIME type
4333
- # guessing, and otherwise to false. The default value is true.
4603
+ # based on file extensions. Set this value to `true` to enable MIME
4604
+ # type guessing, otherwise set to `false`. The default value is
4605
+ # `true`.
4606
+ #
4607
+ # Valid Values: `true` \| `false`
4334
4608
  # @return [Boolean]
4335
4609
  #
4336
4610
  # @!attribute [rw] requester_pays
4337
4611
  # A value that sets who pays the cost of the request and the cost
4338
4612
  # associated with data download from the S3 bucket. If this value is
4339
- # set to true, the requester pays the costs. Otherwise the S3 bucket
4340
- # owner pays. However, the S3 bucket owner always pays the cost of
4341
- # storing data.
4613
+ # set to `true`, the requester pays the costs; otherwise, the S3
4614
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
4615
+ # of storing data.
4342
4616
  #
4343
4617
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
4344
4618
  # file share, so make sure that the configuration on the file share is
4345
4619
  # the same as the S3 bucket configuration.
4346
4620
  #
4347
4621
  # </note>
4622
+ #
4623
+ # Valid Values: `true` \| `false`
4348
4624
  # @return [Boolean]
4349
4625
  #
4350
4626
  # @!attribute [rw] tags
@@ -4354,6 +4630,19 @@ module Aws::StorageGateway
4354
4630
  # the `ListTagsForResource` API operation.
4355
4631
  # @return [Array<Types::Tag>]
4356
4632
  #
4633
+ # @!attribute [rw] file_share_name
4634
+ # The name of the file share. Optional.
4635
+ #
4636
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
4637
+ # `LocationARN`.
4638
+ #
4639
+ # </note>
4640
+ # @return [String]
4641
+ #
4642
+ # @!attribute [rw] cache_attributes
4643
+ # Refresh cache information.
4644
+ # @return [Types::CacheAttributes]
4645
+ #
4357
4646
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
4358
4647
  #
4359
4648
  class NFSFileShareInfo < Struct.new(
@@ -4374,7 +4663,10 @@ module Aws::StorageGateway
4374
4663
  :read_only,
4375
4664
  :guess_mime_type_enabled,
4376
4665
  :requester_pays,
4377
- :tags)
4666
+ :tags,
4667
+ :file_share_name,
4668
+ :cache_attributes)
4669
+ SENSITIVE = []
4378
4670
  include Aws::Structure
4379
4671
  end
4380
4672
 
@@ -4403,6 +4695,7 @@ module Aws::StorageGateway
4403
4695
  :ipv_4_address,
4404
4696
  :mac_address,
4405
4697
  :ipv_6_address)
4698
+ SENSITIVE = []
4406
4699
  include Aws::Structure
4407
4700
  end
4408
4701
 
@@ -4421,6 +4714,7 @@ module Aws::StorageGateway
4421
4714
  #
4422
4715
  class NotifyWhenUploadedInput < Struct.new(
4423
4716
  :file_share_arn)
4717
+ SENSITIVE = []
4424
4718
  include Aws::Structure
4425
4719
  end
4426
4720
 
@@ -4438,6 +4732,7 @@ module Aws::StorageGateway
4438
4732
  class NotifyWhenUploadedOutput < Struct.new(
4439
4733
  :file_share_arn,
4440
4734
  :notification_id)
4735
+ SENSITIVE = []
4441
4736
  include Aws::Structure
4442
4737
  end
4443
4738
 
@@ -4461,19 +4756,21 @@ module Aws::StorageGateway
4461
4756
  # A comma-separated list of the paths of folders to refresh in the
4462
4757
  # cache. The default is \[`"/"`\]. The default refreshes objects and
4463
4758
  # folders at the root of the Amazon S3 bucket. If `Recursive` is set
4464
- # to "true", the entire S3 bucket that the file share has access to
4465
- # is refreshed.
4759
+ # to `true`, the entire S3 bucket that the file share has access to is
4760
+ # refreshed.
4466
4761
  # @return [Array<String>]
4467
4762
  #
4468
4763
  # @!attribute [rw] recursive
4469
4764
  # A value that specifies whether to recursively refresh folders in the
4470
4765
  # cache. The refresh includes folders that were in the cache the last
4471
4766
  # time the gateway listed the folder's contents. If this value set to
4472
- # "true", each folder that is listed in `FolderList` is recursively
4767
+ # `true`, each folder that is listed in `FolderList` is recursively
4473
4768
  # updated. Otherwise, subfolders listed in `FolderList` are not
4474
4769
  # refreshed. Only objects that are in folders listed directly under
4475
4770
  # `FolderList` are found and used for the update. The default is
4476
- # "true".
4771
+ # `true`.
4772
+ #
4773
+ # Valid Values: `true` \| `false`
4477
4774
  # @return [Boolean]
4478
4775
  #
4479
4776
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RefreshCacheInput AWS API Documentation
@@ -4482,6 +4779,7 @@ module Aws::StorageGateway
4482
4779
  :file_share_arn,
4483
4780
  :folder_list,
4484
4781
  :recursive)
4782
+ SENSITIVE = []
4485
4783
  include Aws::Structure
4486
4784
  end
4487
4785
 
@@ -4501,6 +4799,7 @@ module Aws::StorageGateway
4501
4799
  class RefreshCacheOutput < Struct.new(
4502
4800
  :file_share_arn,
4503
4801
  :notification_id)
4802
+ SENSITIVE = []
4504
4803
  include Aws::Structure
4505
4804
  end
4506
4805
 
@@ -4529,6 +4828,7 @@ module Aws::StorageGateway
4529
4828
  class RemoveTagsFromResourceInput < Struct.new(
4530
4829
  :resource_arn,
4531
4830
  :tag_keys)
4831
+ SENSITIVE = []
4532
4832
  include Aws::Structure
4533
4833
  end
4534
4834
 
@@ -4543,6 +4843,7 @@ module Aws::StorageGateway
4543
4843
  #
4544
4844
  class RemoveTagsFromResourceOutput < Struct.new(
4545
4845
  :resource_arn)
4846
+ SENSITIVE = []
4546
4847
  include Aws::Structure
4547
4848
  end
4548
4849
 
@@ -4563,6 +4864,7 @@ module Aws::StorageGateway
4563
4864
  #
4564
4865
  class ResetCacheInput < Struct.new(
4565
4866
  :gateway_arn)
4867
+ SENSITIVE = []
4566
4868
  include Aws::Structure
4567
4869
  end
4568
4870
 
@@ -4576,6 +4878,7 @@ module Aws::StorageGateway
4576
4878
  #
4577
4879
  class ResetCacheOutput < Struct.new(
4578
4880
  :gateway_arn)
4881
+ SENSITIVE = []
4579
4882
  include Aws::Structure
4580
4883
  end
4581
4884
 
@@ -4608,6 +4911,7 @@ module Aws::StorageGateway
4608
4911
  class RetrieveTapeArchiveInput < Struct.new(
4609
4912
  :tape_arn,
4610
4913
  :gateway_arn)
4914
+ SENSITIVE = []
4611
4915
  include Aws::Structure
4612
4916
  end
4613
4917
 
@@ -4621,6 +4925,7 @@ module Aws::StorageGateway
4621
4925
  #
4622
4926
  class RetrieveTapeArchiveOutput < Struct.new(
4623
4927
  :tape_arn)
4928
+ SENSITIVE = []
4624
4929
  include Aws::Structure
4625
4930
  end
4626
4931
 
@@ -4650,6 +4955,7 @@ module Aws::StorageGateway
4650
4955
  class RetrieveTapeRecoveryPointInput < Struct.new(
4651
4956
  :tape_arn,
4652
4957
  :gateway_arn)
4958
+ SENSITIVE = []
4653
4959
  include Aws::Structure
4654
4960
  end
4655
4961
 
@@ -4664,6 +4970,7 @@ module Aws::StorageGateway
4664
4970
  #
4665
4971
  class RetrieveTapeRecoveryPointOutput < Struct.new(
4666
4972
  :tape_arn)
4973
+ SENSITIVE = []
4667
4974
  include Aws::Structure
4668
4975
  end
4669
4976
 
@@ -4680,8 +4987,9 @@ module Aws::StorageGateway
4680
4987
  # @return [String]
4681
4988
  #
4682
4989
  # @!attribute [rw] file_share_status
4683
- # The status of the file share. Possible values are `CREATING`,
4684
- # `UPDATING`, `AVAILABLE` and `DELETING`.
4990
+ # The status of the file share.
4991
+ #
4992
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
4685
4993
  # @return [String]
4686
4994
  #
4687
4995
  # @!attribute [rw] gateway_arn
@@ -4691,14 +4999,17 @@ module Aws::StorageGateway
4691
4999
  # @return [String]
4692
5000
  #
4693
5001
  # @!attribute [rw] kms_encrypted
4694
- # True to use Amazon S3 server-side encryption with your own AWS KMS
4695
- # key, or false to use a key managed by Amazon S3. Optional.
5002
+ # Set to `true` to use Amazon S3 server-side encryption with your own
5003
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5004
+ #
5005
+ # Valid Values: `true` \| `false`
4696
5006
  # @return [Boolean]
4697
5007
  #
4698
5008
  # @!attribute [rw] kms_key
4699
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
4700
- # server-side encryption. This value can only be set when KMSEncrypted
4701
- # is true. Optional.
5009
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5010
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5011
+ # does not support asymmetric CMKs. This value can only be set when
5012
+ # `KMSEncrypted` is `true`. Optional.
4702
5013
  # @return [String]
4703
5014
  #
4704
5015
  # @!attribute [rw] path
@@ -4712,77 +5023,95 @@ module Aws::StorageGateway
4712
5023
  # @return [String]
4713
5024
  #
4714
5025
  # @!attribute [rw] location_arn
4715
- # The ARN of the backend storage used for storing file data.
5026
+ # The ARN of the backend storage used for storing file data. A prefix
5027
+ # name can be added to the S3 bucket name. It must end with a "/".
4716
5028
  # @return [String]
4717
5029
  #
4718
5030
  # @!attribute [rw] default_storage_class
4719
5031
  # The default storage class for objects put into an Amazon S3 bucket
4720
- # by the file gateway. Possible values are `S3_STANDARD`,
4721
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
4722
- # populated, the default value `S3_STANDARD` is used. Optional.
5032
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5033
+ # Optional.
5034
+ #
5035
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5036
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
4723
5037
  # @return [String]
4724
5038
  #
4725
5039
  # @!attribute [rw] object_acl
4726
- # A value that sets the access control list permission for objects in
4727
- # the S3 bucket that a file gateway puts objects into. The default
4728
- # value is "private".
5040
+ # A value that sets the access control list (ACL) permission for
5041
+ # objects in the S3 bucket that a file gateway puts objects into. The
5042
+ # default value is `private`.
4729
5043
  # @return [String]
4730
5044
  #
4731
5045
  # @!attribute [rw] read_only
4732
- # A value that sets the write status of a file share. This value is
4733
- # true if the write status is read-only, and otherwise false.
5046
+ # A value that sets the write status of a file share. Set this value
5047
+ # to `true` to set the write status to read-only, otherwise set to
5048
+ # `false`.
5049
+ #
5050
+ # Valid Values: `true` \| `false`
4734
5051
  # @return [Boolean]
4735
5052
  #
4736
5053
  # @!attribute [rw] guess_mime_type_enabled
4737
5054
  # A value that enables guessing of the MIME type for uploaded objects
4738
- # based on file extensions. Set this value to true to enable MIME type
4739
- # guessing, and otherwise to false. The default value is true.
5055
+ # based on file extensions. Set this value to `true` to enable MIME
5056
+ # type guessing, otherwise set to `false`. The default value is
5057
+ # `true`.
5058
+ #
5059
+ # Valid Values: `true` \| `false`
4740
5060
  # @return [Boolean]
4741
5061
  #
4742
5062
  # @!attribute [rw] requester_pays
4743
5063
  # A value that sets who pays the cost of the request and the cost
4744
5064
  # associated with data download from the S3 bucket. If this value is
4745
- # set to true, the requester pays the costs. Otherwise the S3 bucket
4746
- # owner pays. However, the S3 bucket owner always pays the cost of
4747
- # storing data.
5065
+ # set to `true`, the requester pays the costs; otherwise, the S3
5066
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
5067
+ # of storing data.
4748
5068
  #
4749
5069
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
4750
5070
  # file share, so make sure that the configuration on the file share is
4751
5071
  # the same as the S3 bucket configuration.
4752
5072
  #
4753
5073
  # </note>
5074
+ #
5075
+ # Valid Values: `true` \| `false`
4754
5076
  # @return [Boolean]
4755
5077
  #
4756
5078
  # @!attribute [rw] smbacl_enabled
4757
- # If this value is set to "true", indicates that ACL (access control
4758
- # list) is enabled on the SMB file share. If it is set to "false",
4759
- # it indicates that file and directory permissions are mapped to the
4760
- # POSIX permission.
4761
- #
4762
- # For more information, see
4763
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
4764
- # in the Storage Gateway User Guide.
5079
+ # If this value is set to `true`, it indicates that access control
5080
+ # list (ACL) is enabled on the SMB file share. If it is set to
5081
+ # `false`, it indicates that file and directory permissions are mapped
5082
+ # to the POSIX permission.
5083
+ #
5084
+ # For more information, see [Using Microsoft Windows ACLs to control
5085
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
5086
+ # Guide*.
5087
+ #
5088
+ #
5089
+ #
5090
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
4765
5091
  # @return [Boolean]
4766
5092
  #
4767
5093
  # @!attribute [rw] admin_user_list
4768
5094
  # A list of users or groups in the Active Directory that have
4769
5095
  # administrator rights to the file share. A group must be prefixed
4770
- # with the @ character. For example `@group1`. Can only be set if
5096
+ # with the @ character. Acceptable formats include: `DOMAIN\User1`,
5097
+ # `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
4771
5098
  # Authentication is set to `ActiveDirectory`.
4772
5099
  # @return [Array<String>]
4773
5100
  #
4774
5101
  # @!attribute [rw] valid_user_list
4775
5102
  # A list of users or groups in the Active Directory that are allowed
4776
5103
  # to access the file share. A group must be prefixed with the @
4777
- # character. For example `@group1`. Can only be set if Authentication
5104
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5105
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
4778
5106
  # is set to `ActiveDirectory`.
4779
5107
  # @return [Array<String>]
4780
5108
  #
4781
5109
  # @!attribute [rw] invalid_user_list
4782
5110
  # A list of users or groups in the Active Directory that are not
4783
5111
  # allowed to access the file share. A group must be prefixed with the
4784
- # @ character. For example `@group1`. Can only be set if
4785
- # Authentication is set to `ActiveDirectory`.
5112
+ # @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5113
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
5114
+ # is set to `ActiveDirectory`.
4786
5115
  # @return [Array<String>]
4787
5116
  #
4788
5117
  # @!attribute [rw] audit_destination_arn
@@ -4791,10 +5120,17 @@ module Aws::StorageGateway
4791
5120
  # @return [String]
4792
5121
  #
4793
5122
  # @!attribute [rw] authentication
4794
- # The authentication method of the file share.
4795
- #
4796
- # Valid values are `ActiveDirectory` or `GuestAccess`. The default is
5123
+ # The authentication method of the file share. The default is
4797
5124
  # `ActiveDirectory`.
5125
+ #
5126
+ # Valid Values: `ActiveDirectory` \| `GuestAccess`
5127
+ # @return [String]
5128
+ #
5129
+ # @!attribute [rw] case_sensitivity
5130
+ # The case of an object name in an Amazon S3 bucket. For
5131
+ # `ClientSpecified`, the client determines the case sensitivity. For
5132
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
5133
+ # default value is `ClientSpecified`.
4798
5134
  # @return [String]
4799
5135
  #
4800
5136
  # @!attribute [rw] tags
@@ -4804,6 +5140,19 @@ module Aws::StorageGateway
4804
5140
  # the `ListTagsForResource` API operation.
4805
5141
  # @return [Array<Types::Tag>]
4806
5142
  #
5143
+ # @!attribute [rw] file_share_name
5144
+ # The name of the file share. Optional.
5145
+ #
5146
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
5147
+ # `LocationARN`.
5148
+ #
5149
+ # </note>
5150
+ # @return [String]
5151
+ #
5152
+ # @!attribute [rw] cache_attributes
5153
+ # Refresh cache information.
5154
+ # @return [Types::CacheAttributes]
5155
+ #
4807
5156
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
4808
5157
  #
4809
5158
  class SMBFileShareInfo < Struct.new(
@@ -4827,7 +5176,11 @@ module Aws::StorageGateway
4827
5176
  :invalid_user_list,
4828
5177
  :audit_destination_arn,
4829
5178
  :authentication,
4830
- :tags)
5179
+ :case_sensitivity,
5180
+ :tags,
5181
+ :file_share_name,
5182
+ :cache_attributes)
5183
+ SENSITIVE = []
4831
5184
  include Aws::Structure
4832
5185
  end
4833
5186
 
@@ -4848,6 +5201,7 @@ module Aws::StorageGateway
4848
5201
  class ServiceUnavailableError < Struct.new(
4849
5202
  :message,
4850
5203
  :error)
5204
+ SENSITIVE = []
4851
5205
  include Aws::Structure
4852
5206
  end
4853
5207
 
@@ -4876,6 +5230,7 @@ module Aws::StorageGateway
4876
5230
  class SetLocalConsolePasswordInput < Struct.new(
4877
5231
  :gateway_arn,
4878
5232
  :local_console_password)
5233
+ SENSITIVE = [:local_console_password]
4879
5234
  include Aws::Structure
4880
5235
  end
4881
5236
 
@@ -4889,6 +5244,7 @@ module Aws::StorageGateway
4889
5244
  #
4890
5245
  class SetLocalConsolePasswordOutput < Struct.new(
4891
5246
  :gateway_arn)
5247
+ SENSITIVE = []
4892
5248
  include Aws::Structure
4893
5249
  end
4894
5250
 
@@ -4908,7 +5264,7 @@ module Aws::StorageGateway
4908
5264
  # @return [String]
4909
5265
  #
4910
5266
  # @!attribute [rw] password
4911
- # The password that you want to set for your SMB Server.
5267
+ # The password that you want to set for your SMB server.
4912
5268
  # @return [String]
4913
5269
  #
4914
5270
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordInput AWS API Documentation
@@ -4916,6 +5272,7 @@ module Aws::StorageGateway
4916
5272
  class SetSMBGuestPasswordInput < Struct.new(
4917
5273
  :gateway_arn,
4918
5274
  :password)
5275
+ SENSITIVE = [:password]
4919
5276
  include Aws::Structure
4920
5277
  end
4921
5278
 
@@ -4929,6 +5286,7 @@ module Aws::StorageGateway
4929
5286
  #
4930
5287
  class SetSMBGuestPasswordOutput < Struct.new(
4931
5288
  :gateway_arn)
5289
+ SENSITIVE = []
4932
5290
  include Aws::Structure
4933
5291
  end
4934
5292
 
@@ -4952,6 +5310,7 @@ module Aws::StorageGateway
4952
5310
  #
4953
5311
  class ShutdownGatewayInput < Struct.new(
4954
5312
  :gateway_arn)
5313
+ SENSITIVE = []
4955
5314
  include Aws::Structure
4956
5315
  end
4957
5316
 
@@ -4968,6 +5327,7 @@ module Aws::StorageGateway
4968
5327
  #
4969
5328
  class ShutdownGatewayOutput < Struct.new(
4970
5329
  :gateway_arn)
5330
+ SENSITIVE = []
4971
5331
  include Aws::Structure
4972
5332
  end
4973
5333
 
@@ -4988,6 +5348,7 @@ module Aws::StorageGateway
4988
5348
  #
4989
5349
  class StartAvailabilityMonitorTestInput < Struct.new(
4990
5350
  :gateway_arn)
5351
+ SENSITIVE = []
4991
5352
  include Aws::Structure
4992
5353
  end
4993
5354
 
@@ -5001,6 +5362,7 @@ module Aws::StorageGateway
5001
5362
  #
5002
5363
  class StartAvailabilityMonitorTestOutput < Struct.new(
5003
5364
  :gateway_arn)
5365
+ SENSITIVE = []
5004
5366
  include Aws::Structure
5005
5367
  end
5006
5368
 
@@ -5024,6 +5386,7 @@ module Aws::StorageGateway
5024
5386
  #
5025
5387
  class StartGatewayInput < Struct.new(
5026
5388
  :gateway_arn)
5389
+ SENSITIVE = []
5027
5390
  include Aws::Structure
5028
5391
  end
5029
5392
 
@@ -5040,6 +5403,7 @@ module Aws::StorageGateway
5040
5403
  #
5041
5404
  class StartGatewayOutput < Struct.new(
5042
5405
  :gateway_arn)
5406
+ SENSITIVE = []
5043
5407
  include Aws::Structure
5044
5408
  end
5045
5409
 
@@ -5061,6 +5425,7 @@ module Aws::StorageGateway
5061
5425
  class StorageGatewayError < Struct.new(
5062
5426
  :error_code,
5063
5427
  :error_details)
5428
+ SENSITIVE = []
5064
5429
  include Aws::Structure
5065
5430
  end
5066
5431
 
@@ -5087,8 +5452,8 @@ module Aws::StorageGateway
5087
5452
  # @!attribute [rw] volume_attachment_status
5088
5453
  # A value that indicates whether a storage volume is attached to,
5089
5454
  # detached from, or is in the process of detaching from a gateway. For
5090
- # more information, see [Moving Your Volumes to a Different
5091
- # Gateway][1].
5455
+ # more information, see [Moving your volumes to a different
5456
+ # gateway][1].
5092
5457
  #
5093
5458
  #
5094
5459
  #
@@ -5121,7 +5486,7 @@ module Aws::StorageGateway
5121
5486
  # Indicates if when the stored volume was created, existing data on
5122
5487
  # the underlying local disk was preserved.
5123
5488
  #
5124
- # Valid Values: true, false
5489
+ # Valid Values: `true` \| `false`
5125
5490
  # @return [Boolean]
5126
5491
  #
5127
5492
  # @!attribute [rw] volume_iscsi_attributes
@@ -5150,9 +5515,10 @@ module Aws::StorageGateway
5150
5515
  # @return [Integer]
5151
5516
  #
5152
5517
  # @!attribute [rw] kms_key
5153
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5154
- # server-side encryption. This value can only be set when KMSEncrypted
5155
- # is true. Optional.
5518
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5519
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5520
+ # does not support asymmetric CMKs. This value can only be set when
5521
+ # `KMSEncrypted` is `true`. Optional.
5156
5522
  # @return [String]
5157
5523
  #
5158
5524
  # @!attribute [rw] target_name
@@ -5184,12 +5550,13 @@ module Aws::StorageGateway
5184
5550
  :volume_used_in_bytes,
5185
5551
  :kms_key,
5186
5552
  :target_name)
5553
+ SENSITIVE = []
5187
5554
  include Aws::Structure
5188
5555
  end
5189
5556
 
5190
5557
  # A key-value pair that helps you manage, filter, and search for your
5191
5558
  # resource. Allowed characters: letters, white space, and numbers,
5192
- # representable in UTF-8, and the following characters: + - = . \_ : /
5559
+ # representable in UTF-8, and the following characters: + - = . \_ : /.
5193
5560
  #
5194
5561
  # @note When making an API call, you may pass Tag
5195
5562
  # data as a hash:
@@ -5200,7 +5567,7 @@ module Aws::StorageGateway
5200
5567
  # }
5201
5568
  #
5202
5569
  # @!attribute [rw] key
5203
- # Tag key (String). The key can't start with aws:.
5570
+ # Tag key. The key can't start with aws:.
5204
5571
  # @return [String]
5205
5572
  #
5206
5573
  # @!attribute [rw] value
@@ -5212,6 +5579,7 @@ module Aws::StorageGateway
5212
5579
  class Tag < Struct.new(
5213
5580
  :key,
5214
5581
  :value)
5582
+ SENSITIVE = []
5215
5583
  include Aws::Structure
5216
5584
  end
5217
5585
 
@@ -5258,9 +5626,10 @@ module Aws::StorageGateway
5258
5626
  # @return [Integer]
5259
5627
  #
5260
5628
  # @!attribute [rw] kms_key
5261
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5262
- # server-side encryption. This value can only be set when KMSEncrypted
5263
- # is true. Optional.
5629
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5630
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5631
+ # does not support asymmetric CMKs. This value can only be set when
5632
+ # `KMSEncrypted` is `true`. Optional.
5264
5633
  # @return [String]
5265
5634
  #
5266
5635
  # @!attribute [rw] pool_id
@@ -5268,10 +5637,10 @@ module Aws::StorageGateway
5268
5637
  # tapes in this pool are archived in the S3 storage class that is
5269
5638
  # associated with the pool. When you use your backup application to
5270
5639
  # eject the tape, the tape is archived directly into the storage class
5271
- # (S3 Glacier or S# Glacier Deep Archive) that corresponds to the
5640
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
5272
5641
  # pool.
5273
5642
  #
5274
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5643
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5275
5644
  # @return [String]
5276
5645
  #
5277
5646
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
@@ -5287,6 +5656,7 @@ module Aws::StorageGateway
5287
5656
  :tape_used_in_bytes,
5288
5657
  :kms_key,
5289
5658
  :pool_id)
5659
+ SENSITIVE = []
5290
5660
  include Aws::Structure
5291
5661
  end
5292
5662
 
@@ -5336,9 +5706,10 @@ module Aws::StorageGateway
5336
5706
  # @return [Integer]
5337
5707
  #
5338
5708
  # @!attribute [rw] kms_key
5339
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5340
- # server-side encryption. This value can only be set when KMSEncrypted
5341
- # is true. Optional.
5709
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5710
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5711
+ # does not support asymmetric CMKs. This value can only be set when
5712
+ # `KMSEncrypted` is `true`. Optional.
5342
5713
  # @return [String]
5343
5714
  #
5344
5715
  # @!attribute [rw] pool_id
@@ -5346,7 +5717,7 @@ module Aws::StorageGateway
5346
5717
  # this pool are archived in the S3 storage class that is associated
5347
5718
  # with the pool.
5348
5719
  #
5349
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5720
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5350
5721
  # @return [String]
5351
5722
  #
5352
5723
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
@@ -5362,6 +5733,7 @@ module Aws::StorageGateway
5362
5733
  :tape_used_in_bytes,
5363
5734
  :kms_key,
5364
5735
  :pool_id)
5736
+ SENSITIVE = []
5365
5737
  include Aws::Structure
5366
5738
  end
5367
5739
 
@@ -5397,7 +5769,7 @@ module Aws::StorageGateway
5397
5769
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
5398
5770
  # pool.
5399
5771
  #
5400
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5772
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5401
5773
  # @return [String]
5402
5774
  #
5403
5775
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeInfo AWS API Documentation
@@ -5409,6 +5781,7 @@ module Aws::StorageGateway
5409
5781
  :tape_status,
5410
5782
  :gateway_arn,
5411
5783
  :pool_id)
5784
+ SENSITIVE = []
5412
5785
  include Aws::Structure
5413
5786
  end
5414
5787
 
@@ -5441,6 +5814,7 @@ module Aws::StorageGateway
5441
5814
  :tape_recovery_point_time,
5442
5815
  :tape_size_in_bytes,
5443
5816
  :tape_status)
5817
+ SENSITIVE = []
5444
5818
  include Aws::Structure
5445
5819
  end
5446
5820
 
@@ -5476,6 +5850,7 @@ module Aws::StorageGateway
5476
5850
  class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
5477
5851
  :automatic_tape_creation_rules,
5478
5852
  :gateway_arn)
5853
+ SENSITIVE = []
5479
5854
  include Aws::Structure
5480
5855
  end
5481
5856
 
@@ -5489,6 +5864,7 @@ module Aws::StorageGateway
5489
5864
  #
5490
5865
  class UpdateAutomaticTapeCreationPolicyOutput < Struct.new(
5491
5866
  :gateway_arn)
5867
+ SENSITIVE = []
5492
5868
  include Aws::Structure
5493
5869
  end
5494
5870
 
@@ -5527,6 +5903,7 @@ module Aws::StorageGateway
5527
5903
  :gateway_arn,
5528
5904
  :average_upload_rate_limit_in_bits_per_sec,
5529
5905
  :average_download_rate_limit_in_bits_per_sec)
5906
+ SENSITIVE = []
5530
5907
  include Aws::Structure
5531
5908
  end
5532
5909
 
@@ -5543,6 +5920,7 @@ module Aws::StorageGateway
5543
5920
  #
5544
5921
  class UpdateBandwidthRateLimitOutput < Struct.new(
5545
5922
  :gateway_arn)
5923
+ SENSITIVE = []
5546
5924
  include Aws::Structure
5547
5925
  end
5548
5926
 
@@ -5605,6 +5983,7 @@ module Aws::StorageGateway
5605
5983
  :secret_to_authenticate_initiator,
5606
5984
  :initiator_name,
5607
5985
  :secret_to_authenticate_target)
5986
+ SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
5608
5987
  include Aws::Structure
5609
5988
  end
5610
5989
 
@@ -5625,6 +6004,7 @@ module Aws::StorageGateway
5625
6004
  class UpdateChapCredentialsOutput < Struct.new(
5626
6005
  :target_arn,
5627
6006
  :initiator_name)
6007
+ SENSITIVE = []
5628
6008
  include Aws::Structure
5629
6009
  end
5630
6010
 
@@ -5656,7 +6036,7 @@ module Aws::StorageGateway
5656
6036
  # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
5657
6037
  # that you want to use to monitor and log events in the gateway.
5658
6038
  #
5659
- # For more information, see [What Is Amazon CloudWatch Logs?][1].
6039
+ # For more information, see [What is Amazon CloudWatch logs?][1].
5660
6040
  #
5661
6041
  #
5662
6042
  #
@@ -5670,10 +6050,12 @@ module Aws::StorageGateway
5670
6050
  :gateway_name,
5671
6051
  :gateway_timezone,
5672
6052
  :cloud_watch_log_group_arn)
6053
+ SENSITIVE = []
5673
6054
  include Aws::Structure
5674
6055
  end
5675
6056
 
5676
- # A JSON object containing the ARN of the gateway that was updated.
6057
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6058
+ # that was updated.
5677
6059
  #
5678
6060
  # @!attribute [rw] gateway_arn
5679
6061
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -5690,6 +6072,7 @@ module Aws::StorageGateway
5690
6072
  class UpdateGatewayInformationOutput < Struct.new(
5691
6073
  :gateway_arn,
5692
6074
  :gateway_name)
6075
+ SENSITIVE = []
5693
6076
  include Aws::Structure
5694
6077
  end
5695
6078
 
@@ -5713,6 +6096,7 @@ module Aws::StorageGateway
5713
6096
  #
5714
6097
  class UpdateGatewaySoftwareNowInput < Struct.new(
5715
6098
  :gateway_arn)
6099
+ SENSITIVE = []
5716
6100
  include Aws::Structure
5717
6101
  end
5718
6102
 
@@ -5729,6 +6113,7 @@ module Aws::StorageGateway
5729
6113
  #
5730
6114
  class UpdateGatewaySoftwareNowOutput < Struct.new(
5731
6115
  :gateway_arn)
6116
+ SENSITIVE = []
5732
6117
  include Aws::Structure
5733
6118
  end
5734
6119
 
@@ -5782,10 +6167,6 @@ module Aws::StorageGateway
5782
6167
  # represented as an ordinal number from 1 to 28, where 1 represents
5783
6168
  # the first day of the month and 28 represents the last day of the
5784
6169
  # month.
5785
- #
5786
- # <note markdown="1"> This value is only available for tape and volume gateways.
5787
- #
5788
- # </note>
5789
6170
  # @return [Integer]
5790
6171
  #
5791
6172
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeInput AWS API Documentation
@@ -5796,6 +6177,7 @@ module Aws::StorageGateway
5796
6177
  :minute_of_hour,
5797
6178
  :day_of_week,
5798
6179
  :day_of_month)
6180
+ SENSITIVE = []
5799
6181
  include Aws::Structure
5800
6182
  end
5801
6183
 
@@ -5812,6 +6194,7 @@ module Aws::StorageGateway
5812
6194
  #
5813
6195
  class UpdateMaintenanceStartTimeOutput < Struct.new(
5814
6196
  :gateway_arn)
6197
+ SENSITIVE = []
5815
6198
  include Aws::Structure
5816
6199
  end
5817
6200
 
@@ -5837,6 +6220,10 @@ module Aws::StorageGateway
5837
6220
  # read_only: false,
5838
6221
  # guess_mime_type_enabled: false,
5839
6222
  # requester_pays: false,
6223
+ # file_share_name: "FileShareName",
6224
+ # cache_attributes: {
6225
+ # cache_stale_timeout_in_seconds: 1,
6226
+ # },
5840
6227
  # }
5841
6228
  #
5842
6229
  # @!attribute [rw] file_share_arn
@@ -5844,14 +6231,17 @@ module Aws::StorageGateway
5844
6231
  # @return [String]
5845
6232
  #
5846
6233
  # @!attribute [rw] kms_encrypted
5847
- # True to use Amazon S3 server-side encryption with your own AWS KMS
5848
- # key, or false to use a key managed by Amazon S3. Optional.
6234
+ # Set to `true` to use Amazon S3 server-side encryption with your own
6235
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
6236
+ #
6237
+ # Valid Values: `true` \| `false`
5849
6238
  # @return [Boolean]
5850
6239
  #
5851
6240
  # @!attribute [rw] kms_key
5852
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5853
- # server-side encryption. This value can only be set when KMSEncrypted
5854
- # is true. Optional.
6241
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
6242
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
6243
+ # does not support asymmetric CMKs. This value can only be set when
6244
+ # `KMSEncrypted` is `true`. Optional.
5855
6245
  # @return [String]
5856
6246
  #
5857
6247
  # @!attribute [rw] nfs_file_share_defaults
@@ -5860,15 +6250,17 @@ module Aws::StorageGateway
5860
6250
  #
5861
6251
  # @!attribute [rw] default_storage_class
5862
6252
  # The default storage class for objects put into an Amazon S3 bucket
5863
- # by the file gateway. Possible values are `S3_STANDARD`,
5864
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
5865
- # populated, the default value `S3_STANDARD` is used. Optional.
6253
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
6254
+ # Optional.
6255
+ #
6256
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
6257
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5866
6258
  # @return [String]
5867
6259
  #
5868
6260
  # @!attribute [rw] object_acl
5869
- # A value that sets the access control list permission for objects in
5870
- # the S3 bucket that a file gateway puts objects into. The default
5871
- # value is "private".
6261
+ # A value that sets the access control list (ACL) permission for
6262
+ # objects in the S3 bucket that a file gateway puts objects into. The
6263
+ # default value is `private`.
5872
6264
  # @return [String]
5873
6265
  #
5874
6266
  # @!attribute [rw] client_list
@@ -5877,40 +6269,63 @@ module Aws::StorageGateway
5877
6269
  # @return [Array<String>]
5878
6270
  #
5879
6271
  # @!attribute [rw] squash
5880
- # The user mapped to anonymous user. Valid options are the following:
6272
+ # The user mapped to anonymous user.
6273
+ #
6274
+ # Valid values are the following:
5881
6275
  #
5882
- # * `RootSquash` - Only root is mapped to anonymous user.
6276
+ # * `RootSquash`\: Only root is mapped to anonymous user.
5883
6277
  #
5884
- # * `NoSquash` - No one is mapped to anonymous user
6278
+ # * `NoSquash`\: No one is mapped to anonymous user.
5885
6279
  #
5886
- # * `AllSquash` - Everyone is mapped to anonymous user.
6280
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
5887
6281
  # @return [String]
5888
6282
  #
5889
6283
  # @!attribute [rw] read_only
5890
- # A value that sets the write status of a file share. This value is
5891
- # true if the write status is read-only, and otherwise false.
6284
+ # A value that sets the write status of a file share. Set this value
6285
+ # to `true` to set the write status to read-only, otherwise set to
6286
+ # `false`.
6287
+ #
6288
+ # Valid Values: `true` \| `false`
5892
6289
  # @return [Boolean]
5893
6290
  #
5894
6291
  # @!attribute [rw] guess_mime_type_enabled
5895
6292
  # A value that enables guessing of the MIME type for uploaded objects
5896
- # based on file extensions. Set this value to true to enable MIME type
5897
- # guessing, and otherwise to false. The default value is true.
6293
+ # based on file extensions. Set this value to `true` to enable MIME
6294
+ # type guessing, otherwise set to `false`. The default value is
6295
+ # `true`.
6296
+ #
6297
+ # Valid Values: `true` \| `false`
5898
6298
  # @return [Boolean]
5899
6299
  #
5900
6300
  # @!attribute [rw] requester_pays
5901
6301
  # A value that sets who pays the cost of the request and the cost
5902
6302
  # associated with data download from the S3 bucket. If this value is
5903
- # set to true, the requester pays the costs. Otherwise the S3 bucket
5904
- # owner pays. However, the S3 bucket owner always pays the cost of
5905
- # storing data.
6303
+ # set to `true`, the requester pays the costs; otherwise, the S3
6304
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
6305
+ # of storing data.
5906
6306
  #
5907
6307
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
5908
6308
  # file share, so make sure that the configuration on the file share is
5909
6309
  # the same as the S3 bucket configuration.
5910
6310
  #
5911
6311
  # </note>
6312
+ #
6313
+ # Valid Values: `true` \| `false`
5912
6314
  # @return [Boolean]
5913
6315
  #
6316
+ # @!attribute [rw] file_share_name
6317
+ # The name of the file share. Optional.
6318
+ #
6319
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
6320
+ # `LocationARN`.
6321
+ #
6322
+ # </note>
6323
+ # @return [String]
6324
+ #
6325
+ # @!attribute [rw] cache_attributes
6326
+ # Refresh cache information.
6327
+ # @return [Types::CacheAttributes]
6328
+ #
5914
6329
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
5915
6330
  #
5916
6331
  class UpdateNFSFileShareInput < Struct.new(
@@ -5924,7 +6339,10 @@ module Aws::StorageGateway
5924
6339
  :squash,
5925
6340
  :read_only,
5926
6341
  :guess_mime_type_enabled,
5927
- :requester_pays)
6342
+ :requester_pays,
6343
+ :file_share_name,
6344
+ :cache_attributes)
6345
+ SENSITIVE = []
5928
6346
  include Aws::Structure
5929
6347
  end
5930
6348
 
@@ -5938,6 +6356,7 @@ module Aws::StorageGateway
5938
6356
  #
5939
6357
  class UpdateNFSFileShareOutput < Struct.new(
5940
6358
  :file_share_arn)
6359
+ SENSITIVE = []
5941
6360
  include Aws::Structure
5942
6361
  end
5943
6362
 
@@ -5960,6 +6379,11 @@ module Aws::StorageGateway
5960
6379
  # valid_user_list: ["FileShareUser"],
5961
6380
  # invalid_user_list: ["FileShareUser"],
5962
6381
  # audit_destination_arn: "AuditDestinationARN",
6382
+ # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
6383
+ # file_share_name: "FileShareName",
6384
+ # cache_attributes: {
6385
+ # cache_stale_timeout_in_seconds: 1,
6386
+ # },
5963
6387
  # }
5964
6388
  #
5965
6389
  # @!attribute [rw] file_share_arn
@@ -5968,83 +6392,105 @@ module Aws::StorageGateway
5968
6392
  # @return [String]
5969
6393
  #
5970
6394
  # @!attribute [rw] kms_encrypted
5971
- # True to use Amazon S3 server-side encryption with your own AWS KMS
5972
- # key, or false to use a key managed by Amazon S3. Optional.
6395
+ # Set to `true` to use Amazon S3 server-side encryption with your own
6396
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
6397
+ #
6398
+ # Valid Values: `true` \| `false`
5973
6399
  # @return [Boolean]
5974
6400
  #
5975
6401
  # @!attribute [rw] kms_key
5976
- # The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3
5977
- # server-side encryption. This value can only be set when KMSEncrypted
5978
- # is true. Optional.
6402
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
6403
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
6404
+ # does not support asymmetric CMKs. This value can only be set when
6405
+ # `KMSEncrypted` is `true`. Optional.
5979
6406
  # @return [String]
5980
6407
  #
5981
6408
  # @!attribute [rw] default_storage_class
5982
6409
  # The default storage class for objects put into an Amazon S3 bucket
5983
- # by the file gateway. Possible values are `S3_STANDARD`,
5984
- # `S3_STANDARD_IA`, or `S3_ONEZONE_IA`. If this field is not
5985
- # populated, the default value `S3_STANDARD` is used. Optional.
6410
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
6411
+ # Optional.
6412
+ #
6413
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
6414
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5986
6415
  # @return [String]
5987
6416
  #
5988
6417
  # @!attribute [rw] object_acl
5989
- # A value that sets the access control list permission for objects in
5990
- # the S3 bucket that a file gateway puts objects into. The default
5991
- # value is "private".
6418
+ # A value that sets the access control list (ACL) permission for
6419
+ # objects in the S3 bucket that a file gateway puts objects into. The
6420
+ # default value is `private`.
5992
6421
  # @return [String]
5993
6422
  #
5994
6423
  # @!attribute [rw] read_only
5995
- # A value that sets the write status of a file share. This value is
5996
- # true if the write status is read-only, and otherwise false.
6424
+ # A value that sets the write status of a file share. Set this value
6425
+ # to `true` to set write status to read-only, otherwise set to
6426
+ # `false`.
6427
+ #
6428
+ # Valid Values: `true` \| `false`
5997
6429
  # @return [Boolean]
5998
6430
  #
5999
6431
  # @!attribute [rw] guess_mime_type_enabled
6000
6432
  # A value that enables guessing of the MIME type for uploaded objects
6001
- # based on file extensions. Set this value to true to enable MIME type
6002
- # guessing, and otherwise to false. The default value is true.
6433
+ # based on file extensions. Set this value to `true` to enable MIME
6434
+ # type guessing, otherwise set to `false`. The default value is
6435
+ # `true`.
6436
+ #
6437
+ # Valid Values: `true` \| `false`
6003
6438
  # @return [Boolean]
6004
6439
  #
6005
6440
  # @!attribute [rw] requester_pays
6006
6441
  # A value that sets who pays the cost of the request and the cost
6007
6442
  # associated with data download from the S3 bucket. If this value is
6008
- # set to true, the requester pays the costs. Otherwise the S3 bucket
6009
- # owner pays. However, the S3 bucket owner always pays the cost of
6010
- # storing data.
6443
+ # set to `true`, the requester pays the costs; otherwise, the S3
6444
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
6445
+ # of storing data.
6011
6446
  #
6012
6447
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
6013
6448
  # file share, so make sure that the configuration on the file share is
6014
6449
  # the same as the S3 bucket configuration.
6015
6450
  #
6016
6451
  # </note>
6452
+ #
6453
+ # Valid Values: `true` \| `false`
6017
6454
  # @return [Boolean]
6018
6455
  #
6019
6456
  # @!attribute [rw] smbacl_enabled
6020
- # Set this value to "true to enable ACL (access control list) on the
6021
- # SMB file share. Set it to "false" to map file and directory
6457
+ # Set this value to `true` to enable access control list (ACL) on the
6458
+ # SMB file share. Set it to `false` to map file and directory
6022
6459
  # permissions to the POSIX permissions.
6023
6460
  #
6024
- # For more information, see
6025
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin
6026
- # the Storage Gateway User Guide.
6461
+ # For more information, see [Using Microsoft Windows ACLs to control
6462
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
6463
+ # Guide*.
6464
+ #
6465
+ # Valid Values: `true` \| `false`
6466
+ #
6467
+ #
6468
+ #
6469
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
6027
6470
  # @return [Boolean]
6028
6471
  #
6029
6472
  # @!attribute [rw] admin_user_list
6030
- # A list of users in the Active Directory that have administrator
6031
- # rights to the file share. A group must be prefixed with the @
6032
- # character. For example `@group1`. Can only be set if Authentication
6033
- # is set to `ActiveDirectory`.
6473
+ # A list of users or groups in the Active Directory that have
6474
+ # administrator rights to the file share. A group must be prefixed
6475
+ # with the @ character. Acceptable formats include: `DOMAIN\User1`,
6476
+ # `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
6477
+ # Authentication is set to `ActiveDirectory`.
6034
6478
  # @return [Array<String>]
6035
6479
  #
6036
6480
  # @!attribute [rw] valid_user_list
6037
6481
  # A list of users or groups in the Active Directory that are allowed
6038
6482
  # to access the file share. A group must be prefixed with the @
6039
- # character. For example `@group1`. Can only be set if Authentication
6483
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
6484
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
6040
6485
  # is set to `ActiveDirectory`.
6041
6486
  # @return [Array<String>]
6042
6487
  #
6043
6488
  # @!attribute [rw] invalid_user_list
6044
6489
  # A list of users or groups in the Active Directory that are not
6045
6490
  # allowed to access the file share. A group must be prefixed with the
6046
- # @ character. For example `@group1`. Can only be set if
6047
- # Authentication is set to `ActiveDirectory`.
6491
+ # @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
6492
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
6493
+ # is set to `ActiveDirectory`.
6048
6494
  # @return [Array<String>]
6049
6495
  #
6050
6496
  # @!attribute [rw] audit_destination_arn
@@ -6052,6 +6498,26 @@ module Aws::StorageGateway
6052
6498
  # logs.
6053
6499
  # @return [String]
6054
6500
  #
6501
+ # @!attribute [rw] case_sensitivity
6502
+ # The case of an object name in an Amazon S3 bucket. For
6503
+ # `ClientSpecified`, the client determines the case sensitivity. For
6504
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
6505
+ # default value is `ClientSpecified`.
6506
+ # @return [String]
6507
+ #
6508
+ # @!attribute [rw] file_share_name
6509
+ # The name of the file share. Optional.
6510
+ #
6511
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
6512
+ # `LocationARN`.
6513
+ #
6514
+ # </note>
6515
+ # @return [String]
6516
+ #
6517
+ # @!attribute [rw] cache_attributes
6518
+ # Refresh cache information.
6519
+ # @return [Types::CacheAttributes]
6520
+ #
6055
6521
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
6056
6522
  #
6057
6523
  class UpdateSMBFileShareInput < Struct.new(
@@ -6067,7 +6533,11 @@ module Aws::StorageGateway
6067
6533
  :admin_user_list,
6068
6534
  :valid_user_list,
6069
6535
  :invalid_user_list,
6070
- :audit_destination_arn)
6536
+ :audit_destination_arn,
6537
+ :case_sensitivity,
6538
+ :file_share_name,
6539
+ :cache_attributes)
6540
+ SENSITIVE = []
6071
6541
  include Aws::Structure
6072
6542
  end
6073
6543
 
@@ -6081,6 +6551,7 @@ module Aws::StorageGateway
6081
6551
  #
6082
6552
  class UpdateSMBFileShareOutput < Struct.new(
6083
6553
  :file_share_arn)
6554
+ SENSITIVE = []
6084
6555
  include Aws::Structure
6085
6556
  end
6086
6557
 
@@ -6123,6 +6594,7 @@ module Aws::StorageGateway
6123
6594
  class UpdateSMBSecurityStrategyInput < Struct.new(
6124
6595
  :gateway_arn,
6125
6596
  :smb_security_strategy)
6597
+ SENSITIVE = []
6126
6598
  include Aws::Structure
6127
6599
  end
6128
6600
 
@@ -6136,6 +6608,7 @@ module Aws::StorageGateway
6136
6608
  #
6137
6609
  class UpdateSMBSecurityStrategyOutput < Struct.new(
6138
6610
  :gateway_arn)
6611
+ SENSITIVE = []
6139
6612
  include Aws::Structure
6140
6613
  end
6141
6614
 
@@ -6206,6 +6679,7 @@ module Aws::StorageGateway
6206
6679
  :recurrence_in_hours,
6207
6680
  :description,
6208
6681
  :tags)
6682
+ SENSITIVE = []
6209
6683
  include Aws::Structure
6210
6684
  end
6211
6685
 
@@ -6221,6 +6695,7 @@ module Aws::StorageGateway
6221
6695
  #
6222
6696
  class UpdateSnapshotScheduleOutput < Struct.new(
6223
6697
  :volume_arn)
6698
+ SENSITIVE = []
6224
6699
  include Aws::Structure
6225
6700
  end
6226
6701
 
@@ -6240,7 +6715,7 @@ module Aws::StorageGateway
6240
6715
  # @!attribute [rw] device_type
6241
6716
  # The type of medium changer you want to select.
6242
6717
  #
6243
- # Valid Values: "STK-L700", "AWS-Gateway-VTL"
6718
+ # Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
6244
6719
  # @return [String]
6245
6720
  #
6246
6721
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceTypeInput AWS API Documentation
@@ -6248,6 +6723,7 @@ module Aws::StorageGateway
6248
6723
  class UpdateVTLDeviceTypeInput < Struct.new(
6249
6724
  :vtl_device_arn,
6250
6725
  :device_type)
6726
+ SENSITIVE = []
6251
6727
  include Aws::Structure
6252
6728
  end
6253
6729
 
@@ -6262,6 +6738,7 @@ module Aws::StorageGateway
6262
6738
  #
6263
6739
  class UpdateVTLDeviceTypeOutput < Struct.new(
6264
6740
  :vtl_device_arn)
6741
+ SENSITIVE = []
6265
6742
  include Aws::Structure
6266
6743
  end
6267
6744
 
@@ -6297,6 +6774,7 @@ module Aws::StorageGateway
6297
6774
  :vtl_device_vendor,
6298
6775
  :vtl_device_product_identifier,
6299
6776
  :device_iscsi_attributes)
6777
+ SENSITIVE = []
6300
6778
  include Aws::Structure
6301
6779
  end
6302
6780
 
@@ -6363,6 +6841,7 @@ module Aws::StorageGateway
6363
6841
  :volume_type,
6364
6842
  :volume_size_in_bytes,
6365
6843
  :volume_attachment_status)
6844
+ SENSITIVE = []
6366
6845
  include Aws::Structure
6367
6846
  end
6368
6847
 
@@ -6396,6 +6875,7 @@ module Aws::StorageGateway
6396
6875
  :volume_size_in_bytes,
6397
6876
  :volume_usage_in_bytes,
6398
6877
  :volume_recovery_point_time)
6878
+ SENSITIVE = []
6399
6879
  include Aws::Structure
6400
6880
  end
6401
6881
 
@@ -6429,6 +6909,7 @@ module Aws::StorageGateway
6429
6909
  :network_interface_port,
6430
6910
  :lun_number,
6431
6911
  :chap_enabled)
6912
+ SENSITIVE = []
6432
6913
  include Aws::Structure
6433
6914
  end
6434
6915