aws-sdk-storagegateway 1.53.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -27,6 +27,8 @@ module Aws::StorageGateway
27
27
  AddWorkingStorageOutput = Shapes::StructureShape.new(name: 'AddWorkingStorageOutput')
28
28
  AssignTapePoolInput = Shapes::StructureShape.new(name: 'AssignTapePoolInput')
29
29
  AssignTapePoolOutput = Shapes::StructureShape.new(name: 'AssignTapePoolOutput')
30
+ AssociateFileSystemInput = Shapes::StructureShape.new(name: 'AssociateFileSystemInput')
31
+ AssociateFileSystemOutput = Shapes::StructureShape.new(name: 'AssociateFileSystemOutput')
30
32
  AttachVolumeInput = Shapes::StructureShape.new(name: 'AttachVolumeInput')
31
33
  AttachVolumeOutput = Shapes::StructureShape.new(name: 'AttachVolumeOutput')
32
34
  AuditDestinationARN = Shapes::StringShape.new(name: 'AuditDestinationARN')
@@ -75,6 +77,7 @@ module Aws::StorageGateway
75
77
  CreateTapesInput = Shapes::StructureShape.new(name: 'CreateTapesInput')
76
78
  CreateTapesOutput = Shapes::StructureShape.new(name: 'CreateTapesOutput')
77
79
  CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate')
80
+ DNSHostName = Shapes::StringShape.new(name: 'DNSHostName')
78
81
  DayOfMonth = Shapes::IntegerShape.new(name: 'DayOfMonth')
79
82
  DayOfWeek = Shapes::IntegerShape.new(name: 'DayOfWeek')
80
83
  DaysOfWeek = Shapes::ListShape.new(name: 'DaysOfWeek')
@@ -111,6 +114,8 @@ module Aws::StorageGateway
111
114
  DescribeCachediSCSIVolumesOutput = Shapes::StructureShape.new(name: 'DescribeCachediSCSIVolumesOutput')
112
115
  DescribeChapCredentialsInput = Shapes::StructureShape.new(name: 'DescribeChapCredentialsInput')
113
116
  DescribeChapCredentialsOutput = Shapes::StructureShape.new(name: 'DescribeChapCredentialsOutput')
117
+ DescribeFileSystemAssociationsInput = Shapes::StructureShape.new(name: 'DescribeFileSystemAssociationsInput')
118
+ DescribeFileSystemAssociationsOutput = Shapes::StructureShape.new(name: 'DescribeFileSystemAssociationsOutput')
114
119
  DescribeGatewayInformationInput = Shapes::StructureShape.new(name: 'DescribeGatewayInformationInput')
115
120
  DescribeGatewayInformationOutput = Shapes::StructureShape.new(name: 'DescribeGatewayInformationOutput')
116
121
  DescribeMaintenanceStartTimeInput = Shapes::StructureShape.new(name: 'DescribeMaintenanceStartTimeInput')
@@ -144,6 +149,8 @@ module Aws::StorageGateway
144
149
  DeviceiSCSIAttributes = Shapes::StructureShape.new(name: 'DeviceiSCSIAttributes')
145
150
  DisableGatewayInput = Shapes::StructureShape.new(name: 'DisableGatewayInput')
146
151
  DisableGatewayOutput = Shapes::StructureShape.new(name: 'DisableGatewayOutput')
152
+ DisassociateFileSystemInput = Shapes::StructureShape.new(name: 'DisassociateFileSystemInput')
153
+ DisassociateFileSystemOutput = Shapes::StructureShape.new(name: 'DisassociateFileSystemOutput')
147
154
  Disk = Shapes::StructureShape.new(name: 'Disk')
148
155
  DiskAllocationType = Shapes::StringShape.new(name: 'DiskAllocationType')
149
156
  DiskAttribute = Shapes::StringShape.new(name: 'DiskAttribute')
@@ -157,6 +164,7 @@ module Aws::StorageGateway
157
164
  DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
158
165
  Ec2InstanceId = Shapes::StringShape.new(name: 'Ec2InstanceId')
159
166
  Ec2InstanceRegion = Shapes::StringShape.new(name: 'Ec2InstanceRegion')
167
+ EndpointNetworkConfiguration = Shapes::StructureShape.new(name: 'EndpointNetworkConfiguration')
160
168
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
161
169
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
162
170
  FileShareARN = Shapes::StringShape.new(name: 'FileShareARN')
@@ -168,11 +176,19 @@ module Aws::StorageGateway
168
176
  FileShareName = Shapes::StringShape.new(name: 'FileShareName')
169
177
  FileShareStatus = Shapes::StringShape.new(name: 'FileShareStatus')
170
178
  FileShareType = Shapes::StringShape.new(name: 'FileShareType')
171
- FileShareUser = Shapes::StringShape.new(name: 'FileShareUser')
172
- FileShareUserList = Shapes::ListShape.new(name: 'FileShareUserList')
179
+ FileSystemAssociationARN = Shapes::StringShape.new(name: 'FileSystemAssociationARN')
180
+ FileSystemAssociationARNList = Shapes::ListShape.new(name: 'FileSystemAssociationARNList')
181
+ FileSystemAssociationId = Shapes::StringShape.new(name: 'FileSystemAssociationId')
182
+ FileSystemAssociationInfo = Shapes::StructureShape.new(name: 'FileSystemAssociationInfo')
183
+ FileSystemAssociationInfoList = Shapes::ListShape.new(name: 'FileSystemAssociationInfoList')
184
+ FileSystemAssociationStatus = Shapes::StringShape.new(name: 'FileSystemAssociationStatus')
185
+ FileSystemAssociationSummary = Shapes::StructureShape.new(name: 'FileSystemAssociationSummary')
186
+ FileSystemAssociationSummaryList = Shapes::ListShape.new(name: 'FileSystemAssociationSummaryList')
187
+ FileSystemLocationARN = Shapes::StringShape.new(name: 'FileSystemLocationARN')
173
188
  Folder = Shapes::StringShape.new(name: 'Folder')
174
189
  FolderList = Shapes::ListShape.new(name: 'FolderList')
175
190
  GatewayARN = Shapes::StringShape.new(name: 'GatewayARN')
191
+ GatewayCapacity = Shapes::StringShape.new(name: 'GatewayCapacity')
176
192
  GatewayId = Shapes::StringShape.new(name: 'GatewayId')
177
193
  GatewayInfo = Shapes::StructureShape.new(name: 'GatewayInfo')
178
194
  GatewayName = Shapes::StringShape.new(name: 'GatewayName')
@@ -186,11 +202,13 @@ module Aws::StorageGateway
186
202
  HostEnvironment = Shapes::StringShape.new(name: 'HostEnvironment')
187
203
  Hosts = Shapes::ListShape.new(name: 'Hosts')
188
204
  HourOfDay = Shapes::IntegerShape.new(name: 'HourOfDay')
205
+ IPV4Address = Shapes::StringShape.new(name: 'IPV4Address')
189
206
  IPV4AddressCIDR = Shapes::StringShape.new(name: 'IPV4AddressCIDR')
190
207
  Initiator = Shapes::StringShape.new(name: 'Initiator')
191
208
  Initiators = Shapes::ListShape.new(name: 'Initiators')
192
209
  InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
193
210
  InvalidGatewayRequestException = Shapes::StructureShape.new(name: 'InvalidGatewayRequestException')
211
+ IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
194
212
  IqnName = Shapes::StringShape.new(name: 'IqnName')
195
213
  JoinDomainInput = Shapes::StructureShape.new(name: 'JoinDomainInput')
196
214
  JoinDomainOutput = Shapes::StructureShape.new(name: 'JoinDomainOutput')
@@ -200,6 +218,8 @@ module Aws::StorageGateway
200
218
  ListAutomaticTapeCreationPoliciesOutput = Shapes::StructureShape.new(name: 'ListAutomaticTapeCreationPoliciesOutput')
201
219
  ListFileSharesInput = Shapes::StructureShape.new(name: 'ListFileSharesInput')
202
220
  ListFileSharesOutput = Shapes::StructureShape.new(name: 'ListFileSharesOutput')
221
+ ListFileSystemAssociationsInput = Shapes::StructureShape.new(name: 'ListFileSystemAssociationsInput')
222
+ ListFileSystemAssociationsOutput = Shapes::StructureShape.new(name: 'ListFileSystemAssociationsOutput')
203
223
  ListGatewaysInput = Shapes::StructureShape.new(name: 'ListGatewaysInput')
204
224
  ListGatewaysOutput = Shapes::StructureShape.new(name: 'ListGatewaysOutput')
205
225
  ListLocalDisksInput = Shapes::StructureShape.new(name: 'ListLocalDisksInput')
@@ -285,6 +305,7 @@ module Aws::StorageGateway
285
305
  StorageGatewayError = Shapes::StructureShape.new(name: 'StorageGatewayError')
286
306
  StorediSCSIVolume = Shapes::StructureShape.new(name: 'StorediSCSIVolume')
287
307
  StorediSCSIVolumes = Shapes::ListShape.new(name: 'StorediSCSIVolumes')
308
+ SupportedGatewayCapacities = Shapes::ListShape.new(name: 'SupportedGatewayCapacities')
288
309
  Tag = Shapes::StructureShape.new(name: 'Tag')
289
310
  TagKey = Shapes::StringShape.new(name: 'TagKey')
290
311
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
@@ -321,6 +342,8 @@ module Aws::StorageGateway
321
342
  UpdateBandwidthRateLimitScheduleOutput = Shapes::StructureShape.new(name: 'UpdateBandwidthRateLimitScheduleOutput')
322
343
  UpdateChapCredentialsInput = Shapes::StructureShape.new(name: 'UpdateChapCredentialsInput')
323
344
  UpdateChapCredentialsOutput = Shapes::StructureShape.new(name: 'UpdateChapCredentialsOutput')
345
+ UpdateFileSystemAssociationInput = Shapes::StructureShape.new(name: 'UpdateFileSystemAssociationInput')
346
+ UpdateFileSystemAssociationOutput = Shapes::StructureShape.new(name: 'UpdateFileSystemAssociationOutput')
324
347
  UpdateGatewayInformationInput = Shapes::StructureShape.new(name: 'UpdateGatewayInformationInput')
325
348
  UpdateGatewayInformationOutput = Shapes::StructureShape.new(name: 'UpdateGatewayInformationOutput')
326
349
  UpdateGatewaySoftwareNowInput = Shapes::StructureShape.new(name: 'UpdateGatewaySoftwareNowInput')
@@ -339,6 +362,8 @@ module Aws::StorageGateway
339
362
  UpdateSnapshotScheduleOutput = Shapes::StructureShape.new(name: 'UpdateSnapshotScheduleOutput')
340
363
  UpdateVTLDeviceTypeInput = Shapes::StructureShape.new(name: 'UpdateVTLDeviceTypeInput')
341
364
  UpdateVTLDeviceTypeOutput = Shapes::StructureShape.new(name: 'UpdateVTLDeviceTypeOutput')
365
+ UserList = Shapes::ListShape.new(name: 'UserList')
366
+ UserListUser = Shapes::StringShape.new(name: 'UserListUser')
342
367
  VTLDevice = Shapes::StructureShape.new(name: 'VTLDevice')
343
368
  VTLDeviceARN = Shapes::StringShape.new(name: 'VTLDeviceARN')
344
369
  VTLDeviceARNs = Shapes::ListShape.new(name: 'VTLDeviceARNs')
@@ -414,6 +439,20 @@ module Aws::StorageGateway
414
439
  AssignTapePoolOutput.add_member(:tape_arn, Shapes::ShapeRef.new(shape: TapeARN, location_name: "TapeARN"))
415
440
  AssignTapePoolOutput.struct_class = Types::AssignTapePoolOutput
416
441
 
442
+ AssociateFileSystemInput.add_member(:user_name, Shapes::ShapeRef.new(shape: DomainUserName, required: true, location_name: "UserName"))
443
+ AssociateFileSystemInput.add_member(:password, Shapes::ShapeRef.new(shape: DomainUserPassword, required: true, location_name: "Password"))
444
+ AssociateFileSystemInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken"))
445
+ AssociateFileSystemInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
446
+ AssociateFileSystemInput.add_member(:location_arn, Shapes::ShapeRef.new(shape: FileSystemLocationARN, required: true, location_name: "LocationARN"))
447
+ AssociateFileSystemInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
448
+ AssociateFileSystemInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
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"))
451
+ AssociateFileSystemInput.struct_class = Types::AssociateFileSystemInput
452
+
453
+ AssociateFileSystemOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
454
+ AssociateFileSystemOutput.struct_class = Types::AssociateFileSystemOutput
455
+
417
456
  AttachVolumeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
418
457
  AttachVolumeInput.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, location_name: "TargetName"))
419
458
  AttachVolumeInput.add_member(:volume_arn, Shapes::ShapeRef.new(shape: VolumeARN, required: true, location_name: "VolumeARN"))
@@ -527,6 +566,8 @@ module Aws::StorageGateway
527
566
  CreateNFSFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
528
567
  CreateNFSFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
529
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"))
530
571
  CreateNFSFileShareInput.struct_class = Types::CreateNFSFileShareInput
531
572
 
532
573
  CreateNFSFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -545,9 +586,9 @@ module Aws::StorageGateway
545
586
  CreateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
546
587
  CreateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
547
588
  CreateSMBFileShareInput.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
548
- CreateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
549
- CreateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
550
- CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
589
+ CreateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
590
+ CreateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
591
+ CreateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
551
592
  CreateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
552
593
  CreateSMBFileShareInput.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
553
594
  CreateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
@@ -555,6 +596,9 @@ module Aws::StorageGateway
555
596
  CreateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
556
597
  CreateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
557
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"))
558
602
  CreateSMBFileShareInput.struct_class = Types::CreateSMBFileShareInput
559
603
 
560
604
  CreateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -749,6 +793,12 @@ module Aws::StorageGateway
749
793
  DescribeChapCredentialsOutput.add_member(:chap_credentials, Shapes::ShapeRef.new(shape: ChapCredentials, location_name: "ChapCredentials"))
750
794
  DescribeChapCredentialsOutput.struct_class = Types::DescribeChapCredentialsOutput
751
795
 
796
+ DescribeFileSystemAssociationsInput.add_member(:file_system_association_arn_list, Shapes::ShapeRef.new(shape: FileSystemAssociationARNList, required: true, location_name: "FileSystemAssociationARNList"))
797
+ DescribeFileSystemAssociationsInput.struct_class = Types::DescribeFileSystemAssociationsInput
798
+
799
+ DescribeFileSystemAssociationsOutput.add_member(:file_system_association_info_list, Shapes::ShapeRef.new(shape: FileSystemAssociationInfoList, location_name: "FileSystemAssociationInfoList"))
800
+ DescribeFileSystemAssociationsOutput.struct_class = Types::DescribeFileSystemAssociationsOutput
801
+
752
802
  DescribeGatewayInformationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
753
803
  DescribeGatewayInformationInput.struct_class = Types::DescribeGatewayInformationInput
754
804
 
@@ -770,6 +820,8 @@ module Aws::StorageGateway
770
820
  DescribeGatewayInformationOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
771
821
  DescribeGatewayInformationOutput.add_member(:software_updates_end_date, Shapes::ShapeRef.new(shape: SoftwareUpdatesEndDate, location_name: "SoftwareUpdatesEndDate"))
772
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"))
773
825
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
774
826
 
775
827
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -900,6 +952,13 @@ module Aws::StorageGateway
900
952
  DisableGatewayOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
901
953
  DisableGatewayOutput.struct_class = Types::DisableGatewayOutput
902
954
 
955
+ DisassociateFileSystemInput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, required: true, location_name: "FileSystemAssociationARN"))
956
+ DisassociateFileSystemInput.add_member(:force_delete, Shapes::ShapeRef.new(shape: boolean, location_name: "ForceDelete"))
957
+ DisassociateFileSystemInput.struct_class = Types::DisassociateFileSystemInput
958
+
959
+ DisassociateFileSystemOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
960
+ DisassociateFileSystemOutput.struct_class = Types::DisassociateFileSystemOutput
961
+
903
962
  Disk.add_member(:disk_id, Shapes::ShapeRef.new(shape: DiskId, location_name: "DiskId"))
904
963
  Disk.add_member(:disk_path, Shapes::ShapeRef.new(shape: string, location_name: "DiskPath"))
905
964
  Disk.add_member(:disk_node, Shapes::ShapeRef.new(shape: string, location_name: "DiskNode"))
@@ -916,6 +975,9 @@ module Aws::StorageGateway
916
975
 
917
976
  Disks.member = Shapes::ShapeRef.new(shape: Disk)
918
977
 
978
+ EndpointNetworkConfiguration.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "IpAddresses"))
979
+ EndpointNetworkConfiguration.struct_class = Types::EndpointNetworkConfiguration
980
+
919
981
  FileShareARNList.member = Shapes::ShapeRef.new(shape: FileShareARN)
920
982
 
921
983
  FileShareClientList.member = Shapes::ShapeRef.new(shape: IPV4AddressCIDR)
@@ -929,7 +991,27 @@ module Aws::StorageGateway
929
991
 
930
992
  FileShareInfoList.member = Shapes::ShapeRef.new(shape: FileShareInfo)
931
993
 
932
- FileShareUserList.member = Shapes::ShapeRef.new(shape: FileShareUser)
994
+ FileSystemAssociationARNList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationARN)
995
+
996
+ FileSystemAssociationInfo.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
997
+ FileSystemAssociationInfo.add_member(:location_arn, Shapes::ShapeRef.new(shape: FileSystemLocationARN, location_name: "LocationARN"))
998
+ FileSystemAssociationInfo.add_member(:file_system_association_status, Shapes::ShapeRef.new(shape: FileSystemAssociationStatus, location_name: "FileSystemAssociationStatus"))
999
+ FileSystemAssociationInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1000
+ FileSystemAssociationInfo.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
1001
+ FileSystemAssociationInfo.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
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"))
1004
+ FileSystemAssociationInfo.struct_class = Types::FileSystemAssociationInfo
1005
+
1006
+ FileSystemAssociationInfoList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationInfo)
1007
+
1008
+ FileSystemAssociationSummary.add_member(:file_system_association_id, Shapes::ShapeRef.new(shape: FileSystemAssociationId, location_name: "FileSystemAssociationId"))
1009
+ FileSystemAssociationSummary.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
1010
+ FileSystemAssociationSummary.add_member(:file_system_association_status, Shapes::ShapeRef.new(shape: FileSystemAssociationStatus, location_name: "FileSystemAssociationStatus"))
1011
+ FileSystemAssociationSummary.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
1012
+ FileSystemAssociationSummary.struct_class = Types::FileSystemAssociationSummary
1013
+
1014
+ FileSystemAssociationSummaryList.member = Shapes::ShapeRef.new(shape: FileSystemAssociationSummary)
933
1015
 
934
1016
  FolderList.member = Shapes::ShapeRef.new(shape: Folder)
935
1017
 
@@ -958,6 +1040,8 @@ module Aws::StorageGateway
958
1040
  InvalidGatewayRequestException.add_member(:error, Shapes::ShapeRef.new(shape: StorageGatewayError, location_name: "error"))
959
1041
  InvalidGatewayRequestException.struct_class = Types::InvalidGatewayRequestException
960
1042
 
1043
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IPV4Address)
1044
+
961
1045
  JoinDomainInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
962
1046
  JoinDomainInput.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
963
1047
  JoinDomainInput.add_member(:organizational_unit, Shapes::ShapeRef.new(shape: OrganizationalUnit, location_name: "OrganizationalUnit"))
@@ -987,6 +1071,16 @@ module Aws::StorageGateway
987
1071
  ListFileSharesOutput.add_member(:file_share_info_list, Shapes::ShapeRef.new(shape: FileShareInfoList, location_name: "FileShareInfoList"))
988
1072
  ListFileSharesOutput.struct_class = Types::ListFileSharesOutput
989
1073
 
1074
+ ListFileSystemAssociationsInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
1075
+ ListFileSystemAssociationsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
1076
+ ListFileSystemAssociationsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
1077
+ ListFileSystemAssociationsInput.struct_class = Types::ListFileSystemAssociationsInput
1078
+
1079
+ ListFileSystemAssociationsOutput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
1080
+ ListFileSystemAssociationsOutput.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "NextMarker"))
1081
+ ListFileSystemAssociationsOutput.add_member(:file_system_association_summary_list, Shapes::ShapeRef.new(shape: FileSystemAssociationSummaryList, location_name: "FileSystemAssociationSummaryList"))
1082
+ ListFileSystemAssociationsOutput.struct_class = Types::ListFileSystemAssociationsOutput
1083
+
990
1084
  ListGatewaysInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
991
1085
  ListGatewaysInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntObject, location_name: "Limit"))
992
1086
  ListGatewaysInput.struct_class = Types::ListGatewaysInput
@@ -1080,6 +1174,8 @@ module Aws::StorageGateway
1080
1174
  NFSFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1081
1175
  NFSFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1082
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"))
1083
1179
  NFSFileShareInfo.struct_class = Types::NFSFileShareInfo
1084
1180
 
1085
1181
  NFSFileShareInfoList.member = Shapes::ShapeRef.new(shape: NFSFileShareInfo)
@@ -1160,9 +1256,9 @@ module Aws::StorageGateway
1160
1256
  SMBFileShareInfo.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
1161
1257
  SMBFileShareInfo.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
1162
1258
  SMBFileShareInfo.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
1163
- SMBFileShareInfo.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
1164
- SMBFileShareInfo.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
1165
- SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1259
+ SMBFileShareInfo.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
1260
+ SMBFileShareInfo.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
1261
+ SMBFileShareInfo.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
1166
1262
  SMBFileShareInfo.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1167
1263
  SMBFileShareInfo.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "Authentication"))
1168
1264
  SMBFileShareInfo.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
@@ -1170,6 +1266,9 @@ module Aws::StorageGateway
1170
1266
  SMBFileShareInfo.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1171
1267
  SMBFileShareInfo.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1172
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"))
1173
1272
  SMBFileShareInfo.struct_class = Types::SMBFileShareInfo
1174
1273
 
1175
1274
  SMBFileShareInfoList.member = Shapes::ShapeRef.new(shape: SMBFileShareInfo)
@@ -1233,6 +1332,8 @@ module Aws::StorageGateway
1233
1332
 
1234
1333
  StorediSCSIVolumes.member = Shapes::ShapeRef.new(shape: StorediSCSIVolume)
1235
1334
 
1335
+ SupportedGatewayCapacities.member = Shapes::ShapeRef.new(shape: GatewayCapacity)
1336
+
1236
1337
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1237
1338
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1238
1339
  Tag.struct_class = Types::Tag
@@ -1329,10 +1430,21 @@ module Aws::StorageGateway
1329
1430
  UpdateChapCredentialsOutput.add_member(:initiator_name, Shapes::ShapeRef.new(shape: IqnName, location_name: "InitiatorName"))
1330
1431
  UpdateChapCredentialsOutput.struct_class = Types::UpdateChapCredentialsOutput
1331
1432
 
1433
+ UpdateFileSystemAssociationInput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, required: true, location_name: "FileSystemAssociationARN"))
1434
+ UpdateFileSystemAssociationInput.add_member(:user_name, Shapes::ShapeRef.new(shape: DomainUserName, location_name: "UserName"))
1435
+ UpdateFileSystemAssociationInput.add_member(:password, Shapes::ShapeRef.new(shape: DomainUserPassword, location_name: "Password"))
1436
+ UpdateFileSystemAssociationInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1437
+ UpdateFileSystemAssociationInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1438
+ UpdateFileSystemAssociationInput.struct_class = Types::UpdateFileSystemAssociationInput
1439
+
1440
+ UpdateFileSystemAssociationOutput.add_member(:file_system_association_arn, Shapes::ShapeRef.new(shape: FileSystemAssociationARN, location_name: "FileSystemAssociationARN"))
1441
+ UpdateFileSystemAssociationOutput.struct_class = Types::UpdateFileSystemAssociationOutput
1442
+
1332
1443
  UpdateGatewayInformationInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
1333
1444
  UpdateGatewayInformationInput.add_member(:gateway_name, Shapes::ShapeRef.new(shape: GatewayName, location_name: "GatewayName"))
1334
1445
  UpdateGatewayInformationInput.add_member(:gateway_timezone, Shapes::ShapeRef.new(shape: GatewayTimezone, location_name: "GatewayTimezone"))
1335
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"))
1336
1448
  UpdateGatewayInformationInput.struct_class = Types::UpdateGatewayInformationInput
1337
1449
 
1338
1450
  UpdateGatewayInformationOutput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, location_name: "GatewayARN"))
@@ -1384,14 +1496,15 @@ module Aws::StorageGateway
1384
1496
  UpdateSMBFileShareInput.add_member(:requester_pays, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequesterPays"))
1385
1497
  UpdateSMBFileShareInput.add_member(:smbacl_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SMBACLEnabled"))
1386
1498
  UpdateSMBFileShareInput.add_member(:access_based_enumeration, Shapes::ShapeRef.new(shape: Boolean, location_name: "AccessBasedEnumeration"))
1387
- UpdateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "AdminUserList"))
1388
- UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "ValidUserList"))
1389
- UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: FileShareUserList, location_name: "InvalidUserList"))
1499
+ UpdateSMBFileShareInput.add_member(:admin_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "AdminUserList"))
1500
+ UpdateSMBFileShareInput.add_member(:valid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "ValidUserList"))
1501
+ UpdateSMBFileShareInput.add_member(:invalid_user_list, Shapes::ShapeRef.new(shape: UserList, location_name: "InvalidUserList"))
1390
1502
  UpdateSMBFileShareInput.add_member(:audit_destination_arn, Shapes::ShapeRef.new(shape: AuditDestinationARN, location_name: "AuditDestinationARN"))
1391
1503
  UpdateSMBFileShareInput.add_member(:case_sensitivity, Shapes::ShapeRef.new(shape: CaseSensitivity, location_name: "CaseSensitivity"))
1392
1504
  UpdateSMBFileShareInput.add_member(:file_share_name, Shapes::ShapeRef.new(shape: FileShareName, location_name: "FileShareName"))
1393
1505
  UpdateSMBFileShareInput.add_member(:cache_attributes, Shapes::ShapeRef.new(shape: CacheAttributes, location_name: "CacheAttributes"))
1394
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"))
1395
1508
  UpdateSMBFileShareInput.struct_class = Types::UpdateSMBFileShareInput
1396
1509
 
1397
1510
  UpdateSMBFileShareOutput.add_member(:file_share_arn, Shapes::ShapeRef.new(shape: FileShareARN, location_name: "FileShareARN"))
@@ -1428,6 +1541,8 @@ module Aws::StorageGateway
1428
1541
  UpdateVTLDeviceTypeOutput.add_member(:vtl_device_arn, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDeviceARN"))
1429
1542
  UpdateVTLDeviceTypeOutput.struct_class = Types::UpdateVTLDeviceTypeOutput
1430
1543
 
1544
+ UserList.member = Shapes::ShapeRef.new(shape: UserListUser)
1545
+
1431
1546
  VTLDevice.add_member(:vtl_device_arn, Shapes::ShapeRef.new(shape: VTLDeviceARN, location_name: "VTLDeviceARN"))
1432
1547
  VTLDevice.add_member(:vtl_device_type, Shapes::ShapeRef.new(shape: VTLDeviceType, location_name: "VTLDeviceType"))
1433
1548
  VTLDevice.add_member(:vtl_device_vendor, Shapes::ShapeRef.new(shape: VTLDeviceVendor, location_name: "VTLDeviceVendor"))
@@ -1548,6 +1663,16 @@ module Aws::StorageGateway
1548
1663
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1549
1664
  end)
1550
1665
 
1666
+ api.add_operation(:associate_file_system, Seahorse::Model::Operation.new.tap do |o|
1667
+ o.name = "AssociateFileSystem"
1668
+ o.http_method = "POST"
1669
+ o.http_request_uri = "/"
1670
+ o.input = Shapes::ShapeRef.new(shape: AssociateFileSystemInput)
1671
+ o.output = Shapes::ShapeRef.new(shape: AssociateFileSystemOutput)
1672
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1674
+ end)
1675
+
1551
1676
  api.add_operation(:attach_volume, Seahorse::Model::Operation.new.tap do |o|
1552
1677
  o.name = "AttachVolume"
1553
1678
  o.http_method = "POST"
@@ -1830,6 +1955,16 @@ module Aws::StorageGateway
1830
1955
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1831
1956
  end)
1832
1957
 
1958
+ api.add_operation(:describe_file_system_associations, Seahorse::Model::Operation.new.tap do |o|
1959
+ o.name = "DescribeFileSystemAssociations"
1960
+ o.http_method = "POST"
1961
+ o.http_request_uri = "/"
1962
+ o.input = Shapes::ShapeRef.new(shape: DescribeFileSystemAssociationsInput)
1963
+ o.output = Shapes::ShapeRef.new(shape: DescribeFileSystemAssociationsOutput)
1964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
1965
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1966
+ end)
1967
+
1833
1968
  api.add_operation(:describe_gateway_information, Seahorse::Model::Operation.new.tap do |o|
1834
1969
  o.name = "DescribeGatewayInformation"
1835
1970
  o.http_method = "POST"
@@ -2004,6 +2139,16 @@ module Aws::StorageGateway
2004
2139
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2005
2140
  end)
2006
2141
 
2142
+ api.add_operation(:disassociate_file_system, Seahorse::Model::Operation.new.tap do |o|
2143
+ o.name = "DisassociateFileSystem"
2144
+ o.http_method = "POST"
2145
+ o.http_request_uri = "/"
2146
+ o.input = Shapes::ShapeRef.new(shape: DisassociateFileSystemInput)
2147
+ o.output = Shapes::ShapeRef.new(shape: DisassociateFileSystemOutput)
2148
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
2149
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2150
+ end)
2151
+
2007
2152
  api.add_operation(:join_domain, Seahorse::Model::Operation.new.tap do |o|
2008
2153
  o.name = "JoinDomain"
2009
2154
  o.http_method = "POST"
@@ -2040,6 +2185,22 @@ module Aws::StorageGateway
2040
2185
  )
2041
2186
  end)
2042
2187
 
2188
+ api.add_operation(:list_file_system_associations, Seahorse::Model::Operation.new.tap do |o|
2189
+ o.name = "ListFileSystemAssociations"
2190
+ o.http_method = "POST"
2191
+ o.http_request_uri = "/"
2192
+ o.input = Shapes::ShapeRef.new(shape: ListFileSystemAssociationsInput)
2193
+ o.output = Shapes::ShapeRef.new(shape: ListFileSystemAssociationsOutput)
2194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2196
+ o[:pager] = Aws::Pager.new(
2197
+ limit_key: "limit",
2198
+ tokens: {
2199
+ "next_marker" => "marker"
2200
+ }
2201
+ )
2202
+ end)
2203
+
2043
2204
  api.add_operation(:list_gateways, Seahorse::Model::Operation.new.tap do |o|
2044
2205
  o.name = "ListGateways"
2045
2206
  o.http_method = "POST"
@@ -2300,6 +2461,16 @@ module Aws::StorageGateway
2300
2461
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2301
2462
  end)
2302
2463
 
2464
+ api.add_operation(:update_file_system_association, Seahorse::Model::Operation.new.tap do |o|
2465
+ o.name = "UpdateFileSystemAssociation"
2466
+ o.http_method = "POST"
2467
+ o.http_request_uri = "/"
2468
+ o.input = Shapes::ShapeRef.new(shape: UpdateFileSystemAssociationInput)
2469
+ o.output = Shapes::ShapeRef.new(shape: UpdateFileSystemAssociationOutput)
2470
+ o.errors << Shapes::ShapeRef.new(shape: InvalidGatewayRequestException)
2471
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2472
+ end)
2473
+
2303
2474
  api.add_operation(:update_gateway_information, Seahorse::Model::Operation.new.tap do |o|
2304
2475
  o.name = "UpdateGatewayInformation"
2305
2476
  o.http_method = "POST"
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8