aws-sdk-fsx 1.44.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,6 +31,8 @@ module Aws::FSx
31
31
  ArchivePath = Shapes::StringShape.new(name: 'ArchivePath')
32
32
  AssociateFileSystemAliasesRequest = Shapes::StructureShape.new(name: 'AssociateFileSystemAliasesRequest')
33
33
  AssociateFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'AssociateFileSystemAliasesResponse')
34
+ AutoExportPolicy = Shapes::StructureShape.new(name: 'AutoExportPolicy')
35
+ AutoImportPolicy = Shapes::StructureShape.new(name: 'AutoImportPolicy')
34
36
  AutoImportPolicyType = Shapes::StringShape.new(name: 'AutoImportPolicyType')
35
37
  AutomaticBackupRetentionDays = Shapes::IntegerShape.new(name: 'AutomaticBackupRetentionDays')
36
38
  Backup = Shapes::StructureShape.new(name: 'Backup')
@@ -45,6 +47,7 @@ module Aws::FSx
45
47
  BackupType = Shapes::StringShape.new(name: 'BackupType')
46
48
  Backups = Shapes::ListShape.new(name: 'Backups')
47
49
  BadRequest = Shapes::StructureShape.new(name: 'BadRequest')
50
+ BatchImportMetaDataOnCreate = Shapes::BooleanShape.new(name: 'BatchImportMetaDataOnCreate')
48
51
  CancelDataRepositoryTaskRequest = Shapes::StructureShape.new(name: 'CancelDataRepositoryTaskRequest')
49
52
  CancelDataRepositoryTaskResponse = Shapes::StructureShape.new(name: 'CancelDataRepositoryTaskResponse')
50
53
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
@@ -54,16 +57,23 @@ module Aws::FSx
54
57
  CopyBackupResponse = Shapes::StructureShape.new(name: 'CopyBackupResponse')
55
58
  CreateBackupRequest = Shapes::StructureShape.new(name: 'CreateBackupRequest')
56
59
  CreateBackupResponse = Shapes::StructureShape.new(name: 'CreateBackupResponse')
60
+ CreateDataRepositoryAssociationRequest = Shapes::StructureShape.new(name: 'CreateDataRepositoryAssociationRequest')
61
+ CreateDataRepositoryAssociationResponse = Shapes::StructureShape.new(name: 'CreateDataRepositoryAssociationResponse')
57
62
  CreateDataRepositoryTaskRequest = Shapes::StructureShape.new(name: 'CreateDataRepositoryTaskRequest')
58
63
  CreateDataRepositoryTaskResponse = Shapes::StructureShape.new(name: 'CreateDataRepositoryTaskResponse')
59
64
  CreateFileSystemFromBackupRequest = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupRequest')
60
65
  CreateFileSystemFromBackupResponse = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupResponse')
61
66
  CreateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemLustreConfiguration')
62
67
  CreateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOntapConfiguration')
68
+ CreateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOpenZFSConfiguration')
63
69
  CreateFileSystemRequest = Shapes::StructureShape.new(name: 'CreateFileSystemRequest')
64
70
  CreateFileSystemResponse = Shapes::StructureShape.new(name: 'CreateFileSystemResponse')
65
71
  CreateFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemWindowsConfiguration')
66
72
  CreateOntapVolumeConfiguration = Shapes::StructureShape.new(name: 'CreateOntapVolumeConfiguration')
73
+ CreateOpenZFSOriginSnapshotConfiguration = Shapes::StructureShape.new(name: 'CreateOpenZFSOriginSnapshotConfiguration')
74
+ CreateOpenZFSVolumeConfiguration = Shapes::StructureShape.new(name: 'CreateOpenZFSVolumeConfiguration')
75
+ CreateSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSnapshotRequest')
76
+ CreateSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSnapshotResponse')
67
77
  CreateStorageVirtualMachineRequest = Shapes::StructureShape.new(name: 'CreateStorageVirtualMachineRequest')
68
78
  CreateStorageVirtualMachineResponse = Shapes::StructureShape.new(name: 'CreateStorageVirtualMachineResponse')
69
79
  CreateSvmActiveDirectoryConfiguration = Shapes::StructureShape.new(name: 'CreateSvmActiveDirectoryConfiguration')
@@ -75,6 +85,11 @@ module Aws::FSx
75
85
  DNSName = Shapes::StringShape.new(name: 'DNSName')
76
86
  DailyTime = Shapes::StringShape.new(name: 'DailyTime')
77
87
  DataCompressionType = Shapes::StringShape.new(name: 'DataCompressionType')
88
+ DataRepositoryAssociation = Shapes::StructureShape.new(name: 'DataRepositoryAssociation')
89
+ DataRepositoryAssociationId = Shapes::StringShape.new(name: 'DataRepositoryAssociationId')
90
+ DataRepositoryAssociationIds = Shapes::ListShape.new(name: 'DataRepositoryAssociationIds')
91
+ DataRepositoryAssociationNotFound = Shapes::StructureShape.new(name: 'DataRepositoryAssociationNotFound')
92
+ DataRepositoryAssociations = Shapes::ListShape.new(name: 'DataRepositoryAssociations')
78
93
  DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'DataRepositoryConfiguration')
79
94
  DataRepositoryFailureDetails = Shapes::StructureShape.new(name: 'DataRepositoryFailureDetails')
80
95
  DataRepositoryLifecycle = Shapes::StringShape.new(name: 'DataRepositoryLifecycle')
@@ -96,26 +111,40 @@ module Aws::FSx
96
111
  DataRepositoryTasks = Shapes::ListShape.new(name: 'DataRepositoryTasks')
97
112
  DeleteBackupRequest = Shapes::StructureShape.new(name: 'DeleteBackupRequest')
98
113
  DeleteBackupResponse = Shapes::StructureShape.new(name: 'DeleteBackupResponse')
114
+ DeleteDataInFileSystem = Shapes::BooleanShape.new(name: 'DeleteDataInFileSystem')
115
+ DeleteDataRepositoryAssociationRequest = Shapes::StructureShape.new(name: 'DeleteDataRepositoryAssociationRequest')
116
+ DeleteDataRepositoryAssociationResponse = Shapes::StructureShape.new(name: 'DeleteDataRepositoryAssociationResponse')
99
117
  DeleteFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreConfiguration')
100
118
  DeleteFileSystemLustreResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemLustreResponse')
119
+ DeleteFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemOpenZFSConfiguration')
120
+ DeleteFileSystemOpenZFSResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemOpenZFSResponse')
101
121
  DeleteFileSystemRequest = Shapes::StructureShape.new(name: 'DeleteFileSystemRequest')
102
122
  DeleteFileSystemResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemResponse')
103
123
  DeleteFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'DeleteFileSystemWindowsConfiguration')
104
124
  DeleteFileSystemWindowsResponse = Shapes::StructureShape.new(name: 'DeleteFileSystemWindowsResponse')
125
+ DeleteOpenZFSVolumeOption = Shapes::StringShape.new(name: 'DeleteOpenZFSVolumeOption')
126
+ DeleteOpenZFSVolumeOptions = Shapes::ListShape.new(name: 'DeleteOpenZFSVolumeOptions')
127
+ DeleteSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotRequest')
128
+ DeleteSnapshotResponse = Shapes::StructureShape.new(name: 'DeleteSnapshotResponse')
105
129
  DeleteStorageVirtualMachineRequest = Shapes::StructureShape.new(name: 'DeleteStorageVirtualMachineRequest')
106
130
  DeleteStorageVirtualMachineResponse = Shapes::StructureShape.new(name: 'DeleteStorageVirtualMachineResponse')
107
131
  DeleteVolumeOntapConfiguration = Shapes::StructureShape.new(name: 'DeleteVolumeOntapConfiguration')
108
132
  DeleteVolumeOntapResponse = Shapes::StructureShape.new(name: 'DeleteVolumeOntapResponse')
133
+ DeleteVolumeOpenZFSConfiguration = Shapes::StructureShape.new(name: 'DeleteVolumeOpenZFSConfiguration')
109
134
  DeleteVolumeRequest = Shapes::StructureShape.new(name: 'DeleteVolumeRequest')
110
135
  DeleteVolumeResponse = Shapes::StructureShape.new(name: 'DeleteVolumeResponse')
111
136
  DescribeBackupsRequest = Shapes::StructureShape.new(name: 'DescribeBackupsRequest')
112
137
  DescribeBackupsResponse = Shapes::StructureShape.new(name: 'DescribeBackupsResponse')
138
+ DescribeDataRepositoryAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeDataRepositoryAssociationsRequest')
139
+ DescribeDataRepositoryAssociationsResponse = Shapes::StructureShape.new(name: 'DescribeDataRepositoryAssociationsResponse')
113
140
  DescribeDataRepositoryTasksRequest = Shapes::StructureShape.new(name: 'DescribeDataRepositoryTasksRequest')
114
141
  DescribeDataRepositoryTasksResponse = Shapes::StructureShape.new(name: 'DescribeDataRepositoryTasksResponse')
115
142
  DescribeFileSystemAliasesRequest = Shapes::StructureShape.new(name: 'DescribeFileSystemAliasesRequest')
116
143
  DescribeFileSystemAliasesResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemAliasesResponse')
117
144
  DescribeFileSystemsRequest = Shapes::StructureShape.new(name: 'DescribeFileSystemsRequest')
118
145
  DescribeFileSystemsResponse = Shapes::StructureShape.new(name: 'DescribeFileSystemsResponse')
146
+ DescribeSnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotsRequest')
147
+ DescribeSnapshotsResponse = Shapes::StructureShape.new(name: 'DescribeSnapshotsResponse')
119
148
  DescribeStorageVirtualMachinesRequest = Shapes::StructureShape.new(name: 'DescribeStorageVirtualMachinesRequest')
120
149
  DescribeStorageVirtualMachinesResponse = Shapes::StructureShape.new(name: 'DescribeStorageVirtualMachinesResponse')
121
150
  DescribeVolumesRequest = Shapes::StructureShape.new(name: 'DescribeVolumesRequest')
@@ -131,6 +160,8 @@ module Aws::FSx
131
160
  DriveCacheType = Shapes::StringShape.new(name: 'DriveCacheType')
132
161
  EndTime = Shapes::TimestampShape.new(name: 'EndTime')
133
162
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
163
+ EventType = Shapes::StringShape.new(name: 'EventType')
164
+ EventTypes = Shapes::ListShape.new(name: 'EventTypes')
134
165
  FailedCount = Shapes::IntegerShape.new(name: 'FailedCount')
135
166
  FileSystem = Shapes::StructureShape.new(name: 'FileSystem')
136
167
  FileSystemAdministratorsGroupName = Shapes::StringShape.new(name: 'FileSystemAdministratorsGroupName')
@@ -156,7 +187,9 @@ module Aws::FSx
156
187
  GeneralARN = Shapes::StringShape.new(name: 'GeneralARN')
157
188
  IncompatibleParameterError = Shapes::StructureShape.new(name: 'IncompatibleParameterError')
158
189
  IncompatibleRegionForMultiAZ = Shapes::StructureShape.new(name: 'IncompatibleRegionForMultiAZ')
190
+ IntegerNoMax = Shapes::IntegerShape.new(name: 'IntegerNoMax')
159
191
  InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
192
+ InvalidDataRepositoryType = Shapes::StructureShape.new(name: 'InvalidDataRepositoryType')
160
193
  InvalidDestinationKmsKey = Shapes::StructureShape.new(name: 'InvalidDestinationKmsKey')
161
194
  InvalidExportPath = Shapes::StructureShape.new(name: 'InvalidExportPath')
162
195
  InvalidImportPath = Shapes::StructureShape.new(name: 'InvalidImportPath')
@@ -171,16 +204,21 @@ module Aws::FSx
171
204
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
172
205
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
173
206
  LifecycleTransitionReason = Shapes::StructureShape.new(name: 'LifecycleTransitionReason')
207
+ LimitedMaxResults = Shapes::IntegerShape.new(name: 'LimitedMaxResults')
174
208
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
175
209
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
210
+ LustreAccessAuditLogLevel = Shapes::StringShape.new(name: 'LustreAccessAuditLogLevel')
176
211
  LustreDeploymentType = Shapes::StringShape.new(name: 'LustreDeploymentType')
177
212
  LustreFileSystemConfiguration = Shapes::StructureShape.new(name: 'LustreFileSystemConfiguration')
178
213
  LustreFileSystemMountName = Shapes::StringShape.new(name: 'LustreFileSystemMountName')
214
+ LustreLogConfiguration = Shapes::StructureShape.new(name: 'LustreLogConfiguration')
215
+ LustreLogCreateConfiguration = Shapes::StructureShape.new(name: 'LustreLogCreateConfiguration')
179
216
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
180
217
  Megabytes = Shapes::IntegerShape.new(name: 'Megabytes')
181
218
  MegabytesPerSecond = Shapes::IntegerShape.new(name: 'MegabytesPerSecond')
182
219
  MissingFileSystemConfiguration = Shapes::StructureShape.new(name: 'MissingFileSystemConfiguration')
183
220
  MissingVolumeConfiguration = Shapes::StructureShape.new(name: 'MissingVolumeConfiguration')
221
+ Namespace = Shapes::StringShape.new(name: 'Namespace')
184
222
  NetBiosAlias = Shapes::StringShape.new(name: 'NetBiosAlias')
185
223
  NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
186
224
  NetworkInterfaceIds = Shapes::ListShape.new(name: 'NetworkInterfaceIds')
@@ -191,11 +229,31 @@ module Aws::FSx
191
229
  OntapFileSystemConfiguration = Shapes::StructureShape.new(name: 'OntapFileSystemConfiguration')
192
230
  OntapVolumeConfiguration = Shapes::StructureShape.new(name: 'OntapVolumeConfiguration')
193
231
  OntapVolumeType = Shapes::StringShape.new(name: 'OntapVolumeType')
232
+ OpenZFSClientConfiguration = Shapes::StructureShape.new(name: 'OpenZFSClientConfiguration')
233
+ OpenZFSClientConfigurations = Shapes::ListShape.new(name: 'OpenZFSClientConfigurations')
234
+ OpenZFSClients = Shapes::StringShape.new(name: 'OpenZFSClients')
235
+ OpenZFSCopyStrategy = Shapes::StringShape.new(name: 'OpenZFSCopyStrategy')
236
+ OpenZFSCreateRootVolumeConfiguration = Shapes::StructureShape.new(name: 'OpenZFSCreateRootVolumeConfiguration')
237
+ OpenZFSDataCompressionType = Shapes::StringShape.new(name: 'OpenZFSDataCompressionType')
238
+ OpenZFSDeploymentType = Shapes::StringShape.new(name: 'OpenZFSDeploymentType')
239
+ OpenZFSFileSystemConfiguration = Shapes::StructureShape.new(name: 'OpenZFSFileSystemConfiguration')
240
+ OpenZFSNfsExport = Shapes::StructureShape.new(name: 'OpenZFSNfsExport')
241
+ OpenZFSNfsExportOption = Shapes::StringShape.new(name: 'OpenZFSNfsExportOption')
242
+ OpenZFSNfsExportOptions = Shapes::ListShape.new(name: 'OpenZFSNfsExportOptions')
243
+ OpenZFSNfsExports = Shapes::ListShape.new(name: 'OpenZFSNfsExports')
244
+ OpenZFSOriginSnapshotConfiguration = Shapes::StructureShape.new(name: 'OpenZFSOriginSnapshotConfiguration')
245
+ OpenZFSQuotaType = Shapes::StringShape.new(name: 'OpenZFSQuotaType')
246
+ OpenZFSUserAndGroupQuotas = Shapes::ListShape.new(name: 'OpenZFSUserAndGroupQuotas')
247
+ OpenZFSUserOrGroupQuota = Shapes::StructureShape.new(name: 'OpenZFSUserOrGroupQuota')
248
+ OpenZFSVolumeConfiguration = Shapes::StructureShape.new(name: 'OpenZFSVolumeConfiguration')
194
249
  OrganizationalUnitDistinguishedName = Shapes::StringShape.new(name: 'OrganizationalUnitDistinguishedName')
195
250
  Parameter = Shapes::StringShape.new(name: 'Parameter')
196
251
  PerUnitStorageThroughput = Shapes::IntegerShape.new(name: 'PerUnitStorageThroughput')
197
252
  ProgressPercent = Shapes::IntegerShape.new(name: 'ProgressPercent')
253
+ ReadOnly = Shapes::BooleanShape.new(name: 'ReadOnly')
198
254
  Region = Shapes::StringShape.new(name: 'Region')
255
+ ReleaseFileSystemNfsV3LocksRequest = Shapes::StructureShape.new(name: 'ReleaseFileSystemNfsV3LocksRequest')
256
+ ReleaseFileSystemNfsV3LocksResponse = Shapes::StructureShape.new(name: 'ReleaseFileSystemNfsV3LocksResponse')
199
257
  ReportFormat = Shapes::StringShape.new(name: 'ReportFormat')
200
258
  ReportScope = Shapes::StringShape.new(name: 'ReportScope')
201
259
  RequestTime = Shapes::TimestampShape.new(name: 'RequestTime')
@@ -203,8 +261,13 @@ module Aws::FSx
203
261
  ResourceDoesNotSupportTagging = Shapes::StructureShape.new(name: 'ResourceDoesNotSupportTagging')
204
262
  ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
205
263
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
264
+ RestoreOpenZFSVolumeOption = Shapes::StringShape.new(name: 'RestoreOpenZFSVolumeOption')
265
+ RestoreOpenZFSVolumeOptions = Shapes::ListShape.new(name: 'RestoreOpenZFSVolumeOptions')
266
+ RestoreVolumeFromSnapshotRequest = Shapes::StructureShape.new(name: 'RestoreVolumeFromSnapshotRequest')
267
+ RestoreVolumeFromSnapshotResponse = Shapes::StructureShape.new(name: 'RestoreVolumeFromSnapshotResponse')
206
268
  RouteTableId = Shapes::StringShape.new(name: 'RouteTableId')
207
269
  RouteTableIds = Shapes::ListShape.new(name: 'RouteTableIds')
270
+ S3DataRepositoryConfiguration = Shapes::StructureShape.new(name: 'S3DataRepositoryConfiguration')
208
271
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
209
272
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
210
273
  SecurityStyle = Shapes::StringShape.new(name: 'SecurityStyle')
@@ -213,6 +276,18 @@ module Aws::FSx
213
276
  SelfManagedActiveDirectoryConfigurationUpdates = Shapes::StructureShape.new(name: 'SelfManagedActiveDirectoryConfigurationUpdates')
214
277
  ServiceLimit = Shapes::StringShape.new(name: 'ServiceLimit')
215
278
  ServiceLimitExceeded = Shapes::StructureShape.new(name: 'ServiceLimitExceeded')
279
+ Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
280
+ SnapshotFilter = Shapes::StructureShape.new(name: 'SnapshotFilter')
281
+ SnapshotFilterName = Shapes::StringShape.new(name: 'SnapshotFilterName')
282
+ SnapshotFilterValue = Shapes::StringShape.new(name: 'SnapshotFilterValue')
283
+ SnapshotFilterValues = Shapes::ListShape.new(name: 'SnapshotFilterValues')
284
+ SnapshotFilters = Shapes::ListShape.new(name: 'SnapshotFilters')
285
+ SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
286
+ SnapshotIds = Shapes::ListShape.new(name: 'SnapshotIds')
287
+ SnapshotLifecycle = Shapes::StringShape.new(name: 'SnapshotLifecycle')
288
+ SnapshotName = Shapes::StringShape.new(name: 'SnapshotName')
289
+ SnapshotNotFound = Shapes::StructureShape.new(name: 'SnapshotNotFound')
290
+ Snapshots = Shapes::ListShape.new(name: 'Snapshots')
216
291
  SourceBackupId = Shapes::StringShape.new(name: 'SourceBackupId')
217
292
  SourceBackupUnavailable = Shapes::StructureShape.new(name: 'SourceBackupUnavailable')
218
293
  StartTime = Shapes::TimestampShape.new(name: 'StartTime')
@@ -255,12 +330,18 @@ module Aws::FSx
255
330
  UnsupportedOperation = Shapes::StructureShape.new(name: 'UnsupportedOperation')
256
331
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
257
332
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
333
+ UpdateDataRepositoryAssociationRequest = Shapes::StructureShape.new(name: 'UpdateDataRepositoryAssociationRequest')
334
+ UpdateDataRepositoryAssociationResponse = Shapes::StructureShape.new(name: 'UpdateDataRepositoryAssociationResponse')
258
335
  UpdateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemLustreConfiguration')
259
336
  UpdateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOntapConfiguration')
337
+ UpdateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOpenZFSConfiguration')
260
338
  UpdateFileSystemRequest = Shapes::StructureShape.new(name: 'UpdateFileSystemRequest')
261
339
  UpdateFileSystemResponse = Shapes::StructureShape.new(name: 'UpdateFileSystemResponse')
262
340
  UpdateFileSystemWindowsConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemWindowsConfiguration')
263
341
  UpdateOntapVolumeConfiguration = Shapes::StructureShape.new(name: 'UpdateOntapVolumeConfiguration')
342
+ UpdateOpenZFSVolumeConfiguration = Shapes::StructureShape.new(name: 'UpdateOpenZFSVolumeConfiguration')
343
+ UpdateSnapshotRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotRequest')
344
+ UpdateSnapshotResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotResponse')
264
345
  UpdateStorageVirtualMachineRequest = Shapes::StructureShape.new(name: 'UpdateStorageVirtualMachineRequest')
265
346
  UpdateStorageVirtualMachineResponse = Shapes::StructureShape.new(name: 'UpdateStorageVirtualMachineResponse')
266
347
  UpdateSvmActiveDirectoryConfiguration = Shapes::StructureShape.new(name: 'UpdateSvmActiveDirectoryConfiguration')
@@ -278,6 +359,7 @@ module Aws::FSx
278
359
  VolumeLifecycle = Shapes::StringShape.new(name: 'VolumeLifecycle')
279
360
  VolumeName = Shapes::StringShape.new(name: 'VolumeName')
280
361
  VolumeNotFound = Shapes::StructureShape.new(name: 'VolumeNotFound')
362
+ VolumePath = Shapes::StringShape.new(name: 'VolumePath')
281
363
  VolumeType = Shapes::StringShape.new(name: 'VolumeType')
282
364
  Volumes = Shapes::ListShape.new(name: 'Volumes')
283
365
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -305,6 +387,7 @@ module Aws::FSx
305
387
  AdministrativeAction.add_member(:target_file_system_values, Shapes::ShapeRef.new(shape: FileSystem, location_name: "TargetFileSystemValues"))
306
388
  AdministrativeAction.add_member(:failure_details, Shapes::ShapeRef.new(shape: AdministrativeActionFailureDetails, location_name: "FailureDetails"))
307
389
  AdministrativeAction.add_member(:target_volume_values, Shapes::ShapeRef.new(shape: Volume, location_name: "TargetVolumeValues"))
390
+ AdministrativeAction.add_member(:target_snapshot_values, Shapes::ShapeRef.new(shape: Snapshot, location_name: "TargetSnapshotValues"))
308
391
  AdministrativeAction.struct_class = Types::AdministrativeAction
309
392
 
310
393
  AdministrativeActionFailureDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -328,6 +411,12 @@ module Aws::FSx
328
411
  AssociateFileSystemAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
329
412
  AssociateFileSystemAliasesResponse.struct_class = Types::AssociateFileSystemAliasesResponse
330
413
 
414
+ AutoExportPolicy.add_member(:events, Shapes::ShapeRef.new(shape: EventTypes, location_name: "Events"))
415
+ AutoExportPolicy.struct_class = Types::AutoExportPolicy
416
+
417
+ AutoImportPolicy.add_member(:events, Shapes::ShapeRef.new(shape: EventTypes, location_name: "Events"))
418
+ AutoImportPolicy.struct_class = Types::AutoImportPolicy
419
+
331
420
  Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
332
421
  Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
333
422
  Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
@@ -403,6 +492,19 @@ module Aws::FSx
403
492
  CreateBackupResponse.add_member(:backup, Shapes::ShapeRef.new(shape: Backup, location_name: "Backup"))
404
493
  CreateBackupResponse.struct_class = Types::CreateBackupResponse
405
494
 
495
+ CreateDataRepositoryAssociationRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
496
+ CreateDataRepositoryAssociationRequest.add_member(:file_system_path, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "FileSystemPath"))
497
+ CreateDataRepositoryAssociationRequest.add_member(:data_repository_path, Shapes::ShapeRef.new(shape: ArchivePath, required: true, location_name: "DataRepositoryPath"))
498
+ CreateDataRepositoryAssociationRequest.add_member(:batch_import_meta_data_on_create, Shapes::ShapeRef.new(shape: BatchImportMetaDataOnCreate, location_name: "BatchImportMetaDataOnCreate"))
499
+ CreateDataRepositoryAssociationRequest.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
500
+ CreateDataRepositoryAssociationRequest.add_member(:s3, Shapes::ShapeRef.new(shape: S3DataRepositoryConfiguration, location_name: "S3"))
501
+ CreateDataRepositoryAssociationRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
502
+ CreateDataRepositoryAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
503
+ CreateDataRepositoryAssociationRequest.struct_class = Types::CreateDataRepositoryAssociationRequest
504
+
505
+ CreateDataRepositoryAssociationResponse.add_member(:association, Shapes::ShapeRef.new(shape: DataRepositoryAssociation, location_name: "Association"))
506
+ CreateDataRepositoryAssociationResponse.struct_class = Types::CreateDataRepositoryAssociationResponse
507
+
406
508
  CreateDataRepositoryTaskRequest.add_member(:type, Shapes::ShapeRef.new(shape: DataRepositoryTaskType, required: true, location_name: "Type"))
407
509
  CreateDataRepositoryTaskRequest.add_member(:paths, Shapes::ShapeRef.new(shape: DataRepositoryTaskPaths, location_name: "Paths"))
408
510
  CreateDataRepositoryTaskRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -424,6 +526,7 @@ module Aws::FSx
424
526
  CreateFileSystemFromBackupRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
425
527
  CreateFileSystemFromBackupRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
426
528
  CreateFileSystemFromBackupRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
529
+ CreateFileSystemFromBackupRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
427
530
  CreateFileSystemFromBackupRequest.struct_class = Types::CreateFileSystemFromBackupRequest
428
531
 
429
532
  CreateFileSystemFromBackupResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -441,6 +544,7 @@ module Aws::FSx
441
544
  CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
442
545
  CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
443
546
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
547
+ CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
444
548
  CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
445
549
 
446
550
  CreateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -455,6 +559,17 @@ module Aws::FSx
455
559
  CreateFileSystemOntapConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
456
560
  CreateFileSystemOntapConfiguration.struct_class = Types::CreateFileSystemOntapConfiguration
457
561
 
562
+ CreateFileSystemOpenZFSConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
563
+ CreateFileSystemOpenZFSConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
564
+ CreateFileSystemOpenZFSConfiguration.add_member(:copy_tags_to_volumes, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToVolumes"))
565
+ CreateFileSystemOpenZFSConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
566
+ CreateFileSystemOpenZFSConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: OpenZFSDeploymentType, required: true, location_name: "DeploymentType"))
567
+ CreateFileSystemOpenZFSConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, required: true, location_name: "ThroughputCapacity"))
568
+ CreateFileSystemOpenZFSConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
569
+ CreateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
570
+ CreateFileSystemOpenZFSConfiguration.add_member(:root_volume_configuration, Shapes::ShapeRef.new(shape: OpenZFSCreateRootVolumeConfiguration, location_name: "RootVolumeConfiguration"))
571
+ CreateFileSystemOpenZFSConfiguration.struct_class = Types::CreateFileSystemOpenZFSConfiguration
572
+
458
573
  CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
459
574
  CreateFileSystemRequest.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
460
575
  CreateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, required: true, location_name: "StorageCapacity"))
@@ -467,6 +582,7 @@ module Aws::FSx
467
582
  CreateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
468
583
  CreateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
469
584
  CreateFileSystemRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
585
+ CreateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
470
586
  CreateFileSystemRequest.struct_class = Types::CreateFileSystemRequest
471
587
 
472
588
  CreateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -493,6 +609,30 @@ module Aws::FSx
493
609
  CreateOntapVolumeConfiguration.add_member(:tiering_policy, Shapes::ShapeRef.new(shape: TieringPolicy, location_name: "TieringPolicy"))
494
610
  CreateOntapVolumeConfiguration.struct_class = Types::CreateOntapVolumeConfiguration
495
611
 
612
+ CreateOpenZFSOriginSnapshotConfiguration.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "SnapshotARN"))
613
+ CreateOpenZFSOriginSnapshotConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, required: true, location_name: "CopyStrategy"))
614
+ CreateOpenZFSOriginSnapshotConfiguration.struct_class = Types::CreateOpenZFSOriginSnapshotConfiguration
615
+
616
+ CreateOpenZFSVolumeConfiguration.add_member(:parent_volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "ParentVolumeId"))
617
+ CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityReservationGiB"))
618
+ CreateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityQuotaGiB"))
619
+ CreateOpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
620
+ CreateOpenZFSVolumeConfiguration.add_member(:copy_tags_to_snapshots, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToSnapshots"))
621
+ CreateOpenZFSVolumeConfiguration.add_member(:origin_snapshot, Shapes::ShapeRef.new(shape: CreateOpenZFSOriginSnapshotConfiguration, location_name: "OriginSnapshot"))
622
+ CreateOpenZFSVolumeConfiguration.add_member(:read_only, Shapes::ShapeRef.new(shape: ReadOnly, location_name: "ReadOnly"))
623
+ CreateOpenZFSVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
624
+ CreateOpenZFSVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
625
+ CreateOpenZFSVolumeConfiguration.struct_class = Types::CreateOpenZFSVolumeConfiguration
626
+
627
+ CreateSnapshotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
628
+ CreateSnapshotRequest.add_member(:name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "Name"))
629
+ CreateSnapshotRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
630
+ CreateSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
631
+ CreateSnapshotRequest.struct_class = Types::CreateSnapshotRequest
632
+
633
+ CreateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
634
+ CreateSnapshotResponse.struct_class = Types::CreateSnapshotResponse
635
+
496
636
  CreateStorageVirtualMachineRequest.add_member(:active_directory_configuration, Shapes::ShapeRef.new(shape: CreateSvmActiveDirectoryConfiguration, location_name: "ActiveDirectoryConfiguration"))
497
637
  CreateStorageVirtualMachineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
498
638
  CreateStorageVirtualMachineRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -524,11 +664,33 @@ module Aws::FSx
524
664
  CreateVolumeRequest.add_member(:name, Shapes::ShapeRef.new(shape: VolumeName, required: true, location_name: "Name"))
525
665
  CreateVolumeRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: CreateOntapVolumeConfiguration, location_name: "OntapConfiguration"))
526
666
  CreateVolumeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
667
+ CreateVolumeRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateOpenZFSVolumeConfiguration, location_name: "OpenZFSConfiguration"))
527
668
  CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
528
669
 
529
670
  CreateVolumeResponse.add_member(:volume, Shapes::ShapeRef.new(shape: Volume, location_name: "Volume"))
530
671
  CreateVolumeResponse.struct_class = Types::CreateVolumeResponse
531
672
 
673
+ DataRepositoryAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: DataRepositoryAssociationId, location_name: "AssociationId"))
674
+ DataRepositoryAssociation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
675
+ DataRepositoryAssociation.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
676
+ DataRepositoryAssociation.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
677
+ DataRepositoryAssociation.add_member(:failure_details, Shapes::ShapeRef.new(shape: DataRepositoryFailureDetails, location_name: "FailureDetails"))
678
+ DataRepositoryAssociation.add_member(:file_system_path, Shapes::ShapeRef.new(shape: Namespace, location_name: "FileSystemPath"))
679
+ DataRepositoryAssociation.add_member(:data_repository_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "DataRepositoryPath"))
680
+ DataRepositoryAssociation.add_member(:batch_import_meta_data_on_create, Shapes::ShapeRef.new(shape: BatchImportMetaDataOnCreate, location_name: "BatchImportMetaDataOnCreate"))
681
+ DataRepositoryAssociation.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
682
+ DataRepositoryAssociation.add_member(:s3, Shapes::ShapeRef.new(shape: S3DataRepositoryConfiguration, location_name: "S3"))
683
+ DataRepositoryAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
684
+ DataRepositoryAssociation.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
685
+ DataRepositoryAssociation.struct_class = Types::DataRepositoryAssociation
686
+
687
+ DataRepositoryAssociationIds.member = Shapes::ShapeRef.new(shape: DataRepositoryAssociationId)
688
+
689
+ DataRepositoryAssociationNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
690
+ DataRepositoryAssociationNotFound.struct_class = Types::DataRepositoryAssociationNotFound
691
+
692
+ DataRepositoryAssociations.member = Shapes::ShapeRef.new(shape: DataRepositoryAssociation)
693
+
532
694
  DataRepositoryConfiguration.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
533
695
  DataRepositoryConfiguration.add_member(:import_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ImportPath"))
534
696
  DataRepositoryConfiguration.add_member(:export_path, Shapes::ShapeRef.new(shape: ArchivePath, location_name: "ExportPath"))
@@ -593,6 +755,16 @@ module Aws::FSx
593
755
  DeleteBackupResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, location_name: "Lifecycle"))
594
756
  DeleteBackupResponse.struct_class = Types::DeleteBackupResponse
595
757
 
758
+ DeleteDataRepositoryAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: DataRepositoryAssociationId, required: true, location_name: "AssociationId"))
759
+ DeleteDataRepositoryAssociationRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
760
+ DeleteDataRepositoryAssociationRequest.add_member(:delete_data_in_file_system, Shapes::ShapeRef.new(shape: DeleteDataInFileSystem, required: true, location_name: "DeleteDataInFileSystem"))
761
+ DeleteDataRepositoryAssociationRequest.struct_class = Types::DeleteDataRepositoryAssociationRequest
762
+
763
+ DeleteDataRepositoryAssociationResponse.add_member(:association_id, Shapes::ShapeRef.new(shape: DataRepositoryAssociationId, location_name: "AssociationId"))
764
+ DeleteDataRepositoryAssociationResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: DataRepositoryLifecycle, location_name: "Lifecycle"))
765
+ DeleteDataRepositoryAssociationResponse.add_member(:delete_data_in_file_system, Shapes::ShapeRef.new(shape: DeleteDataInFileSystem, location_name: "DeleteDataInFileSystem"))
766
+ DeleteDataRepositoryAssociationResponse.struct_class = Types::DeleteDataRepositoryAssociationResponse
767
+
596
768
  DeleteFileSystemLustreConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
597
769
  DeleteFileSystemLustreConfiguration.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
598
770
  DeleteFileSystemLustreConfiguration.struct_class = Types::DeleteFileSystemLustreConfiguration
@@ -601,16 +773,26 @@ module Aws::FSx
601
773
  DeleteFileSystemLustreResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
602
774
  DeleteFileSystemLustreResponse.struct_class = Types::DeleteFileSystemLustreResponse
603
775
 
776
+ DeleteFileSystemOpenZFSConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
777
+ DeleteFileSystemOpenZFSConfiguration.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
778
+ DeleteFileSystemOpenZFSConfiguration.struct_class = Types::DeleteFileSystemOpenZFSConfiguration
779
+
780
+ DeleteFileSystemOpenZFSResponse.add_member(:final_backup_id, Shapes::ShapeRef.new(shape: BackupId, location_name: "FinalBackupId"))
781
+ DeleteFileSystemOpenZFSResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
782
+ DeleteFileSystemOpenZFSResponse.struct_class = Types::DeleteFileSystemOpenZFSResponse
783
+
604
784
  DeleteFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
605
785
  DeleteFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
606
786
  DeleteFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: DeleteFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
607
787
  DeleteFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: DeleteFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
788
+ DeleteFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: DeleteFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
608
789
  DeleteFileSystemRequest.struct_class = Types::DeleteFileSystemRequest
609
790
 
610
791
  DeleteFileSystemResponse.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
611
792
  DeleteFileSystemResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: FileSystemLifecycle, location_name: "Lifecycle"))
612
793
  DeleteFileSystemResponse.add_member(:windows_response, Shapes::ShapeRef.new(shape: DeleteFileSystemWindowsResponse, location_name: "WindowsResponse"))
613
794
  DeleteFileSystemResponse.add_member(:lustre_response, Shapes::ShapeRef.new(shape: DeleteFileSystemLustreResponse, location_name: "LustreResponse"))
795
+ DeleteFileSystemResponse.add_member(:open_zfs_response, Shapes::ShapeRef.new(shape: DeleteFileSystemOpenZFSResponse, location_name: "OpenZFSResponse"))
614
796
  DeleteFileSystemResponse.struct_class = Types::DeleteFileSystemResponse
615
797
 
616
798
  DeleteFileSystemWindowsConfiguration.add_member(:skip_final_backup, Shapes::ShapeRef.new(shape: Flag, location_name: "SkipFinalBackup"))
@@ -621,6 +803,16 @@ module Aws::FSx
621
803
  DeleteFileSystemWindowsResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
622
804
  DeleteFileSystemWindowsResponse.struct_class = Types::DeleteFileSystemWindowsResponse
623
805
 
806
+ DeleteOpenZFSVolumeOptions.member = Shapes::ShapeRef.new(shape: DeleteOpenZFSVolumeOption)
807
+
808
+ DeleteSnapshotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
809
+ DeleteSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
810
+ DeleteSnapshotRequest.struct_class = Types::DeleteSnapshotRequest
811
+
812
+ DeleteSnapshotResponse.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
813
+ DeleteSnapshotResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: SnapshotLifecycle, location_name: "Lifecycle"))
814
+ DeleteSnapshotResponse.struct_class = Types::DeleteSnapshotResponse
815
+
624
816
  DeleteStorageVirtualMachineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
625
817
  DeleteStorageVirtualMachineRequest.add_member(:storage_virtual_machine_id, Shapes::ShapeRef.new(shape: StorageVirtualMachineId, required: true, location_name: "StorageVirtualMachineId"))
626
818
  DeleteStorageVirtualMachineRequest.struct_class = Types::DeleteStorageVirtualMachineRequest
@@ -637,9 +829,13 @@ module Aws::FSx
637
829
  DeleteVolumeOntapResponse.add_member(:final_backup_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "FinalBackupTags"))
638
830
  DeleteVolumeOntapResponse.struct_class = Types::DeleteVolumeOntapResponse
639
831
 
832
+ DeleteVolumeOpenZFSConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DeleteOpenZFSVolumeOptions, location_name: "Options"))
833
+ DeleteVolumeOpenZFSConfiguration.struct_class = Types::DeleteVolumeOpenZFSConfiguration
834
+
640
835
  DeleteVolumeRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
641
836
  DeleteVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
642
837
  DeleteVolumeRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: DeleteVolumeOntapConfiguration, location_name: "OntapConfiguration"))
838
+ DeleteVolumeRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: DeleteVolumeOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
643
839
  DeleteVolumeRequest.struct_class = Types::DeleteVolumeRequest
644
840
 
645
841
  DeleteVolumeResponse.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
@@ -657,6 +853,16 @@ module Aws::FSx
657
853
  DescribeBackupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
658
854
  DescribeBackupsResponse.struct_class = Types::DescribeBackupsResponse
659
855
 
856
+ DescribeDataRepositoryAssociationsRequest.add_member(:association_ids, Shapes::ShapeRef.new(shape: DataRepositoryAssociationIds, location_name: "AssociationIds"))
857
+ DescribeDataRepositoryAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
858
+ DescribeDataRepositoryAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LimitedMaxResults, location_name: "MaxResults"))
859
+ DescribeDataRepositoryAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
860
+ DescribeDataRepositoryAssociationsRequest.struct_class = Types::DescribeDataRepositoryAssociationsRequest
861
+
862
+ DescribeDataRepositoryAssociationsResponse.add_member(:associations, Shapes::ShapeRef.new(shape: DataRepositoryAssociations, location_name: "Associations"))
863
+ DescribeDataRepositoryAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
864
+ DescribeDataRepositoryAssociationsResponse.struct_class = Types::DescribeDataRepositoryAssociationsResponse
865
+
660
866
  DescribeDataRepositoryTasksRequest.add_member(:task_ids, Shapes::ShapeRef.new(shape: TaskIds, location_name: "TaskIds"))
661
867
  DescribeDataRepositoryTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DataRepositoryTaskFilters, location_name: "Filters"))
662
868
  DescribeDataRepositoryTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
@@ -686,6 +892,16 @@ module Aws::FSx
686
892
  DescribeFileSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
687
893
  DescribeFileSystemsResponse.struct_class = Types::DescribeFileSystemsResponse
688
894
 
895
+ DescribeSnapshotsRequest.add_member(:snapshot_ids, Shapes::ShapeRef.new(shape: SnapshotIds, location_name: "SnapshotIds"))
896
+ DescribeSnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SnapshotFilters, location_name: "Filters"))
897
+ DescribeSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
898
+ DescribeSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
899
+ DescribeSnapshotsRequest.struct_class = Types::DescribeSnapshotsRequest
900
+
901
+ DescribeSnapshotsResponse.add_member(:snapshots, Shapes::ShapeRef.new(shape: Snapshots, location_name: "Snapshots"))
902
+ DescribeSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
903
+ DescribeSnapshotsResponse.struct_class = Types::DescribeSnapshotsResponse
904
+
689
905
  DescribeStorageVirtualMachinesRequest.add_member(:storage_virtual_machine_ids, Shapes::ShapeRef.new(shape: StorageVirtualMachineIds, location_name: "StorageVirtualMachineIds"))
690
906
  DescribeStorageVirtualMachinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: StorageVirtualMachineFilters, location_name: "Filters"))
691
907
  DescribeStorageVirtualMachinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
@@ -720,6 +936,8 @@ module Aws::FSx
720
936
 
721
937
  DnsIps.member = Shapes::ShapeRef.new(shape: IpAddress)
722
938
 
939
+ EventTypes.member = Shapes::ShapeRef.new(shape: EventType)
940
+
723
941
  FileSystem.add_member(:owner_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerId"))
724
942
  FileSystem.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
725
943
  FileSystem.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
@@ -740,6 +958,7 @@ module Aws::FSx
740
958
  FileSystem.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
741
959
  FileSystem.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: OntapFileSystemConfiguration, location_name: "OntapConfiguration"))
742
960
  FileSystem.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
961
+ FileSystem.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: OpenZFSFileSystemConfiguration, location_name: "OpenZFSConfiguration"))
743
962
  FileSystem.struct_class = Types::FileSystem
744
963
 
745
964
  FileSystemEndpoint.add_member(:dns_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "DNSName"))
@@ -780,6 +999,9 @@ module Aws::FSx
780
999
  InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
781
1000
  InternalServerError.struct_class = Types::InternalServerError
782
1001
 
1002
+ InvalidDataRepositoryType.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1003
+ InvalidDataRepositoryType.struct_class = Types::InvalidDataRepositoryType
1004
+
783
1005
  InvalidDestinationKmsKey.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
784
1006
  InvalidDestinationKmsKey.struct_class = Types::InvalidDestinationKmsKey
785
1007
 
@@ -826,8 +1048,17 @@ module Aws::FSx
826
1048
  LustreFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
827
1049
  LustreFileSystemConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
828
1050
  LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1051
+ LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
829
1052
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
830
1053
 
1054
+ LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
1055
+ LustreLogConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "Destination"))
1056
+ LustreLogConfiguration.struct_class = Types::LustreLogConfiguration
1057
+
1058
+ LustreLogCreateConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
1059
+ LustreLogCreateConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: GeneralARN, location_name: "Destination"))
1060
+ LustreLogCreateConfiguration.struct_class = Types::LustreLogCreateConfiguration
1061
+
831
1062
  MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
832
1063
  MissingFileSystemConfiguration.struct_class = Types::MissingFileSystemConfiguration
833
1064
 
@@ -866,6 +1097,67 @@ module Aws::FSx
866
1097
  OntapVolumeConfiguration.add_member(:ontap_volume_type, Shapes::ShapeRef.new(shape: OntapVolumeType, location_name: "OntapVolumeType"))
867
1098
  OntapVolumeConfiguration.struct_class = Types::OntapVolumeConfiguration
868
1099
 
1100
+ OpenZFSClientConfiguration.add_member(:clients, Shapes::ShapeRef.new(shape: OpenZFSClients, required: true, location_name: "Clients"))
1101
+ OpenZFSClientConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: OpenZFSNfsExportOptions, required: true, location_name: "Options"))
1102
+ OpenZFSClientConfiguration.struct_class = Types::OpenZFSClientConfiguration
1103
+
1104
+ OpenZFSClientConfigurations.member = Shapes::ShapeRef.new(shape: OpenZFSClientConfiguration)
1105
+
1106
+ OpenZFSCreateRootVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
1107
+ OpenZFSCreateRootVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
1108
+ OpenZFSCreateRootVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
1109
+ OpenZFSCreateRootVolumeConfiguration.add_member(:copy_tags_to_snapshots, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToSnapshots"))
1110
+ OpenZFSCreateRootVolumeConfiguration.add_member(:read_only, Shapes::ShapeRef.new(shape: ReadOnly, location_name: "ReadOnly"))
1111
+ OpenZFSCreateRootVolumeConfiguration.struct_class = Types::OpenZFSCreateRootVolumeConfiguration
1112
+
1113
+ OpenZFSFileSystemConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
1114
+ OpenZFSFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
1115
+ OpenZFSFileSystemConfiguration.add_member(:copy_tags_to_volumes, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToVolumes"))
1116
+ OpenZFSFileSystemConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
1117
+ OpenZFSFileSystemConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: OpenZFSDeploymentType, location_name: "DeploymentType"))
1118
+ OpenZFSFileSystemConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
1119
+ OpenZFSFileSystemConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1120
+ OpenZFSFileSystemConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1121
+ OpenZFSFileSystemConfiguration.add_member(:root_volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "RootVolumeId"))
1122
+ OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
1123
+
1124
+ OpenZFSNfsExport.add_member(:client_configurations, Shapes::ShapeRef.new(shape: OpenZFSClientConfigurations, required: true, location_name: "ClientConfigurations"))
1125
+ OpenZFSNfsExport.struct_class = Types::OpenZFSNfsExport
1126
+
1127
+ OpenZFSNfsExportOptions.member = Shapes::ShapeRef.new(shape: OpenZFSNfsExportOption)
1128
+
1129
+ OpenZFSNfsExports.member = Shapes::ShapeRef.new(shape: OpenZFSNfsExport)
1130
+
1131
+ OpenZFSOriginSnapshotConfiguration.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "SnapshotARN"))
1132
+ OpenZFSOriginSnapshotConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, location_name: "CopyStrategy"))
1133
+ OpenZFSOriginSnapshotConfiguration.struct_class = Types::OpenZFSOriginSnapshotConfiguration
1134
+
1135
+ OpenZFSUserAndGroupQuotas.member = Shapes::ShapeRef.new(shape: OpenZFSUserOrGroupQuota)
1136
+
1137
+ OpenZFSUserOrGroupQuota.add_member(:type, Shapes::ShapeRef.new(shape: OpenZFSQuotaType, required: true, location_name: "Type"))
1138
+ OpenZFSUserOrGroupQuota.add_member(:id, Shapes::ShapeRef.new(shape: IntegerNoMax, required: true, location_name: "Id"))
1139
+ OpenZFSUserOrGroupQuota.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, required: true, location_name: "StorageCapacityQuotaGiB"))
1140
+ OpenZFSUserOrGroupQuota.struct_class = Types::OpenZFSUserOrGroupQuota
1141
+
1142
+ OpenZFSVolumeConfiguration.add_member(:parent_volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "ParentVolumeId"))
1143
+ OpenZFSVolumeConfiguration.add_member(:volume_path, Shapes::ShapeRef.new(shape: VolumePath, location_name: "VolumePath"))
1144
+ OpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityReservationGiB"))
1145
+ OpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityQuotaGiB"))
1146
+ OpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
1147
+ OpenZFSVolumeConfiguration.add_member(:copy_tags_to_snapshots, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToSnapshots"))
1148
+ OpenZFSVolumeConfiguration.add_member(:origin_snapshot, Shapes::ShapeRef.new(shape: OpenZFSOriginSnapshotConfiguration, location_name: "OriginSnapshot"))
1149
+ OpenZFSVolumeConfiguration.add_member(:read_only, Shapes::ShapeRef.new(shape: ReadOnly, location_name: "ReadOnly"))
1150
+ OpenZFSVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
1151
+ OpenZFSVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
1152
+ OpenZFSVolumeConfiguration.struct_class = Types::OpenZFSVolumeConfiguration
1153
+
1154
+ ReleaseFileSystemNfsV3LocksRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
1155
+ ReleaseFileSystemNfsV3LocksRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1156
+ ReleaseFileSystemNfsV3LocksRequest.struct_class = Types::ReleaseFileSystemNfsV3LocksRequest
1157
+
1158
+ ReleaseFileSystemNfsV3LocksResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
1159
+ ReleaseFileSystemNfsV3LocksResponse.struct_class = Types::ReleaseFileSystemNfsV3LocksResponse
1160
+
869
1161
  ResourceDoesNotSupportTagging.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
870
1162
  ResourceDoesNotSupportTagging.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
871
1163
  ResourceDoesNotSupportTagging.struct_class = Types::ResourceDoesNotSupportTagging
@@ -874,8 +1166,24 @@ module Aws::FSx
874
1166
  ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
875
1167
  ResourceNotFound.struct_class = Types::ResourceNotFound
876
1168
 
1169
+ RestoreOpenZFSVolumeOptions.member = Shapes::ShapeRef.new(shape: RestoreOpenZFSVolumeOption)
1170
+
1171
+ RestoreVolumeFromSnapshotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1172
+ RestoreVolumeFromSnapshotRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
1173
+ RestoreVolumeFromSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
1174
+ RestoreVolumeFromSnapshotRequest.add_member(:options, Shapes::ShapeRef.new(shape: RestoreOpenZFSVolumeOptions, location_name: "Options"))
1175
+ RestoreVolumeFromSnapshotRequest.struct_class = Types::RestoreVolumeFromSnapshotRequest
1176
+
1177
+ RestoreVolumeFromSnapshotResponse.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
1178
+ RestoreVolumeFromSnapshotResponse.add_member(:lifecycle, Shapes::ShapeRef.new(shape: VolumeLifecycle, location_name: "Lifecycle"))
1179
+ RestoreVolumeFromSnapshotResponse.struct_class = Types::RestoreVolumeFromSnapshotResponse
1180
+
877
1181
  RouteTableIds.member = Shapes::ShapeRef.new(shape: RouteTableId)
878
1182
 
1183
+ S3DataRepositoryConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicy, location_name: "AutoImportPolicy"))
1184
+ S3DataRepositoryConfiguration.add_member(:auto_export_policy, Shapes::ShapeRef.new(shape: AutoExportPolicy, location_name: "AutoExportPolicy"))
1185
+ S3DataRepositoryConfiguration.struct_class = Types::S3DataRepositoryConfiguration
1186
+
879
1187
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
880
1188
 
881
1189
  SelfManagedActiveDirectoryAttributes.add_member(:domain_name, Shapes::ShapeRef.new(shape: ActiveDirectoryFullyQualifiedName, location_name: "DomainName"))
@@ -902,6 +1210,31 @@ module Aws::FSx
902
1210
  ServiceLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
903
1211
  ServiceLimitExceeded.struct_class = Types::ServiceLimitExceeded
904
1212
 
1213
+ Snapshot.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
1214
+ Snapshot.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
1215
+ Snapshot.add_member(:name, Shapes::ShapeRef.new(shape: SnapshotName, location_name: "Name"))
1216
+ Snapshot.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
1217
+ Snapshot.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1218
+ Snapshot.add_member(:lifecycle, Shapes::ShapeRef.new(shape: SnapshotLifecycle, location_name: "Lifecycle"))
1219
+ Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1220
+ Snapshot.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
1221
+ Snapshot.struct_class = Types::Snapshot
1222
+
1223
+ SnapshotFilter.add_member(:name, Shapes::ShapeRef.new(shape: SnapshotFilterName, location_name: "Name"))
1224
+ SnapshotFilter.add_member(:values, Shapes::ShapeRef.new(shape: SnapshotFilterValues, location_name: "Values"))
1225
+ SnapshotFilter.struct_class = Types::SnapshotFilter
1226
+
1227
+ SnapshotFilterValues.member = Shapes::ShapeRef.new(shape: SnapshotFilterValue)
1228
+
1229
+ SnapshotFilters.member = Shapes::ShapeRef.new(shape: SnapshotFilter)
1230
+
1231
+ SnapshotIds.member = Shapes::ShapeRef.new(shape: SnapshotId)
1232
+
1233
+ SnapshotNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1234
+ SnapshotNotFound.struct_class = Types::SnapshotNotFound
1235
+
1236
+ Snapshots.member = Shapes::ShapeRef.new(shape: Snapshot)
1237
+
905
1238
  SourceBackupUnavailable.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
906
1239
  SourceBackupUnavailable.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, location_name: "BackupId"))
907
1240
  SourceBackupUnavailable.struct_class = Types::SourceBackupUnavailable
@@ -981,25 +1314,46 @@ module Aws::FSx
981
1314
 
982
1315
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
983
1316
 
1317
+ UpdateDataRepositoryAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: DataRepositoryAssociationId, required: true, location_name: "AssociationId"))
1318
+ UpdateDataRepositoryAssociationRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1319
+ UpdateDataRepositoryAssociationRequest.add_member(:imported_file_chunk_size, Shapes::ShapeRef.new(shape: Megabytes, location_name: "ImportedFileChunkSize"))
1320
+ UpdateDataRepositoryAssociationRequest.add_member(:s3, Shapes::ShapeRef.new(shape: S3DataRepositoryConfiguration, location_name: "S3"))
1321
+ UpdateDataRepositoryAssociationRequest.struct_class = Types::UpdateDataRepositoryAssociationRequest
1322
+
1323
+ UpdateDataRepositoryAssociationResponse.add_member(:association, Shapes::ShapeRef.new(shape: DataRepositoryAssociation, location_name: "Association"))
1324
+ UpdateDataRepositoryAssociationResponse.struct_class = Types::UpdateDataRepositoryAssociationResponse
1325
+
984
1326
  UpdateFileSystemLustreConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
985
1327
  UpdateFileSystemLustreConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
986
1328
  UpdateFileSystemLustreConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
987
1329
  UpdateFileSystemLustreConfiguration.add_member(:auto_import_policy, Shapes::ShapeRef.new(shape: AutoImportPolicyType, location_name: "AutoImportPolicy"))
988
1330
  UpdateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
1331
+ UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
989
1332
  UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
990
1333
 
991
1334
  UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
992
1335
  UpdateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
993
1336
  UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
994
1337
  UpdateFileSystemOntapConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1338
+ UpdateFileSystemOntapConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
995
1339
  UpdateFileSystemOntapConfiguration.struct_class = Types::UpdateFileSystemOntapConfiguration
996
1340
 
1341
+ UpdateFileSystemOpenZFSConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
1342
+ UpdateFileSystemOpenZFSConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
1343
+ UpdateFileSystemOpenZFSConfiguration.add_member(:copy_tags_to_volumes, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToVolumes"))
1344
+ UpdateFileSystemOpenZFSConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
1345
+ UpdateFileSystemOpenZFSConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
1346
+ UpdateFileSystemOpenZFSConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1347
+ UpdateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1348
+ UpdateFileSystemOpenZFSConfiguration.struct_class = Types::UpdateFileSystemOpenZFSConfiguration
1349
+
997
1350
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
998
1351
  UpdateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
999
1352
  UpdateFileSystemRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
1000
1353
  UpdateFileSystemRequest.add_member(:windows_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemWindowsConfiguration, location_name: "WindowsConfiguration"))
1001
1354
  UpdateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
1002
1355
  UpdateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
1356
+ UpdateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
1003
1357
  UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
1004
1358
 
1005
1359
  UpdateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -1020,6 +1374,22 @@ module Aws::FSx
1020
1374
  UpdateOntapVolumeConfiguration.add_member(:tiering_policy, Shapes::ShapeRef.new(shape: TieringPolicy, location_name: "TieringPolicy"))
1021
1375
  UpdateOntapVolumeConfiguration.struct_class = Types::UpdateOntapVolumeConfiguration
1022
1376
 
1377
+ UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_reservation_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityReservationGiB"))
1378
+ UpdateOpenZFSVolumeConfiguration.add_member(:storage_capacity_quota_gi_b, Shapes::ShapeRef.new(shape: IntegerNoMax, location_name: "StorageCapacityQuotaGiB"))
1379
+ UpdateOpenZFSVolumeConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: OpenZFSDataCompressionType, location_name: "DataCompressionType"))
1380
+ UpdateOpenZFSVolumeConfiguration.add_member(:nfs_exports, Shapes::ShapeRef.new(shape: OpenZFSNfsExports, location_name: "NfsExports"))
1381
+ UpdateOpenZFSVolumeConfiguration.add_member(:user_and_group_quotas, Shapes::ShapeRef.new(shape: OpenZFSUserAndGroupQuotas, location_name: "UserAndGroupQuotas"))
1382
+ UpdateOpenZFSVolumeConfiguration.add_member(:read_only, Shapes::ShapeRef.new(shape: ReadOnly, location_name: "ReadOnly"))
1383
+ UpdateOpenZFSVolumeConfiguration.struct_class = Types::UpdateOpenZFSVolumeConfiguration
1384
+
1385
+ UpdateSnapshotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1386
+ UpdateSnapshotRequest.add_member(:name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "Name"))
1387
+ UpdateSnapshotRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
1388
+ UpdateSnapshotRequest.struct_class = Types::UpdateSnapshotRequest
1389
+
1390
+ UpdateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
1391
+ UpdateSnapshotResponse.struct_class = Types::UpdateSnapshotResponse
1392
+
1023
1393
  UpdateStorageVirtualMachineRequest.add_member(:active_directory_configuration, Shapes::ShapeRef.new(shape: UpdateSvmActiveDirectoryConfiguration, location_name: "ActiveDirectoryConfiguration"))
1024
1394
  UpdateStorageVirtualMachineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1025
1395
  UpdateStorageVirtualMachineRequest.add_member(:storage_virtual_machine_id, Shapes::ShapeRef.new(shape: StorageVirtualMachineId, required: true, location_name: "StorageVirtualMachineId"))
@@ -1035,6 +1405,8 @@ module Aws::FSx
1035
1405
  UpdateVolumeRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
1036
1406
  UpdateVolumeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
1037
1407
  UpdateVolumeRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: UpdateOntapVolumeConfiguration, location_name: "OntapConfiguration"))
1408
+ UpdateVolumeRequest.add_member(:name, Shapes::ShapeRef.new(shape: VolumeName, location_name: "Name"))
1409
+ UpdateVolumeRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateOpenZFSVolumeConfiguration, location_name: "OpenZFSConfiguration"))
1038
1410
  UpdateVolumeRequest.struct_class = Types::UpdateVolumeRequest
1039
1411
 
1040
1412
  UpdateVolumeResponse.add_member(:volume, Shapes::ShapeRef.new(shape: Volume, location_name: "Volume"))
@@ -1050,6 +1422,8 @@ module Aws::FSx
1050
1422
  Volume.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "VolumeId"))
1051
1423
  Volume.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
1052
1424
  Volume.add_member(:lifecycle_transition_reason, Shapes::ShapeRef.new(shape: LifecycleTransitionReason, location_name: "LifecycleTransitionReason"))
1425
+ Volume.add_member(:administrative_actions, Shapes::ShapeRef.new(shape: AdministrativeActions, location_name: "AdministrativeActions"))
1426
+ Volume.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: OpenZFSVolumeConfiguration, location_name: "OpenZFSConfiguration"))
1053
1427
  Volume.struct_class = Types::Volume
1054
1428
 
1055
1429
  VolumeFilter.add_member(:name, Shapes::ShapeRef.new(shape: VolumeFilterName, location_name: "Name"))
@@ -1171,6 +1545,20 @@ module Aws::FSx
1171
1545
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1172
1546
  end)
1173
1547
 
1548
+ api.add_operation(:create_data_repository_association, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "CreateDataRepositoryAssociation"
1550
+ o.http_method = "POST"
1551
+ o.http_request_uri = "/"
1552
+ o.input = Shapes::ShapeRef.new(shape: CreateDataRepositoryAssociationRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: CreateDataRepositoryAssociationResponse)
1554
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1555
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
1556
+ o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
1557
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
1558
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1559
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1560
+ end)
1561
+
1174
1562
  api.add_operation(:create_data_repository_task, Seahorse::Model::Operation.new.tap do |o|
1175
1563
  o.name = "CreateDataRepositoryTask"
1176
1564
  o.http_method = "POST"
@@ -1221,6 +1609,18 @@ module Aws::FSx
1221
1609
  o.errors << Shapes::ShapeRef.new(shape: MissingFileSystemConfiguration)
1222
1610
  end)
1223
1611
 
1612
+ api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
1613
+ o.name = "CreateSnapshot"
1614
+ o.http_method = "POST"
1615
+ o.http_request_uri = "/"
1616
+ o.input = Shapes::ShapeRef.new(shape: CreateSnapshotRequest)
1617
+ o.output = Shapes::ShapeRef.new(shape: CreateSnapshotResponse)
1618
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1619
+ o.errors << Shapes::ShapeRef.new(shape: VolumeNotFound)
1620
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1621
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1622
+ end)
1623
+
1224
1624
  api.add_operation(:create_storage_virtual_machine, Seahorse::Model::Operation.new.tap do |o|
1225
1625
  o.name = "CreateStorageVirtualMachine"
1226
1626
  o.http_method = "POST"
@@ -1283,6 +1683,19 @@ module Aws::FSx
1283
1683
  o.errors << Shapes::ShapeRef.new(shape: BackupBeingCopied)
1284
1684
  end)
1285
1685
 
1686
+ api.add_operation(:delete_data_repository_association, Seahorse::Model::Operation.new.tap do |o|
1687
+ o.name = "DeleteDataRepositoryAssociation"
1688
+ o.http_method = "POST"
1689
+ o.http_request_uri = "/"
1690
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataRepositoryAssociationRequest)
1691
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataRepositoryAssociationResponse)
1692
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1693
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
1694
+ o.errors << Shapes::ShapeRef.new(shape: DataRepositoryAssociationNotFound)
1695
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1696
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1697
+ end)
1698
+
1286
1699
  api.add_operation(:delete_file_system, Seahorse::Model::Operation.new.tap do |o|
1287
1700
  o.name = "DeleteFileSystem"
1288
1701
  o.http_method = "POST"
@@ -1296,6 +1709,17 @@ module Aws::FSx
1296
1709
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1297
1710
  end)
1298
1711
 
1712
+ api.add_operation(:delete_snapshot, Seahorse::Model::Operation.new.tap do |o|
1713
+ o.name = "DeleteSnapshot"
1714
+ o.http_method = "POST"
1715
+ o.http_request_uri = "/"
1716
+ o.input = Shapes::ShapeRef.new(shape: DeleteSnapshotRequest)
1717
+ o.output = Shapes::ShapeRef.new(shape: DeleteSnapshotResponse)
1718
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1720
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFound)
1721
+ end)
1722
+
1299
1723
  api.add_operation(:delete_storage_virtual_machine, Seahorse::Model::Operation.new.tap do |o|
1300
1724
  o.name = "DeleteStorageVirtualMachine"
1301
1725
  o.http_method = "POST"
@@ -1339,6 +1763,25 @@ module Aws::FSx
1339
1763
  )
1340
1764
  end)
1341
1765
 
1766
+ api.add_operation(:describe_data_repository_associations, Seahorse::Model::Operation.new.tap do |o|
1767
+ o.name = "DescribeDataRepositoryAssociations"
1768
+ o.http_method = "POST"
1769
+ o.http_request_uri = "/"
1770
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataRepositoryAssociationsRequest)
1771
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataRepositoryAssociationsResponse)
1772
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1773
+ o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
1774
+ o.errors << Shapes::ShapeRef.new(shape: DataRepositoryAssociationNotFound)
1775
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDataRepositoryType)
1776
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1777
+ o[:pager] = Aws::Pager.new(
1778
+ limit_key: "max_results",
1779
+ tokens: {
1780
+ "next_token" => "next_token"
1781
+ }
1782
+ )
1783
+ end)
1784
+
1342
1785
  api.add_operation(:describe_data_repository_tasks, Seahorse::Model::Operation.new.tap do |o|
1343
1786
  o.name = "DescribeDataRepositoryTasks"
1344
1787
  o.http_method = "POST"
@@ -1391,6 +1834,23 @@ module Aws::FSx
1391
1834
  )
1392
1835
  end)
1393
1836
 
1837
+ api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
1838
+ o.name = "DescribeSnapshots"
1839
+ o.http_method = "POST"
1840
+ o.http_request_uri = "/"
1841
+ o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotsRequest)
1842
+ o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotsResponse)
1843
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1844
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1845
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFound)
1846
+ o[:pager] = Aws::Pager.new(
1847
+ limit_key: "max_results",
1848
+ tokens: {
1849
+ "next_token" => "next_token"
1850
+ }
1851
+ )
1852
+ end)
1853
+
1394
1854
  api.add_operation(:describe_storage_virtual_machines, Seahorse::Model::Operation.new.tap do |o|
1395
1855
  o.name = "DescribeStorageVirtualMachines"
1396
1856
  o.http_method = "POST"
@@ -1455,6 +1915,30 @@ module Aws::FSx
1455
1915
  )
1456
1916
  end)
1457
1917
 
1918
+ api.add_operation(:release_file_system_nfs_v3_locks, Seahorse::Model::Operation.new.tap do |o|
1919
+ o.name = "ReleaseFileSystemNfsV3Locks"
1920
+ o.http_method = "POST"
1921
+ o.http_request_uri = "/"
1922
+ o.input = Shapes::ShapeRef.new(shape: ReleaseFileSystemNfsV3LocksRequest)
1923
+ o.output = Shapes::ShapeRef.new(shape: ReleaseFileSystemNfsV3LocksResponse)
1924
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1925
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
1926
+ o.errors << Shapes::ShapeRef.new(shape: FileSystemNotFound)
1927
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1928
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1929
+ end)
1930
+
1931
+ api.add_operation(:restore_volume_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
1932
+ o.name = "RestoreVolumeFromSnapshot"
1933
+ o.http_method = "POST"
1934
+ o.http_request_uri = "/"
1935
+ o.input = Shapes::ShapeRef.new(shape: RestoreVolumeFromSnapshotRequest)
1936
+ o.output = Shapes::ShapeRef.new(shape: RestoreVolumeFromSnapshotResponse)
1937
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1938
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1939
+ o.errors << Shapes::ShapeRef.new(shape: VolumeNotFound)
1940
+ end)
1941
+
1458
1942
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1459
1943
  o.name = "TagResource"
1460
1944
  o.http_method = "POST"
@@ -1481,6 +1965,19 @@ module Aws::FSx
1481
1965
  o.errors << Shapes::ShapeRef.new(shape: ResourceDoesNotSupportTagging)
1482
1966
  end)
1483
1967
 
1968
+ api.add_operation(:update_data_repository_association, Seahorse::Model::Operation.new.tap do |o|
1969
+ o.name = "UpdateDataRepositoryAssociation"
1970
+ o.http_method = "POST"
1971
+ o.http_request_uri = "/"
1972
+ o.input = Shapes::ShapeRef.new(shape: UpdateDataRepositoryAssociationRequest)
1973
+ o.output = Shapes::ShapeRef.new(shape: UpdateDataRepositoryAssociationResponse)
1974
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
1975
+ o.errors << Shapes::ShapeRef.new(shape: IncompatibleParameterError)
1976
+ o.errors << Shapes::ShapeRef.new(shape: DataRepositoryAssociationNotFound)
1977
+ o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1979
+ end)
1980
+
1484
1981
  api.add_operation(:update_file_system, Seahorse::Model::Operation.new.tap do |o|
1485
1982
  o.name = "UpdateFileSystem"
1486
1983
  o.http_method = "POST"
@@ -1496,6 +1993,17 @@ module Aws::FSx
1496
1993
  o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceeded)
1497
1994
  end)
1498
1995
 
1996
+ api.add_operation(:update_snapshot, Seahorse::Model::Operation.new.tap do |o|
1997
+ o.name = "UpdateSnapshot"
1998
+ o.http_method = "POST"
1999
+ o.http_request_uri = "/"
2000
+ o.input = Shapes::ShapeRef.new(shape: UpdateSnapshotRequest)
2001
+ o.output = Shapes::ShapeRef.new(shape: UpdateSnapshotResponse)
2002
+ o.errors << Shapes::ShapeRef.new(shape: BadRequest)
2003
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotNotFound)
2004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2005
+ end)
2006
+
1499
2007
  api.add_operation(:update_storage_virtual_machine, Seahorse::Model::Operation.new.tap do |o|
1500
2008
  o.name = "UpdateStorageVirtualMachine"
1501
2009
  o.http_method = "POST"