aws-sdk-storagegateway 1.55.0 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,7 @@ module Aws::StorageGateway
77
77
  CreateTapesInput = Shapes::StructureShape.new(name: 'CreateTapesInput')
78
78
  CreateTapesOutput = Shapes::StructureShape.new(name: 'CreateTapesOutput')
79
79
  CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate')
80
+ DNSHostName = Shapes::StringShape.new(name: 'DNSHostName')
80
81
  DayOfMonth = Shapes::IntegerShape.new(name: 'DayOfMonth')
81
82
  DayOfWeek = Shapes::IntegerShape.new(name: 'DayOfWeek')
82
83
  DaysOfWeek = Shapes::ListShape.new(name: 'DaysOfWeek')
@@ -163,6 +164,7 @@ module Aws::StorageGateway
163
164
  DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
164
165
  Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
165
166
  Ec2InstanceRegion = Shapes::StringShape.new(name: 'Ec2InstanceRegion')
167
+ EndpointNetworkConfiguration = Shapes::StructureShape.new(name: 'EndpointNetworkConfiguration')
166
168
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
167
169
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
168
170
  FileShareARN = Shapes::StringShape.new(name: 'FileShareARN')
@@ -186,6 +188,7 @@ module Aws::StorageGateway
186
188
  Folder = Shapes::StringShape.new(name: 'Folder')
187
189
  FolderList = Shapes::ListShape.new(name: 'FolderList')
188
190
  GatewayARN = Shapes::StringShape.new(name: 'GatewayARN')
191
+ GatewayCapacity = Shapes::StringShape.new(name: 'GatewayCapacity')
189
192
  GatewayId = Shapes::StringShape.new(name: 'GatewayId')
190
193
  GatewayInfo = Shapes::StructureShape.new(name: 'GatewayInfo')
191
194
  GatewayName = Shapes::StringShape.new(name: 'GatewayName')
@@ -199,11 +202,13 @@ module Aws::StorageGateway
199
202
  HostEnvironment = Shapes::StringShape.new(name: 'HostEnvironment')
200
203
  Hosts = Shapes::ListShape.new(name: 'Hosts')
201
204
  HourOfDay = Shapes::IntegerShape.new(name: 'HourOfDay')
205
+ IPV4Address = Shapes::StringShape.new(name: 'IPV4Address')
202
206
  IPV4AddressCIDR = Shapes::StringShape.new(name: 'IPV4AddressCIDR')
203
207
  Initiator = Shapes::StringShape.new(name: 'Initiator')
204
208
  Initiators = Shapes::ListShape.new(name: 'Initiators')
205
209
  InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
206
210
  InvalidGatewayRequestException = Shapes::StructureShape.new(name: 'InvalidGatewayRequestException')
211
+ IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
207
212
  IqnName = Shapes::StringShape.new(name: 'IqnName')
208
213
  JoinDomainInput = Shapes::StructureShape.new(name: 'JoinDomainInput')
209
214
  JoinDomainOutput = Shapes::StructureShape.new(name: 'JoinDomainOutput')
@@ -300,6 +305,7 @@ module Aws::StorageGateway
300
305
  StorageGatewayError = Shapes::StructureShape.new(name: 'StorageGatewayError')
301
306
  StorediSCSIVolume = Shapes::StructureShape.new(name: 'StorediSCSIVolume')
302
307
  StorediSCSIVolumes = Shapes::ListShape.new(name: 'StorediSCSIVolumes')
308
+ SupportedGatewayCapacities = Shapes::ListShape.new(name: 'SupportedGatewayCapacities')
303
309
  Tag = Shapes::StructureShape.new(name: 'Tag')
304
310
  TagKey = Shapes::StringShape.new(name: 'TagKey')
305
311
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
@@ -441,6 +447,7 @@ module Aws::StorageGateway
441
447
  AssociateFileSystemInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
442
448
  AssociateFileSystemInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
443
449
  AssociateFileSystemInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
450
+ AssociateFileSystemInput.add_member(:endpoint_network_configuration, Shapes::ShapeRef.new(shape: EndpointNetworkConfiguration, location_name: "EndpointNetworkConfiguration"))
444
451
  AssociateFileSystemInput.struct_class = Types::AssociateFileSystemInput
445
452
 
446
453
  AssociateFileSystemOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
@@ -559,6 +566,8 @@ module Aws::StorageGateway
559
566
  CreateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
560
567
  CreateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
561
568
  CreateNFSFileShareInput.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
569
+ CreateNFSFileShareInput.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
570
+ CreateNFSFileShareInput.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
562
571
  CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
563
572
 
564
573
  CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -587,6 +596,9 @@ module Aws::StorageGateway
587
596
  CreateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
588
597
  CreateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
589
598
  CreateSMBFileShareInput.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
599
+ CreateSMBFileShareInput.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
600
+ CreateSMBFileShareInput.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
601
+ CreateSMBFileShareInput.add_member(:oplocks_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "OplocksEnabled"))
590
602
  CreateSMBFileShareInput.struct_class = Types::CreateSMBFileShareInput
591
603
 
592
604
  CreateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -808,6 +820,8 @@ module Aws::StorageGateway
808
820
  DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
809
821
  DescribeGatewayInformationOutput.add_member(:software_updates_end_date, Shapes::ShapeRef.new(shape: SoftwareUpdatesEndDate, location_name: "SoftwareUpdatesEndDate"))
810
822
  DescribeGatewayInformationOutput.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: DeprecationDate, location_name: "DeprecationDate"))
823
+ DescribeGatewayInformationOutput.add_member(:gateway_capacity, Shapes::ShapeRef.new(shape: GatewayCapacity, location_name: "GatewayCapacity"))
824
+ DescribeGatewayInformationOutput.add_member(:supported_gateway_capacities, Shapes::ShapeRef.new(shape: SupportedGatewayCapacities, location_name: "SupportedGatewayCapacities"))
811
825
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
812
826
 
813
827
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -961,6 +975,9 @@ module Aws::StorageGateway
961
975
 
962
976
  Disks.member = Shapes::ShapeRef.new(shape: Disk)
963
977
 
978
+ EndpointNetworkConfiguration.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "IpAddresses"))
979
+ EndpointNetworkConfiguration.struct_class = Types::EndpointNetworkConfiguration
980
+
964
981
  FileShareARNList.member = Shapes::ShapeRef.new(shape: FileShareARN)
965
982
 
966
983
  FileShareClientList.member = Shapes::ShapeRef.new(shape: IPV4AddressCIDR)
@@ -983,6 +1000,7 @@ module Aws::StorageGateway
983
1000
  FileSystemAssociationInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
984
1001
  FileSystemAssociationInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
985
1002
  FileSystemAssociationInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1003
+ FileSystemAssociationInfo.add_member(:endpoint_network_configuration, Shapes::ShapeRef.new(shape: EndpointNetworkConfiguration, location_name: "EndpointNetworkConfiguration"))
986
1004
  FileSystemAssociationInfo.struct_class = Types::FileSystemAssociationInfo
987
1005
 
988
1006
  FileSystemAssociationInfoList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationInfo)
@@ -1022,6 +1040,8 @@ module Aws::StorageGateway
1022
1040
  InvalidGatewayRequestException.add_member(:error, Shapes::ShapeRef.new(shape: StorageGatewayError, location_name: "error"))
1023
1041
  InvalidGatewayRequestException.struct_class = Types::InvalidGatewayRequestException
1024
1042
 
1043
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IPV4Address)
1044
+
1025
1045
  JoinDomainInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
1026
1046
  JoinDomainInput.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
1027
1047
  JoinDomainInput.add_member(:organizational_unit, Shapes::ShapeRef.new(shape: OrganizationalUnit, location_name: "OrganizationalUnit"))
@@ -1154,6 +1174,8 @@ module Aws::StorageGateway
1154
1174
  NFSFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1155
1175
  NFSFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1156
1176
  NFSFileShareInfo.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
1177
+ NFSFileShareInfo.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
1178
+ NFSFileShareInfo.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
1157
1179
  NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
1158
1180
 
1159
1181
  NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
@@ -1244,6 +1266,9 @@ module Aws::StorageGateway
1244
1266
  SMBFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1245
1267
  SMBFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1246
1268
  SMBFileShareInfo.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
1269
+ SMBFileShareInfo.add_member(:vpc_endpoint_dns_name, Shapes::ShapeRef.new(shape: DNSHostName, location_name: "VPCEndpointDNSName"))
1270
+ SMBFileShareInfo.add_member(:bucket_region, Shapes::ShapeRef.new(shape: RegionId, location_name: "BucketRegion"))
1271
+ SMBFileShareInfo.add_member(:oplocks_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "OplocksEnabled"))
1247
1272
  SMBFileShareInfo.struct_class = Types::SMBFileShareInfo
1248
1273
 
1249
1274
  SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
@@ -1307,6 +1332,8 @@ module Aws::StorageGateway
1307
1332
 
1308
1333
  StorediSCSIVolumes.member = Shapes::ShapeRef.new(shape: StorediSCSIVolume)
1309
1334
 
1335
+ SupportedGatewayCapacities.member = Shapes::ShapeRef.new(shape: GatewayCapacity)
1336
+
1310
1337
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1311
1338
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1312
1339
  Tag.struct_class = Types::Tag
@@ -1417,6 +1444,7 @@ module Aws::StorageGateway
1417
1444
  UpdateGatewayInformationInput.add_member(:gateway_name, Shapes::ShapeRef.new(shape: GatewayName, location_name: "GatewayName"))
1418
1445
  UpdateGatewayInformationInput.add_member(:gateway_timezone, Shapes::ShapeRef.new(shape: GatewayTimezone, location_name: "GatewayTimezone"))
1419
1446
  UpdateGatewayInformationInput.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupARN, location_name: "CloudWatchLogGroupARN"))
1447
+ UpdateGatewayInformationInput.add_member(:gateway_capacity, Shapes::ShapeRef.new(shape: GatewayCapacity, location_name: "GatewayCapacity"))
1420
1448
  UpdateGatewayInformationInput.struct_class = Types::UpdateGatewayInformationInput
1421
1449
 
1422
1450
  UpdateGatewayInformationOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
@@ -1476,6 +1504,7 @@ module Aws::StorageGateway
1476
1504
  UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1477
1505
  UpdateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1478
1506
  UpdateSMBFileShareInput.add_member(:notification_policy, Shapes::ShapeRef.new(shape: NotificationPolicy, location_name: "NotificationPolicy"))
1507
+ UpdateSMBFileShareInput.add_member(:oplocks_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "OplocksEnabled"))
1479
1508
  UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
1480
1509
 
1481
1510
  UpdateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -55,8 +55,8 @@ module Aws::StorageGateway
55
55
  # the arguments you pass to the `ActivateGateway` API call determine
56
56
  # the actual configuration of your gateway.
57
57
  #
58
- # For more information, see [Getting activation key][1] in the *AWS
59
- # Storage Gateway User Guide*.
58
+ # For more information, see [Getting activation key][1] in the
59
+ # *Storage Gateway User Guide*.
60
60
  #
61
61
  #
62
62
  #
@@ -77,15 +77,15 @@ module Aws::StorageGateway
77
77
  # @return [String]
78
78
  #
79
79
  # @!attribute [rw] gateway_region
80
- # A value that indicates the AWS Region where you want to store your
81
- # data. The gateway AWS Region specified must be the same AWS Region
82
- # as the AWS Region in your `Host` header in the request. For more
83
- # information about available AWS Regions and endpoints for AWS
84
- # Storage Gateway, see [AWS Storage Gateway endpoints and quotas][1]
85
- # in the *AWS General Reference*.
80
+ # A value that indicates the Region where you want to store your data.
81
+ # The gateway Region specified must be the same Region as the Region
82
+ # in your `Host` header in the request. For more information about
83
+ # available Regions and endpoints for Storage Gateway, see [ Storage
84
+ # Gateway endpoints and quotas][1] in the *Amazon Web Services General
85
+ # Reference*.
86
86
  #
87
- # Valid Values: See [AWS Storage Gateway endpoints and quotas][1] in
88
- # the *AWS General Reference*.
87
+ # Valid Values: See [ Storage Gateway endpoints and quotas][1] in the
88
+ # *Amazon Web Services General Reference*.
89
89
  #
90
90
  #
91
91
  #
@@ -97,7 +97,8 @@ module Aws::StorageGateway
97
97
  # specified is critical to all later functions of the gateway and
98
98
  # cannot be changed after activation. The default value is `CACHED`.
99
99
  #
100
- # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3`
100
+ # Valid Values: `STORED` \| `CACHED` \| `VTL` \| `FILE_S3` \|
101
+ # `FILE_FSX_SMB|`
101
102
  # @return [String]
102
103
  #
103
104
  # @!attribute [rw] tape_drive_type
@@ -142,10 +143,10 @@ module Aws::StorageGateway
142
143
  include Aws::Structure
143
144
  end
144
145
 
145
- # AWS Storage Gateway returns the Amazon Resource Name (ARN) of the
146
+ # Storage Gateway returns the Amazon Resource Name (ARN) of the
146
147
  # activated gateway. It is a string made of information such as your
147
- # account, gateway name, and AWS Region. This ARN is used to reference
148
- # the gateway in other API operations as well as resource-based
148
+ # account, gateway name, and Region. This ARN is used to reference the
149
+ # gateway in other API operations as well as resource-based
149
150
  # authorization.
150
151
  #
151
152
  # <note markdown="1"> For gateways activated prior to September 02, 2015, the gateway ARN
@@ -156,8 +157,7 @@ module Aws::StorageGateway
156
157
  #
157
158
  # @!attribute [rw] gateway_arn
158
159
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
159
- # operation to return a list of gateways for your account and AWS
160
- # Region.
160
+ # operation to return a list of gateways for your account and Region.
161
161
  # @return [String]
162
162
  #
163
163
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ActivateGatewayOutput AWS API Documentation
@@ -178,8 +178,7 @@ module Aws::StorageGateway
178
178
  #
179
179
  # @!attribute [rw] gateway_arn
180
180
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
181
- # operation to return a list of gateways for your account and AWS
182
- # Region.
181
+ # operation to return a list of gateways for your account and Region.
183
182
  # @return [String]
184
183
  #
185
184
  # @!attribute [rw] disk_ids
@@ -199,8 +198,7 @@ module Aws::StorageGateway
199
198
 
200
199
  # @!attribute [rw] gateway_arn
201
200
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
202
- # operation to return a list of gateways for your account and AWS
203
- # Region.
201
+ # operation to return a list of gateways for your account and Region.
204
202
  # @return [String]
205
203
  #
206
204
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddCacheOutput AWS API Documentation
@@ -277,8 +275,7 @@ module Aws::StorageGateway
277
275
  #
278
276
  # @!attribute [rw] gateway_arn
279
277
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
280
- # operation to return a list of gateways for your account and AWS
281
- # Region.
278
+ # operation to return a list of gateways for your account and Region.
282
279
  # @return [String]
283
280
  #
284
281
  # @!attribute [rw] disk_ids
@@ -298,8 +295,7 @@ module Aws::StorageGateway
298
295
 
299
296
  # @!attribute [rw] gateway_arn
300
297
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
301
- # operation to return a list of gateways for your account and AWS
302
- # Region.
298
+ # operation to return a list of gateways for your account and Region.
303
299
  # @return [String]
304
300
  #
305
301
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddUploadBufferOutput AWS API Documentation
@@ -326,8 +322,7 @@ module Aws::StorageGateway
326
322
  #
327
323
  # @!attribute [rw] gateway_arn
328
324
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
329
- # operation to return a list of gateways for your account and AWS
330
- # Region.
325
+ # operation to return a list of gateways for your account and Region.
331
326
  # @return [String]
332
327
  #
333
328
  # @!attribute [rw] disk_ids
@@ -350,8 +345,7 @@ module Aws::StorageGateway
350
345
  #
351
346
  # @!attribute [rw] gateway_arn
352
347
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
353
- # operation to return a list of gateways for your account and AWS
354
- # Region.
348
+ # operation to return a list of gateways for your account and Region.
355
349
  # @return [String]
356
350
  #
357
351
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AddWorkingStorageOutput AWS API Documentation
@@ -440,6 +434,9 @@ module Aws::StorageGateway
440
434
  # cache_attributes: {
441
435
  # cache_stale_timeout_in_seconds: 1,
442
436
  # },
437
+ # endpoint_network_configuration: {
438
+ # ip_addresses: ["IPV4Address"],
439
+ # },
443
440
  # }
444
441
  #
445
442
  # @!attribute [rw] user_name
@@ -453,19 +450,18 @@ module Aws::StorageGateway
453
450
  # @return [String]
454
451
  #
455
452
  # @!attribute [rw] client_token
456
- # A unique string value that you supply that is used by the file
457
- # gateway to ensure idempotent file system association creation.
453
+ # A unique string value that you supply that is used by the FSx File
454
+ # Gateway to ensure idempotent file system association creation.
458
455
  # @return [String]
459
456
  #
460
457
  # @!attribute [rw] gateway_arn
461
458
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
462
- # operation to return a list of gateways for your account and AWS
463
- # Region.
459
+ # operation to return a list of gateways for your account and Region.
464
460
  # @return [String]
465
461
  #
466
462
  # @!attribute [rw] location_arn
467
463
  # The Amazon Resource Name (ARN) of the Amazon FSx file system to
468
- # associate with the Amazon FSx file gateway.
464
+ # associate with the FSx File Gateway.
469
465
  # @return [String]
470
466
  #
471
467
  # @!attribute [rw] tags
@@ -479,9 +475,20 @@ module Aws::StorageGateway
479
475
  # @return [String]
480
476
  #
481
477
  # @!attribute [rw] cache_attributes
482
- # The refresh cache information for the file share.
478
+ # The refresh cache information for the file share or FSx file
479
+ # systems.
483
480
  # @return [Types::CacheAttributes]
484
481
  #
482
+ # @!attribute [rw] endpoint_network_configuration
483
+ # Specifies the network configuration information for the gateway
484
+ # associated with the Amazon FSx file system.
485
+ #
486
+ # <note markdown="1"> If multiple file systems are associated with this gateway, this
487
+ # parameter's `IpAddresses` field is required.
488
+ #
489
+ # </note>
490
+ # @return [Types::EndpointNetworkConfiguration]
491
+ #
485
492
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AssociateFileSystemInput AWS API Documentation
486
493
  #
487
494
  class AssociateFileSystemInput < Struct.new(
@@ -492,7 +499,8 @@ module Aws::StorageGateway
492
499
  :location_arn,
493
500
  :tags,
494
501
  :audit_destination_arn,
495
- :cache_attributes)
502
+ :cache_attributes,
503
+ :endpoint_network_configuration)
496
504
  SENSITIVE = [:password]
497
505
  include Aws::Structure
498
506
  end
@@ -604,8 +612,7 @@ module Aws::StorageGateway
604
612
  #
605
613
  # @!attribute [rw] gateway_arn
606
614
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
607
- # operation to return a list of gateways for your account and AWS
608
- # Region.
615
+ # operation to return a list of gateways for your account and Region.
609
616
  # @return [String]
610
617
  #
611
618
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/AutomaticTapeCreationPolicyInfo AWS API Documentation
@@ -765,7 +772,7 @@ module Aws::StorageGateway
765
772
  include Aws::Structure
766
773
  end
767
774
 
768
- # The refresh cache information for the file share.
775
+ # The refresh cache information for the file share or FSx file systems.
769
776
  #
770
777
  # @note When making an API call, you may pass CacheAttributes
771
778
  # data as a hash:
@@ -781,7 +788,7 @@ module Aws::StorageGateway
781
788
  # directory's contents from the Amazon S3 bucket or Amazon FSx file
782
789
  # system. The TTL duration is in seconds.
783
790
  #
784
- # Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
791
+ # Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)
785
792
  # @return [Integer]
786
793
  #
787
794
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CacheAttributes AWS API Documentation
@@ -914,8 +921,7 @@ module Aws::StorageGateway
914
921
  #
915
922
  # @!attribute [rw] gateway_arn
916
923
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
917
- # operation to return a list of gateways for your account and AWS
918
- # Region.
924
+ # operation to return a list of gateways for your account and Region.
919
925
  # @return [String]
920
926
  #
921
927
  # @!attribute [rw] tape_arn
@@ -959,8 +965,7 @@ module Aws::StorageGateway
959
965
  #
960
966
  # @!attribute [rw] gateway_arn
961
967
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
962
- # operation to return a list of gateways for your account and AWS
963
- # Region.
968
+ # operation to return a list of gateways for your account and Region.
964
969
  # @return [String]
965
970
  #
966
971
  # @!attribute [rw] tape_arn
@@ -1051,8 +1056,7 @@ module Aws::StorageGateway
1051
1056
  #
1052
1057
  # @!attribute [rw] gateway_arn
1053
1058
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1054
- # operation to return a list of gateways for your account and AWS
1055
- # Region.
1059
+ # operation to return a list of gateways for your account and Region.
1056
1060
  # @return [String]
1057
1061
  #
1058
1062
  # @!attribute [rw] volume_size_in_bytes
@@ -1108,7 +1112,7 @@ module Aws::StorageGateway
1108
1112
  #
1109
1113
  # @!attribute [rw] kms_encrypted
1110
1114
  # Set to `true` to use Amazon S3 server-side encryption with your own
1111
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1115
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
1112
1116
  #
1113
1117
  # Valid Values: `true` \| `false`
1114
1118
  # @return [Boolean]
@@ -1204,11 +1208,13 @@ module Aws::StorageGateway
1204
1208
  # cache_stale_timeout_in_seconds: 1,
1205
1209
  # },
1206
1210
  # notification_policy: "NotificationPolicy",
1211
+ # vpc_endpoint_dns_name: "DNSHostName",
1212
+ # bucket_region: "RegionId",
1207
1213
  # }
1208
1214
  #
1209
1215
  # @!attribute [rw] client_token
1210
- # A unique string value that you supply that is used by file gateway
1211
- # to ensure idempotent file share creation.
1216
+ # A unique string value that you supply that is used by S3 File
1217
+ # Gateway to ensure idempotent file share creation.
1212
1218
  # @return [String]
1213
1219
  #
1214
1220
  # @!attribute [rw] nfs_file_share_defaults
@@ -1216,13 +1222,13 @@ module Aws::StorageGateway
1216
1222
  # @return [Types::NFSFileShareDefaults]
1217
1223
  #
1218
1224
  # @!attribute [rw] gateway_arn
1219
- # The Amazon Resource Name (ARN) of the file gateway on which you want
1220
- # to create a file share.
1225
+ # The Amazon Resource Name (ARN) of the S3 File Gateway on which you
1226
+ # want to create a file share.
1221
1227
  # @return [String]
1222
1228
  #
1223
1229
  # @!attribute [rw] kms_encrypted
1224
1230
  # Set to `true` to use Amazon S3 server-side encryption with your own
1225
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1231
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
1226
1232
  #
1227
1233
  # Valid Values: `true` \| `false`
1228
1234
  # @return [Boolean]
@@ -1235,19 +1241,35 @@ module Aws::StorageGateway
1235
1241
  # @return [String]
1236
1242
  #
1237
1243
  # @!attribute [rw] role
1238
- # The ARN of the AWS Identity and Access Management (IAM) role that a
1239
- # file gateway assumes when it accesses the underlying storage.
1244
+ # The ARN of the Identity and Access Management (IAM) role that an S3
1245
+ # File Gateway assumes when it accesses the underlying storage.
1240
1246
  # @return [String]
1241
1247
  #
1242
1248
  # @!attribute [rw] location_arn
1243
1249
  # The ARN of the backend storage used for storing file data. A prefix
1244
1250
  # name can be added to the S3 bucket name. It must end with a "/".
1251
+ #
1252
+ # <note markdown="1"> You can specify a bucket attached to an access point using a
1253
+ # complete ARN that includes the bucket region as shown:
1254
+ #
1255
+ # `arn:aws:s3:region:account-id:accesspoint/access-point-name `
1256
+ #
1257
+ # If you specify a bucket attached to an access point, the bucket
1258
+ # policy must be configured to delegate access control to the access
1259
+ # point. For information, see [Delegating access control to access
1260
+ # points][1] in the *Amazon S3 User Guide*.
1261
+ #
1262
+ # </note>
1263
+ #
1264
+ #
1265
+ #
1266
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
1245
1267
  # @return [String]
1246
1268
  #
1247
1269
  # @!attribute [rw] default_storage_class
1248
1270
  # The default storage class for objects put into an Amazon S3 bucket
1249
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1250
- # Optional.
1271
+ # by the S3 File Gateway. The default value is
1272
+ # `S3_INTELLIGENT_TIERING`. Optional.
1251
1273
  #
1252
1274
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1253
1275
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -1255,13 +1277,14 @@ module Aws::StorageGateway
1255
1277
  #
1256
1278
  # @!attribute [rw] object_acl
1257
1279
  # A value that sets the access control list (ACL) permission for
1258
- # objects in the S3 bucket that a file gateway puts objects into. The
1259
- # default value is `private`.
1280
+ # objects in the S3 bucket that a S3 File Gateway puts objects into.
1281
+ # The default value is `private`.
1260
1282
  # @return [String]
1261
1283
  #
1262
1284
  # @!attribute [rw] client_list
1263
- # The list of clients that are allowed to access the file gateway. The
1264
- # list must contain either valid IP addresses or valid CIDR blocks.
1285
+ # The list of clients that are allowed to access the S3 File Gateway.
1286
+ # The list must contain either valid IP addresses or valid CIDR
1287
+ # blocks.
1265
1288
  # @return [Array<String>]
1266
1289
  #
1267
1290
  # @!attribute [rw] squash
@@ -1358,6 +1381,28 @@ module Aws::StorageGateway
1358
1381
  # `\{\}`
1359
1382
  # @return [String]
1360
1383
  #
1384
+ # @!attribute [rw] vpc_endpoint_dns_name
1385
+ # Specifies the DNS name for the VPC endpoint that the NFS file share
1386
+ # uses to connect to Amazon S3.
1387
+ #
1388
+ # <note markdown="1"> This parameter is required for NFS file shares that connect to
1389
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
1390
+ # point alias that points to a VPC access point.
1391
+ #
1392
+ # </note>
1393
+ # @return [String]
1394
+ #
1395
+ # @!attribute [rw] bucket_region
1396
+ # Specifies the Region of the S3 bucket where the NFS file share
1397
+ # stores files.
1398
+ #
1399
+ # <note markdown="1"> This parameter is required for NFS file shares that connect to
1400
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
1401
+ # point alias that points to a VPC access point.
1402
+ #
1403
+ # </note>
1404
+ # @return [String]
1405
+ #
1361
1406
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateNFSFileShareInput AWS API Documentation
1362
1407
  #
1363
1408
  class CreateNFSFileShareInput < Struct.new(
@@ -1378,7 +1423,9 @@ module Aws::StorageGateway
1378
1423
  :tags,
1379
1424
  :file_share_name,
1380
1425
  :cache_attributes,
1381
- :notification_policy)
1426
+ :notification_policy,
1427
+ :vpc_endpoint_dns_name,
1428
+ :bucket_region)
1382
1429
  SENSITIVE = []
1383
1430
  include Aws::Structure
1384
1431
  end
@@ -1433,21 +1480,24 @@ module Aws::StorageGateway
1433
1480
  # cache_stale_timeout_in_seconds: 1,
1434
1481
  # },
1435
1482
  # notification_policy: "NotificationPolicy",
1483
+ # vpc_endpoint_dns_name: "DNSHostName",
1484
+ # bucket_region: "RegionId",
1485
+ # oplocks_enabled: false,
1436
1486
  # }
1437
1487
  #
1438
1488
  # @!attribute [rw] client_token
1439
- # A unique string value that you supply that is used by file gateway
1440
- # to ensure idempotent file share creation.
1489
+ # A unique string value that you supply that is used by S3 File
1490
+ # Gateway to ensure idempotent file share creation.
1441
1491
  # @return [String]
1442
1492
  #
1443
1493
  # @!attribute [rw] gateway_arn
1444
- # The ARN of the file gateway on which you want to create a file
1494
+ # The ARN of the S3 File Gateway on which you want to create a file
1445
1495
  # share.
1446
1496
  # @return [String]
1447
1497
  #
1448
1498
  # @!attribute [rw] kms_encrypted
1449
1499
  # Set to `true` to use Amazon S3 server-side encryption with your own
1450
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
1500
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
1451
1501
  #
1452
1502
  # Valid Values: `true` \| `false`
1453
1503
  # @return [Boolean]
@@ -1460,19 +1510,35 @@ module Aws::StorageGateway
1460
1510
  # @return [String]
1461
1511
  #
1462
1512
  # @!attribute [rw] role
1463
- # The ARN of the AWS Identity and Access Management (IAM) role that a
1464
- # file gateway assumes when it accesses the underlying storage.
1513
+ # The ARN of the Identity and Access Management (IAM) role that an S3
1514
+ # File Gateway assumes when it accesses the underlying storage.
1465
1515
  # @return [String]
1466
1516
  #
1467
1517
  # @!attribute [rw] location_arn
1468
1518
  # The ARN of the backend storage used for storing file data. A prefix
1469
1519
  # name can be added to the S3 bucket name. It must end with a "/".
1520
+ #
1521
+ # <note markdown="1"> You can specify a bucket attached to an access point using a
1522
+ # complete ARN that includes the bucket region as shown:
1523
+ #
1524
+ # `arn:aws:s3:region:account-id:accesspoint/access-point-name `
1525
+ #
1526
+ # If you specify a bucket attached to an access point, the bucket
1527
+ # policy must be configured to delegate access control to the access
1528
+ # point. For information, see [Delegating access control to access
1529
+ # points][1] in the *Amazon S3 User Guide*.
1530
+ #
1531
+ # </note>
1532
+ #
1533
+ #
1534
+ #
1535
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-policies.html#access-points-delegating-control
1470
1536
  # @return [String]
1471
1537
  #
1472
1538
  # @!attribute [rw] default_storage_class
1473
1539
  # The default storage class for objects put into an Amazon S3 bucket
1474
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
1475
- # Optional.
1540
+ # by the S3 File Gateway. The default value is
1541
+ # `S3_INTELLIGENT_TIERING`. Optional.
1476
1542
  #
1477
1543
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
1478
1544
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -1480,8 +1546,8 @@ module Aws::StorageGateway
1480
1546
  #
1481
1547
  # @!attribute [rw] object_acl
1482
1548
  # A value that sets the access control list (ACL) permission for
1483
- # objects in the S3 bucket that a file gateway puts objects into. The
1484
- # default value is `private`.
1549
+ # objects in the S3 bucket that a S3 File Gateway puts objects into.
1550
+ # The default value is `private`.
1485
1551
  # @return [String]
1486
1552
  #
1487
1553
  # @!attribute [rw] read_only
@@ -1523,8 +1589,7 @@ module Aws::StorageGateway
1523
1589
  # permissions to the POSIX permissions.
1524
1590
  #
1525
1591
  # For more information, see [Using Microsoft Windows ACLs to control
1526
- # access to an SMB file share][1] in the *AWS Storage Gateway User
1527
- # Guide*.
1592
+ # access to an SMB file share][1] in the *Storage Gateway User Guide*.
1528
1593
  #
1529
1594
  # Valid Values: `true` \| `false`
1530
1595
  #
@@ -1632,6 +1697,41 @@ module Aws::StorageGateway
1632
1697
  # `\{\}`
1633
1698
  # @return [String]
1634
1699
  #
1700
+ # @!attribute [rw] vpc_endpoint_dns_name
1701
+ # Specifies the DNS name for the VPC endpoint that the SMB file share
1702
+ # uses to connect to Amazon S3.
1703
+ #
1704
+ # <note markdown="1"> This parameter is required for SMB file shares that connect to
1705
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
1706
+ # point alias that points to a VPC access point.
1707
+ #
1708
+ # </note>
1709
+ # @return [String]
1710
+ #
1711
+ # @!attribute [rw] bucket_region
1712
+ # Specifies the Region of the S3 bucket where the SMB file share
1713
+ # stores files.
1714
+ #
1715
+ # <note markdown="1"> This parameter is required for SMB file shares that connect to
1716
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
1717
+ # point alias that points to a VPC access point.
1718
+ #
1719
+ # </note>
1720
+ # @return [String]
1721
+ #
1722
+ # @!attribute [rw] oplocks_enabled
1723
+ # Specifies whether opportunistic locking is enabled for the SMB file
1724
+ # share.
1725
+ #
1726
+ # <note markdown="1"> Enabling opportunistic locking on case-sensitive shares is not
1727
+ # recommended for workloads that involve access to files with the same
1728
+ # name in different case.
1729
+ #
1730
+ # </note>
1731
+ #
1732
+ # Valid Values: `true` \| `false`
1733
+ # @return [Boolean]
1734
+ #
1635
1735
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateSMBFileShareInput AWS API Documentation
1636
1736
  #
1637
1737
  class CreateSMBFileShareInput < Struct.new(
@@ -1657,7 +1757,10 @@ module Aws::StorageGateway
1657
1757
  :tags,
1658
1758
  :file_share_name,
1659
1759
  :cache_attributes,
1660
- :notification_policy)
1760
+ :notification_policy,
1761
+ :vpc_endpoint_dns_name,
1762
+ :bucket_region,
1763
+ :oplocks_enabled)
1661
1764
  SENSITIVE = []
1662
1765
  include Aws::Structure
1663
1766
  end
@@ -1699,7 +1802,7 @@ module Aws::StorageGateway
1699
1802
  # @!attribute [rw] snapshot_description
1700
1803
  # Textual description of the snapshot that appears in the Amazon EC2
1701
1804
  # console, Elastic Block Store snapshots panel in the **Description**
1702
- # field, and in the AWS Storage Gateway snapshot **Details** pane,
1805
+ # field, and in the Storage Gateway snapshot **Details** pane,
1703
1806
  # **Description** field.
1704
1807
  # @return [String]
1705
1808
  #
@@ -1777,7 +1880,7 @@ module Aws::StorageGateway
1777
1880
  # @!attribute [rw] snapshot_description
1778
1881
  # Textual description of the snapshot that appears in the Amazon EC2
1779
1882
  # console, Elastic Block Store snapshots panel in the **Description**
1780
- # field, and in the AWS Storage Gateway snapshot **Details** pane,
1883
+ # field, and in the Storage Gateway snapshot **Details** pane,
1781
1884
  # **Description** field.
1782
1885
  # @return [String]
1783
1886
  #
@@ -1860,8 +1963,7 @@ module Aws::StorageGateway
1860
1963
  #
1861
1964
  # @!attribute [rw] gateway_arn
1862
1965
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
1863
- # operation to return a list of gateways for your account and AWS
1864
- # Region.
1966
+ # operation to return a list of gateways for your account and Region.
1865
1967
  # @return [String]
1866
1968
  #
1867
1969
  # @!attribute [rw] disk_id
@@ -1916,7 +2018,7 @@ module Aws::StorageGateway
1916
2018
  #
1917
2019
  # @!attribute [rw] kms_encrypted
1918
2020
  # Set to `true` to use Amazon S3 server-side encryption with your own
1919
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
2021
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
1920
2022
  #
1921
2023
  # Valid Values: `true` \| `false`
1922
2024
  # @return [Boolean]
@@ -2010,10 +2112,10 @@ module Aws::StorageGateway
2010
2112
  #
2011
2113
  # @!attribute [rw] retention_lock_type
2012
2114
  # Tape retention lock can be configured in two modes. When configured
2013
- # in governance mode, AWS accounts with specific IAM permissions are
2115
+ # in governance mode, accounts with specific IAM permissions are
2014
2116
  # authorized to remove the tape retention lock from archived virtual
2015
2117
  # tapes. When configured in compliance mode, the tape retention lock
2016
- # cannot be removed by any user, including the root AWS account.
2118
+ # cannot be removed by any user, including the root account.
2017
2119
  # @return [String]
2018
2120
  #
2019
2121
  # @!attribute [rw] retention_lock_time_in_days
@@ -2048,7 +2150,7 @@ module Aws::StorageGateway
2048
2150
  # @!attribute [rw] pool_arn
2049
2151
  # The unique Amazon Resource Name (ARN) that represents the custom
2050
2152
  # tape pool. Use the ListTapePools operation to return a list of tape
2051
- # pools for your account and AWS Region.
2153
+ # pools for your account and Region.
2052
2154
  # @return [String]
2053
2155
  #
2054
2156
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/CreateTapePoolOutput AWS API Documentation
@@ -2083,7 +2185,7 @@ module Aws::StorageGateway
2083
2185
  # @!attribute [rw] gateway_arn
2084
2186
  # The unique Amazon Resource Name (ARN) that represents the gateway to
2085
2187
  # associate the virtual tape with. Use the ListGateways operation to
2086
- # return a list of gateways for your account and AWS Region.
2188
+ # return a list of gateways for your account and Region.
2087
2189
  # @return [String]
2088
2190
  #
2089
2191
  # @!attribute [rw] tape_size_in_bytes
@@ -2105,7 +2207,7 @@ module Aws::StorageGateway
2105
2207
  #
2106
2208
  # @!attribute [rw] kms_encrypted
2107
2209
  # Set to `true` to use Amazon S3 server-side encryption with your own
2108
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
2210
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
2109
2211
  #
2110
2212
  # Valid Values: `true` \| `false`
2111
2213
  # @return [Boolean]
@@ -2200,7 +2302,7 @@ module Aws::StorageGateway
2200
2302
  # @!attribute [rw] gateway_arn
2201
2303
  # The unique Amazon Resource Name (ARN) that represents the gateway to
2202
2304
  # associate the virtual tapes with. Use the ListGateways operation to
2203
- # return a list of gateways for your account and AWS Region.
2305
+ # return a list of gateways for your account and Region.
2204
2306
  # @return [String]
2205
2307
  #
2206
2308
  # @!attribute [rw] tape_size_in_bytes
@@ -2238,7 +2340,7 @@ module Aws::StorageGateway
2238
2340
  #
2239
2341
  # @!attribute [rw] kms_encrypted
2240
2342
  # Set to `true` to use Amazon S3 server-side encryption with your own
2241
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
2343
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
2242
2344
  #
2243
2345
  # Valid Values: `true` \| `false`
2244
2346
  # @return [Boolean]
@@ -2319,8 +2421,7 @@ module Aws::StorageGateway
2319
2421
  #
2320
2422
  # @!attribute [rw] gateway_arn
2321
2423
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2322
- # operation to return a list of gateways for your account and AWS
2323
- # Region.
2424
+ # operation to return a list of gateways for your account and Region.
2324
2425
  # @return [String]
2325
2426
  #
2326
2427
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyInput AWS API Documentation
@@ -2333,8 +2434,7 @@ module Aws::StorageGateway
2333
2434
 
2334
2435
  # @!attribute [rw] gateway_arn
2335
2436
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2336
- # operation to return a list of gateways for your account and AWS
2337
- # Region.
2437
+ # operation to return a list of gateways for your account and Region.
2338
2438
  # @return [String]
2339
2439
  #
2340
2440
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteAutomaticTapeCreationPolicyOutput AWS API Documentation
@@ -2361,8 +2461,7 @@ module Aws::StorageGateway
2361
2461
  #
2362
2462
  # @!attribute [rw] gateway_arn
2363
2463
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2364
- # operation to return a list of gateways for your account and AWS
2365
- # Region.
2464
+ # operation to return a list of gateways for your account and Region.
2366
2465
  # @return [String]
2367
2466
  #
2368
2467
  # @!attribute [rw] bandwidth_type
@@ -2386,8 +2485,7 @@ module Aws::StorageGateway
2386
2485
  #
2387
2486
  # @!attribute [rw] gateway_arn
2388
2487
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2389
- # operation to return a list of gateways for your account and AWS
2390
- # Region.
2488
+ # operation to return a list of gateways for your account and Region.
2391
2489
  # @return [String]
2392
2490
  #
2393
2491
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteBandwidthRateLimitOutput AWS API Documentation
@@ -2466,10 +2564,10 @@ module Aws::StorageGateway
2466
2564
  #
2467
2565
  # @!attribute [rw] force_delete
2468
2566
  # If this value is set to `true`, the operation deletes a file share
2469
- # immediately and aborts all data uploads to AWS. Otherwise, the file
2470
- # share is not deleted until all data is uploaded to AWS. This process
2471
- # aborts the data upload process, and the file share enters the
2472
- # `FORCE_DELETING` status.
2567
+ # immediately and aborts all data uploads to Amazon Web Services.
2568
+ # Otherwise, the file share is not deleted until all data is uploaded
2569
+ # to Amazon Web Services. This process aborts the data upload process,
2570
+ # and the file share enters the `FORCE_DELETING` status.
2473
2571
  #
2474
2572
  # Valid Values: `true` \| `false`
2475
2573
  # @return [Boolean]
@@ -2508,8 +2606,7 @@ module Aws::StorageGateway
2508
2606
  #
2509
2607
  # @!attribute [rw] gateway_arn
2510
2608
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2511
- # operation to return a list of gateways for your account and AWS
2512
- # Region.
2609
+ # operation to return a list of gateways for your account and Region.
2513
2610
  # @return [String]
2514
2611
  #
2515
2612
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayInput AWS API Documentation
@@ -2524,8 +2621,7 @@ module Aws::StorageGateway
2524
2621
  #
2525
2622
  # @!attribute [rw] gateway_arn
2526
2623
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2527
- # operation to return a list of gateways for your account and AWS
2528
- # Region.
2624
+ # operation to return a list of gateways for your account and Region.
2529
2625
  # @return [String]
2530
2626
  #
2531
2627
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteGatewayOutput AWS API Documentation
@@ -2627,8 +2723,7 @@ module Aws::StorageGateway
2627
2723
  # @!attribute [rw] gateway_arn
2628
2724
  # The unique Amazon Resource Name (ARN) of the gateway that the
2629
2725
  # virtual tape to delete is associated with. Use the ListGateways
2630
- # operation to return a list of gateways for your account and AWS
2631
- # Region.
2726
+ # operation to return a list of gateways for your account and Region.
2632
2727
  # @return [String]
2633
2728
  #
2634
2729
  # @!attribute [rw] tape_arn
@@ -2745,8 +2840,7 @@ module Aws::StorageGateway
2745
2840
  #
2746
2841
  # @!attribute [rw] gateway_arn
2747
2842
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2748
- # operation to return a list of gateways for your account and AWS
2749
- # Region.
2843
+ # operation to return a list of gateways for your account and Region.
2750
2844
  # @return [String]
2751
2845
  #
2752
2846
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeAvailabilityMonitorTestInput AWS API Documentation
@@ -2759,8 +2853,7 @@ module Aws::StorageGateway
2759
2853
 
2760
2854
  # @!attribute [rw] gateway_arn
2761
2855
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2762
- # operation to return a list of gateways for your account and AWS
2763
- # Region.
2856
+ # operation to return a list of gateways for your account and Region.
2764
2857
  # @return [String]
2765
2858
  #
2766
2859
  # @!attribute [rw] status
@@ -2795,8 +2888,7 @@ module Aws::StorageGateway
2795
2888
  #
2796
2889
  # @!attribute [rw] gateway_arn
2797
2890
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2798
- # operation to return a list of gateways for your account and AWS
2799
- # Region.
2891
+ # operation to return a list of gateways for your account and Region.
2800
2892
  # @return [String]
2801
2893
  #
2802
2894
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitInput AWS API Documentation
@@ -2811,8 +2903,7 @@ module Aws::StorageGateway
2811
2903
  #
2812
2904
  # @!attribute [rw] gateway_arn
2813
2905
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2814
- # operation to return a list of gateways for your account and AWS
2815
- # Region.
2906
+ # operation to return a list of gateways for your account and Region.
2816
2907
  # @return [String]
2817
2908
  #
2818
2909
  # @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
@@ -2846,8 +2937,7 @@ module Aws::StorageGateway
2846
2937
  #
2847
2938
  # @!attribute [rw] gateway_arn
2848
2939
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2849
- # operation to return a list of gateways for your account and AWS
2850
- # Region.
2940
+ # operation to return a list of gateways for your account and Region.
2851
2941
  # @return [String]
2852
2942
  #
2853
2943
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeBandwidthRateLimitScheduleInput AWS API Documentation
@@ -2860,8 +2950,7 @@ module Aws::StorageGateway
2860
2950
 
2861
2951
  # @!attribute [rw] gateway_arn
2862
2952
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2863
- # operation to return a list of gateways for your account and AWS
2864
- # Region.
2953
+ # operation to return a list of gateways for your account and Region.
2865
2954
  # @return [String]
2866
2955
  #
2867
2956
  # @!attribute [rw] bandwidth_rate_limit_intervals
@@ -2887,8 +2976,7 @@ module Aws::StorageGateway
2887
2976
  #
2888
2977
  # @!attribute [rw] gateway_arn
2889
2978
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2890
- # operation to return a list of gateways for your account and AWS
2891
- # Region.
2979
+ # operation to return a list of gateways for your account and Region.
2892
2980
  # @return [String]
2893
2981
  #
2894
2982
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeCacheInput AWS API Documentation
@@ -2901,8 +2989,7 @@ module Aws::StorageGateway
2901
2989
 
2902
2990
  # @!attribute [rw] gateway_arn
2903
2991
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
2904
- # operation to return a list of gateways for your account and AWS
2905
- # Region.
2992
+ # operation to return a list of gateways for your account and Region.
2906
2993
  # @return [String]
2907
2994
  #
2908
2995
  # @!attribute [rw] disk_ids
@@ -2923,8 +3010,8 @@ module Aws::StorageGateway
2923
3010
  #
2924
3011
  # @!attribute [rw] cache_dirty_percentage
2925
3012
  # The file share's contribution to the overall percentage of the
2926
- # gateway's cache that has not been persisted to AWS. The sample is
2927
- # taken at the end of the reporting period.
3013
+ # gateway's cache that has not been persisted to Amazon Web Services.
3014
+ # The sample is taken at the end of the reporting period.
2928
3015
  # @return [Float]
2929
3016
  #
2930
3017
  # @!attribute [rw] cache_hit_percentage
@@ -3090,8 +3177,7 @@ module Aws::StorageGateway
3090
3177
  #
3091
3178
  # @!attribute [rw] gateway_arn
3092
3179
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3093
- # operation to return a list of gateways for your account and AWS
3094
- # Region.
3180
+ # operation to return a list of gateways for your account and Region.
3095
3181
  # @return [String]
3096
3182
  #
3097
3183
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationInput AWS API Documentation
@@ -3106,8 +3192,7 @@ module Aws::StorageGateway
3106
3192
  #
3107
3193
  # @!attribute [rw] gateway_arn
3108
3194
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3109
- # operation to return a list of gateways for your account and AWS
3110
- # Region.
3195
+ # operation to return a list of gateways for your account and Region.
3111
3196
  # @return [String]
3112
3197
  #
3113
3198
  # @!attribute [rw] gateway_id
@@ -3155,7 +3240,7 @@ module Aws::StorageGateway
3155
3240
  # @return [String]
3156
3241
  #
3157
3242
  # @!attribute [rw] ec2_instance_region
3158
- # The AWS Region where the Amazon EC2 instance is located.
3243
+ # The Region where the Amazon EC2 instance is located.
3159
3244
  # @return [String]
3160
3245
  #
3161
3246
  # @!attribute [rw] tags
@@ -3195,6 +3280,15 @@ module Aws::StorageGateway
3195
3280
  # new features and bug fixes.
3196
3281
  # @return [String]
3197
3282
  #
3283
+ # @!attribute [rw] gateway_capacity
3284
+ # Specifies the size of the gateway's metadata cache.
3285
+ # @return [String]
3286
+ #
3287
+ # @!attribute [rw] supported_gateway_capacities
3288
+ # A list of the metadata cache sizes that the gateway can support
3289
+ # based on its current hardware specifications.
3290
+ # @return [Array<String>]
3291
+ #
3198
3292
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
3199
3293
  #
3200
3294
  class DescribeGatewayInformationOutput < Struct.new(
@@ -3215,7 +3309,9 @@ module Aws::StorageGateway
3215
3309
  :host_environment,
3216
3310
  :endpoint_type,
3217
3311
  :software_updates_end_date,
3218
- :deprecation_date)
3312
+ :deprecation_date,
3313
+ :gateway_capacity,
3314
+ :supported_gateway_capacities)
3219
3315
  SENSITIVE = []
3220
3316
  include Aws::Structure
3221
3317
  end
@@ -3232,8 +3328,7 @@ module Aws::StorageGateway
3232
3328
  #
3233
3329
  # @!attribute [rw] gateway_arn
3234
3330
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3235
- # operation to return a list of gateways for your account and AWS
3236
- # Region.
3331
+ # operation to return a list of gateways for your account and Region.
3237
3332
  # @return [String]
3238
3333
  #
3239
3334
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeMaintenanceStartTimeInput AWS API Documentation
@@ -3258,8 +3353,7 @@ module Aws::StorageGateway
3258
3353
  #
3259
3354
  # @!attribute [rw] gateway_arn
3260
3355
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3261
- # operation to return a list of gateways for your account and AWS
3262
- # Region.
3356
+ # operation to return a list of gateways for your account and Region.
3263
3357
  # @return [String]
3264
3358
  #
3265
3359
  # @!attribute [rw] hour_of_day
@@ -3387,8 +3481,7 @@ module Aws::StorageGateway
3387
3481
  #
3388
3482
  # @!attribute [rw] gateway_arn
3389
3483
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3390
- # operation to return a list of gateways for your account and AWS
3391
- # Region.
3484
+ # operation to return a list of gateways for your account and Region.
3392
3485
  # @return [String]
3393
3486
  #
3394
3487
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsInput AWS API Documentation
@@ -3401,8 +3494,7 @@ module Aws::StorageGateway
3401
3494
 
3402
3495
  # @!attribute [rw] gateway_arn
3403
3496
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3404
- # operation to return a list of gateways for your account and AWS
3405
- # Region.
3497
+ # operation to return a list of gateways for your account and Region.
3406
3498
  # @return [String]
3407
3499
  #
3408
3500
  # @!attribute [rw] domain_name
@@ -3436,7 +3528,7 @@ module Aws::StorageGateway
3436
3528
  #
3437
3529
  # @!attribute [rw] smb_guest_password_set
3438
3530
  # This value is `true` if a password for the guest user `smbguest` is
3439
- # set, otherwise `false`.
3531
+ # set, otherwise `false`. Only supported for S3 File Gateways.
3440
3532
  #
3441
3533
  # Valid Values: `true` \| `false`
3442
3534
  # @return [Boolean]
@@ -3447,7 +3539,8 @@ module Aws::StorageGateway
3447
3539
  # * `ClientSpecified`\: If you use this option, requests are
3448
3540
  # established based on what is negotiated by the client. This option
3449
3541
  # is recommended when you want to maximize compatibility across
3450
- # different clients in your environment.
3542
+ # different clients in your environment. Only supported for S3 File
3543
+ # Gateways.
3451
3544
  #
3452
3545
  # * `MandatorySigning`\: If you use this option, file gateway only
3453
3546
  # allows connections from SMBv2 or SMBv3 clients that have signing
@@ -3462,7 +3555,8 @@ module Aws::StorageGateway
3462
3555
  # @return [String]
3463
3556
  #
3464
3557
  # @!attribute [rw] file_shares_visible
3465
- # The shares on this gateway appear when listing shares.
3558
+ # The shares on this gateway appear when listing shares. Only
3559
+ # supported for S3 File Gateways.
3466
3560
  # @return [Boolean]
3467
3561
  #
3468
3562
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeSMBSettingsOutput AWS API Documentation
@@ -3706,8 +3800,7 @@ module Aws::StorageGateway
3706
3800
  #
3707
3801
  # @!attribute [rw] gateway_arn
3708
3802
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3709
- # operation to return a list of gateways for your account and AWS
3710
- # Region.
3803
+ # operation to return a list of gateways for your account and Region.
3711
3804
  # @return [String]
3712
3805
  #
3713
3806
  # @!attribute [rw] marker
@@ -3734,8 +3827,7 @@ module Aws::StorageGateway
3734
3827
  #
3735
3828
  # @!attribute [rw] gateway_arn
3736
3829
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3737
- # operation to return a list of gateways for your account and AWS
3738
- # Region.
3830
+ # operation to return a list of gateways for your account and Region.
3739
3831
  # @return [String]
3740
3832
  #
3741
3833
  # @!attribute [rw] tape_recovery_point_infos
@@ -3776,8 +3868,7 @@ module Aws::StorageGateway
3776
3868
  #
3777
3869
  # @!attribute [rw] gateway_arn
3778
3870
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3779
- # operation to return a list of gateways for your account and AWS
3780
- # Region.
3871
+ # operation to return a list of gateways for your account and Region.
3781
3872
  # @return [String]
3782
3873
  #
3783
3874
  # @!attribute [rw] tape_arns
@@ -3847,8 +3938,7 @@ module Aws::StorageGateway
3847
3938
  #
3848
3939
  # @!attribute [rw] gateway_arn
3849
3940
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3850
- # operation to return a list of gateways for your account and AWS
3851
- # Region.
3941
+ # operation to return a list of gateways for your account and Region.
3852
3942
  # @return [String]
3853
3943
  #
3854
3944
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeUploadBufferInput AWS API Documentation
@@ -3861,8 +3951,7 @@ module Aws::StorageGateway
3861
3951
 
3862
3952
  # @!attribute [rw] gateway_arn
3863
3953
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3864
- # operation to return a list of gateways for your account and AWS
3865
- # Region.
3954
+ # operation to return a list of gateways for your account and Region.
3866
3955
  # @return [String]
3867
3956
  #
3868
3957
  # @!attribute [rw] disk_ids
@@ -3907,8 +3996,7 @@ module Aws::StorageGateway
3907
3996
  #
3908
3997
  # @!attribute [rw] gateway_arn
3909
3998
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3910
- # operation to return a list of gateways for your account and AWS
3911
- # Region.
3999
+ # operation to return a list of gateways for your account and Region.
3912
4000
  # @return [String]
3913
4001
  #
3914
4002
  # @!attribute [rw] vtl_device_arns
@@ -3947,8 +4035,7 @@ module Aws::StorageGateway
3947
4035
  #
3948
4036
  # @!attribute [rw] gateway_arn
3949
4037
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3950
- # operation to return a list of gateways for your account and AWS
3951
- # Region.
4038
+ # operation to return a list of gateways for your account and Region.
3952
4039
  # @return [String]
3953
4040
  #
3954
4041
  # @!attribute [rw] vtl_devices
@@ -3986,8 +4073,7 @@ module Aws::StorageGateway
3986
4073
  #
3987
4074
  # @!attribute [rw] gateway_arn
3988
4075
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
3989
- # operation to return a list of gateways for your account and AWS
3990
- # Region.
4076
+ # operation to return a list of gateways for your account and Region.
3991
4077
  # @return [String]
3992
4078
  #
3993
4079
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageInput AWS API Documentation
@@ -4002,8 +4088,7 @@ module Aws::StorageGateway
4002
4088
  #
4003
4089
  # @!attribute [rw] gateway_arn
4004
4090
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4005
- # operation to return a list of gateways for your account and AWS
4006
- # Region.
4091
+ # operation to return a list of gateways for your account and Region.
4007
4092
  # @return [String]
4008
4093
  #
4009
4094
  # @!attribute [rw] disk_ids
@@ -4122,8 +4207,7 @@ module Aws::StorageGateway
4122
4207
  #
4123
4208
  # @!attribute [rw] gateway_arn
4124
4209
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4125
- # operation to return a list of gateways for your account and AWS
4126
- # Region.
4210
+ # operation to return a list of gateways for your account and Region.
4127
4211
  # @return [String]
4128
4212
  #
4129
4213
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DisableGatewayInput AWS API Documentation
@@ -4248,7 +4332,35 @@ module Aws::StorageGateway
4248
4332
  include Aws::Structure
4249
4333
  end
4250
4334
 
4251
- # Describes a file share.
4335
+ # Specifies network configuration information for the gateway associated
4336
+ # with the Amazon FSx file system.
4337
+ #
4338
+ # @note When making an API call, you may pass EndpointNetworkConfiguration
4339
+ # data as a hash:
4340
+ #
4341
+ # {
4342
+ # ip_addresses: ["IPV4Address"],
4343
+ # }
4344
+ #
4345
+ # @!attribute [rw] ip_addresses
4346
+ # A list of gateway IP addresses on which the associated Amazon FSx
4347
+ # file system is available.
4348
+ #
4349
+ # <note markdown="1"> If multiple file systems are associated with this gateway, this
4350
+ # field is required.
4351
+ #
4352
+ # </note>
4353
+ # @return [Array<String>]
4354
+ #
4355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/EndpointNetworkConfiguration AWS API Documentation
4356
+ #
4357
+ class EndpointNetworkConfiguration < Struct.new(
4358
+ :ip_addresses)
4359
+ SENSITIVE = []
4360
+ include Aws::Structure
4361
+ end
4362
+
4363
+ # Describes a file share. Only supported S3 File Gateway.
4252
4364
  #
4253
4365
  # @!attribute [rw] file_share_type
4254
4366
  # The type of the file share.
@@ -4270,8 +4382,7 @@ module Aws::StorageGateway
4270
4382
  #
4271
4383
  # @!attribute [rw] gateway_arn
4272
4384
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4273
- # operation to return a list of gateways for your account and AWS
4274
- # Region.
4385
+ # operation to return a list of gateways for your account and Region.
4275
4386
  # @return [String]
4276
4387
  #
4277
4388
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileShareInfo AWS API Documentation
@@ -4305,8 +4416,8 @@ module Aws::StorageGateway
4305
4416
  #
4306
4417
  # @!attribute [rw] file_system_association_status
4307
4418
  # The status of the file system association. Valid Values: `AVAILABLE`
4308
- # \| `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `MISCONFIGURED`
4309
- # \| `UPDATING` \| `UNAVAILABLE`
4419
+ # \| `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `UPDATING` \|
4420
+ # `ERROR`
4310
4421
  # @return [String]
4311
4422
  #
4312
4423
  # @!attribute [rw] audit_destination_arn
@@ -4316,8 +4427,7 @@ module Aws::StorageGateway
4316
4427
  #
4317
4428
  # @!attribute [rw] gateway_arn
4318
4429
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4319
- # operation to return a list of gateways for your account and AWS
4320
- # Region.
4430
+ # operation to return a list of gateways for your account and Region.
4321
4431
  # @return [String]
4322
4432
  #
4323
4433
  # @!attribute [rw] tags
@@ -4326,9 +4436,20 @@ module Aws::StorageGateway
4326
4436
  # @return [Array<Types::Tag>]
4327
4437
  #
4328
4438
  # @!attribute [rw] cache_attributes
4329
- # The refresh cache information for the file share.
4439
+ # The refresh cache information for the file share or FSx file
4440
+ # systems.
4330
4441
  # @return [Types::CacheAttributes]
4331
4442
  #
4443
+ # @!attribute [rw] endpoint_network_configuration
4444
+ # Specifies network configuration information for the gateway
4445
+ # associated with the Amazon FSx file system.
4446
+ #
4447
+ # <note markdown="1"> If multiple file systems are associated with this gateway, this
4448
+ # parameter's `IpAddresses` field is required.
4449
+ #
4450
+ # </note>
4451
+ # @return [Types::EndpointNetworkConfiguration]
4452
+ #
4332
4453
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationInfo AWS API Documentation
4333
4454
  #
4334
4455
  class FileSystemAssociationInfo < Struct.new(
@@ -4338,7 +4459,8 @@ module Aws::StorageGateway
4338
4459
  :audit_destination_arn,
4339
4460
  :gateway_arn,
4340
4461
  :tags,
4341
- :cache_attributes)
4462
+ :cache_attributes,
4463
+ :endpoint_network_configuration)
4342
4464
  SENSITIVE = []
4343
4465
  include Aws::Structure
4344
4466
  end
@@ -4356,14 +4478,13 @@ module Aws::StorageGateway
4356
4478
  #
4357
4479
  # @!attribute [rw] file_system_association_status
4358
4480
  # The status of the file share. Valid Values: `AVAILABLE` \|
4359
- # `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `MISCONFIGURED` \|
4360
- # `UPDATING` \| `UNAVAILABLE`
4481
+ # `CREATING` \| `DELETING` \| `FORCE_DELETING` \| `UPDATING` \|
4482
+ # `ERROR`
4361
4483
  # @return [String]
4362
4484
  #
4363
4485
  # @!attribute [rw] gateway_arn
4364
4486
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4365
- # operation to return a list of gateways for your account and AWS
4366
- # Region.
4487
+ # operation to return a list of gateways for your account and Region.
4367
4488
  # @return [String]
4368
4489
  #
4369
4490
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/FileSystemAssociationSummary AWS API Documentation
@@ -4387,8 +4508,7 @@ module Aws::StorageGateway
4387
4508
  #
4388
4509
  # @!attribute [rw] gateway_arn
4389
4510
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4390
- # operation to return a list of gateways for your account and AWS
4391
- # Region.
4511
+ # operation to return a list of gateways for your account and Region.
4392
4512
  # @return [String]
4393
4513
  #
4394
4514
  # @!attribute [rw] gateway_type
@@ -4411,7 +4531,7 @@ module Aws::StorageGateway
4411
4531
  # @return [String]
4412
4532
  #
4413
4533
  # @!attribute [rw] ec2_instance_region
4414
- # The AWS Region where the Amazon EC2 instance is located.
4534
+ # The Region where the Amazon EC2 instance is located.
4415
4535
  # @return [String]
4416
4536
  #
4417
4537
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/GatewayInfo AWS API Documentation
@@ -4488,7 +4608,7 @@ module Aws::StorageGateway
4488
4608
  # @!attribute [rw] gateway_arn
4489
4609
  # The Amazon Resource Name (ARN) of the gateway. Use the
4490
4610
  # `ListGateways` operation to return a list of gateways for your
4491
- # account and AWS Region.
4611
+ # account and Region.
4492
4612
  # @return [String]
4493
4613
  #
4494
4614
  # @!attribute [rw] domain_name
@@ -4590,8 +4710,7 @@ module Aws::StorageGateway
4590
4710
  #
4591
4711
  # @!attribute [rw] gateway_arn
4592
4712
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4593
- # operation to return a list of gateways for your account and AWS
4594
- # Region.
4713
+ # operation to return a list of gateways for your account and Region.
4595
4714
  # @return [String]
4596
4715
  #
4597
4716
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListAutomaticTapeCreationPoliciesInput AWS API Documentation
@@ -4668,7 +4787,7 @@ module Aws::StorageGateway
4668
4787
  # @return [String]
4669
4788
  #
4670
4789
  # @!attribute [rw] file_share_info_list
4671
- # An array of information about the file gateway's file shares.
4790
+ # An array of information about the S3 File Gateway's file shares.
4672
4791
  # @return [Array<Types::FileShareInfo>]
4673
4792
  #
4674
4793
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListFileSharesOutput AWS API Documentation
@@ -4692,8 +4811,7 @@ module Aws::StorageGateway
4692
4811
  #
4693
4812
  # @!attribute [rw] gateway_arn
4694
4813
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4695
- # operation to return a list of gateways for your account and AWS
4696
- # Region.
4814
+ # operation to return a list of gateways for your account and Region.
4697
4815
  # @return [String]
4698
4816
  #
4699
4817
  # @!attribute [rw] limit
@@ -4809,8 +4927,7 @@ module Aws::StorageGateway
4809
4927
  #
4810
4928
  # @!attribute [rw] gateway_arn
4811
4929
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4812
- # operation to return a list of gateways for your account and AWS
4813
- # Region.
4930
+ # operation to return a list of gateways for your account and Region.
4814
4931
  # @return [String]
4815
4932
  #
4816
4933
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListLocalDisksInput AWS API Documentation
@@ -4823,8 +4940,7 @@ module Aws::StorageGateway
4823
4940
 
4824
4941
  # @!attribute [rw] gateway_arn
4825
4942
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
4826
- # operation to return a list of gateways for your account and AWS
4827
- # Region.
4943
+ # operation to return a list of gateways for your account and Region.
4828
4944
  # @return [String]
4829
4945
  #
4830
4946
  # @!attribute [rw] disks
@@ -5080,8 +5196,7 @@ module Aws::StorageGateway
5080
5196
  #
5081
5197
  # @!attribute [rw] gateway_arn
5082
5198
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5083
- # operation to return a list of gateways for your account and AWS
5084
- # Region.
5199
+ # operation to return a list of gateways for your account and Region.
5085
5200
  # @return [String]
5086
5201
  #
5087
5202
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListVolumeRecoveryPointsInput AWS API Documentation
@@ -5094,8 +5209,7 @@ module Aws::StorageGateway
5094
5209
 
5095
5210
  # @!attribute [rw] gateway_arn
5096
5211
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5097
- # operation to return a list of gateways for your account and AWS
5098
- # Region.
5212
+ # operation to return a list of gateways for your account and Region.
5099
5213
  # @return [String]
5100
5214
  #
5101
5215
  # @!attribute [rw] volume_recovery_point_infos
@@ -5128,8 +5242,7 @@ module Aws::StorageGateway
5128
5242
  #
5129
5243
  # @!attribute [rw] gateway_arn
5130
5244
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5131
- # operation to return a list of gateways for your account and AWS
5132
- # Region.
5245
+ # operation to return a list of gateways for your account and Region.
5133
5246
  # @return [String]
5134
5247
  #
5135
5248
  # @!attribute [rw] marker
@@ -5161,8 +5274,7 @@ module Aws::StorageGateway
5161
5274
  #
5162
5275
  # @!attribute [rw] gateway_arn
5163
5276
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5164
- # operation to return a list of gateways for your account and AWS
5165
- # Region.
5277
+ # operation to return a list of gateways for your account and Region.
5166
5278
  # @return [String]
5167
5279
  #
5168
5280
  # @!attribute [rw] marker
@@ -5192,7 +5304,7 @@ module Aws::StorageGateway
5192
5304
  # default, have Unix file permissions assigned to them. Upon discovery
5193
5305
  # in an S3 bucket by Storage Gateway, the S3 objects that represent
5194
5306
  # files and folders are assigned these default Unix permissions. This
5195
- # operation is only supported for file gateways.
5307
+ # operation is only supported for S3 File Gateways.
5196
5308
  #
5197
5309
  # @note When making an API call, you may pass NFSFileShareDefaults
5198
5310
  # data as a hash:
@@ -5238,8 +5350,8 @@ module Aws::StorageGateway
5238
5350
  end
5239
5351
 
5240
5352
  # The Unix file permissions and ownership information assigned, by
5241
- # default, to native S3 objects when file gateway discovers them in S3
5242
- # buckets. This operation is only supported in file gateways.
5353
+ # default, to native S3 objects when an S3 File Gateway discovers them
5354
+ # in S3 buckets. This operation is only supported in S3 File Gateways.
5243
5355
  #
5244
5356
  # @!attribute [rw] nfs_file_share_defaults
5245
5357
  # Describes Network File System (NFS) file share default values. Files
@@ -5247,7 +5359,7 @@ module Aws::StorageGateway
5247
5359
  # default, have Unix file permissions assigned to them. Upon discovery
5248
5360
  # in an S3 bucket by Storage Gateway, the S3 objects that represent
5249
5361
  # files and folders are assigned these default Unix permissions. This
5250
- # operation is only supported for file gateways.
5362
+ # operation is only supported for S3 File Gateways.
5251
5363
  # @return [Types::NFSFileShareDefaults]
5252
5364
  #
5253
5365
  # @!attribute [rw] file_share_arn
@@ -5266,13 +5378,12 @@ module Aws::StorageGateway
5266
5378
  #
5267
5379
  # @!attribute [rw] gateway_arn
5268
5380
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5269
- # operation to return a list of gateways for your account and AWS
5270
- # Region.
5381
+ # operation to return a list of gateways for your account and Region.
5271
5382
  # @return [String]
5272
5383
  #
5273
5384
  # @!attribute [rw] kms_encrypted
5274
5385
  # Set to `true` to use Amazon S3 server-side encryption with your own
5275
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5386
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
5276
5387
  #
5277
5388
  # Valid Values: `true` \| `false`
5278
5389
  # @return [Boolean]
@@ -5290,8 +5401,8 @@ module Aws::StorageGateway
5290
5401
  # @return [String]
5291
5402
  #
5292
5403
  # @!attribute [rw] role
5293
- # The ARN of the IAM role that file gateway assumes when it accesses
5294
- # the underlying storage.
5404
+ # The ARN of the IAM role that an S3 File Gateway assumes when it
5405
+ # accesses the underlying storage.
5295
5406
  # @return [String]
5296
5407
  #
5297
5408
  # @!attribute [rw] location_arn
@@ -5301,8 +5412,8 @@ module Aws::StorageGateway
5301
5412
  #
5302
5413
  # @!attribute [rw] default_storage_class
5303
5414
  # The default storage class for objects put into an Amazon S3 bucket
5304
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5305
- # Optional.
5415
+ # by the S3 File Gateway. The default value is
5416
+ # `S3_INTELLIGENT_TIERING`. Optional.
5306
5417
  #
5307
5418
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5308
5419
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -5310,13 +5421,14 @@ module Aws::StorageGateway
5310
5421
  #
5311
5422
  # @!attribute [rw] object_acl
5312
5423
  # A value that sets the access control list (ACL) permission for
5313
- # objects in the S3 bucket that a file gateway puts objects into. The
5314
- # default value is `private`.
5424
+ # objects in the S3 bucket that an S3 File Gateway puts objects into.
5425
+ # The default value is `private`.
5315
5426
  # @return [String]
5316
5427
  #
5317
5428
  # @!attribute [rw] client_list
5318
- # The list of clients that are allowed to access the file gateway. The
5319
- # list must contain either valid IP addresses or valid CIDR blocks.
5429
+ # The list of clients that are allowed to access the S3 File Gateway.
5430
+ # The list must contain either valid IP addresses or valid CIDR
5431
+ # blocks.
5320
5432
  # @return [Array<String>]
5321
5433
  #
5322
5434
  # @!attribute [rw] squash
@@ -5406,6 +5518,28 @@ module Aws::StorageGateway
5406
5518
  # `\{\}`
5407
5519
  # @return [String]
5408
5520
  #
5521
+ # @!attribute [rw] vpc_endpoint_dns_name
5522
+ # Specifies the DNS name for the VPC endpoint that the NFS file share
5523
+ # uses to connect to Amazon S3.
5524
+ #
5525
+ # <note markdown="1"> This parameter is required for NFS file shares that connect to
5526
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
5527
+ # point alias that points to a VPC access point.
5528
+ #
5529
+ # </note>
5530
+ # @return [String]
5531
+ #
5532
+ # @!attribute [rw] bucket_region
5533
+ # Specifies the Region of the S3 bucket where the NFS file share
5534
+ # stores files.
5535
+ #
5536
+ # <note markdown="1"> This parameter is required for NFS file shares that connect to
5537
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
5538
+ # point alias that points to a VPC access point.
5539
+ #
5540
+ # </note>
5541
+ # @return [String]
5542
+ #
5409
5543
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/NFSFileShareInfo AWS API Documentation
5410
5544
  #
5411
5545
  class NFSFileShareInfo < Struct.new(
@@ -5429,7 +5563,9 @@ module Aws::StorageGateway
5429
5563
  :tags,
5430
5564
  :file_share_name,
5431
5565
  :cache_attributes,
5432
- :notification_policy)
5566
+ :notification_policy,
5567
+ :vpc_endpoint_dns_name,
5568
+ :bucket_region)
5433
5569
  SENSITIVE = []
5434
5570
  include Aws::Structure
5435
5571
  end
@@ -5505,7 +5641,7 @@ module Aws::StorageGateway
5505
5641
  # @!attribute [rw] pool_arn
5506
5642
  # The Amazon Resource Name (ARN) of the custom tape pool. Use the
5507
5643
  # ListTapePools operation to return a list of custom tape pools for
5508
- # your account and AWS Region.
5644
+ # your account and Region.
5509
5645
  # @return [String]
5510
5646
  #
5511
5647
  # @!attribute [rw] pool_name
@@ -5522,10 +5658,10 @@ module Aws::StorageGateway
5522
5658
  #
5523
5659
  # @!attribute [rw] retention_lock_type
5524
5660
  # Tape retention lock type, which can be configured in two modes. When
5525
- # configured in governance mode, AWS accounts with specific IAM
5661
+ # configured in governance mode, accounts with specific IAM
5526
5662
  # permissions are authorized to remove the tape retention lock from
5527
5663
  # archived virtual tapes. When configured in compliance mode, the tape
5528
- # retention lock cannot be removed by any user, including the root AWS
5664
+ # retention lock cannot be removed by any user, including the root
5529
5665
  # account.
5530
5666
  # @return [String]
5531
5667
  #
@@ -5671,8 +5807,7 @@ module Aws::StorageGateway
5671
5807
  #
5672
5808
  # @!attribute [rw] gateway_arn
5673
5809
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5674
- # operation to return a list of gateways for your account and AWS
5675
- # Region.
5810
+ # operation to return a list of gateways for your account and Region.
5676
5811
  # @return [String]
5677
5812
  #
5678
5813
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheInput AWS API Documentation
@@ -5685,8 +5820,7 @@ module Aws::StorageGateway
5685
5820
 
5686
5821
  # @!attribute [rw] gateway_arn
5687
5822
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5688
- # operation to return a list of gateways for your account and AWS
5689
- # Region.
5823
+ # operation to return a list of gateways for your account and Region.
5690
5824
  # @return [String]
5691
5825
  #
5692
5826
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ResetCacheOutput AWS API Documentation
@@ -5715,7 +5849,7 @@ module Aws::StorageGateway
5715
5849
  # @!attribute [rw] gateway_arn
5716
5850
  # The Amazon Resource Name (ARN) of the gateway you want to retrieve
5717
5851
  # the virtual tape to. Use the ListGateways operation to return a list
5718
- # of gateways for your account and AWS Region.
5852
+ # of gateways for your account and Region.
5719
5853
  #
5720
5854
  # You retrieve archived virtual tapes to only one gateway and the
5721
5855
  # gateway must be a tape gateway.
@@ -5761,8 +5895,7 @@ module Aws::StorageGateway
5761
5895
  #
5762
5896
  # @!attribute [rw] gateway_arn
5763
5897
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5764
- # operation to return a list of gateways for your account and AWS
5765
- # Region.
5898
+ # operation to return a list of gateways for your account and Region.
5766
5899
  # @return [String]
5767
5900
  #
5768
5901
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RetrieveTapeRecoveryPointInput AWS API Documentation
@@ -5790,8 +5923,8 @@ module Aws::StorageGateway
5790
5923
  end
5791
5924
 
5792
5925
  # The Windows file permissions and ownership information assigned, by
5793
- # default, to native S3 objects when file gateway discovers them in S3
5794
- # buckets. This operation is only supported for file gateways.
5926
+ # default, to native S3 objects when S3 File Gateway discovers them in
5927
+ # S3 buckets. This operation is only supported for S3 File Gateways.
5795
5928
  #
5796
5929
  # @!attribute [rw] file_share_arn
5797
5930
  # The Amazon Resource Name (ARN) of the file share.
@@ -5809,13 +5942,12 @@ module Aws::StorageGateway
5809
5942
  #
5810
5943
  # @!attribute [rw] gateway_arn
5811
5944
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
5812
- # operation to return a list of gateways for your account and AWS
5813
- # Region.
5945
+ # operation to return a list of gateways for your account and Region.
5814
5946
  # @return [String]
5815
5947
  #
5816
5948
  # @!attribute [rw] kms_encrypted
5817
5949
  # Set to `true` to use Amazon S3 server-side encryption with your own
5818
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
5950
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
5819
5951
  #
5820
5952
  # Valid Values: `true` \| `false`
5821
5953
  # @return [Boolean]
@@ -5833,8 +5965,8 @@ module Aws::StorageGateway
5833
5965
  # @return [String]
5834
5966
  #
5835
5967
  # @!attribute [rw] role
5836
- # The ARN of the IAM role that file gateway assumes when it accesses
5837
- # the underlying storage.
5968
+ # The ARN of the IAM role that an S3 File Gateway assumes when it
5969
+ # accesses the underlying storage.
5838
5970
  # @return [String]
5839
5971
  #
5840
5972
  # @!attribute [rw] location_arn
@@ -5844,8 +5976,8 @@ module Aws::StorageGateway
5844
5976
  #
5845
5977
  # @!attribute [rw] default_storage_class
5846
5978
  # The default storage class for objects put into an Amazon S3 bucket
5847
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
5848
- # Optional.
5979
+ # by the S3 File Gateway. The default value is
5980
+ # `S3_INTELLIGENT_TIERING`. Optional.
5849
5981
  #
5850
5982
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
5851
5983
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -5853,8 +5985,8 @@ module Aws::StorageGateway
5853
5985
  #
5854
5986
  # @!attribute [rw] object_acl
5855
5987
  # A value that sets the access control list (ACL) permission for
5856
- # objects in the S3 bucket that a file gateway puts objects into. The
5857
- # default value is `private`.
5988
+ # objects in the S3 bucket that an S3 File Gateway puts objects into.
5989
+ # The default value is `private`.
5858
5990
  # @return [String]
5859
5991
  #
5860
5992
  # @!attribute [rw] read_only
@@ -5897,8 +6029,7 @@ module Aws::StorageGateway
5897
6029
  # to the POSIX permission.
5898
6030
  #
5899
6031
  # For more information, see [Using Microsoft Windows ACLs to control
5900
- # access to an SMB file share][1] in the *AWS Storage Gateway User
5901
- # Guide*.
6032
+ # access to an SMB file share][1] in the *Storage Gateway User Guide*.
5902
6033
  #
5903
6034
  #
5904
6035
  #
@@ -5995,6 +6126,41 @@ module Aws::StorageGateway
5995
6126
  # `\{\}`
5996
6127
  # @return [String]
5997
6128
  #
6129
+ # @!attribute [rw] vpc_endpoint_dns_name
6130
+ # Specifies the DNS name for the VPC endpoint that the SMB file share
6131
+ # uses to connect to Amazon S3.
6132
+ #
6133
+ # <note markdown="1"> This parameter is required for SMB file shares that connect to
6134
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
6135
+ # point alias that points to a VPC access point.
6136
+ #
6137
+ # </note>
6138
+ # @return [String]
6139
+ #
6140
+ # @!attribute [rw] bucket_region
6141
+ # Specifies the Region of the S3 bucket where the SMB file share
6142
+ # stores files.
6143
+ #
6144
+ # <note markdown="1"> This parameter is required for SMB file shares that connect to
6145
+ # Amazon S3 through a VPC endpoint, a VPC access point, or an access
6146
+ # point alias that points to a VPC access point.
6147
+ #
6148
+ # </note>
6149
+ # @return [String]
6150
+ #
6151
+ # @!attribute [rw] oplocks_enabled
6152
+ # Specifies whether opportunistic locking is enabled for the SMB file
6153
+ # share.
6154
+ #
6155
+ # <note markdown="1"> Enabling opportunistic locking on case-sensitive shares is not
6156
+ # recommended for workloads that involve access to files with the same
6157
+ # name in different case.
6158
+ #
6159
+ # </note>
6160
+ #
6161
+ # Valid Values: `true` \| `false`
6162
+ # @return [Boolean]
6163
+ #
5998
6164
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SMBFileShareInfo AWS API Documentation
5999
6165
  #
6000
6166
  class SMBFileShareInfo < Struct.new(
@@ -6023,7 +6189,10 @@ module Aws::StorageGateway
6023
6189
  :tags,
6024
6190
  :file_share_name,
6025
6191
  :cache_attributes,
6026
- :notification_policy)
6192
+ :notification_policy,
6193
+ :vpc_endpoint_dns_name,
6194
+ :bucket_region,
6195
+ :oplocks_enabled)
6027
6196
  SENSITIVE = []
6028
6197
  include Aws::Structure
6029
6198
  end
@@ -6061,8 +6230,7 @@ module Aws::StorageGateway
6061
6230
  #
6062
6231
  # @!attribute [rw] gateway_arn
6063
6232
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6064
- # operation to return a list of gateways for your account and AWS
6065
- # Region.
6233
+ # operation to return a list of gateways for your account and Region.
6066
6234
  # @return [String]
6067
6235
  #
6068
6236
  # @!attribute [rw] local_console_password
@@ -6080,8 +6248,7 @@ module Aws::StorageGateway
6080
6248
 
6081
6249
  # @!attribute [rw] gateway_arn
6082
6250
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6083
- # operation to return a list of gateways for your account and AWS
6084
- # Region.
6251
+ # operation to return a list of gateways for your account and Region.
6085
6252
  # @return [String]
6086
6253
  #
6087
6254
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetLocalConsolePasswordOutput AWS API Documentation
@@ -6103,7 +6270,7 @@ module Aws::StorageGateway
6103
6270
  # }
6104
6271
  #
6105
6272
  # @!attribute [rw] gateway_arn
6106
- # The Amazon Resource Name (ARN) of the file gateway the SMB file
6273
+ # The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file
6107
6274
  # share is associated with.
6108
6275
  # @return [String]
6109
6276
  #
@@ -6122,8 +6289,7 @@ module Aws::StorageGateway
6122
6289
 
6123
6290
  # @!attribute [rw] gateway_arn
6124
6291
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6125
- # operation to return a list of gateways for your account and AWS
6126
- # Region.
6292
+ # operation to return a list of gateways for your account and Region.
6127
6293
  # @return [String]
6128
6294
  #
6129
6295
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/SetSMBGuestPasswordOutput AWS API Documentation
@@ -6146,8 +6312,7 @@ module Aws::StorageGateway
6146
6312
  #
6147
6313
  # @!attribute [rw] gateway_arn
6148
6314
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6149
- # operation to return a list of gateways for your account and AWS
6150
- # Region.
6315
+ # operation to return a list of gateways for your account and Region.
6151
6316
  # @return [String]
6152
6317
  #
6153
6318
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayInput AWS API Documentation
@@ -6163,8 +6328,7 @@ module Aws::StorageGateway
6163
6328
  #
6164
6329
  # @!attribute [rw] gateway_arn
6165
6330
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6166
- # operation to return a list of gateways for your account and AWS
6167
- # Region.
6331
+ # operation to return a list of gateways for your account and Region.
6168
6332
  # @return [String]
6169
6333
  #
6170
6334
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ShutdownGatewayOutput AWS API Documentation
@@ -6184,8 +6348,7 @@ module Aws::StorageGateway
6184
6348
  #
6185
6349
  # @!attribute [rw] gateway_arn
6186
6350
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6187
- # operation to return a list of gateways for your account and AWS
6188
- # Region.
6351
+ # operation to return a list of gateways for your account and Region.
6189
6352
  # @return [String]
6190
6353
  #
6191
6354
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestInput AWS API Documentation
@@ -6198,8 +6361,7 @@ module Aws::StorageGateway
6198
6361
 
6199
6362
  # @!attribute [rw] gateway_arn
6200
6363
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6201
- # operation to return a list of gateways for your account and AWS
6202
- # Region.
6364
+ # operation to return a list of gateways for your account and Region.
6203
6365
  # @return [String]
6204
6366
  #
6205
6367
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartAvailabilityMonitorTestOutput AWS API Documentation
@@ -6222,8 +6384,7 @@ module Aws::StorageGateway
6222
6384
  #
6223
6385
  # @!attribute [rw] gateway_arn
6224
6386
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6225
- # operation to return a list of gateways for your account and AWS
6226
- # Region.
6387
+ # operation to return a list of gateways for your account and Region.
6227
6388
  # @return [String]
6228
6389
  #
6229
6390
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayInput AWS API Documentation
@@ -6239,8 +6400,7 @@ module Aws::StorageGateway
6239
6400
  #
6240
6401
  # @!attribute [rw] gateway_arn
6241
6402
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6242
- # operation to return a list of gateways for your account and AWS
6243
- # Region.
6403
+ # operation to return a list of gateways for your account and Region.
6244
6404
  # @return [String]
6245
6405
  #
6246
6406
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/StartGatewayOutput AWS API Documentation
@@ -6638,8 +6798,7 @@ module Aws::StorageGateway
6638
6798
  #
6639
6799
  # @!attribute [rw] gateway_arn
6640
6800
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6641
- # operation to return a list of gateways for your account and AWS
6642
- # Region.
6801
+ # operation to return a list of gateways for your account and Region.
6643
6802
  # @return [String]
6644
6803
  #
6645
6804
  # @!attribute [rw] pool_id
@@ -6734,8 +6893,7 @@ module Aws::StorageGateway
6734
6893
  #
6735
6894
  # @!attribute [rw] gateway_arn
6736
6895
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6737
- # operation to return a list of gateways for your account and AWS
6738
- # Region.
6896
+ # operation to return a list of gateways for your account and Region.
6739
6897
  # @return [String]
6740
6898
  #
6741
6899
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyInput AWS API Documentation
@@ -6749,8 +6907,7 @@ module Aws::StorageGateway
6749
6907
 
6750
6908
  # @!attribute [rw] gateway_arn
6751
6909
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6752
- # operation to return a list of gateways for your account and AWS
6753
- # Region.
6910
+ # operation to return a list of gateways for your account and Region.
6754
6911
  # @return [String]
6755
6912
  #
6756
6913
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyOutput AWS API Documentation
@@ -6778,8 +6935,7 @@ module Aws::StorageGateway
6778
6935
  #
6779
6936
  # @!attribute [rw] gateway_arn
6780
6937
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6781
- # operation to return a list of gateways for your account and AWS
6782
- # Region.
6938
+ # operation to return a list of gateways for your account and Region.
6783
6939
  # @return [String]
6784
6940
  #
6785
6941
  # @!attribute [rw] average_upload_rate_limit_in_bits_per_sec
@@ -6805,8 +6961,7 @@ module Aws::StorageGateway
6805
6961
  #
6806
6962
  # @!attribute [rw] gateway_arn
6807
6963
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6808
- # operation to return a list of gateways for your account and AWS
6809
- # Region.
6964
+ # operation to return a list of gateways for your account and Region.
6810
6965
  # @return [String]
6811
6966
  #
6812
6967
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitOutput AWS API Documentation
@@ -6837,8 +6992,7 @@ module Aws::StorageGateway
6837
6992
  #
6838
6993
  # @!attribute [rw] gateway_arn
6839
6994
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6840
- # operation to return a list of gateways for your account and AWS
6841
- # Region.
6995
+ # operation to return a list of gateways for your account and Region.
6842
6996
  # @return [String]
6843
6997
  #
6844
6998
  # @!attribute [rw] bandwidth_rate_limit_intervals
@@ -6858,8 +7012,7 @@ module Aws::StorageGateway
6858
7012
 
6859
7013
  # @!attribute [rw] gateway_arn
6860
7014
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
6861
- # operation to return a list of gateways for your account and AWS
6862
- # Region.
7015
+ # operation to return a list of gateways for your account and Region.
6863
7016
  # @return [String]
6864
7017
  #
6865
7018
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitScheduleOutput AWS API Documentation
@@ -6988,7 +7141,8 @@ module Aws::StorageGateway
6988
7141
  # @return [String]
6989
7142
  #
6990
7143
  # @!attribute [rw] cache_attributes
6991
- # The refresh cache information for the file share.
7144
+ # The refresh cache information for the file share or FSx file
7145
+ # systems.
6992
7146
  # @return [Types::CacheAttributes]
6993
7147
  #
6994
7148
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateFileSystemAssociationInput AWS API Documentation
@@ -7023,12 +7177,12 @@ module Aws::StorageGateway
7023
7177
  # gateway_name: "GatewayName",
7024
7178
  # gateway_timezone: "GatewayTimezone",
7025
7179
  # cloud_watch_log_group_arn: "CloudWatchLogGroupARN",
7180
+ # gateway_capacity: "Small", # accepts Small, Medium, Large
7026
7181
  # }
7027
7182
  #
7028
7183
  # @!attribute [rw] gateway_arn
7029
7184
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7030
- # operation to return a list of gateways for your account and AWS
7031
- # Region.
7185
+ # operation to return a list of gateways for your account and Region.
7032
7186
  # @return [String]
7033
7187
  #
7034
7188
  # @!attribute [rw] gateway_name
@@ -7050,13 +7204,18 @@ module Aws::StorageGateway
7050
7204
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
7051
7205
  # @return [String]
7052
7206
  #
7207
+ # @!attribute [rw] gateway_capacity
7208
+ # Specifies the size of the gateway's metadata cache.
7209
+ # @return [String]
7210
+ #
7053
7211
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformationInput AWS API Documentation
7054
7212
  #
7055
7213
  class UpdateGatewayInformationInput < Struct.new(
7056
7214
  :gateway_arn,
7057
7215
  :gateway_name,
7058
7216
  :gateway_timezone,
7059
- :cloud_watch_log_group_arn)
7217
+ :cloud_watch_log_group_arn,
7218
+ :gateway_capacity)
7060
7219
  SENSITIVE = []
7061
7220
  include Aws::Structure
7062
7221
  end
@@ -7066,8 +7225,7 @@ module Aws::StorageGateway
7066
7225
  #
7067
7226
  # @!attribute [rw] gateway_arn
7068
7227
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7069
- # operation to return a list of gateways for your account and AWS
7070
- # Region.
7228
+ # operation to return a list of gateways for your account and Region.
7071
7229
  # @return [String]
7072
7230
  #
7073
7231
  # @!attribute [rw] gateway_name
@@ -7095,8 +7253,7 @@ module Aws::StorageGateway
7095
7253
  #
7096
7254
  # @!attribute [rw] gateway_arn
7097
7255
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7098
- # operation to return a list of gateways for your account and AWS
7099
- # Region.
7256
+ # operation to return a list of gateways for your account and Region.
7100
7257
  # @return [String]
7101
7258
  #
7102
7259
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowInput AWS API Documentation
@@ -7112,8 +7269,7 @@ module Aws::StorageGateway
7112
7269
  #
7113
7270
  # @!attribute [rw] gateway_arn
7114
7271
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7115
- # operation to return a list of gateways for your account and AWS
7116
- # Region.
7272
+ # operation to return a list of gateways for your account and Region.
7117
7273
  # @return [String]
7118
7274
  #
7119
7275
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewaySoftwareNowOutput AWS API Documentation
@@ -7147,8 +7303,7 @@ module Aws::StorageGateway
7147
7303
  #
7148
7304
  # @!attribute [rw] gateway_arn
7149
7305
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7150
- # operation to return a list of gateways for your account and AWS
7151
- # Region.
7306
+ # operation to return a list of gateways for your account and Region.
7152
7307
  # @return [String]
7153
7308
  #
7154
7309
  # @!attribute [rw] hour_of_day
@@ -7193,8 +7348,7 @@ module Aws::StorageGateway
7193
7348
  #
7194
7349
  # @!attribute [rw] gateway_arn
7195
7350
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7196
- # operation to return a list of gateways for your account and AWS
7197
- # Region.
7351
+ # operation to return a list of gateways for your account and Region.
7198
7352
  # @return [String]
7199
7353
  #
7200
7354
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateMaintenanceStartTimeOutput AWS API Documentation
@@ -7240,7 +7394,7 @@ module Aws::StorageGateway
7240
7394
  #
7241
7395
  # @!attribute [rw] kms_encrypted
7242
7396
  # Set to `true` to use Amazon S3 server-side encryption with your own
7243
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
7397
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
7244
7398
  #
7245
7399
  # Valid Values: `true` \| `false`
7246
7400
  # @return [Boolean]
@@ -7258,8 +7412,8 @@ module Aws::StorageGateway
7258
7412
  #
7259
7413
  # @!attribute [rw] default_storage_class
7260
7414
  # The default storage class for objects put into an Amazon S3 bucket
7261
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
7262
- # Optional.
7415
+ # by the S3 File Gateway. The default value is
7416
+ # `S3_INTELLIGENT_TIERING`. Optional.
7263
7417
  #
7264
7418
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
7265
7419
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -7267,13 +7421,14 @@ module Aws::StorageGateway
7267
7421
  #
7268
7422
  # @!attribute [rw] object_acl
7269
7423
  # A value that sets the access control list (ACL) permission for
7270
- # objects in the S3 bucket that a file gateway puts objects into. The
7271
- # default value is `private`.
7424
+ # objects in the S3 bucket that a S3 File Gateway puts objects into.
7425
+ # The default value is `private`.
7272
7426
  # @return [String]
7273
7427
  #
7274
7428
  # @!attribute [rw] client_list
7275
- # The list of clients that are allowed to access the file gateway. The
7276
- # list must contain either valid IP addresses or valid CIDR blocks.
7429
+ # The list of clients that are allowed to access the S3 File Gateway.
7430
+ # The list must contain either valid IP addresses or valid CIDR
7431
+ # blocks.
7277
7432
  # @return [Array<String>]
7278
7433
  #
7279
7434
  # @!attribute [rw] squash
@@ -7419,6 +7574,7 @@ module Aws::StorageGateway
7419
7574
  # cache_stale_timeout_in_seconds: 1,
7420
7575
  # },
7421
7576
  # notification_policy: "NotificationPolicy",
7577
+ # oplocks_enabled: false,
7422
7578
  # }
7423
7579
  #
7424
7580
  # @!attribute [rw] file_share_arn
@@ -7428,7 +7584,7 @@ module Aws::StorageGateway
7428
7584
  #
7429
7585
  # @!attribute [rw] kms_encrypted
7430
7586
  # Set to `true` to use Amazon S3 server-side encryption with your own
7431
- # AWS KMS key, or `false` to use a key managed by Amazon S3. Optional.
7587
+ # KMS key, or `false` to use a key managed by Amazon S3. Optional.
7432
7588
  #
7433
7589
  # Valid Values: `true` \| `false`
7434
7590
  # @return [Boolean]
@@ -7442,8 +7598,8 @@ module Aws::StorageGateway
7442
7598
  #
7443
7599
  # @!attribute [rw] default_storage_class
7444
7600
  # The default storage class for objects put into an Amazon S3 bucket
7445
- # by the file gateway. The default value is `S3_INTELLIGENT_TIERING`.
7446
- # Optional.
7601
+ # by the S3 File Gateway. The default value is
7602
+ # `S3_INTELLIGENT_TIERING`. Optional.
7447
7603
  #
7448
7604
  # Valid Values: `S3_STANDARD` \| `S3_INTELLIGENT_TIERING` \|
7449
7605
  # `S3_STANDARD_IA` \| `S3_ONEZONE_IA`
@@ -7451,8 +7607,8 @@ module Aws::StorageGateway
7451
7607
  #
7452
7608
  # @!attribute [rw] object_acl
7453
7609
  # A value that sets the access control list (ACL) permission for
7454
- # objects in the S3 bucket that a file gateway puts objects into. The
7455
- # default value is `private`.
7610
+ # objects in the S3 bucket that a S3 File Gateway puts objects into.
7611
+ # The default value is `private`.
7456
7612
  # @return [String]
7457
7613
  #
7458
7614
  # @!attribute [rw] read_only
@@ -7494,8 +7650,7 @@ module Aws::StorageGateway
7494
7650
  # permissions to the POSIX permissions.
7495
7651
  #
7496
7652
  # For more information, see [Using Microsoft Windows ACLs to control
7497
- # access to an SMB file share][1] in the *AWS Storage Gateway User
7498
- # Guide*.
7653
+ # access to an SMB file share][1] in the *Storage Gateway User Guide*.
7499
7654
  #
7500
7655
  # Valid Values: `true` \| `false`
7501
7656
  #
@@ -7581,6 +7736,19 @@ module Aws::StorageGateway
7581
7736
  # `\{\}`
7582
7737
  # @return [String]
7583
7738
  #
7739
+ # @!attribute [rw] oplocks_enabled
7740
+ # Specifies whether opportunistic locking is enabled for the SMB file
7741
+ # share.
7742
+ #
7743
+ # <note markdown="1"> Enabling opportunistic locking on case-sensitive shares is not
7744
+ # recommended for workloads that involve access to files with the same
7745
+ # name in different case.
7746
+ #
7747
+ # </note>
7748
+ #
7749
+ # Valid Values: `true` \| `false`
7750
+ # @return [Boolean]
7751
+ #
7584
7752
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareInput AWS API Documentation
7585
7753
  #
7586
7754
  class UpdateSMBFileShareInput < Struct.new(
@@ -7601,7 +7769,8 @@ module Aws::StorageGateway
7601
7769
  :case_sensitivity,
7602
7770
  :file_share_name,
7603
7771
  :cache_attributes,
7604
- :notification_policy)
7772
+ :notification_policy,
7773
+ :oplocks_enabled)
7605
7774
  SENSITIVE = []
7606
7775
  include Aws::Structure
7607
7776
  end
@@ -7630,8 +7799,7 @@ module Aws::StorageGateway
7630
7799
  #
7631
7800
  # @!attribute [rw] gateway_arn
7632
7801
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7633
- # operation to return a list of gateways for your account and AWS
7634
- # Region.
7802
+ # operation to return a list of gateways for your account and Region.
7635
7803
  # @return [String]
7636
7804
  #
7637
7805
  # @!attribute [rw] file_shares_visible
@@ -7649,8 +7817,7 @@ module Aws::StorageGateway
7649
7817
 
7650
7818
  # @!attribute [rw] gateway_arn
7651
7819
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7652
- # operation to return a list of gateways for your account and AWS
7653
- # Region.
7820
+ # operation to return a list of gateways for your account and Region.
7654
7821
  # @return [String]
7655
7822
  #
7656
7823
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBFileShareVisibilityOutput AWS API Documentation
@@ -7671,8 +7838,7 @@ module Aws::StorageGateway
7671
7838
  #
7672
7839
  # @!attribute [rw] gateway_arn
7673
7840
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7674
- # operation to return a list of gateways for your account and AWS
7675
- # Region.
7841
+ # operation to return a list of gateways for your account and Region.
7676
7842
  # @return [String]
7677
7843
  #
7678
7844
  # @!attribute [rw] smb_security_strategy
@@ -7681,7 +7847,7 @@ module Aws::StorageGateway
7681
7847
  # ClientSpecified: if you use this option, requests are established
7682
7848
  # based on what is negotiated by the client. This option is
7683
7849
  # recommended when you want to maximize compatibility across different
7684
- # clients in your environment.
7850
+ # clients in your environment. Supported only in S3 File Gateway.
7685
7851
  #
7686
7852
  # MandatorySigning: if you use this option, file gateway only allows
7687
7853
  # connections from SMBv2 or SMBv3 clients that have signing enabled.
@@ -7706,8 +7872,7 @@ module Aws::StorageGateway
7706
7872
 
7707
7873
  # @!attribute [rw] gateway_arn
7708
7874
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7709
- # operation to return a list of gateways for your account and AWS
7710
- # Region.
7875
+ # operation to return a list of gateways for your account and Region.
7711
7876
  # @return [String]
7712
7877
  #
7713
7878
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateSMBSecurityStrategyOutput AWS API Documentation
@@ -7907,8 +8072,7 @@ module Aws::StorageGateway
7907
8072
  #
7908
8073
  # @!attribute [rw] gateway_arn
7909
8074
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
7910
- # operation to return a list of gateways for your account and AWS
7911
- # Region.
8075
+ # operation to return a list of gateways for your account and Region.
7912
8076
  # @return [String]
7913
8077
  #
7914
8078
  # @!attribute [rw] gateway_id