aws-sdk-storagegateway 1.41.0 → 1.46.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')
@@ -86,6 +91,7 @@ module Aws::StorageGateway
86
91
  DeleteTapeOutput = Shapes::StructureShape.new(name: 'DeleteTapeOutput')
87
92
  DeleteVolumeInput = Shapes::StructureShape.new(name: 'DeleteVolumeInput')
88
93
  DeleteVolumeOutput = Shapes::StructureShape.new(name: 'DeleteVolumeOutput')
94
+ DeprecationDate = Shapes::StringShape.new(name: 'DeprecationDate')
89
95
  DescribeAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestInput')
90
96
  DescribeAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'DescribeAvailabilityMonitorTestOutput')
91
97
  DescribeBandwidthRateLimitInput = Shapes::StructureShape.new(name: 'DescribeBandwidthRateLimitInput')
@@ -142,6 +148,7 @@ module Aws::StorageGateway
142
148
  DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
143
149
  Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
144
150
  Ec2InstanceRegion = Shapes::StringShape.new(name: 'Ec2InstanceRegion')
151
+ EndpointType = Shapes::StringShape.new(name: 'EndpointType')
145
152
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
146
153
  FileShareARN = Shapes::StringShape.new(name: 'FileShareARN')
147
154
  FileShareARNList = Shapes::ListShape.new(name: 'FileShareARNList')
@@ -149,6 +156,7 @@ module Aws::StorageGateway
149
156
  FileShareId = Shapes::StringShape.new(name: 'FileShareId')
150
157
  FileShareInfo = Shapes::StructureShape.new(name: 'FileShareInfo')
151
158
  FileShareInfoList = Shapes::ListShape.new(name: 'FileShareInfoList')
159
+ FileShareName = Shapes::StringShape.new(name: 'FileShareName')
152
160
  FileShareStatus = Shapes::StringShape.new(name: 'FileShareStatus')
153
161
  FileShareType = Shapes::StringShape.new(name: 'FileShareType')
154
162
  FileShareUser = Shapes::StringShape.new(name: 'FileShareUser')
@@ -247,6 +255,7 @@ module Aws::StorageGateway
247
255
  ShutdownGatewayOutput = Shapes::StructureShape.new(name: 'ShutdownGatewayOutput')
248
256
  SnapshotDescription = Shapes::StringShape.new(name: 'SnapshotDescription')
249
257
  SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
258
+ SoftwareUpdatesEndDate = Shapes::StringShape.new(name: 'SoftwareUpdatesEndDate')
250
259
  Squash = Shapes::StringShape.new(name: 'Squash')
251
260
  StartAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestInput')
252
261
  StartAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestOutput')
@@ -404,6 +413,9 @@ module Aws::StorageGateway
404
413
 
405
414
  AutomaticTapeCreationRules.member = Shapes::ShapeRef.new(shape: AutomaticTapeCreationRule)
406
415
 
416
+ CacheAttributes.add_member(:cache_stale_timeout_in_seconds, Shapes::ShapeRef.new(shape: CacheStaleTimeoutInSeconds, location_name: "CacheStaleTimeoutInSeconds"))
417
+ CacheAttributes.struct_class = Types::CacheAttributes
418
+
407
419
  CachediSCSIVolume.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, location_name: "VolumeARN"))
408
420
  CachediSCSIVolume.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
409
421
  CachediSCSIVolume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
@@ -474,6 +486,8 @@ module Aws::StorageGateway
474
486
  CreateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
475
487
  CreateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
476
488
  CreateNFSFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
489
+ CreateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
490
+ CreateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
477
491
  CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
478
492
 
479
493
  CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -496,7 +510,10 @@ module Aws::StorageGateway
496
510
  CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
497
511
  CreateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
498
512
  CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
513
+ CreateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
499
514
  CreateSMBFileShareInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
515
+ CreateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
516
+ CreateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
500
517
  CreateSMBFileShareInput.struct_class = Types::CreateSMBFileShareInput
501
518
 
502
519
  CreateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -680,6 +697,9 @@ module Aws::StorageGateway
680
697
  DescribeGatewayInformationOutput.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "VPCEndpoint"))
681
698
  DescribeGatewayInformationOutput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
682
699
  DescribeGatewayInformationOutput.add_member(:host_environment, Shapes::ShapeRef.new(shape: HostEnvironment, location_name: "HostEnvironment"))
700
+ DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
701
+ DescribeGatewayInformationOutput.add_member(:software_updates_end_date, Shapes::ShapeRef.new(shape: SoftwareUpdatesEndDate, location_name: "SoftwareUpdatesEndDate"))
702
+ DescribeGatewayInformationOutput.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: DeprecationDate, location_name: "DeprecationDate"))
683
703
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
684
704
 
685
705
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -977,6 +997,8 @@ module Aws::StorageGateway
977
997
  NFSFileShareInfo.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
978
998
  NFSFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
979
999
  NFSFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1000
+ NFSFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1001
+ NFSFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
980
1002
  NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
981
1003
 
982
1004
  NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
@@ -1049,7 +1071,10 @@ module Aws::StorageGateway
1049
1071
  SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1050
1072
  SMBFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1051
1073
  SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
1074
+ SMBFileShareInfo.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
1052
1075
  SMBFileShareInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1076
+ SMBFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1077
+ SMBFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1053
1078
  SMBFileShareInfo.struct_class = Types::SMBFileShareInfo
1054
1079
 
1055
1080
  SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
@@ -1231,6 +1256,8 @@ module Aws::StorageGateway
1231
1256
  UpdateNFSFileShareInput.add_member(:read_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadOnly"))
1232
1257
  UpdateNFSFileShareInput.add_member(:guess_mime_type_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "GuessMIMETypeEnabled"))
1233
1258
  UpdateNFSFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
1259
+ UpdateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1260
+ UpdateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1234
1261
  UpdateNFSFileShareInput.struct_class = Types::UpdateNFSFileShareInput
1235
1262
 
1236
1263
  UpdateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -1249,6 +1276,9 @@ module Aws::StorageGateway
1249
1276
  UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
1250
1277
  UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1251
1278
  UpdateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1279
+ UpdateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
1280
+ UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1281
+ UpdateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1252
1282
  UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
1253
1283
 
1254
1284
  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,22 @@ 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
+ #
2721
+ # @!attribute [rw] software_updates_end_date
2722
+ # Date after which this gateway will not receive software updates for
2723
+ # new features.
2724
+ # @return [String]
2725
+ #
2726
+ # @!attribute [rw] deprecation_date
2727
+ # Date after which this gateway will not receive software updates for
2728
+ # new features and bug fixes.
2729
+ # @return [String]
2730
+ #
2518
2731
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
2519
2732
  #
2520
2733
  class DescribeGatewayInformationOutput < Struct.new(
@@ -2532,7 +2745,11 @@ module Aws::StorageGateway
2532
2745
  :tags,
2533
2746
  :vpc_endpoint,
2534
2747
  :cloud_watch_log_group_arn,
2535
- :host_environment)
2748
+ :host_environment,
2749
+ :endpoint_type,
2750
+ :software_updates_end_date,
2751
+ :deprecation_date)
2752
+ SENSITIVE = []
2536
2753
  include Aws::Structure
2537
2754
  end
2538
2755
 
@@ -2556,6 +2773,7 @@ module Aws::StorageGateway
2556
2773
  #
2557
2774
  class DescribeMaintenanceStartTimeInput < Struct.new(
2558
2775
  :gateway_arn)
2776
+ SENSITIVE = []
2559
2777
  include Aws::Structure
2560
2778
  end
2561
2779
 
@@ -2600,10 +2818,6 @@ module Aws::StorageGateway
2600
2818
  # represented as an ordinal number from 1 to 28, where 1 represents
2601
2819
  # the first day of the month and 28 represents the last day of the
2602
2820
  # month.
2603
- #
2604
- # <note markdown="1"> This value is only available for tape and volume gateways.
2605
- #
2606
- # </note>
2607
2821
  # @return [Integer]
2608
2822
  #
2609
2823
  # @!attribute [rw] timezone
@@ -2621,6 +2835,7 @@ module Aws::StorageGateway
2621
2835
  :day_of_week,
2622
2836
  :day_of_month,
2623
2837
  :timezone)
2838
+ SENSITIVE = []
2624
2839
  include Aws::Structure
2625
2840
  end
2626
2841
 
@@ -2642,6 +2857,7 @@ module Aws::StorageGateway
2642
2857
  #
2643
2858
  class DescribeNFSFileSharesInput < Struct.new(
2644
2859
  :file_share_arn_list)
2860
+ SENSITIVE = []
2645
2861
  include Aws::Structure
2646
2862
  end
2647
2863
 
@@ -2655,6 +2871,7 @@ module Aws::StorageGateway
2655
2871
  #
2656
2872
  class DescribeNFSFileSharesOutput < Struct.new(
2657
2873
  :nfs_file_share_info_list)
2874
+ SENSITIVE = []
2658
2875
  include Aws::Structure
2659
2876
  end
2660
2877
 
@@ -2676,6 +2893,7 @@ module Aws::StorageGateway
2676
2893
  #
2677
2894
  class DescribeSMBFileSharesInput < Struct.new(
2678
2895
  :file_share_arn_list)
2896
+ SENSITIVE = []
2679
2897
  include Aws::Structure
2680
2898
  end
2681
2899
 
@@ -2689,6 +2907,7 @@ module Aws::StorageGateway
2689
2907
  #
2690
2908
  class DescribeSMBFileSharesOutput < Struct.new(
2691
2909
  :smb_file_share_info_list)
2910
+ SENSITIVE = []
2692
2911
  include Aws::Structure
2693
2912
  end
2694
2913
 
@@ -2709,6 +2928,7 @@ module Aws::StorageGateway
2709
2928
  #
2710
2929
  class DescribeSMBSettingsInput < Struct.new(
2711
2930
  :gateway_arn)
2931
+ SENSITIVE = []
2712
2932
  include Aws::Structure
2713
2933
  end
2714
2934
 
@@ -2726,49 +2946,52 @@ module Aws::StorageGateway
2726
2946
  # Indicates the status of a gateway that is a member of the Active
2727
2947
  # Directory domain.
2728
2948
  #
2729
- # * ACCESS\_DENIED: Indicates that the `JoinDomain` operation failed
2949
+ # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
2730
2950
  # due to an authentication error.
2731
2951
  #
2732
- # * DETACHED: Indicates that gateway is not joined to a domain.
2952
+ # * `DETACHED`\: Indicates that gateway is not joined to a domain.
2733
2953
  #
2734
- # * JOINED: Indicates that the gateway has successfully joined a
2954
+ # * `JOINED`\: Indicates that the gateway has successfully joined a
2735
2955
  # domain.
2736
2956
  #
2737
- # * JOINING: Indicates that a `JoinDomain` operation is in progress.
2957
+ # * `JOINING`\: Indicates that a `JoinDomain` operation is in
2958
+ # progress.
2738
2959
  #
2739
- # * NETWORK\_ERROR: Indicates that `JoinDomain` operation failed due
2960
+ # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
2740
2961
  # to a network or connectivity error.
2741
2962
  #
2742
- # * TIMEOUT: Indicates that the `JoinDomain` operation failed because
2743
- # the operation didn't complete within the allotted time.
2963
+ # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
2964
+ # because the operation didn't complete within the allotted time.
2744
2965
  #
2745
- # * UNKNOWN\_ERROR: Indicates that the `JoinDomain` operation failed
2966
+ # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
2746
2967
  # due to another type of error.
2747
2968
  # @return [String]
2748
2969
  #
2749
2970
  # @!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.
2971
+ # This value is `true` if a password for the guest user `smbguest` is
2972
+ # set, otherwise `false`.
2973
+ #
2974
+ # Valid Values: `true` \| `false`
2752
2975
  # @return [Boolean]
2753
2976
  #
2754
2977
  # @!attribute [rw] smb_security_strategy
2755
2978
  # The type of security strategy that was specified for file gateway.
2756
2979
  #
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.
2980
+ # * `ClientSpecified`\: If you use this option, requests are
2981
+ # established based on what is negotiated by the client. This option
2982
+ # is recommended when you want to maximize compatibility across
2983
+ # different clients in your environment.
2761
2984
  #
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.
2985
+ # * `MandatorySigning`\: If you use this option, file gateway only
2986
+ # allows connections from SMBv2 or SMBv3 clients that have signing
2987
+ # enabled. This option works with SMB clients on Microsoft Windows
2988
+ # Vista, Windows Server 2008 or newer.
2766
2989
  #
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.
2990
+ # * `MandatoryEncryption`\: If you use this option, file gateway only
2991
+ # allows connections from SMBv3 clients that have encryption
2992
+ # enabled. This option is highly recommended for environments that
2993
+ # handle sensitive data. This option works with SMB clients on
2994
+ # Microsoft Windows 8, Windows Server 2012 or newer.
2772
2995
  # @return [String]
2773
2996
  #
2774
2997
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
@@ -2779,6 +3002,7 @@ module Aws::StorageGateway
2779
3002
  :active_directory_status,
2780
3003
  :smb_guest_password_set,
2781
3004
  :smb_security_strategy)
3005
+ SENSITIVE = []
2782
3006
  include Aws::Structure
2783
3007
  end
2784
3008
 
@@ -2801,6 +3025,7 @@ module Aws::StorageGateway
2801
3025
  #
2802
3026
  class DescribeSnapshotScheduleInput < Struct.new(
2803
3027
  :volume_arn)
3028
+ SENSITIVE = []
2804
3029
  include Aws::Structure
2805
3030
  end
2806
3031
 
@@ -2843,6 +3068,7 @@ module Aws::StorageGateway
2843
3068
  :description,
2844
3069
  :timezone,
2845
3070
  :tags)
3071
+ SENSITIVE = []
2846
3072
  include Aws::Structure
2847
3073
  end
2848
3074
 
@@ -2867,6 +3093,7 @@ module Aws::StorageGateway
2867
3093
  #
2868
3094
  class DescribeStorediSCSIVolumesInput < Struct.new(
2869
3095
  :volume_arns)
3096
+ SENSITIVE = []
2870
3097
  include Aws::Structure
2871
3098
  end
2872
3099
 
@@ -2874,62 +3101,60 @@ module Aws::StorageGateway
2874
3101
  # Describes a single unit of output from DescribeStorediSCSIVolumes.
2875
3102
  # The following fields are returned:
2876
3103
  #
2877
- # * **ChapEnabled**\: Indicates whether mutual CHAP is enabled for the
3104
+ # * `ChapEnabled`\: Indicates whether mutual CHAP is enabled for the
2878
3105
  # iSCSI target.
2879
3106
  #
2880
- # * **LunNumber**\: The logical disk number.
3107
+ # * `LunNumber`\: The logical disk number.
2881
3108
  #
2882
- # * **NetworkInterfaceId**\: The network interface ID of the stored
3109
+ # * `NetworkInterfaceId`\: The network interface ID of the stored
2883
3110
  # volume that initiator use to map the stored volume as an iSCSI
2884
3111
  # target.
2885
3112
  #
2886
- # * **NetworkInterfacePort**\: The port used to communicate with iSCSI
3113
+ # * `NetworkInterfacePort`\: The port used to communicate with iSCSI
2887
3114
  # targets.
2888
3115
  #
2889
- # * **PreservedExistingData**\: Indicates if when the stored volume
2890
- # was created, existing data on the underlying local disk was
2891
- # preserved.
3116
+ # * `PreservedExistingData`\: Indicates when the stored volume was
3117
+ # created, existing data on the underlying local disk was preserved.
2892
3118
  #
2893
- # * **SourceSnapshotId**\: If the stored volume was created from a
3119
+ # * `SourceSnapshotId`\: If the stored volume was created from a
2894
3120
  # snapshot, this field contains the snapshot ID used, e.g.
2895
- # snap-1122aabb. Otherwise, this field is not included.
3121
+ # `snap-1122aabb`. Otherwise, this field is not included.
2896
3122
  #
2897
- # * **StorediSCSIVolumes**\: An array of StorediSCSIVolume objects
2898
- # where each object contains metadata about one stored volume.
3123
+ # * `StorediSCSIVolumes`\: An array of StorediSCSIVolume objects where
3124
+ # each object contains metadata about one stored volume.
2899
3125
  #
2900
- # * **TargetARN**\: The Amazon Resource Name (ARN) of the volume
2901
- # target.
3126
+ # * `TargetARN`\: The Amazon Resource Name (ARN) of the volume target.
2902
3127
  #
2903
- # * **VolumeARN**\: The Amazon Resource Name (ARN) of the stored
2904
- # volume.
3128
+ # * `VolumeARN`\: The Amazon Resource Name (ARN) of the stored volume.
2905
3129
  #
2906
- # * **VolumeDiskId**\: The disk ID of the local disk that was
2907
- # specified in the CreateStorediSCSIVolume operation.
3130
+ # * `VolumeDiskId`\: The disk ID of the local disk that was specified
3131
+ # in the CreateStorediSCSIVolume operation.
2908
3132
  #
2909
- # * **VolumeId**\: The unique identifier of the storage volume, e.g.
2910
- # vol-1122AABB.
3133
+ # * `VolumeId`\: The unique identifier of the storage volume, e.g.
3134
+ # `vol-1122AABB`.
2911
3135
  #
2912
- # * **VolumeiSCSIAttributes**\: An VolumeiSCSIAttributes object that
3136
+ # * `VolumeiSCSIAttributes`\: An VolumeiSCSIAttributes object that
2913
3137
  # represents a collection of iSCSI attributes for one stored volume.
2914
3138
  #
2915
- # * **VolumeProgress**\: Represents the percentage complete if the
3139
+ # * `VolumeProgress`\: Represents the percentage complete if the
2916
3140
  # volume is restoring or bootstrapping that represents the percent
2917
3141
  # of data transferred. This field does not appear in the response if
2918
3142
  # the stored volume is not restoring or bootstrapping.
2919
3143
  #
2920
- # * **VolumeSizeInBytes**\: The size of the volume in bytes.
3144
+ # * `VolumeSizeInBytes`\: The size of the volume in bytes.
2921
3145
  #
2922
- # * **VolumeStatus**\: One of the `VolumeStatus` values that indicates
3146
+ # * `VolumeStatus`\: One of the `VolumeStatus` values that indicates
2923
3147
  # the state of the volume.
2924
3148
  #
2925
- # * **VolumeType**\: One of the enumeration values describing the type
2926
- # of the volume. Currently, on STORED volumes are supported.
3149
+ # * `VolumeType`\: One of the enumeration values describing the type
3150
+ # of the volume. Currently, only `STORED` volumes are supported.
2927
3151
  # @return [Array<Types::StorediSCSIVolume>]
2928
3152
  #
2929
3153
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeStorediSCSIVolumesOutput AWS API Documentation
2930
3154
  #
2931
3155
  class DescribeStorediSCSIVolumesOutput < Struct.new(
2932
3156
  :stored_iscsi_volumes)
3157
+ SENSITIVE = []
2933
3158
  include Aws::Structure
2934
3159
  end
2935
3160
 
@@ -2965,6 +3190,7 @@ module Aws::StorageGateway
2965
3190
  :tape_arns,
2966
3191
  :marker,
2967
3192
  :limit)
3193
+ SENSITIVE = []
2968
3194
  include Aws::Structure
2969
3195
  end
2970
3196
 
@@ -2975,7 +3201,7 @@ module Aws::StorageGateway
2975
3201
  # The description includes of the Amazon Resource Name (ARN) of the
2976
3202
  # virtual tapes. The information returned includes the Amazon Resource
2977
3203
  # Names (ARNs) of the tapes, size of the tapes, status of the tapes,
2978
- # progress of the description and tape barcode.
3204
+ # progress of the description, and tape barcode.
2979
3205
  # @return [Array<Types::TapeArchive>]
2980
3206
  #
2981
3207
  # @!attribute [rw] marker
@@ -2991,6 +3217,7 @@ module Aws::StorageGateway
2991
3217
  class DescribeTapeArchivesOutput < Struct.new(
2992
3218
  :tape_archives,
2993
3219
  :marker)
3220
+ SENSITIVE = []
2994
3221
  include Aws::Structure
2995
3222
  end
2996
3223
 
@@ -3027,6 +3254,7 @@ module Aws::StorageGateway
3027
3254
  :gateway_arn,
3028
3255
  :marker,
3029
3256
  :limit)
3257
+ SENSITIVE = []
3030
3258
  include Aws::Structure
3031
3259
  end
3032
3260
 
@@ -3058,6 +3286,7 @@ module Aws::StorageGateway
3058
3286
  :gateway_arn,
3059
3287
  :tape_recovery_point_infos,
3060
3288
  :marker)
3289
+ SENSITIVE = []
3061
3290
  include Aws::Structure
3062
3291
  end
3063
3292
 
@@ -3110,6 +3339,7 @@ module Aws::StorageGateway
3110
3339
  :tape_arns,
3111
3340
  :marker,
3112
3341
  :limit)
3342
+ SENSITIVE = []
3113
3343
  include Aws::Structure
3114
3344
  end
3115
3345
 
@@ -3132,6 +3362,7 @@ module Aws::StorageGateway
3132
3362
  class DescribeTapesOutput < Struct.new(
3133
3363
  :tapes,
3134
3364
  :marker)
3365
+ SENSITIVE = []
3135
3366
  include Aws::Structure
3136
3367
  end
3137
3368
 
@@ -3152,6 +3383,7 @@ module Aws::StorageGateway
3152
3383
  #
3153
3384
  class DescribeUploadBufferInput < Struct.new(
3154
3385
  :gateway_arn)
3386
+ SENSITIVE = []
3155
3387
  include Aws::Structure
3156
3388
  end
3157
3389
 
@@ -3185,6 +3417,7 @@ module Aws::StorageGateway
3185
3417
  :disk_ids,
3186
3418
  :upload_buffer_used_in_bytes,
3187
3419
  :upload_buffer_allocated_in_bytes)
3420
+ SENSITIVE = []
3188
3421
  include Aws::Structure
3189
3422
  end
3190
3423
 
@@ -3234,6 +3467,7 @@ module Aws::StorageGateway
3234
3467
  :vtl_device_arns,
3235
3468
  :marker,
3236
3469
  :limit)
3470
+ SENSITIVE = []
3237
3471
  include Aws::Structure
3238
3472
  end
3239
3473
 
@@ -3264,6 +3498,7 @@ module Aws::StorageGateway
3264
3498
  :gateway_arn,
3265
3499
  :vtl_devices,
3266
3500
  :marker)
3501
+ SENSITIVE = []
3267
3502
  include Aws::Structure
3268
3503
  end
3269
3504
 
@@ -3287,6 +3522,7 @@ module Aws::StorageGateway
3287
3522
  #
3288
3523
  class DescribeWorkingStorageInput < Struct.new(
3289
3524
  :gateway_arn)
3525
+ SENSITIVE = []
3290
3526
  include Aws::Structure
3291
3527
  end
3292
3528
 
@@ -3322,6 +3558,7 @@ module Aws::StorageGateway
3322
3558
  :disk_ids,
3323
3559
  :working_storage_used_in_bytes,
3324
3560
  :working_storage_allocated_in_bytes)
3561
+ SENSITIVE = []
3325
3562
  include Aws::Structure
3326
3563
  end
3327
3564
 
@@ -3345,6 +3582,8 @@ module Aws::StorageGateway
3345
3582
  # volume and detach the volume. The default is `false`. If this value
3346
3583
  # is set to `false`, you must manually disconnect the iSCSI connection
3347
3584
  # from the target volume.
3585
+ #
3586
+ # Valid Values: `true` \| `false`
3348
3587
  # @return [Boolean]
3349
3588
  #
3350
3589
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DetachVolumeInput AWS API Documentation
@@ -3352,6 +3591,7 @@ module Aws::StorageGateway
3352
3591
  class DetachVolumeInput < Struct.new(
3353
3592
  :volume_arn,
3354
3593
  :force_detach)
3594
+ SENSITIVE = []
3355
3595
  include Aws::Structure
3356
3596
  end
3357
3597
 
@@ -3365,6 +3605,7 @@ module Aws::StorageGateway
3365
3605
  #
3366
3606
  class DetachVolumeOutput < Struct.new(
3367
3607
  :volume_arn)
3608
+ SENSITIVE = []
3368
3609
  include Aws::Structure
3369
3610
  end
3370
3611
 
@@ -3394,6 +3635,7 @@ module Aws::StorageGateway
3394
3635
  :network_interface_id,
3395
3636
  :network_interface_port,
3396
3637
  :chap_enabled)
3638
+ SENSITIVE = []
3397
3639
  include Aws::Structure
3398
3640
  end
3399
3641
 
@@ -3416,6 +3658,7 @@ module Aws::StorageGateway
3416
3658
  #
3417
3659
  class DisableGatewayInput < Struct.new(
3418
3660
  :gateway_arn)
3661
+ SENSITIVE = []
3419
3662
  include Aws::Structure
3420
3663
  end
3421
3664
 
@@ -3429,6 +3672,7 @@ module Aws::StorageGateway
3429
3672
  #
3430
3673
  class DisableGatewayOutput < Struct.new(
3431
3674
  :gateway_arn)
3675
+ SENSITIVE = []
3432
3676
  include Aws::Structure
3433
3677
  end
3434
3678
 
@@ -3458,8 +3702,9 @@ module Aws::StorageGateway
3458
3702
  #
3459
3703
  # @!attribute [rw] disk_allocation_type
3460
3704
  # One of the `DiskAllocationType` enumeration values that identifies
3461
- # how a local disk is used. Valid values: `UPLOAD_BUFFER`,
3462
- # `CACHE_STORAGE`
3705
+ # how a local disk is used.
3706
+ #
3707
+ # Valid Values: `UPLOAD_BUFFER` \| `CACHE_STORAGE`
3463
3708
  # @return [String]
3464
3709
  #
3465
3710
  # @!attribute [rw] disk_allocation_resource
@@ -3484,6 +3729,7 @@ module Aws::StorageGateway
3484
3729
  :disk_allocation_type,
3485
3730
  :disk_allocation_resource,
3486
3731
  :disk_attribute_list)
3732
+ SENSITIVE = []
3487
3733
  include Aws::Structure
3488
3734
  end
3489
3735
 
@@ -3502,8 +3748,9 @@ module Aws::StorageGateway
3502
3748
  # @return [String]
3503
3749
  #
3504
3750
  # @!attribute [rw] file_share_status
3505
- # The status of the file share. Possible values are `CREATING`,
3506
- # `UPDATING`, `AVAILABLE` and `DELETING`.
3751
+ # The status of the file share.
3752
+ #
3753
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
3507
3754
  # @return [String]
3508
3755
  #
3509
3756
  # @!attribute [rw] gateway_arn
@@ -3520,6 +3767,7 @@ module Aws::StorageGateway
3520
3767
  :file_share_id,
3521
3768
  :file_share_status,
3522
3769
  :gateway_arn)
3770
+ SENSITIVE = []
3523
3771
  include Aws::Structure
3524
3772
  end
3525
3773
 
@@ -3544,7 +3792,7 @@ module Aws::StorageGateway
3544
3792
  # @!attribute [rw] gateway_operational_state
3545
3793
  # The state of the gateway.
3546
3794
  #
3547
- # Valid Values: DISABLED or ACTIVE
3795
+ # Valid Values: `DISABLED` \| `ACTIVE`
3548
3796
  # @return [String]
3549
3797
  #
3550
3798
  # @!attribute [rw] gateway_name
@@ -3570,6 +3818,7 @@ module Aws::StorageGateway
3570
3818
  :gateway_name,
3571
3819
  :ec2_instance_id,
3572
3820
  :ec2_instance_region)
3821
+ SENSITIVE = []
3573
3822
  include Aws::Structure
3574
3823
  end
3575
3824
 
@@ -3590,6 +3839,7 @@ module Aws::StorageGateway
3590
3839
  class InternalServerError < Struct.new(
3591
3840
  :message,
3592
3841
  :error)
3842
+ SENSITIVE = []
3593
3843
  include Aws::Structure
3594
3844
  end
3595
3845
 
@@ -3610,6 +3860,7 @@ module Aws::StorageGateway
3610
3860
  class InvalidGatewayRequestException < Struct.new(
3611
3861
  :message,
3612
3862
  :error)
3863
+ SENSITIVE = []
3613
3864
  include Aws::Structure
3614
3865
  end
3615
3866
 
@@ -3679,6 +3930,7 @@ module Aws::StorageGateway
3679
3930
  :timeout_in_seconds,
3680
3931
  :user_name,
3681
3932
  :password)
3933
+ SENSITIVE = [:password]
3682
3934
  include Aws::Structure
3683
3935
  end
3684
3936
 
@@ -3693,23 +3945,24 @@ module Aws::StorageGateway
3693
3945
  # Indicates the status of the gateway as a member of the Active
3694
3946
  # Directory domain.
3695
3947
  #
3696
- # * ACCESS\_DENIED: Indicates that the `JoinDomain` operation failed
3948
+ # * `ACCESS_DENIED`\: Indicates that the `JoinDomain` operation failed
3697
3949
  # due to an authentication error.
3698
3950
  #
3699
- # * DETACHED: Indicates that gateway is not joined to a domain.
3951
+ # * `DETACHED`\: Indicates that gateway is not joined to a domain.
3700
3952
  #
3701
- # * JOINED: Indicates that the gateway has successfully joined a
3953
+ # * `JOINED`\: Indicates that the gateway has successfully joined a
3702
3954
  # domain.
3703
3955
  #
3704
- # * JOINING: Indicates that a `JoinDomain` operation is in progress.
3956
+ # * `JOINING`\: Indicates that a `JoinDomain` operation is in
3957
+ # progress.
3705
3958
  #
3706
- # * NETWORK\_ERROR: Indicates that `JoinDomain` operation failed due
3959
+ # * `NETWORK_ERROR`\: Indicates that `JoinDomain` operation failed due
3707
3960
  # to a network or connectivity error.
3708
3961
  #
3709
- # * TIMEOUT: Indicates that the `JoinDomain` operation failed because
3710
- # the operation didn't complete within the allotted time.
3962
+ # * `TIMEOUT`\: Indicates that the `JoinDomain` operation failed
3963
+ # because the operation didn't complete within the allotted time.
3711
3964
  #
3712
- # * UNKNOWN\_ERROR: Indicates that the `JoinDomain` operation failed
3965
+ # * `UNKNOWN_ERROR`\: Indicates that the `JoinDomain` operation failed
3713
3966
  # due to another type of error.
3714
3967
  # @return [String]
3715
3968
  #
@@ -3718,6 +3971,7 @@ module Aws::StorageGateway
3718
3971
  class JoinDomainOutput < Struct.new(
3719
3972
  :gateway_arn,
3720
3973
  :active_directory_status)
3974
+ SENSITIVE = []
3721
3975
  include Aws::Structure
3722
3976
  end
3723
3977
 
@@ -3738,6 +3992,7 @@ module Aws::StorageGateway
3738
3992
  #
3739
3993
  class ListAutomaticTapeCreationPoliciesInput < Struct.new(
3740
3994
  :gateway_arn)
3995
+ SENSITIVE = []
3741
3996
  include Aws::Structure
3742
3997
  end
3743
3998
 
@@ -3751,6 +4006,7 @@ module Aws::StorageGateway
3751
4006
  #
3752
4007
  class ListAutomaticTapeCreationPoliciesOutput < Struct.new(
3753
4008
  :automatic_tape_creation_policy_infos)
4009
+ SENSITIVE = []
3754
4010
  include Aws::Structure
3755
4011
  end
3756
4012
 
@@ -3788,6 +4044,7 @@ module Aws::StorageGateway
3788
4044
  :gateway_arn,
3789
4045
  :limit,
3790
4046
  :marker)
4047
+ SENSITIVE = []
3791
4048
  include Aws::Structure
3792
4049
  end
3793
4050
 
@@ -3814,6 +4071,7 @@ module Aws::StorageGateway
3814
4071
  :marker,
3815
4072
  :next_marker,
3816
4073
  :file_share_info_list)
4074
+ SENSITIVE = []
3817
4075
  include Aws::Structure
3818
4076
  end
3819
4077
 
@@ -3846,6 +4104,7 @@ module Aws::StorageGateway
3846
4104
  class ListGatewaysInput < Struct.new(
3847
4105
  :marker,
3848
4106
  :limit)
4107
+ SENSITIVE = []
3849
4108
  include Aws::Structure
3850
4109
  end
3851
4110
 
@@ -3864,6 +4123,7 @@ module Aws::StorageGateway
3864
4123
  class ListGatewaysOutput < Struct.new(
3865
4124
  :gateways,
3866
4125
  :marker)
4126
+ SENSITIVE = []
3867
4127
  include Aws::Structure
3868
4128
  end
3869
4129
 
@@ -3887,6 +4147,7 @@ module Aws::StorageGateway
3887
4147
  #
3888
4148
  class ListLocalDisksInput < Struct.new(
3889
4149
  :gateway_arn)
4150
+ SENSITIVE = []
3890
4151
  include Aws::Structure
3891
4152
  end
3892
4153
 
@@ -3909,6 +4170,7 @@ module Aws::StorageGateway
3909
4170
  class ListLocalDisksOutput < Struct.new(
3910
4171
  :gateway_arn,
3911
4172
  :disks)
4173
+ SENSITIVE = []
3912
4174
  include Aws::Structure
3913
4175
  end
3914
4176
 
@@ -3944,6 +4206,7 @@ module Aws::StorageGateway
3944
4206
  :resource_arn,
3945
4207
  :marker,
3946
4208
  :limit)
4209
+ SENSITIVE = []
3947
4210
  include Aws::Structure
3948
4211
  end
3949
4212
 
@@ -3969,6 +4232,7 @@ module Aws::StorageGateway
3969
4232
  :resource_arn,
3970
4233
  :marker,
3971
4234
  :tags)
4235
+ SENSITIVE = []
3972
4236
  include Aws::Structure
3973
4237
  end
3974
4238
 
@@ -4011,6 +4275,7 @@ module Aws::StorageGateway
4011
4275
  :tape_arns,
4012
4276
  :marker,
4013
4277
  :limit)
4278
+ SENSITIVE = []
4014
4279
  include Aws::Structure
4015
4280
  end
4016
4281
 
@@ -4038,6 +4303,7 @@ module Aws::StorageGateway
4038
4303
  class ListTapesOutput < Struct.new(
4039
4304
  :tape_infos,
4040
4305
  :marker)
4306
+ SENSITIVE = []
4041
4307
  include Aws::Structure
4042
4308
  end
4043
4309
 
@@ -4059,6 +4325,7 @@ module Aws::StorageGateway
4059
4325
  #
4060
4326
  class ListVolumeInitiatorsInput < Struct.new(
4061
4327
  :volume_arn)
4328
+ SENSITIVE = []
4062
4329
  include Aws::Structure
4063
4330
  end
4064
4331
 
@@ -4073,6 +4340,7 @@ module Aws::StorageGateway
4073
4340
  #
4074
4341
  class ListVolumeInitiatorsOutput < Struct.new(
4075
4342
  :initiators)
4343
+ SENSITIVE = []
4076
4344
  include Aws::Structure
4077
4345
  end
4078
4346
 
@@ -4093,6 +4361,7 @@ module Aws::StorageGateway
4093
4361
  #
4094
4362
  class ListVolumeRecoveryPointsInput < Struct.new(
4095
4363
  :gateway_arn)
4364
+ SENSITIVE = []
4096
4365
  include Aws::Structure
4097
4366
  end
4098
4367
 
@@ -4111,6 +4380,7 @@ module Aws::StorageGateway
4111
4380
  class ListVolumeRecoveryPointsOutput < Struct.new(
4112
4381
  :gateway_arn,
4113
4382
  :volume_recovery_point_infos)
4383
+ SENSITIVE = []
4114
4384
  include Aws::Structure
4115
4385
  end
4116
4386
 
@@ -4152,6 +4422,7 @@ module Aws::StorageGateway
4152
4422
  :gateway_arn,
4153
4423
  :marker,
4154
4424
  :limit)
4425
+ SENSITIVE = []
4155
4426
  include Aws::Structure
4156
4427
  end
4157
4428
 
@@ -4185,6 +4456,7 @@ module Aws::StorageGateway
4185
4456
  :gateway_arn,
4186
4457
  :marker,
4187
4458
  :volume_infos)
4459
+ SENSITIVE = []
4188
4460
  include Aws::Structure
4189
4461
  end
4190
4462
 
@@ -4206,25 +4478,25 @@ module Aws::StorageGateway
4206
4478
  # }
4207
4479
  #
4208
4480
  # @!attribute [rw] file_mode
4209
- # The Unix file mode in the form "nnnn". For example, "0666"
4481
+ # The Unix file mode in the form "nnnn". For example, `0666`
4210
4482
  # represents the default file mode inside the file share. The default
4211
- # value is 0666.
4483
+ # value is `0666`.
4212
4484
  # @return [String]
4213
4485
  #
4214
4486
  # @!attribute [rw] directory_mode
4215
- # The Unix directory mode in the form "nnnn". For example, "0666"
4487
+ # The Unix directory mode in the form "nnnn". For example, `0666`
4216
4488
  # represents the default access mode for all directories inside the
4217
- # file share. The default value is 0777.
4489
+ # file share. The default value is `0777`.
4218
4490
  # @return [String]
4219
4491
  #
4220
4492
  # @!attribute [rw] group_id
4221
4493
  # The default group ID for the file share (unless the files have
4222
- # another group ID specified). The default value is nfsnobody.
4494
+ # another group ID specified). The default value is `nfsnobody`.
4223
4495
  # @return [Integer]
4224
4496
  #
4225
4497
  # @!attribute [rw] owner_id
4226
4498
  # The default owner ID for files in the file share (unless the files
4227
- # have another owner ID specified). The default value is nfsnobody.
4499
+ # have another owner ID specified). The default value is `nfsnobody`.
4228
4500
  # @return [Integer]
4229
4501
  #
4230
4502
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareDefaults AWS API Documentation
@@ -4234,6 +4506,7 @@ module Aws::StorageGateway
4234
4506
  :directory_mode,
4235
4507
  :group_id,
4236
4508
  :owner_id)
4509
+ SENSITIVE = []
4237
4510
  include Aws::Structure
4238
4511
  end
4239
4512
 
@@ -4259,8 +4532,9 @@ module Aws::StorageGateway
4259
4532
  # @return [String]
4260
4533
  #
4261
4534
  # @!attribute [rw] file_share_status
4262
- # The status of the file share. Possible values are `CREATING`,
4263
- # `UPDATING`, `AVAILABLE` and `DELETING`.
4535
+ # The status of the file share.
4536
+ #
4537
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
4264
4538
  # @return [String]
4265
4539
  #
4266
4540
  # @!attribute [rw] gateway_arn
@@ -4270,14 +4544,17 @@ module Aws::StorageGateway
4270
4544
  # @return [String]
4271
4545
  #
4272
4546
  # @!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.
4547
+ # Set to `true` to use Amazon S3 server-side encryption with your own
4548
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
4549
+ #
4550
+ # Valid Values: `true` \| `false`
4275
4551
  # @return [Boolean]
4276
4552
  #
4277
4553
  # @!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.
4554
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
4555
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
4556
+ # does not support asymmetric CMKs. This value can only be set when
4557
+ # `KMSEncrypted` is `true`. Optional.
4281
4558
  # @return [String]
4282
4559
  #
4283
4560
  # @!attribute [rw] path
@@ -4291,20 +4568,23 @@ module Aws::StorageGateway
4291
4568
  # @return [String]
4292
4569
  #
4293
4570
  # @!attribute [rw] location_arn
4294
- # The ARN of the backend storage used for storing file data.
4571
+ # The ARN of the backend storage used for storing file data. A prefix
4572
+ # name can be added to the S3 bucket name. It must end with a "/".
4295
4573
  # @return [String]
4296
4574
  #
4297
4575
  # @!attribute [rw] default_storage_class
4298
4576
  # 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.
4577
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
4578
+ # Optional.
4579
+ #
4580
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
4581
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
4302
4582
  # @return [String]
4303
4583
  #
4304
4584
  # @!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".
4585
+ # A value that sets the access control list (ACL) permission for
4586
+ # objects in the S3 bucket that a file gateway puts objects into. The
4587
+ # default value is `private`.
4308
4588
  # @return [String]
4309
4589
  #
4310
4590
  # @!attribute [rw] client_list
@@ -4315,36 +4595,44 @@ module Aws::StorageGateway
4315
4595
  # @!attribute [rw] squash
4316
4596
  # The user mapped to anonymous user. Valid options are the following:
4317
4597
  #
4318
- # * `RootSquash` - Only root is mapped to anonymous user.
4598
+ # * `RootSquash`\: Only root is mapped to anonymous user.
4319
4599
  #
4320
- # * `NoSquash` - No one is mapped to anonymous user
4600
+ # * `NoSquash`\: No one is mapped to anonymous user.
4321
4601
  #
4322
- # * `AllSquash` - Everyone is mapped to anonymous user.
4602
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
4323
4603
  # @return [String]
4324
4604
  #
4325
4605
  # @!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.
4606
+ # A value that sets the write status of a file share. Set this value
4607
+ # to `true` to set the write status to read-only, otherwise set to
4608
+ # `false`.
4609
+ #
4610
+ # Valid Values: `true` \| `false`
4328
4611
  # @return [Boolean]
4329
4612
  #
4330
4613
  # @!attribute [rw] guess_mime_type_enabled
4331
4614
  # 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.
4615
+ # based on file extensions. Set this value to `true` to enable MIME
4616
+ # type guessing, otherwise set to `false`. The default value is
4617
+ # `true`.
4618
+ #
4619
+ # Valid Values: `true` \| `false`
4334
4620
  # @return [Boolean]
4335
4621
  #
4336
4622
  # @!attribute [rw] requester_pays
4337
4623
  # A value that sets who pays the cost of the request and the cost
4338
4624
  # 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.
4625
+ # set to `true`, the requester pays the costs; otherwise, the S3
4626
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
4627
+ # of storing data.
4342
4628
  #
4343
4629
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
4344
4630
  # file share, so make sure that the configuration on the file share is
4345
4631
  # the same as the S3 bucket configuration.
4346
4632
  #
4347
4633
  # </note>
4634
+ #
4635
+ # Valid Values: `true` \| `false`
4348
4636
  # @return [Boolean]
4349
4637
  #
4350
4638
  # @!attribute [rw] tags
@@ -4354,6 +4642,19 @@ module Aws::StorageGateway
4354
4642
  # the `ListTagsForResource` API operation.
4355
4643
  # @return [Array<Types::Tag>]
4356
4644
  #
4645
+ # @!attribute [rw] file_share_name
4646
+ # The name of the file share. Optional.
4647
+ #
4648
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
4649
+ # `LocationARN`.
4650
+ #
4651
+ # </note>
4652
+ # @return [String]
4653
+ #
4654
+ # @!attribute [rw] cache_attributes
4655
+ # Refresh cache information.
4656
+ # @return [Types::CacheAttributes]
4657
+ #
4357
4658
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
4358
4659
  #
4359
4660
  class NFSFileShareInfo < Struct.new(
@@ -4374,7 +4675,10 @@ module Aws::StorageGateway
4374
4675
  :read_only,
4375
4676
  :guess_mime_type_enabled,
4376
4677
  :requester_pays,
4377
- :tags)
4678
+ :tags,
4679
+ :file_share_name,
4680
+ :cache_attributes)
4681
+ SENSITIVE = []
4378
4682
  include Aws::Structure
4379
4683
  end
4380
4684
 
@@ -4403,6 +4707,7 @@ module Aws::StorageGateway
4403
4707
  :ipv_4_address,
4404
4708
  :mac_address,
4405
4709
  :ipv_6_address)
4710
+ SENSITIVE = []
4406
4711
  include Aws::Structure
4407
4712
  end
4408
4713
 
@@ -4421,6 +4726,7 @@ module Aws::StorageGateway
4421
4726
  #
4422
4727
  class NotifyWhenUploadedInput < Struct.new(
4423
4728
  :file_share_arn)
4729
+ SENSITIVE = []
4424
4730
  include Aws::Structure
4425
4731
  end
4426
4732
 
@@ -4438,6 +4744,7 @@ module Aws::StorageGateway
4438
4744
  class NotifyWhenUploadedOutput < Struct.new(
4439
4745
  :file_share_arn,
4440
4746
  :notification_id)
4747
+ SENSITIVE = []
4441
4748
  include Aws::Structure
4442
4749
  end
4443
4750
 
@@ -4461,19 +4768,21 @@ module Aws::StorageGateway
4461
4768
  # A comma-separated list of the paths of folders to refresh in the
4462
4769
  # cache. The default is \[`"/"`\]. The default refreshes objects and
4463
4770
  # 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.
4771
+ # to `true`, the entire S3 bucket that the file share has access to is
4772
+ # refreshed.
4466
4773
  # @return [Array<String>]
4467
4774
  #
4468
4775
  # @!attribute [rw] recursive
4469
4776
  # A value that specifies whether to recursively refresh folders in the
4470
4777
  # cache. The refresh includes folders that were in the cache the last
4471
4778
  # time the gateway listed the folder's contents. If this value set to
4472
- # "true", each folder that is listed in `FolderList` is recursively
4779
+ # `true`, each folder that is listed in `FolderList` is recursively
4473
4780
  # updated. Otherwise, subfolders listed in `FolderList` are not
4474
4781
  # refreshed. Only objects that are in folders listed directly under
4475
4782
  # `FolderList` are found and used for the update. The default is
4476
- # "true".
4783
+ # `true`.
4784
+ #
4785
+ # Valid Values: `true` \| `false`
4477
4786
  # @return [Boolean]
4478
4787
  #
4479
4788
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RefreshCacheInput AWS API Documentation
@@ -4482,6 +4791,7 @@ module Aws::StorageGateway
4482
4791
  :file_share_arn,
4483
4792
  :folder_list,
4484
4793
  :recursive)
4794
+ SENSITIVE = []
4485
4795
  include Aws::Structure
4486
4796
  end
4487
4797
 
@@ -4501,6 +4811,7 @@ module Aws::StorageGateway
4501
4811
  class RefreshCacheOutput < Struct.new(
4502
4812
  :file_share_arn,
4503
4813
  :notification_id)
4814
+ SENSITIVE = []
4504
4815
  include Aws::Structure
4505
4816
  end
4506
4817
 
@@ -4529,6 +4840,7 @@ module Aws::StorageGateway
4529
4840
  class RemoveTagsFromResourceInput < Struct.new(
4530
4841
  :resource_arn,
4531
4842
  :tag_keys)
4843
+ SENSITIVE = []
4532
4844
  include Aws::Structure
4533
4845
  end
4534
4846
 
@@ -4543,6 +4855,7 @@ module Aws::StorageGateway
4543
4855
  #
4544
4856
  class RemoveTagsFromResourceOutput < Struct.new(
4545
4857
  :resource_arn)
4858
+ SENSITIVE = []
4546
4859
  include Aws::Structure
4547
4860
  end
4548
4861
 
@@ -4563,6 +4876,7 @@ module Aws::StorageGateway
4563
4876
  #
4564
4877
  class ResetCacheInput < Struct.new(
4565
4878
  :gateway_arn)
4879
+ SENSITIVE = []
4566
4880
  include Aws::Structure
4567
4881
  end
4568
4882
 
@@ -4576,6 +4890,7 @@ module Aws::StorageGateway
4576
4890
  #
4577
4891
  class ResetCacheOutput < Struct.new(
4578
4892
  :gateway_arn)
4893
+ SENSITIVE = []
4579
4894
  include Aws::Structure
4580
4895
  end
4581
4896
 
@@ -4608,6 +4923,7 @@ module Aws::StorageGateway
4608
4923
  class RetrieveTapeArchiveInput < Struct.new(
4609
4924
  :tape_arn,
4610
4925
  :gateway_arn)
4926
+ SENSITIVE = []
4611
4927
  include Aws::Structure
4612
4928
  end
4613
4929
 
@@ -4621,6 +4937,7 @@ module Aws::StorageGateway
4621
4937
  #
4622
4938
  class RetrieveTapeArchiveOutput < Struct.new(
4623
4939
  :tape_arn)
4940
+ SENSITIVE = []
4624
4941
  include Aws::Structure
4625
4942
  end
4626
4943
 
@@ -4650,6 +4967,7 @@ module Aws::StorageGateway
4650
4967
  class RetrieveTapeRecoveryPointInput < Struct.new(
4651
4968
  :tape_arn,
4652
4969
  :gateway_arn)
4970
+ SENSITIVE = []
4653
4971
  include Aws::Structure
4654
4972
  end
4655
4973
 
@@ -4664,6 +4982,7 @@ module Aws::StorageGateway
4664
4982
  #
4665
4983
  class RetrieveTapeRecoveryPointOutput < Struct.new(
4666
4984
  :tape_arn)
4985
+ SENSITIVE = []
4667
4986
  include Aws::Structure
4668
4987
  end
4669
4988
 
@@ -4680,8 +4999,9 @@ module Aws::StorageGateway
4680
4999
  # @return [String]
4681
5000
  #
4682
5001
  # @!attribute [rw] file_share_status
4683
- # The status of the file share. Possible values are `CREATING`,
4684
- # `UPDATING`, `AVAILABLE` and `DELETING`.
5002
+ # The status of the file share.
5003
+ #
5004
+ # Valid Values: `CREATING` \| `UPDATING` \| `AVAILABLE` \| `DELETING`
4685
5005
  # @return [String]
4686
5006
  #
4687
5007
  # @!attribute [rw] gateway_arn
@@ -4691,14 +5011,17 @@ module Aws::StorageGateway
4691
5011
  # @return [String]
4692
5012
  #
4693
5013
  # @!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.
5014
+ # Set to `true` to use Amazon S3 server-side encryption with your own
5015
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5016
+ #
5017
+ # Valid Values: `true` \| `false`
4696
5018
  # @return [Boolean]
4697
5019
  #
4698
5020
  # @!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.
5021
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5022
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5023
+ # does not support asymmetric CMKs. This value can only be set when
5024
+ # `KMSEncrypted` is `true`. Optional.
4702
5025
  # @return [String]
4703
5026
  #
4704
5027
  # @!attribute [rw] path
@@ -4712,77 +5035,95 @@ module Aws::StorageGateway
4712
5035
  # @return [String]
4713
5036
  #
4714
5037
  # @!attribute [rw] location_arn
4715
- # The ARN of the backend storage used for storing file data.
5038
+ # The ARN of the backend storage used for storing file data. A prefix
5039
+ # name can be added to the S3 bucket name. It must end with a "/".
4716
5040
  # @return [String]
4717
5041
  #
4718
5042
  # @!attribute [rw] default_storage_class
4719
5043
  # 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.
5044
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5045
+ # Optional.
5046
+ #
5047
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5048
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
4723
5049
  # @return [String]
4724
5050
  #
4725
5051
  # @!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".
5052
+ # A value that sets the access control list (ACL) permission for
5053
+ # objects in the S3 bucket that a file gateway puts objects into. The
5054
+ # default value is `private`.
4729
5055
  # @return [String]
4730
5056
  #
4731
5057
  # @!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.
5058
+ # A value that sets the write status of a file share. Set this value
5059
+ # to `true` to set the write status to read-only, otherwise set to
5060
+ # `false`.
5061
+ #
5062
+ # Valid Values: `true` \| `false`
4734
5063
  # @return [Boolean]
4735
5064
  #
4736
5065
  # @!attribute [rw] guess_mime_type_enabled
4737
5066
  # 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.
5067
+ # based on file extensions. Set this value to `true` to enable MIME
5068
+ # type guessing, otherwise set to `false`. The default value is
5069
+ # `true`.
5070
+ #
5071
+ # Valid Values: `true` \| `false`
4740
5072
  # @return [Boolean]
4741
5073
  #
4742
5074
  # @!attribute [rw] requester_pays
4743
5075
  # A value that sets who pays the cost of the request and the cost
4744
5076
  # 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.
5077
+ # set to `true`, the requester pays the costs; otherwise, the S3
5078
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
5079
+ # of storing data.
4748
5080
  #
4749
5081
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
4750
5082
  # file share, so make sure that the configuration on the file share is
4751
5083
  # the same as the S3 bucket configuration.
4752
5084
  #
4753
5085
  # </note>
5086
+ #
5087
+ # Valid Values: `true` \| `false`
4754
5088
  # @return [Boolean]
4755
5089
  #
4756
5090
  # @!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.
5091
+ # If this value is set to `true`, it indicates that access control
5092
+ # list (ACL) is enabled on the SMB file share. If it is set to
5093
+ # `false`, it indicates that file and directory permissions are mapped
5094
+ # to the POSIX permission.
5095
+ #
5096
+ # For more information, see [Using Microsoft Windows ACLs to control
5097
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
5098
+ # Guide*.
5099
+ #
5100
+ #
5101
+ #
5102
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
4765
5103
  # @return [Boolean]
4766
5104
  #
4767
5105
  # @!attribute [rw] admin_user_list
4768
5106
  # A list of users or groups in the Active Directory that have
4769
5107
  # administrator rights to the file share. A group must be prefixed
4770
- # with the @ character. For example `@group1`. Can only be set if
5108
+ # with the @ character. Acceptable formats include: `DOMAIN\User1`,
5109
+ # `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
4771
5110
  # Authentication is set to `ActiveDirectory`.
4772
5111
  # @return [Array<String>]
4773
5112
  #
4774
5113
  # @!attribute [rw] valid_user_list
4775
5114
  # A list of users or groups in the Active Directory that are allowed
4776
5115
  # to access the file share. A group must be prefixed with the @
4777
- # character. For example `@group1`. Can only be set if Authentication
5116
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5117
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
4778
5118
  # is set to `ActiveDirectory`.
4779
5119
  # @return [Array<String>]
4780
5120
  #
4781
5121
  # @!attribute [rw] invalid_user_list
4782
5122
  # A list of users or groups in the Active Directory that are not
4783
5123
  # 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`.
5124
+ # @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
5125
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
5126
+ # is set to `ActiveDirectory`.
4786
5127
  # @return [Array<String>]
4787
5128
  #
4788
5129
  # @!attribute [rw] audit_destination_arn
@@ -4791,10 +5132,17 @@ module Aws::StorageGateway
4791
5132
  # @return [String]
4792
5133
  #
4793
5134
  # @!attribute [rw] authentication
4794
- # The authentication method of the file share.
4795
- #
4796
- # Valid values are `ActiveDirectory` or `GuestAccess`. The default is
5135
+ # The authentication method of the file share. The default is
4797
5136
  # `ActiveDirectory`.
5137
+ #
5138
+ # Valid Values: `ActiveDirectory` \| `GuestAccess`
5139
+ # @return [String]
5140
+ #
5141
+ # @!attribute [rw] case_sensitivity
5142
+ # The case of an object name in an Amazon S3 bucket. For
5143
+ # `ClientSpecified`, the client determines the case sensitivity. For
5144
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
5145
+ # default value is `ClientSpecified`.
4798
5146
  # @return [String]
4799
5147
  #
4800
5148
  # @!attribute [rw] tags
@@ -4804,6 +5152,19 @@ module Aws::StorageGateway
4804
5152
  # the `ListTagsForResource` API operation.
4805
5153
  # @return [Array<Types::Tag>]
4806
5154
  #
5155
+ # @!attribute [rw] file_share_name
5156
+ # The name of the file share. Optional.
5157
+ #
5158
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
5159
+ # `LocationARN`.
5160
+ #
5161
+ # </note>
5162
+ # @return [String]
5163
+ #
5164
+ # @!attribute [rw] cache_attributes
5165
+ # Refresh cache information.
5166
+ # @return [Types::CacheAttributes]
5167
+ #
4807
5168
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
4808
5169
  #
4809
5170
  class SMBFileShareInfo < Struct.new(
@@ -4827,7 +5188,11 @@ module Aws::StorageGateway
4827
5188
  :invalid_user_list,
4828
5189
  :audit_destination_arn,
4829
5190
  :authentication,
4830
- :tags)
5191
+ :case_sensitivity,
5192
+ :tags,
5193
+ :file_share_name,
5194
+ :cache_attributes)
5195
+ SENSITIVE = []
4831
5196
  include Aws::Structure
4832
5197
  end
4833
5198
 
@@ -4848,6 +5213,7 @@ module Aws::StorageGateway
4848
5213
  class ServiceUnavailableError < Struct.new(
4849
5214
  :message,
4850
5215
  :error)
5216
+ SENSITIVE = []
4851
5217
  include Aws::Structure
4852
5218
  end
4853
5219
 
@@ -4876,6 +5242,7 @@ module Aws::StorageGateway
4876
5242
  class SetLocalConsolePasswordInput < Struct.new(
4877
5243
  :gateway_arn,
4878
5244
  :local_console_password)
5245
+ SENSITIVE = [:local_console_password]
4879
5246
  include Aws::Structure
4880
5247
  end
4881
5248
 
@@ -4889,6 +5256,7 @@ module Aws::StorageGateway
4889
5256
  #
4890
5257
  class SetLocalConsolePasswordOutput < Struct.new(
4891
5258
  :gateway_arn)
5259
+ SENSITIVE = []
4892
5260
  include Aws::Structure
4893
5261
  end
4894
5262
 
@@ -4908,7 +5276,7 @@ module Aws::StorageGateway
4908
5276
  # @return [String]
4909
5277
  #
4910
5278
  # @!attribute [rw] password
4911
- # The password that you want to set for your SMB Server.
5279
+ # The password that you want to set for your SMB server.
4912
5280
  # @return [String]
4913
5281
  #
4914
5282
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordInput AWS API Documentation
@@ -4916,6 +5284,7 @@ module Aws::StorageGateway
4916
5284
  class SetSMBGuestPasswordInput < Struct.new(
4917
5285
  :gateway_arn,
4918
5286
  :password)
5287
+ SENSITIVE = [:password]
4919
5288
  include Aws::Structure
4920
5289
  end
4921
5290
 
@@ -4929,6 +5298,7 @@ module Aws::StorageGateway
4929
5298
  #
4930
5299
  class SetSMBGuestPasswordOutput < Struct.new(
4931
5300
  :gateway_arn)
5301
+ SENSITIVE = []
4932
5302
  include Aws::Structure
4933
5303
  end
4934
5304
 
@@ -4952,6 +5322,7 @@ module Aws::StorageGateway
4952
5322
  #
4953
5323
  class ShutdownGatewayInput < Struct.new(
4954
5324
  :gateway_arn)
5325
+ SENSITIVE = []
4955
5326
  include Aws::Structure
4956
5327
  end
4957
5328
 
@@ -4968,6 +5339,7 @@ module Aws::StorageGateway
4968
5339
  #
4969
5340
  class ShutdownGatewayOutput < Struct.new(
4970
5341
  :gateway_arn)
5342
+ SENSITIVE = []
4971
5343
  include Aws::Structure
4972
5344
  end
4973
5345
 
@@ -4988,6 +5360,7 @@ module Aws::StorageGateway
4988
5360
  #
4989
5361
  class StartAvailabilityMonitorTestInput < Struct.new(
4990
5362
  :gateway_arn)
5363
+ SENSITIVE = []
4991
5364
  include Aws::Structure
4992
5365
  end
4993
5366
 
@@ -5001,6 +5374,7 @@ module Aws::StorageGateway
5001
5374
  #
5002
5375
  class StartAvailabilityMonitorTestOutput < Struct.new(
5003
5376
  :gateway_arn)
5377
+ SENSITIVE = []
5004
5378
  include Aws::Structure
5005
5379
  end
5006
5380
 
@@ -5024,6 +5398,7 @@ module Aws::StorageGateway
5024
5398
  #
5025
5399
  class StartGatewayInput < Struct.new(
5026
5400
  :gateway_arn)
5401
+ SENSITIVE = []
5027
5402
  include Aws::Structure
5028
5403
  end
5029
5404
 
@@ -5040,6 +5415,7 @@ module Aws::StorageGateway
5040
5415
  #
5041
5416
  class StartGatewayOutput < Struct.new(
5042
5417
  :gateway_arn)
5418
+ SENSITIVE = []
5043
5419
  include Aws::Structure
5044
5420
  end
5045
5421
 
@@ -5061,6 +5437,7 @@ module Aws::StorageGateway
5061
5437
  class StorageGatewayError < Struct.new(
5062
5438
  :error_code,
5063
5439
  :error_details)
5440
+ SENSITIVE = []
5064
5441
  include Aws::Structure
5065
5442
  end
5066
5443
 
@@ -5087,8 +5464,8 @@ module Aws::StorageGateway
5087
5464
  # @!attribute [rw] volume_attachment_status
5088
5465
  # A value that indicates whether a storage volume is attached to,
5089
5466
  # 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].
5467
+ # more information, see [Moving your volumes to a different
5468
+ # gateway][1].
5092
5469
  #
5093
5470
  #
5094
5471
  #
@@ -5121,7 +5498,7 @@ module Aws::StorageGateway
5121
5498
  # Indicates if when the stored volume was created, existing data on
5122
5499
  # the underlying local disk was preserved.
5123
5500
  #
5124
- # Valid Values: true, false
5501
+ # Valid Values: `true` \| `false`
5125
5502
  # @return [Boolean]
5126
5503
  #
5127
5504
  # @!attribute [rw] volume_iscsi_attributes
@@ -5150,9 +5527,10 @@ module Aws::StorageGateway
5150
5527
  # @return [Integer]
5151
5528
  #
5152
5529
  # @!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.
5530
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5531
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5532
+ # does not support asymmetric CMKs. This value can only be set when
5533
+ # `KMSEncrypted` is `true`. Optional.
5156
5534
  # @return [String]
5157
5535
  #
5158
5536
  # @!attribute [rw] target_name
@@ -5184,12 +5562,13 @@ module Aws::StorageGateway
5184
5562
  :volume_used_in_bytes,
5185
5563
  :kms_key,
5186
5564
  :target_name)
5565
+ SENSITIVE = []
5187
5566
  include Aws::Structure
5188
5567
  end
5189
5568
 
5190
5569
  # A key-value pair that helps you manage, filter, and search for your
5191
5570
  # resource. Allowed characters: letters, white space, and numbers,
5192
- # representable in UTF-8, and the following characters: + - = . \_ : /
5571
+ # representable in UTF-8, and the following characters: + - = . \_ : /.
5193
5572
  #
5194
5573
  # @note When making an API call, you may pass Tag
5195
5574
  # data as a hash:
@@ -5200,7 +5579,7 @@ module Aws::StorageGateway
5200
5579
  # }
5201
5580
  #
5202
5581
  # @!attribute [rw] key
5203
- # Tag key (String). The key can't start with aws:.
5582
+ # Tag key. The key can't start with aws:.
5204
5583
  # @return [String]
5205
5584
  #
5206
5585
  # @!attribute [rw] value
@@ -5212,6 +5591,7 @@ module Aws::StorageGateway
5212
5591
  class Tag < Struct.new(
5213
5592
  :key,
5214
5593
  :value)
5594
+ SENSITIVE = []
5215
5595
  include Aws::Structure
5216
5596
  end
5217
5597
 
@@ -5258,9 +5638,10 @@ module Aws::StorageGateway
5258
5638
  # @return [Integer]
5259
5639
  #
5260
5640
  # @!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.
5641
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5642
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5643
+ # does not support asymmetric CMKs. This value can only be set when
5644
+ # `KMSEncrypted` is `true`. Optional.
5264
5645
  # @return [String]
5265
5646
  #
5266
5647
  # @!attribute [rw] pool_id
@@ -5268,10 +5649,10 @@ module Aws::StorageGateway
5268
5649
  # tapes in this pool are archived in the S3 storage class that is
5269
5650
  # associated with the pool. When you use your backup application to
5270
5651
  # eject the tape, the tape is archived directly into the storage class
5271
- # (S3 Glacier or S# Glacier Deep Archive) that corresponds to the
5652
+ # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
5272
5653
  # pool.
5273
5654
  #
5274
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5655
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5275
5656
  # @return [String]
5276
5657
  #
5277
5658
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/Tape AWS API Documentation
@@ -5287,6 +5668,7 @@ module Aws::StorageGateway
5287
5668
  :tape_used_in_bytes,
5288
5669
  :kms_key,
5289
5670
  :pool_id)
5671
+ SENSITIVE = []
5290
5672
  include Aws::Structure
5291
5673
  end
5292
5674
 
@@ -5336,9 +5718,10 @@ module Aws::StorageGateway
5336
5718
  # @return [Integer]
5337
5719
  #
5338
5720
  # @!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.
5721
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
5722
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
5723
+ # does not support asymmetric CMKs. This value can only be set when
5724
+ # `KMSEncrypted` is `true`. Optional.
5342
5725
  # @return [String]
5343
5726
  #
5344
5727
  # @!attribute [rw] pool_id
@@ -5346,7 +5729,7 @@ module Aws::StorageGateway
5346
5729
  # this pool are archived in the S3 storage class that is associated
5347
5730
  # with the pool.
5348
5731
  #
5349
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5732
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5350
5733
  # @return [String]
5351
5734
  #
5352
5735
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeArchive AWS API Documentation
@@ -5362,6 +5745,7 @@ module Aws::StorageGateway
5362
5745
  :tape_used_in_bytes,
5363
5746
  :kms_key,
5364
5747
  :pool_id)
5748
+ SENSITIVE = []
5365
5749
  include Aws::Structure
5366
5750
  end
5367
5751
 
@@ -5397,7 +5781,7 @@ module Aws::StorageGateway
5397
5781
  # (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the
5398
5782
  # pool.
5399
5783
  #
5400
- # Valid values: "GLACIER", "DEEP\_ARCHIVE"
5784
+ # Valid Values: `GLACIER` \| `DEEP_ARCHIVE`
5401
5785
  # @return [String]
5402
5786
  #
5403
5787
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/TapeInfo AWS API Documentation
@@ -5409,6 +5793,7 @@ module Aws::StorageGateway
5409
5793
  :tape_status,
5410
5794
  :gateway_arn,
5411
5795
  :pool_id)
5796
+ SENSITIVE = []
5412
5797
  include Aws::Structure
5413
5798
  end
5414
5799
 
@@ -5441,6 +5826,7 @@ module Aws::StorageGateway
5441
5826
  :tape_recovery_point_time,
5442
5827
  :tape_size_in_bytes,
5443
5828
  :tape_status)
5829
+ SENSITIVE = []
5444
5830
  include Aws::Structure
5445
5831
  end
5446
5832
 
@@ -5476,6 +5862,7 @@ module Aws::StorageGateway
5476
5862
  class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
5477
5863
  :automatic_tape_creation_rules,
5478
5864
  :gateway_arn)
5865
+ SENSITIVE = []
5479
5866
  include Aws::Structure
5480
5867
  end
5481
5868
 
@@ -5489,6 +5876,7 @@ module Aws::StorageGateway
5489
5876
  #
5490
5877
  class UpdateAutomaticTapeCreationPolicyOutput < Struct.new(
5491
5878
  :gateway_arn)
5879
+ SENSITIVE = []
5492
5880
  include Aws::Structure
5493
5881
  end
5494
5882
 
@@ -5527,6 +5915,7 @@ module Aws::StorageGateway
5527
5915
  :gateway_arn,
5528
5916
  :average_upload_rate_limit_in_bits_per_sec,
5529
5917
  :average_download_rate_limit_in_bits_per_sec)
5918
+ SENSITIVE = []
5530
5919
  include Aws::Structure
5531
5920
  end
5532
5921
 
@@ -5543,6 +5932,7 @@ module Aws::StorageGateway
5543
5932
  #
5544
5933
  class UpdateBandwidthRateLimitOutput < Struct.new(
5545
5934
  :gateway_arn)
5935
+ SENSITIVE = []
5546
5936
  include Aws::Structure
5547
5937
  end
5548
5938
 
@@ -5605,6 +5995,7 @@ module Aws::StorageGateway
5605
5995
  :secret_to_authenticate_initiator,
5606
5996
  :initiator_name,
5607
5997
  :secret_to_authenticate_target)
5998
+ SENSITIVE = [:secret_to_authenticate_initiator, :secret_to_authenticate_target]
5608
5999
  include Aws::Structure
5609
6000
  end
5610
6001
 
@@ -5625,6 +6016,7 @@ module Aws::StorageGateway
5625
6016
  class UpdateChapCredentialsOutput < Struct.new(
5626
6017
  :target_arn,
5627
6018
  :initiator_name)
6019
+ SENSITIVE = []
5628
6020
  include Aws::Structure
5629
6021
  end
5630
6022
 
@@ -5656,7 +6048,7 @@ module Aws::StorageGateway
5656
6048
  # The Amazon Resource Name (ARN) of the Amazon CloudWatch log group
5657
6049
  # that you want to use to monitor and log events in the gateway.
5658
6050
  #
5659
- # For more information, see [What Is Amazon CloudWatch Logs?][1].
6051
+ # For more information, see [What is Amazon CloudWatch logs?][1].
5660
6052
  #
5661
6053
  #
5662
6054
  #
@@ -5670,10 +6062,12 @@ module Aws::StorageGateway
5670
6062
  :gateway_name,
5671
6063
  :gateway_timezone,
5672
6064
  :cloud_watch_log_group_arn)
6065
+ SENSITIVE = []
5673
6066
  include Aws::Structure
5674
6067
  end
5675
6068
 
5676
- # A JSON object containing the ARN of the gateway that was updated.
6069
+ # A JSON object containing the Amazon Resource Name (ARN) of the gateway
6070
+ # that was updated.
5677
6071
  #
5678
6072
  # @!attribute [rw] gateway_arn
5679
6073
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -5690,6 +6084,7 @@ module Aws::StorageGateway
5690
6084
  class UpdateGatewayInformationOutput < Struct.new(
5691
6085
  :gateway_arn,
5692
6086
  :gateway_name)
6087
+ SENSITIVE = []
5693
6088
  include Aws::Structure
5694
6089
  end
5695
6090
 
@@ -5713,6 +6108,7 @@ module Aws::StorageGateway
5713
6108
  #
5714
6109
  class UpdateGatewaySoftwareNowInput < Struct.new(
5715
6110
  :gateway_arn)
6111
+ SENSITIVE = []
5716
6112
  include Aws::Structure
5717
6113
  end
5718
6114
 
@@ -5729,6 +6125,7 @@ module Aws::StorageGateway
5729
6125
  #
5730
6126
  class UpdateGatewaySoftwareNowOutput < Struct.new(
5731
6127
  :gateway_arn)
6128
+ SENSITIVE = []
5732
6129
  include Aws::Structure
5733
6130
  end
5734
6131
 
@@ -5782,10 +6179,6 @@ module Aws::StorageGateway
5782
6179
  # represented as an ordinal number from 1 to 28, where 1 represents
5783
6180
  # the first day of the month and 28 represents the last day of the
5784
6181
  # month.
5785
- #
5786
- # <note markdown="1"> This value is only available for tape and volume gateways.
5787
- #
5788
- # </note>
5789
6182
  # @return [Integer]
5790
6183
  #
5791
6184
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeInput AWS API Documentation
@@ -5796,6 +6189,7 @@ module Aws::StorageGateway
5796
6189
  :minute_of_hour,
5797
6190
  :day_of_week,
5798
6191
  :day_of_month)
6192
+ SENSITIVE = []
5799
6193
  include Aws::Structure
5800
6194
  end
5801
6195
 
@@ -5812,6 +6206,7 @@ module Aws::StorageGateway
5812
6206
  #
5813
6207
  class UpdateMaintenanceStartTimeOutput < Struct.new(
5814
6208
  :gateway_arn)
6209
+ SENSITIVE = []
5815
6210
  include Aws::Structure
5816
6211
  end
5817
6212
 
@@ -5837,6 +6232,10 @@ module Aws::StorageGateway
5837
6232
  # read_only: false,
5838
6233
  # guess_mime_type_enabled: false,
5839
6234
  # requester_pays: false,
6235
+ # file_share_name: "FileShareName",
6236
+ # cache_attributes: {
6237
+ # cache_stale_timeout_in_seconds: 1,
6238
+ # },
5840
6239
  # }
5841
6240
  #
5842
6241
  # @!attribute [rw] file_share_arn
@@ -5844,14 +6243,17 @@ module Aws::StorageGateway
5844
6243
  # @return [String]
5845
6244
  #
5846
6245
  # @!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.
6246
+ # Set to `true` to use Amazon S3 server-side encryption with your own
6247
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
6248
+ #
6249
+ # Valid Values: `true` \| `false`
5849
6250
  # @return [Boolean]
5850
6251
  #
5851
6252
  # @!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.
6253
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
6254
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
6255
+ # does not support asymmetric CMKs. This value can only be set when
6256
+ # `KMSEncrypted` is `true`. Optional.
5855
6257
  # @return [String]
5856
6258
  #
5857
6259
  # @!attribute [rw] nfs_file_share_defaults
@@ -5860,15 +6262,17 @@ module Aws::StorageGateway
5860
6262
  #
5861
6263
  # @!attribute [rw] default_storage_class
5862
6264
  # 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.
6265
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
6266
+ # Optional.
6267
+ #
6268
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
6269
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5866
6270
  # @return [String]
5867
6271
  #
5868
6272
  # @!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".
6273
+ # A value that sets the access control list (ACL) permission for
6274
+ # objects in the S3 bucket that a file gateway puts objects into. The
6275
+ # default value is `private`.
5872
6276
  # @return [String]
5873
6277
  #
5874
6278
  # @!attribute [rw] client_list
@@ -5877,40 +6281,63 @@ module Aws::StorageGateway
5877
6281
  # @return [Array<String>]
5878
6282
  #
5879
6283
  # @!attribute [rw] squash
5880
- # The user mapped to anonymous user. Valid options are the following:
6284
+ # The user mapped to anonymous user.
5881
6285
  #
5882
- # * `RootSquash` - Only root is mapped to anonymous user.
6286
+ # Valid values are the following:
5883
6287
  #
5884
- # * `NoSquash` - No one is mapped to anonymous user
6288
+ # * `RootSquash`\: Only root is mapped to anonymous user.
5885
6289
  #
5886
- # * `AllSquash` - Everyone is mapped to anonymous user.
6290
+ # * `NoSquash`\: No one is mapped to anonymous user.
6291
+ #
6292
+ # * `AllSquash`\: Everyone is mapped to anonymous user.
5887
6293
  # @return [String]
5888
6294
  #
5889
6295
  # @!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.
6296
+ # A value that sets the write status of a file share. Set this value
6297
+ # to `true` to set the write status to read-only, otherwise set to
6298
+ # `false`.
6299
+ #
6300
+ # Valid Values: `true` \| `false`
5892
6301
  # @return [Boolean]
5893
6302
  #
5894
6303
  # @!attribute [rw] guess_mime_type_enabled
5895
6304
  # 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.
6305
+ # based on file extensions. Set this value to `true` to enable MIME
6306
+ # type guessing, otherwise set to `false`. The default value is
6307
+ # `true`.
6308
+ #
6309
+ # Valid Values: `true` \| `false`
5898
6310
  # @return [Boolean]
5899
6311
  #
5900
6312
  # @!attribute [rw] requester_pays
5901
6313
  # A value that sets who pays the cost of the request and the cost
5902
6314
  # 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.
6315
+ # set to `true`, the requester pays the costs; otherwise, the S3
6316
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
6317
+ # of storing data.
5906
6318
  #
5907
6319
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
5908
6320
  # file share, so make sure that the configuration on the file share is
5909
6321
  # the same as the S3 bucket configuration.
5910
6322
  #
5911
6323
  # </note>
6324
+ #
6325
+ # Valid Values: `true` \| `false`
5912
6326
  # @return [Boolean]
5913
6327
  #
6328
+ # @!attribute [rw] file_share_name
6329
+ # The name of the file share. Optional.
6330
+ #
6331
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
6332
+ # `LocationARN`.
6333
+ #
6334
+ # </note>
6335
+ # @return [String]
6336
+ #
6337
+ # @!attribute [rw] cache_attributes
6338
+ # Refresh cache information.
6339
+ # @return [Types::CacheAttributes]
6340
+ #
5914
6341
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateNFSFileShareInput AWS API Documentation
5915
6342
  #
5916
6343
  class UpdateNFSFileShareInput < Struct.new(
@@ -5924,7 +6351,10 @@ module Aws::StorageGateway
5924
6351
  :squash,
5925
6352
  :read_only,
5926
6353
  :guess_mime_type_enabled,
5927
- :requester_pays)
6354
+ :requester_pays,
6355
+ :file_share_name,
6356
+ :cache_attributes)
6357
+ SENSITIVE = []
5928
6358
  include Aws::Structure
5929
6359
  end
5930
6360
 
@@ -5938,6 +6368,7 @@ module Aws::StorageGateway
5938
6368
  #
5939
6369
  class UpdateNFSFileShareOutput < Struct.new(
5940
6370
  :file_share_arn)
6371
+ SENSITIVE = []
5941
6372
  include Aws::Structure
5942
6373
  end
5943
6374
 
@@ -5960,6 +6391,11 @@ module Aws::StorageGateway
5960
6391
  # valid_user_list: ["FileShareUser"],
5961
6392
  # invalid_user_list: ["FileShareUser"],
5962
6393
  # audit_destination_arn: "AuditDestinationARN",
6394
+ # case_sensitivity: "ClientSpecified", # accepts ClientSpecified, CaseSensitive
6395
+ # file_share_name: "FileShareName",
6396
+ # cache_attributes: {
6397
+ # cache_stale_timeout_in_seconds: 1,
6398
+ # },
5963
6399
  # }
5964
6400
  #
5965
6401
  # @!attribute [rw] file_share_arn
@@ -5968,83 +6404,105 @@ module Aws::StorageGateway
5968
6404
  # @return [String]
5969
6405
  #
5970
6406
  # @!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.
6407
+ # Set to `true` to use Amazon S3 server-side encryption with your own
6408
+ # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
6409
+ #
6410
+ # Valid Values: `true` \| `false`
5973
6411
  # @return [Boolean]
5974
6412
  #
5975
6413
  # @!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.
6414
+ # The Amazon Resource Name (ARN) of a symmetric customer master key
6415
+ # (CMK) used for Amazon S3 server-side encryption. Storage Gateway
6416
+ # does not support asymmetric CMKs. This value can only be set when
6417
+ # `KMSEncrypted` is `true`. Optional.
5979
6418
  # @return [String]
5980
6419
  #
5981
6420
  # @!attribute [rw] default_storage_class
5982
6421
  # 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.
6422
+ # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
6423
+ # Optional.
6424
+ #
6425
+ # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
6426
+ # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
5986
6427
  # @return [String]
5987
6428
  #
5988
6429
  # @!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".
6430
+ # A value that sets the access control list (ACL) permission for
6431
+ # objects in the S3 bucket that a file gateway puts objects into. The
6432
+ # default value is `private`.
5992
6433
  # @return [String]
5993
6434
  #
5994
6435
  # @!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.
6436
+ # A value that sets the write status of a file share. Set this value
6437
+ # to `true` to set write status to read-only, otherwise set to
6438
+ # `false`.
6439
+ #
6440
+ # Valid Values: `true` \| `false`
5997
6441
  # @return [Boolean]
5998
6442
  #
5999
6443
  # @!attribute [rw] guess_mime_type_enabled
6000
6444
  # 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.
6445
+ # based on file extensions. Set this value to `true` to enable MIME
6446
+ # type guessing, otherwise set to `false`. The default value is
6447
+ # `true`.
6448
+ #
6449
+ # Valid Values: `true` \| `false`
6003
6450
  # @return [Boolean]
6004
6451
  #
6005
6452
  # @!attribute [rw] requester_pays
6006
6453
  # A value that sets who pays the cost of the request and the cost
6007
6454
  # 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.
6455
+ # set to `true`, the requester pays the costs; otherwise, the S3
6456
+ # bucket owner pays. However, the S3 bucket owner always pays the cost
6457
+ # of storing data.
6011
6458
  #
6012
6459
  # <note markdown="1"> `RequesterPays` is a configuration for the S3 bucket that backs the
6013
6460
  # file share, so make sure that the configuration on the file share is
6014
6461
  # the same as the S3 bucket configuration.
6015
6462
  #
6016
6463
  # </note>
6464
+ #
6465
+ # Valid Values: `true` \| `false`
6017
6466
  # @return [Boolean]
6018
6467
  #
6019
6468
  # @!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
6469
+ # Set this value to `true` to enable access control list (ACL) on the
6470
+ # SMB file share. Set it to `false` to map file and directory
6022
6471
  # permissions to the POSIX permissions.
6023
6472
  #
6024
- # For more information, see
6025
- # https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin
6026
- # the Storage Gateway User Guide.
6473
+ # For more information, see [Using Microsoft Windows ACLs to control
6474
+ # access to an SMB file share][1] in the *AWS Storage Gateway User
6475
+ # Guide*.
6476
+ #
6477
+ # Valid Values: `true` \| `false`
6478
+ #
6479
+ #
6480
+ #
6481
+ # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html
6027
6482
  # @return [Boolean]
6028
6483
  #
6029
6484
  # @!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`.
6485
+ # A list of users or groups in the Active Directory that have
6486
+ # administrator rights to the file share. A group must be prefixed
6487
+ # with the @ character. Acceptable formats include: `DOMAIN\User1`,
6488
+ # `user1`, `@group1`, and `@DOMAIN\group1`. Can only be set if
6489
+ # Authentication is set to `ActiveDirectory`.
6034
6490
  # @return [Array<String>]
6035
6491
  #
6036
6492
  # @!attribute [rw] valid_user_list
6037
6493
  # A list of users or groups in the Active Directory that are allowed
6038
6494
  # to access the file share. A group must be prefixed with the @
6039
- # character. For example `@group1`. Can only be set if Authentication
6495
+ # character. Acceptable formats include: `DOMAIN\User1`, `user1`,
6496
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
6040
6497
  # is set to `ActiveDirectory`.
6041
6498
  # @return [Array<String>]
6042
6499
  #
6043
6500
  # @!attribute [rw] invalid_user_list
6044
6501
  # A list of users or groups in the Active Directory that are not
6045
6502
  # 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`.
6503
+ # @ character. Acceptable formats include: `DOMAIN\User1`, `user1`,
6504
+ # `@group1`, and `@DOMAIN\group1`. Can only be set if Authentication
6505
+ # is set to `ActiveDirectory`.
6048
6506
  # @return [Array<String>]
6049
6507
  #
6050
6508
  # @!attribute [rw] audit_destination_arn
@@ -6052,6 +6510,26 @@ module Aws::StorageGateway
6052
6510
  # logs.
6053
6511
  # @return [String]
6054
6512
  #
6513
+ # @!attribute [rw] case_sensitivity
6514
+ # The case of an object name in an Amazon S3 bucket. For
6515
+ # `ClientSpecified`, the client determines the case sensitivity. For
6516
+ # `CaseSensitive`, the gateway determines the case sensitivity. The
6517
+ # default value is `ClientSpecified`.
6518
+ # @return [String]
6519
+ #
6520
+ # @!attribute [rw] file_share_name
6521
+ # The name of the file share. Optional.
6522
+ #
6523
+ # <note markdown="1"> `FileShareName` must be set if an S3 prefix name is set in
6524
+ # `LocationARN`.
6525
+ #
6526
+ # </note>
6527
+ # @return [String]
6528
+ #
6529
+ # @!attribute [rw] cache_attributes
6530
+ # Refresh cache information.
6531
+ # @return [Types::CacheAttributes]
6532
+ #
6055
6533
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
6056
6534
  #
6057
6535
  class UpdateSMBFileShareInput < Struct.new(
@@ -6067,7 +6545,11 @@ module Aws::StorageGateway
6067
6545
  :admin_user_list,
6068
6546
  :valid_user_list,
6069
6547
  :invalid_user_list,
6070
- :audit_destination_arn)
6548
+ :audit_destination_arn,
6549
+ :case_sensitivity,
6550
+ :file_share_name,
6551
+ :cache_attributes)
6552
+ SENSITIVE = []
6071
6553
  include Aws::Structure
6072
6554
  end
6073
6555
 
@@ -6081,6 +6563,7 @@ module Aws::StorageGateway
6081
6563
  #
6082
6564
  class UpdateSMBFileShareOutput < Struct.new(
6083
6565
  :file_share_arn)
6566
+ SENSITIVE = []
6084
6567
  include Aws::Structure
6085
6568
  end
6086
6569
 
@@ -6123,6 +6606,7 @@ module Aws::StorageGateway
6123
6606
  class UpdateSMBSecurityStrategyInput < Struct.new(
6124
6607
  :gateway_arn,
6125
6608
  :smb_security_strategy)
6609
+ SENSITIVE = []
6126
6610
  include Aws::Structure
6127
6611
  end
6128
6612
 
@@ -6136,6 +6620,7 @@ module Aws::StorageGateway
6136
6620
  #
6137
6621
  class UpdateSMBSecurityStrategyOutput < Struct.new(
6138
6622
  :gateway_arn)
6623
+ SENSITIVE = []
6139
6624
  include Aws::Structure
6140
6625
  end
6141
6626
 
@@ -6206,6 +6691,7 @@ module Aws::StorageGateway
6206
6691
  :recurrence_in_hours,
6207
6692
  :description,
6208
6693
  :tags)
6694
+ SENSITIVE = []
6209
6695
  include Aws::Structure
6210
6696
  end
6211
6697
 
@@ -6221,6 +6707,7 @@ module Aws::StorageGateway
6221
6707
  #
6222
6708
  class UpdateSnapshotScheduleOutput < Struct.new(
6223
6709
  :volume_arn)
6710
+ SENSITIVE = []
6224
6711
  include Aws::Structure
6225
6712
  end
6226
6713
 
@@ -6240,7 +6727,7 @@ module Aws::StorageGateway
6240
6727
  # @!attribute [rw] device_type
6241
6728
  # The type of medium changer you want to select.
6242
6729
  #
6243
- # Valid Values: "STK-L700", "AWS-Gateway-VTL"
6730
+ # Valid Values: `STK-L700` \| `AWS-Gateway-VTL`
6244
6731
  # @return [String]
6245
6732
  #
6246
6733
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateVTLDeviceTypeInput AWS API Documentation
@@ -6248,6 +6735,7 @@ module Aws::StorageGateway
6248
6735
  class UpdateVTLDeviceTypeInput < Struct.new(
6249
6736
  :vtl_device_arn,
6250
6737
  :device_type)
6738
+ SENSITIVE = []
6251
6739
  include Aws::Structure
6252
6740
  end
6253
6741
 
@@ -6262,6 +6750,7 @@ module Aws::StorageGateway
6262
6750
  #
6263
6751
  class UpdateVTLDeviceTypeOutput < Struct.new(
6264
6752
  :vtl_device_arn)
6753
+ SENSITIVE = []
6265
6754
  include Aws::Structure
6266
6755
  end
6267
6756
 
@@ -6297,6 +6786,7 @@ module Aws::StorageGateway
6297
6786
  :vtl_device_vendor,
6298
6787
  :vtl_device_product_identifier,
6299
6788
  :device_iscsi_attributes)
6789
+ SENSITIVE = []
6300
6790
  include Aws::Structure
6301
6791
  end
6302
6792
 
@@ -6363,6 +6853,7 @@ module Aws::StorageGateway
6363
6853
  :volume_type,
6364
6854
  :volume_size_in_bytes,
6365
6855
  :volume_attachment_status)
6856
+ SENSITIVE = []
6366
6857
  include Aws::Structure
6367
6858
  end
6368
6859
 
@@ -6396,6 +6887,7 @@ module Aws::StorageGateway
6396
6887
  :volume_size_in_bytes,
6397
6888
  :volume_usage_in_bytes,
6398
6889
  :volume_recovery_point_time)
6890
+ SENSITIVE = []
6399
6891
  include Aws::Structure
6400
6892
  end
6401
6893
 
@@ -6429,6 +6921,7 @@ module Aws::StorageGateway
6429
6921
  :network_interface_port,
6430
6922
  :lun_number,
6431
6923
  :chap_enabled)
6924
+ SENSITIVE = []
6432
6925
  include Aws::Structure
6433
6926
  end
6434
6927