aws-sdk-fsx 1.73.0 → 1.74.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +274 -57
- data/lib/aws-sdk-fsx/client_api.rb +26 -0
- data/lib/aws-sdk-fsx/types.rb +341 -71
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
@@ -174,6 +174,7 @@ module Aws::FSx
|
|
174
174
|
DiskIopsConfigurationMode = Shapes::StringShape.new(name: 'DiskIopsConfigurationMode')
|
175
175
|
DnsIps = Shapes::ListShape.new(name: 'DnsIps')
|
176
176
|
DriveCacheType = Shapes::StringShape.new(name: 'DriveCacheType')
|
177
|
+
DurationSinceLastAccess = Shapes::StructureShape.new(name: 'DurationSinceLastAccess')
|
177
178
|
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
178
179
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
179
180
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
@@ -294,6 +295,7 @@ module Aws::FSx
|
|
294
295
|
ProgressPercent = Shapes::IntegerShape.new(name: 'ProgressPercent')
|
295
296
|
ReadOnly = Shapes::BooleanShape.new(name: 'ReadOnly')
|
296
297
|
Region = Shapes::StringShape.new(name: 'Region')
|
298
|
+
ReleaseConfiguration = Shapes::StructureShape.new(name: 'ReleaseConfiguration')
|
297
299
|
ReleaseFileSystemNfsV3LocksRequest = Shapes::StructureShape.new(name: 'ReleaseFileSystemNfsV3LocksRequest')
|
298
300
|
ReleaseFileSystemNfsV3LocksResponse = Shapes::StructureShape.new(name: 'ReleaseFileSystemNfsV3LocksResponse')
|
299
301
|
ReleasedCapacity = Shapes::IntegerShape.new(name: 'ReleasedCapacity')
|
@@ -379,6 +381,7 @@ module Aws::FSx
|
|
379
381
|
TieringPolicyName = Shapes::StringShape.new(name: 'TieringPolicyName')
|
380
382
|
TotalCount = Shapes::IntegerShape.new(name: 'TotalCount')
|
381
383
|
UUID = Shapes::StringShape.new(name: 'UUID')
|
384
|
+
Unit = Shapes::StringShape.new(name: 'Unit')
|
382
385
|
UnsupportedOperation = Shapes::StructureShape.new(name: 'UnsupportedOperation')
|
383
386
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
384
387
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -403,6 +406,7 @@ module Aws::FSx
|
|
403
406
|
UpdateSvmActiveDirectoryConfiguration = Shapes::StructureShape.new(name: 'UpdateSvmActiveDirectoryConfiguration')
|
404
407
|
UpdateVolumeRequest = Shapes::StructureShape.new(name: 'UpdateVolumeRequest')
|
405
408
|
UpdateVolumeResponse = Shapes::StructureShape.new(name: 'UpdateVolumeResponse')
|
409
|
+
Value = Shapes::IntegerShape.new(name: 'Value')
|
406
410
|
Volume = Shapes::StructureShape.new(name: 'Volume')
|
407
411
|
VolumeCapacity = Shapes::IntegerShape.new(name: 'VolumeCapacity')
|
408
412
|
VolumeFilter = Shapes::StructureShape.new(name: 'VolumeFilter')
|
@@ -572,6 +576,7 @@ module Aws::FSx
|
|
572
576
|
CreateDataRepositoryTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
573
577
|
CreateDataRepositoryTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
574
578
|
CreateDataRepositoryTaskRequest.add_member(:capacity_to_release, Shapes::ShapeRef.new(shape: CapacityToRelease, location_name: "CapacityToRelease"))
|
579
|
+
CreateDataRepositoryTaskRequest.add_member(:release_configuration, Shapes::ShapeRef.new(shape: ReleaseConfiguration, location_name: "ReleaseConfiguration"))
|
575
580
|
CreateDataRepositoryTaskRequest.struct_class = Types::CreateDataRepositoryTaskRequest
|
576
581
|
|
577
582
|
CreateDataRepositoryTaskResponse.add_member(:data_repository_task, Shapes::ShapeRef.new(shape: DataRepositoryTask, location_name: "DataRepositoryTask"))
|
@@ -655,6 +660,9 @@ module Aws::FSx
|
|
655
660
|
CreateFileSystemOpenZFSConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
|
656
661
|
CreateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
657
662
|
CreateFileSystemOpenZFSConfiguration.add_member(:root_volume_configuration, Shapes::ShapeRef.new(shape: OpenZFSCreateRootVolumeConfiguration, location_name: "RootVolumeConfiguration"))
|
663
|
+
CreateFileSystemOpenZFSConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
|
664
|
+
CreateFileSystemOpenZFSConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
|
665
|
+
CreateFileSystemOpenZFSConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
|
658
666
|
CreateFileSystemOpenZFSConfiguration.struct_class = Types::CreateFileSystemOpenZFSConfiguration
|
659
667
|
|
660
668
|
CreateFileSystemRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
@@ -686,6 +694,7 @@ module Aws::FSx
|
|
686
694
|
CreateFileSystemWindowsConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
687
695
|
CreateFileSystemWindowsConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: AlternateDNSNames, location_name: "Aliases"))
|
688
696
|
CreateFileSystemWindowsConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogCreateConfiguration, location_name: "AuditLogConfiguration"))
|
697
|
+
CreateFileSystemWindowsConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
689
698
|
CreateFileSystemWindowsConfiguration.struct_class = Types::CreateFileSystemWindowsConfiguration
|
690
699
|
|
691
700
|
CreateOntapVolumeConfiguration.add_member(:junction_path, Shapes::ShapeRef.new(shape: JunctionPath, location_name: "JunctionPath"))
|
@@ -821,6 +830,7 @@ module Aws::FSx
|
|
821
830
|
DataRepositoryTask.add_member(:report, Shapes::ShapeRef.new(shape: CompletionReport, location_name: "Report"))
|
822
831
|
DataRepositoryTask.add_member(:capacity_to_release, Shapes::ShapeRef.new(shape: CapacityToRelease, location_name: "CapacityToRelease"))
|
823
832
|
DataRepositoryTask.add_member(:file_cache_id, Shapes::ShapeRef.new(shape: FileCacheId, location_name: "FileCacheId"))
|
833
|
+
DataRepositoryTask.add_member(:release_configuration, Shapes::ShapeRef.new(shape: ReleaseConfiguration, location_name: "ReleaseConfiguration"))
|
824
834
|
DataRepositoryTask.struct_class = Types::DataRepositoryTask
|
825
835
|
|
826
836
|
DataRepositoryTaskEnded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
@@ -1064,6 +1074,10 @@ module Aws::FSx
|
|
1064
1074
|
|
1065
1075
|
DnsIps.member = Shapes::ShapeRef.new(shape: IpAddress)
|
1066
1076
|
|
1077
|
+
DurationSinceLastAccess.add_member(:unit, Shapes::ShapeRef.new(shape: Unit, location_name: "Unit"))
|
1078
|
+
DurationSinceLastAccess.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "Value"))
|
1079
|
+
DurationSinceLastAccess.struct_class = Types::DurationSinceLastAccess
|
1080
|
+
|
1067
1081
|
EventTypes.member = Shapes::ShapeRef.new(shape: EventType)
|
1068
1082
|
|
1069
1083
|
FileCache.add_member(:owner_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerId"))
|
@@ -1336,6 +1350,10 @@ module Aws::FSx
|
|
1336
1350
|
OpenZFSFileSystemConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
|
1337
1351
|
OpenZFSFileSystemConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
1338
1352
|
OpenZFSFileSystemConfiguration.add_member(:root_volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "RootVolumeId"))
|
1353
|
+
OpenZFSFileSystemConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
|
1354
|
+
OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
|
1355
|
+
OpenZFSFileSystemConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
|
1356
|
+
OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "EndpointIpAddress"))
|
1339
1357
|
OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
|
1340
1358
|
|
1341
1359
|
OpenZFSNfsExport.add_member(:client_configurations, Shapes::ShapeRef.new(shape: OpenZFSClientConfigurations, required: true, location_name: "ClientConfigurations"))
|
@@ -1372,6 +1390,9 @@ module Aws::FSx
|
|
1372
1390
|
OpenZFSVolumeConfiguration.add_member(:delete_cloned_volumes, Shapes::ShapeRef.new(shape: Flag, location_name: "DeleteClonedVolumes"))
|
1373
1391
|
OpenZFSVolumeConfiguration.struct_class = Types::OpenZFSVolumeConfiguration
|
1374
1392
|
|
1393
|
+
ReleaseConfiguration.add_member(:duration_since_last_access, Shapes::ShapeRef.new(shape: DurationSinceLastAccess, location_name: "DurationSinceLastAccess"))
|
1394
|
+
ReleaseConfiguration.struct_class = Types::ReleaseConfiguration
|
1395
|
+
|
1375
1396
|
ReleaseFileSystemNfsV3LocksRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
1376
1397
|
ReleaseFileSystemNfsV3LocksRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
1377
1398
|
ReleaseFileSystemNfsV3LocksRequest.struct_class = Types::ReleaseFileSystemNfsV3LocksRequest
|
@@ -1607,6 +1628,8 @@ module Aws::FSx
|
|
1607
1628
|
UpdateFileSystemOpenZFSConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
|
1608
1629
|
UpdateFileSystemOpenZFSConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
|
1609
1630
|
UpdateFileSystemOpenZFSConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
1631
|
+
UpdateFileSystemOpenZFSConfiguration.add_member(:add_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "AddRouteTableIds"))
|
1632
|
+
UpdateFileSystemOpenZFSConfiguration.add_member(:remove_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RemoveRouteTableIds"))
|
1610
1633
|
UpdateFileSystemOpenZFSConfiguration.struct_class = Types::UpdateFileSystemOpenZFSConfiguration
|
1611
1634
|
|
1612
1635
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
@@ -1616,6 +1639,7 @@ module Aws::FSx
|
|
1616
1639
|
UpdateFileSystemRequest.add_member(:lustre_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreConfiguration, location_name: "LustreConfiguration"))
|
1617
1640
|
UpdateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
|
1618
1641
|
UpdateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
|
1642
|
+
UpdateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
1619
1643
|
UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
|
1620
1644
|
|
1621
1645
|
UpdateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
|
@@ -1627,6 +1651,7 @@ module Aws::FSx
|
|
1627
1651
|
UpdateFileSystemWindowsConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
|
1628
1652
|
UpdateFileSystemWindowsConfiguration.add_member(:self_managed_active_directory_configuration, Shapes::ShapeRef.new(shape: SelfManagedActiveDirectoryConfigurationUpdates, location_name: "SelfManagedActiveDirectoryConfiguration"))
|
1629
1653
|
UpdateFileSystemWindowsConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogCreateConfiguration, location_name: "AuditLogConfiguration"))
|
1654
|
+
UpdateFileSystemWindowsConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
1630
1655
|
UpdateFileSystemWindowsConfiguration.struct_class = Types::UpdateFileSystemWindowsConfiguration
|
1631
1656
|
|
1632
1657
|
UpdateOntapVolumeConfiguration.add_member(:junction_path, Shapes::ShapeRef.new(shape: JunctionPath, location_name: "JunctionPath"))
|
@@ -1739,6 +1764,7 @@ module Aws::FSx
|
|
1739
1764
|
WindowsFileSystemConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
|
1740
1765
|
WindowsFileSystemConfiguration.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
1741
1766
|
WindowsFileSystemConfiguration.add_member(:audit_log_configuration, Shapes::ShapeRef.new(shape: WindowsAuditLogConfiguration, location_name: "AuditLogConfiguration"))
|
1767
|
+
WindowsFileSystemConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
|
1742
1768
|
WindowsFileSystemConfiguration.struct_class = Types::WindowsFileSystemConfiguration
|
1743
1769
|
|
1744
1770
|
|