aws-sdk-fsx 1.61.0 → 1.63.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.
@@ -112,6 +112,11 @@ module Aws::FSx
112
112
  # ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon
113
113
  # FSx console, API (`UpdateVolume`), or CLI (`update-volume`).
114
114
  #
115
+ # * `VOLUME_RESTORE` - An Amazon FSx for OpenZFS volume is returned to
116
+ # the state saved by the specified snapshot, initiated from an API
117
+ # (`RestoreVolumeFromSnapshot`) or CLI
118
+ # (`restore-volume-from-snapshot`).
119
+ #
115
120
  # * `SNAPSHOT_UPDATE` - A snapshot update to an Amazon FSx for OpenZFS
116
121
  # volume initiated from the Amazon FSx console, API
117
122
  # (`UpdateSnapshot`), or CLI (`update-snapshot`).
@@ -268,15 +273,6 @@ module Aws::FSx
268
273
  # The request object specifying one or more DNS alias names to associate
269
274
  # with an Amazon FSx for Windows File Server file system.
270
275
  #
271
- # @note When making an API call, you may pass AssociateFileSystemAliasesRequest
272
- # data as a hash:
273
- #
274
- # {
275
- # client_request_token: "ClientRequestToken",
276
- # file_system_id: "FileSystemId", # required
277
- # aliases: ["AlternateDNSName"], # required
278
- # }
279
- #
280
276
  # @!attribute [rw] client_request_token
281
277
  # (Optional) An idempotency token for resource creation, in a string
282
278
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -352,13 +348,6 @@ module Aws::FSx
352
348
  # This `AutoExportPolicy` is supported only for Amazon FSx for Lustre
353
349
  # file systems with the `Persistent_2` deployment type.
354
350
  #
355
- # @note When making an API call, you may pass AutoExportPolicy
356
- # data as a hash:
357
- #
358
- # {
359
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
360
- # }
361
- #
362
351
  # @!attribute [rw] events
363
352
  # The `AutoExportPolicy` can have the following event values:
364
353
  #
@@ -392,13 +381,6 @@ module Aws::FSx
392
381
  # The `AutoImportPolicy` is supported only for Amazon FSx for Lustre
393
382
  # file systems with the `Persistent_2` deployment type.
394
383
  #
395
- # @note When making an API call, you may pass AutoImportPolicy
396
- # data as a hash:
397
- #
398
- # {
399
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
400
- # }
401
- #
402
384
  # @!attribute [rw] events
403
385
  # The `AutoImportPolicy` can have the following event values:
404
386
  #
@@ -641,13 +623,6 @@ module Aws::FSx
641
623
 
642
624
  # Cancels a data repository task.
643
625
  #
644
- # @note When making an API call, you may pass CancelDataRepositoryTaskRequest
645
- # data as a hash:
646
- #
647
- # {
648
- # task_id: "TaskId", # required
649
- # }
650
- #
651
626
  # @!attribute [rw] task_id
652
627
  # Specifies the data repository task to cancel.
653
628
  # @return [String]
@@ -699,16 +674,6 @@ module Aws::FSx
699
674
  # report `Path` parameter. You can specify whether or not a report gets
700
675
  # generated for a task using the `Enabled` parameter.
701
676
  #
702
- # @note When making an API call, you may pass CompletionReport
703
- # data as a hash:
704
- #
705
- # {
706
- # enabled: false, # required
707
- # path: "ArchivePath",
708
- # format: "REPORT_CSV_20191124", # accepts REPORT_CSV_20191124
709
- # scope: "FAILED_FILES_ONLY", # accepts FAILED_FILES_ONLY
710
- # }
711
- #
712
677
  # @!attribute [rw] enabled
713
678
  # Set `Enabled` to `True` to generate a `CompletionReport` when the
714
679
  # task completes. If set to `true`, then you need to provide a report
@@ -755,23 +720,6 @@ module Aws::FSx
755
720
  include Aws::Structure
756
721
  end
757
722
 
758
- # @note When making an API call, you may pass CopyBackupRequest
759
- # data as a hash:
760
- #
761
- # {
762
- # client_request_token: "ClientRequestToken",
763
- # source_backup_id: "SourceBackupId", # required
764
- # source_region: "Region",
765
- # kms_key_id: "KmsKeyId",
766
- # copy_tags: false,
767
- # tags: [
768
- # {
769
- # key: "TagKey", # required
770
- # value: "TagValue", # required
771
- # },
772
- # ],
773
- # }
774
- #
775
723
  # @!attribute [rw] client_request_token
776
724
  # (Optional) An idempotency token for resource creation, in a string
777
725
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -866,21 +814,6 @@ module Aws::FSx
866
814
 
867
815
  # The request object for the `CreateBackup` operation.
868
816
  #
869
- # @note When making an API call, you may pass CreateBackupRequest
870
- # data as a hash:
871
- #
872
- # {
873
- # file_system_id: "FileSystemId",
874
- # client_request_token: "ClientRequestToken",
875
- # tags: [
876
- # {
877
- # key: "TagKey", # required
878
- # value: "TagValue", # required
879
- # },
880
- # ],
881
- # volume_id: "VolumeId",
882
- # }
883
- #
884
817
  # @!attribute [rw] file_system_id
885
818
  # The ID of the file system to back up.
886
819
  # @return [String]
@@ -932,32 +865,6 @@ module Aws::FSx
932
865
  include Aws::Structure
933
866
  end
934
867
 
935
- # @note When making an API call, you may pass CreateDataRepositoryAssociationRequest
936
- # data as a hash:
937
- #
938
- # {
939
- # file_system_id: "FileSystemId", # required
940
- # file_system_path: "Namespace",
941
- # data_repository_path: "ArchivePath", # required
942
- # batch_import_meta_data_on_create: false,
943
- # imported_file_chunk_size: 1,
944
- # s3: {
945
- # auto_import_policy: {
946
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
947
- # },
948
- # auto_export_policy: {
949
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
950
- # },
951
- # },
952
- # client_request_token: "ClientRequestToken",
953
- # tags: [
954
- # {
955
- # key: "TagKey", # required
956
- # value: "TagValue", # required
957
- # },
958
- # ],
959
- # }
960
- #
961
868
  # @!attribute [rw] file_system_id
962
869
  # The globally unique ID of the file system, assigned by Amazon FSx.
963
870
  # @return [String]
@@ -1061,29 +968,6 @@ module Aws::FSx
1061
968
  include Aws::Structure
1062
969
  end
1063
970
 
1064
- # @note When making an API call, you may pass CreateDataRepositoryTaskRequest
1065
- # data as a hash:
1066
- #
1067
- # {
1068
- # type: "EXPORT_TO_REPOSITORY", # required, accepts EXPORT_TO_REPOSITORY, IMPORT_METADATA_FROM_REPOSITORY, RELEASE_DATA_FROM_FILESYSTEM, AUTO_RELEASE_DATA
1069
- # paths: ["DataRepositoryTaskPath"],
1070
- # file_system_id: "FileSystemId", # required
1071
- # report: { # required
1072
- # enabled: false, # required
1073
- # path: "ArchivePath",
1074
- # format: "REPORT_CSV_20191124", # accepts REPORT_CSV_20191124
1075
- # scope: "FAILED_FILES_ONLY", # accepts FAILED_FILES_ONLY
1076
- # },
1077
- # client_request_token: "ClientRequestToken",
1078
- # tags: [
1079
- # {
1080
- # key: "TagKey", # required
1081
- # value: "TagValue", # required
1082
- # },
1083
- # ],
1084
- # capacity_to_release: 1,
1085
- # }
1086
- #
1087
971
  # @!attribute [rw] type
1088
972
  # Specifies the type of data repository task to create.
1089
973
  # @return [String]
@@ -1171,18 +1055,6 @@ module Aws::FSx
1171
1055
  # The Amazon File Cache configuration for the cache that you are
1172
1056
  # creating.
1173
1057
  #
1174
- # @note When making an API call, you may pass CreateFileCacheLustreConfiguration
1175
- # data as a hash:
1176
- #
1177
- # {
1178
- # per_unit_storage_throughput: 1, # required
1179
- # deployment_type: "CACHE_1", # required, accepts CACHE_1
1180
- # weekly_maintenance_start_time: "WeeklyTime",
1181
- # metadata_configuration: { # required
1182
- # storage_capacity: 1, # required
1183
- # },
1184
- # }
1185
- #
1186
1058
  # @!attribute [rw] per_unit_storage_throughput
1187
1059
  # Provisions the amount of read and write throughput for each 1
1188
1060
  # tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only
@@ -1225,45 +1097,6 @@ module Aws::FSx
1225
1097
  include Aws::Structure
1226
1098
  end
1227
1099
 
1228
- # @note When making an API call, you may pass CreateFileCacheRequest
1229
- # data as a hash:
1230
- #
1231
- # {
1232
- # client_request_token: "ClientRequestToken",
1233
- # file_cache_type: "LUSTRE", # required, accepts LUSTRE
1234
- # file_cache_type_version: "FileSystemTypeVersion", # required
1235
- # storage_capacity: 1, # required
1236
- # subnet_ids: ["SubnetId"], # required
1237
- # security_group_ids: ["SecurityGroupId"],
1238
- # tags: [
1239
- # {
1240
- # key: "TagKey", # required
1241
- # value: "TagValue", # required
1242
- # },
1243
- # ],
1244
- # copy_tags_to_data_repository_associations: false,
1245
- # kms_key_id: "KmsKeyId",
1246
- # lustre_configuration: {
1247
- # per_unit_storage_throughput: 1, # required
1248
- # deployment_type: "CACHE_1", # required, accepts CACHE_1
1249
- # weekly_maintenance_start_time: "WeeklyTime",
1250
- # metadata_configuration: { # required
1251
- # storage_capacity: 1, # required
1252
- # },
1253
- # },
1254
- # data_repository_associations: [
1255
- # {
1256
- # file_cache_path: "Namespace", # required
1257
- # data_repository_path: "ArchivePath", # required
1258
- # data_repository_subdirectories: ["Namespace"],
1259
- # nfs: {
1260
- # version: "NFS3", # required, accepts NFS3
1261
- # dns_ips: ["IpAddress"],
1262
- # },
1263
- # },
1264
- # ],
1265
- # }
1266
- #
1267
1100
  # @!attribute [rw] client_request_token
1268
1101
  # An idempotency token for resource creation, in a string of up to 64
1269
1102
  # ASCII characters. This token is automatically filled on your behalf
@@ -1384,108 +1217,6 @@ module Aws::FSx
1384
1217
 
1385
1218
  # The request object for the `CreateFileSystemFromBackup` operation.
1386
1219
  #
1387
- # @note When making an API call, you may pass CreateFileSystemFromBackupRequest
1388
- # data as a hash:
1389
- #
1390
- # {
1391
- # backup_id: "BackupId", # required
1392
- # client_request_token: "ClientRequestToken",
1393
- # subnet_ids: ["SubnetId"], # required
1394
- # security_group_ids: ["SecurityGroupId"],
1395
- # tags: [
1396
- # {
1397
- # key: "TagKey", # required
1398
- # value: "TagValue", # required
1399
- # },
1400
- # ],
1401
- # windows_configuration: {
1402
- # active_directory_id: "DirectoryId",
1403
- # self_managed_active_directory_configuration: {
1404
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
1405
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
1406
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
1407
- # user_name: "DirectoryUserName", # required
1408
- # password: "DirectoryPassword", # required
1409
- # dns_ips: ["IpAddress"], # required
1410
- # },
1411
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
1412
- # preferred_subnet_id: "SubnetId",
1413
- # throughput_capacity: 1, # required
1414
- # weekly_maintenance_start_time: "WeeklyTime",
1415
- # daily_automatic_backup_start_time: "DailyTime",
1416
- # automatic_backup_retention_days: 1,
1417
- # copy_tags_to_backups: false,
1418
- # aliases: ["AlternateDNSName"],
1419
- # audit_log_configuration: {
1420
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1421
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1422
- # audit_log_destination: "GeneralARN",
1423
- # },
1424
- # },
1425
- # lustre_configuration: {
1426
- # weekly_maintenance_start_time: "WeeklyTime",
1427
- # import_path: "ArchivePath",
1428
- # export_path: "ArchivePath",
1429
- # imported_file_chunk_size: 1,
1430
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
1431
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
1432
- # per_unit_storage_throughput: 1,
1433
- # daily_automatic_backup_start_time: "DailyTime",
1434
- # automatic_backup_retention_days: 1,
1435
- # copy_tags_to_backups: false,
1436
- # drive_cache_type: "NONE", # accepts NONE, READ
1437
- # data_compression_type: "NONE", # accepts NONE, LZ4
1438
- # log_configuration: {
1439
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1440
- # destination: "GeneralARN",
1441
- # },
1442
- # root_squash_configuration: {
1443
- # root_squash: "LustreRootSquash",
1444
- # no_squash_nids: ["LustreNoSquashNid"],
1445
- # },
1446
- # },
1447
- # storage_type: "SSD", # accepts SSD, HDD
1448
- # kms_key_id: "KmsKeyId",
1449
- # file_system_type_version: "FileSystemTypeVersion",
1450
- # open_zfs_configuration: {
1451
- # automatic_backup_retention_days: 1,
1452
- # copy_tags_to_backups: false,
1453
- # copy_tags_to_volumes: false,
1454
- # daily_automatic_backup_start_time: "DailyTime",
1455
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1
1456
- # throughput_capacity: 1, # required
1457
- # weekly_maintenance_start_time: "WeeklyTime",
1458
- # disk_iops_configuration: {
1459
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
1460
- # iops: 1,
1461
- # },
1462
- # root_volume_configuration: {
1463
- # record_size_ki_b: 1,
1464
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
1465
- # nfs_exports: [
1466
- # {
1467
- # client_configurations: [ # required
1468
- # {
1469
- # clients: "OpenZFSClients", # required
1470
- # options: ["OpenZFSNfsExportOption"], # required
1471
- # },
1472
- # ],
1473
- # },
1474
- # ],
1475
- # user_and_group_quotas: [
1476
- # {
1477
- # type: "USER", # required, accepts USER, GROUP
1478
- # id: 1, # required
1479
- # storage_capacity_quota_gi_b: 1, # required
1480
- # },
1481
- # ],
1482
- # copy_tags_to_snapshots: false,
1483
- # read_only: false,
1484
- # },
1485
- # },
1486
- # storage_capacity: 1,
1487
- # }
1488
- #
1489
1220
  # @!attribute [rw] backup_id
1490
1221
  # The ID of the source backup. Specifies the backup that you are
1491
1222
  # copying.
@@ -1677,32 +1408,6 @@ module Aws::FSx
1677
1408
  #
1678
1409
  # </note>
1679
1410
  #
1680
- # @note When making an API call, you may pass CreateFileSystemLustreConfiguration
1681
- # data as a hash:
1682
- #
1683
- # {
1684
- # weekly_maintenance_start_time: "WeeklyTime",
1685
- # import_path: "ArchivePath",
1686
- # export_path: "ArchivePath",
1687
- # imported_file_chunk_size: 1,
1688
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
1689
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
1690
- # per_unit_storage_throughput: 1,
1691
- # daily_automatic_backup_start_time: "DailyTime",
1692
- # automatic_backup_retention_days: 1,
1693
- # copy_tags_to_backups: false,
1694
- # drive_cache_type: "NONE", # accepts NONE, READ
1695
- # data_compression_type: "NONE", # accepts NONE, LZ4
1696
- # log_configuration: {
1697
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1698
- # destination: "GeneralARN",
1699
- # },
1700
- # root_squash_configuration: {
1701
- # root_squash: "LustreRootSquash",
1702
- # no_squash_nids: ["LustreNoSquashNid"],
1703
- # },
1704
- # }
1705
- #
1706
1411
  # @!attribute [rw] weekly_maintenance_start_time
1707
1412
  # (Optional) The preferred start time to perform weekly maintenance,
1708
1413
  # formatted d:HH:MM in the UTC time zone, where d is the weekday
@@ -1978,25 +1683,6 @@ module Aws::FSx
1978
1683
  # The ONTAP configuration properties of the FSx for ONTAP file system
1979
1684
  # that you are creating.
1980
1685
  #
1981
- # @note When making an API call, you may pass CreateFileSystemOntapConfiguration
1982
- # data as a hash:
1983
- #
1984
- # {
1985
- # automatic_backup_retention_days: 1,
1986
- # daily_automatic_backup_start_time: "DailyTime",
1987
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
1988
- # endpoint_ip_address_range: "IpAddressRange",
1989
- # fsx_admin_password: "AdminPassword",
1990
- # disk_iops_configuration: {
1991
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
1992
- # iops: 1,
1993
- # },
1994
- # preferred_subnet_id: "SubnetId",
1995
- # route_table_ids: ["RouteTableId"],
1996
- # throughput_capacity: 1, # required
1997
- # weekly_maintenance_start_time: "WeeklyTime",
1998
- # }
1999
- #
2000
1686
  # @!attribute [rw] automatic_backup_retention_days
2001
1687
  # The number of days to retain automatic backups. Setting this
2002
1688
  # property to `0` disables automatic backups. You can retain automatic
@@ -2029,13 +1715,13 @@ module Aws::FSx
2029
1715
  #
2030
1716
  # @!attribute [rw] endpoint_ip_address_range
2031
1717
  # (Multi-AZ only) Specifies the IP address range in which the
2032
- # endpoints to access your file system will be created. By default,
2033
- # Amazon FSx selects an unused IP address range for you from the
2034
- # 198.19.* range.
2035
- #
2036
- # The Endpoint IP address range you select for your file system must
2037
- # exist outside the VPC's CIDR range and must be at least /30 or
2038
- # larger.
1718
+ # endpoints to access your file system will be created. By default in
1719
+ # the Amazon FSx API, Amazon FSx selects an unused IP address range
1720
+ # for you from the 198.19.* range. By default in the Amazon FSx
1721
+ # console, Amazon FSx chooses the last 64 IP addresses from the VPC’s
1722
+ # primary CIDR range to use as the endpoint IP address range for the
1723
+ # file system. You can have overlapping endpoint IP addresses for file
1724
+ # systems deployed in the same VPC/route tables.
2039
1725
  # @return [String]
2040
1726
  #
2041
1727
  # @!attribute [rw] fsx_admin_password
@@ -2064,7 +1750,7 @@ module Aws::FSx
2064
1750
  #
2065
1751
  # @!attribute [rw] throughput_capacity
2066
1752
  # Sets the throughput capacity for the file system that you're
2067
- # creating. Valid values are 128, 256, 512, 1024, and 2048 MBps.
1753
+ # creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.
2068
1754
  # @return [Integer]
2069
1755
  #
2070
1756
  # @!attribute [rw] weekly_maintenance_start_time
@@ -2104,46 +1790,6 @@ module Aws::FSx
2104
1790
  # The Amazon FSx for OpenZFS configuration properties for the file
2105
1791
  # system that you are creating.
2106
1792
  #
2107
- # @note When making an API call, you may pass CreateFileSystemOpenZFSConfiguration
2108
- # data as a hash:
2109
- #
2110
- # {
2111
- # automatic_backup_retention_days: 1,
2112
- # copy_tags_to_backups: false,
2113
- # copy_tags_to_volumes: false,
2114
- # daily_automatic_backup_start_time: "DailyTime",
2115
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1
2116
- # throughput_capacity: 1, # required
2117
- # weekly_maintenance_start_time: "WeeklyTime",
2118
- # disk_iops_configuration: {
2119
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2120
- # iops: 1,
2121
- # },
2122
- # root_volume_configuration: {
2123
- # record_size_ki_b: 1,
2124
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
2125
- # nfs_exports: [
2126
- # {
2127
- # client_configurations: [ # required
2128
- # {
2129
- # clients: "OpenZFSClients", # required
2130
- # options: ["OpenZFSNfsExportOption"], # required
2131
- # },
2132
- # ],
2133
- # },
2134
- # ],
2135
- # user_and_group_quotas: [
2136
- # {
2137
- # type: "USER", # required, accepts USER, GROUP
2138
- # id: 1, # required
2139
- # storage_capacity_quota_gi_b: 1, # required
2140
- # },
2141
- # ],
2142
- # copy_tags_to_snapshots: false,
2143
- # read_only: false,
2144
- # },
2145
- # }
2146
- #
2147
1793
  # @!attribute [rw] automatic_backup_retention_days
2148
1794
  # The number of days to retain automatic backups. Setting this
2149
1795
  # property to `0` disables automatic backups. You can retain automatic
@@ -2178,16 +1824,43 @@ module Aws::FSx
2178
1824
  # @return [String]
2179
1825
  #
2180
1826
  # @!attribute [rw] deployment_type
2181
- # Specifies the file system deployment type. Amazon FSx for OpenZFS
2182
- # supports `SINGLE_AZ_1`. `SINGLE_AZ_1` deployment type is configured
2183
- # for redundancy within a single Availability Zone.
1827
+ # Specifies the file system deployment type. Single AZ deployment
1828
+ # types are configured for redundancy within a single Availability
1829
+ # Zone in an Amazon Web Services Region . Valid values are the
1830
+ # following:
1831
+ #
1832
+ # * `SINGLE_AZ_1`- (Default) Creates file systems with throughput
1833
+ # capacities of 64 - 4,096 MB/s. `Single_AZ_1` is available in all
1834
+ # Amazon Web Services Regions where Amazon FSx for OpenZFS is
1835
+ # available, except US West (Oregon).
1836
+ #
1837
+ # * `SINGLE_AZ_2`- Creates file systems with throughput capacities of
1838
+ # 160 - 10,240 MB/s using an NVMe L2ARC cache. `Single_AZ_2` is
1839
+ # available only in the US East (N. Virginia), US East (Ohio), US
1840
+ # West (Oregon), and Europe (Ireland) Amazon Web Services Regions.
1841
+ #
1842
+ # For more information, see: [Deployment type availability][1] and
1843
+ # [File system performance][2] in the *Amazon FSx for OpenZFS User
1844
+ # Guide*.
1845
+ #
1846
+ #
1847
+ #
1848
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/availability-durability.html#available-aws-regions
1849
+ # [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#zfs-fs-performance
2184
1850
  # @return [String]
2185
1851
  #
2186
1852
  # @!attribute [rw] throughput_capacity
2187
1853
  # Specifies the throughput of an Amazon FSx for OpenZFS file system,
2188
- # measured in megabytes per second (MB/s). Valid values are 64, 128,
2189
- # 256, 512, 1024, 2048, 3072, or 4096 MB/s. You pay for additional
2190
- # throughput capacity that you provision.
1854
+ # measured in megabytes per second (MB/s). Valid values depend on the
1855
+ # DeploymentType you choose, as follows:
1856
+ #
1857
+ # * For `SINGLE_AZ_1`, valid values are 64, 128, 256, 512, 1024, 2048,
1858
+ # 3072, or 4096 MB/s.
1859
+ #
1860
+ # * For `SINGLE_AZ_2`, valid values are 160, 320, 640, 1280, 2560,
1861
+ # 3840, 5120, 7680, or 10240 MB/s.
1862
+ #
1863
+ # You pay for additional throughput capacity that you provision.
2191
1864
  # @return [Integer]
2192
1865
  #
2193
1866
  # @!attribute [rw] weekly_maintenance_start_time
@@ -2240,123 +1913,6 @@ module Aws::FSx
2240
1913
 
2241
1914
  # The request object used to create a new Amazon FSx file system.
2242
1915
  #
2243
- # @note When making an API call, you may pass CreateFileSystemRequest
2244
- # data as a hash:
2245
- #
2246
- # {
2247
- # client_request_token: "ClientRequestToken",
2248
- # file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP, OPENZFS
2249
- # storage_capacity: 1, # required
2250
- # storage_type: "SSD", # accepts SSD, HDD
2251
- # subnet_ids: ["SubnetId"], # required
2252
- # security_group_ids: ["SecurityGroupId"],
2253
- # tags: [
2254
- # {
2255
- # key: "TagKey", # required
2256
- # value: "TagValue", # required
2257
- # },
2258
- # ],
2259
- # kms_key_id: "KmsKeyId",
2260
- # windows_configuration: {
2261
- # active_directory_id: "DirectoryId",
2262
- # self_managed_active_directory_configuration: {
2263
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
2264
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
2265
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
2266
- # user_name: "DirectoryUserName", # required
2267
- # password: "DirectoryPassword", # required
2268
- # dns_ips: ["IpAddress"], # required
2269
- # },
2270
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
2271
- # preferred_subnet_id: "SubnetId",
2272
- # throughput_capacity: 1, # required
2273
- # weekly_maintenance_start_time: "WeeklyTime",
2274
- # daily_automatic_backup_start_time: "DailyTime",
2275
- # automatic_backup_retention_days: 1,
2276
- # copy_tags_to_backups: false,
2277
- # aliases: ["AlternateDNSName"],
2278
- # audit_log_configuration: {
2279
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2280
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2281
- # audit_log_destination: "GeneralARN",
2282
- # },
2283
- # },
2284
- # lustre_configuration: {
2285
- # weekly_maintenance_start_time: "WeeklyTime",
2286
- # import_path: "ArchivePath",
2287
- # export_path: "ArchivePath",
2288
- # imported_file_chunk_size: 1,
2289
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
2290
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
2291
- # per_unit_storage_throughput: 1,
2292
- # daily_automatic_backup_start_time: "DailyTime",
2293
- # automatic_backup_retention_days: 1,
2294
- # copy_tags_to_backups: false,
2295
- # drive_cache_type: "NONE", # accepts NONE, READ
2296
- # data_compression_type: "NONE", # accepts NONE, LZ4
2297
- # log_configuration: {
2298
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2299
- # destination: "GeneralARN",
2300
- # },
2301
- # root_squash_configuration: {
2302
- # root_squash: "LustreRootSquash",
2303
- # no_squash_nids: ["LustreNoSquashNid"],
2304
- # },
2305
- # },
2306
- # ontap_configuration: {
2307
- # automatic_backup_retention_days: 1,
2308
- # daily_automatic_backup_start_time: "DailyTime",
2309
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2310
- # endpoint_ip_address_range: "IpAddressRange",
2311
- # fsx_admin_password: "AdminPassword",
2312
- # disk_iops_configuration: {
2313
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2314
- # iops: 1,
2315
- # },
2316
- # preferred_subnet_id: "SubnetId",
2317
- # route_table_ids: ["RouteTableId"],
2318
- # throughput_capacity: 1, # required
2319
- # weekly_maintenance_start_time: "WeeklyTime",
2320
- # },
2321
- # file_system_type_version: "FileSystemTypeVersion",
2322
- # open_zfs_configuration: {
2323
- # automatic_backup_retention_days: 1,
2324
- # copy_tags_to_backups: false,
2325
- # copy_tags_to_volumes: false,
2326
- # daily_automatic_backup_start_time: "DailyTime",
2327
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1
2328
- # throughput_capacity: 1, # required
2329
- # weekly_maintenance_start_time: "WeeklyTime",
2330
- # disk_iops_configuration: {
2331
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2332
- # iops: 1,
2333
- # },
2334
- # root_volume_configuration: {
2335
- # record_size_ki_b: 1,
2336
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
2337
- # nfs_exports: [
2338
- # {
2339
- # client_configurations: [ # required
2340
- # {
2341
- # clients: "OpenZFSClients", # required
2342
- # options: ["OpenZFSNfsExportOption"], # required
2343
- # },
2344
- # ],
2345
- # },
2346
- # ],
2347
- # user_and_group_quotas: [
2348
- # {
2349
- # type: "USER", # required, accepts USER, GROUP
2350
- # id: 1, # required
2351
- # storage_capacity_quota_gi_b: 1, # required
2352
- # },
2353
- # ],
2354
- # copy_tags_to_snapshots: false,
2355
- # read_only: false,
2356
- # },
2357
- # },
2358
- # }
2359
- #
2360
1916
  # @!attribute [rw] client_request_token
2361
1917
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2362
1918
  # idempotent creation. This string is automatically filled on your
@@ -2578,34 +2134,6 @@ module Aws::FSx
2578
2134
  # The configuration object for the Microsoft Windows file system used in
2579
2135
  # `CreateFileSystem` and `CreateFileSystemFromBackup` operations.
2580
2136
  #
2581
- # @note When making an API call, you may pass CreateFileSystemWindowsConfiguration
2582
- # data as a hash:
2583
- #
2584
- # {
2585
- # active_directory_id: "DirectoryId",
2586
- # self_managed_active_directory_configuration: {
2587
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
2588
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
2589
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
2590
- # user_name: "DirectoryUserName", # required
2591
- # password: "DirectoryPassword", # required
2592
- # dns_ips: ["IpAddress"], # required
2593
- # },
2594
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
2595
- # preferred_subnet_id: "SubnetId",
2596
- # throughput_capacity: 1, # required
2597
- # weekly_maintenance_start_time: "WeeklyTime",
2598
- # daily_automatic_backup_start_time: "DailyTime",
2599
- # automatic_backup_retention_days: 1,
2600
- # copy_tags_to_backups: false,
2601
- # aliases: ["AlternateDNSName"],
2602
- # audit_log_configuration: {
2603
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2604
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2605
- # audit_log_destination: "GeneralARN",
2606
- # },
2607
- # }
2608
- #
2609
2137
  # @!attribute [rw] active_directory_id
2610
2138
  # The ID for an existing Amazon Web Services Managed Microsoft Active
2611
2139
  # Directory (AD) instance that the file system should join when it's
@@ -2761,21 +2289,6 @@ module Aws::FSx
2761
2289
 
2762
2290
  # Specifies the configuration of the ONTAP volume that you are creating.
2763
2291
  #
2764
- # @note When making an API call, you may pass CreateOntapVolumeConfiguration
2765
- # data as a hash:
2766
- #
2767
- # {
2768
- # junction_path: "JunctionPath", # required
2769
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
2770
- # size_in_megabytes: 1, # required
2771
- # storage_efficiency_enabled: false, # required
2772
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
2773
- # tiering_policy: {
2774
- # cooling_period: 1,
2775
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
2776
- # },
2777
- # }
2778
- #
2779
2292
  # @!attribute [rw] junction_path
2780
2293
  # Specifies the location in the SVM's namespace where the volume is
2781
2294
  # mounted. The `JunctionPath` must have a leading forward slash, such
@@ -2852,6 +2365,64 @@ module Aws::FSx
2852
2365
  # ^
2853
2366
  # @return [Types::TieringPolicy]
2854
2367
  #
2368
+ # @!attribute [rw] ontap_volume_type
2369
+ # Specifies the type of volume you are creating. Valid values are the
2370
+ # following:
2371
+ #
2372
+ # * `RW` specifies a read/write volume. `RW` is the default.
2373
+ #
2374
+ # * `DP` specifies a data-protection volume. A `DP` volume is
2375
+ # read-only and can be used as the destination of a NetApp
2376
+ # SnapMirror relationship.
2377
+ #
2378
+ # For more information, see [Volume types][1] in the *Amazon FSx for
2379
+ # NetApp ONTAP User Guide*.
2380
+ #
2381
+ #
2382
+ #
2383
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-types
2384
+ # @return [String]
2385
+ #
2386
+ # @!attribute [rw] snapshot_policy
2387
+ # Specifies the snapshot policy for the volume. There are three
2388
+ # built-in snapshot policies:
2389
+ #
2390
+ # * `default`\: This is the default policy. A maximum of six hourly
2391
+ # snapshots taken five minutes past the hour. A maximum of two daily
2392
+ # snapshots taken Monday through Saturday at 10 minutes after
2393
+ # midnight. A maximum of two weekly snapshots taken every Sunday at
2394
+ # 15 minutes after midnight.
2395
+ #
2396
+ # * `default-1weekly`\: This policy is the same as the `default`
2397
+ # policy except that it only retains one snapshot from the weekly
2398
+ # schedule.
2399
+ #
2400
+ # * `none`\: This policy does not take any snapshots. This policy can
2401
+ # be assigned to volumes to prevent automatic snapshots from being
2402
+ # taken.
2403
+ #
2404
+ # You can also provide the name of a custom policy that you created
2405
+ # with the ONTAP CLI or REST API.
2406
+ #
2407
+ # For more information, see [Snapshot policies][1] in the *Amazon FSx
2408
+ # for NetApp ONTAP User Guide*.
2409
+ #
2410
+ #
2411
+ #
2412
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snapshots-ontap.html#snapshot-policies
2413
+ # @return [String]
2414
+ #
2415
+ # @!attribute [rw] copy_tags_to_backups
2416
+ # A boolean flag indicating whether tags for the volume should be
2417
+ # copied to backups. This value defaults to false. If it's set to
2418
+ # true, all tags for the volume are copied to all automatic and
2419
+ # user-initiated backups where the user doesn't specify tags. If this
2420
+ # value is true, and you specify one or more tags, only the specified
2421
+ # tags are copied to backups. If you specify one or more tags when
2422
+ # creating a user-initiated backup, no tags are copied from the
2423
+ # volume, regardless of this value.
2424
+ # @return [Boolean]
2425
+ #
2855
2426
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateOntapVolumeConfiguration AWS API Documentation
2856
2427
  #
2857
2428
  class CreateOntapVolumeConfiguration < Struct.new(
@@ -2860,7 +2431,10 @@ module Aws::FSx
2860
2431
  :size_in_megabytes,
2861
2432
  :storage_efficiency_enabled,
2862
2433
  :storage_virtual_machine_id,
2863
- :tiering_policy)
2434
+ :tiering_policy,
2435
+ :ontap_volume_type,
2436
+ :snapshot_policy,
2437
+ :copy_tags_to_backups)
2864
2438
  SENSITIVE = []
2865
2439
  include Aws::Structure
2866
2440
  end
@@ -2868,14 +2442,6 @@ module Aws::FSx
2868
2442
  # The snapshot configuration to use when creating an OpenZFS volume from
2869
2443
  # a snapshot.
2870
2444
  #
2871
- # @note When making an API call, you may pass CreateOpenZFSOriginSnapshotConfiguration
2872
- # data as a hash:
2873
- #
2874
- # {
2875
- # snapshot_arn: "ResourceARN", # required
2876
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
2877
- # }
2878
- #
2879
2445
  # @!attribute [rw] snapshot_arn
2880
2446
  # The Amazon Resource Name (ARN) for a given resource. ARNs uniquely
2881
2447
  # identify Amazon Web Services resources. We require an ARN when you
@@ -2913,40 +2479,6 @@ module Aws::FSx
2913
2479
  # Specifies the configuration of the Amazon FSx for OpenZFS volume that
2914
2480
  # you are creating.
2915
2481
  #
2916
- # @note When making an API call, you may pass CreateOpenZFSVolumeConfiguration
2917
- # data as a hash:
2918
- #
2919
- # {
2920
- # parent_volume_id: "VolumeId", # required
2921
- # storage_capacity_reservation_gi_b: 1,
2922
- # storage_capacity_quota_gi_b: 1,
2923
- # record_size_ki_b: 1,
2924
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
2925
- # copy_tags_to_snapshots: false,
2926
- # origin_snapshot: {
2927
- # snapshot_arn: "ResourceARN", # required
2928
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
2929
- # },
2930
- # read_only: false,
2931
- # nfs_exports: [
2932
- # {
2933
- # client_configurations: [ # required
2934
- # {
2935
- # clients: "OpenZFSClients", # required
2936
- # options: ["OpenZFSNfsExportOption"], # required
2937
- # },
2938
- # ],
2939
- # },
2940
- # ],
2941
- # user_and_group_quotas: [
2942
- # {
2943
- # type: "USER", # required, accepts USER, GROUP
2944
- # id: 1, # required
2945
- # storage_capacity_quota_gi_b: 1, # required
2946
- # },
2947
- # ],
2948
- # }
2949
- #
2950
2482
  # @!attribute [rw] parent_volume_id
2951
2483
  # The ID of the volume to use as the parent volume of the volume that
2952
2484
  # you are creating.
@@ -3073,21 +2605,6 @@ module Aws::FSx
3073
2605
  include Aws::Structure
3074
2606
  end
3075
2607
 
3076
- # @note When making an API call, you may pass CreateSnapshotRequest
3077
- # data as a hash:
3078
- #
3079
- # {
3080
- # client_request_token: "ClientRequestToken",
3081
- # name: "SnapshotName", # required
3082
- # volume_id: "VolumeId", # required
3083
- # tags: [
3084
- # {
3085
- # key: "TagKey", # required
3086
- # value: "TagValue", # required
3087
- # },
3088
- # ],
3089
- # }
3090
- #
3091
2608
  # @!attribute [rw] client_request_token
3092
2609
  # (Optional) An idempotency token for resource creation, in a string
3093
2610
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -3133,34 +2650,6 @@ module Aws::FSx
3133
2650
  include Aws::Structure
3134
2651
  end
3135
2652
 
3136
- # @note When making an API call, you may pass CreateStorageVirtualMachineRequest
3137
- # data as a hash:
3138
- #
3139
- # {
3140
- # active_directory_configuration: {
3141
- # net_bios_name: "NetBiosAlias", # required
3142
- # self_managed_active_directory_configuration: {
3143
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
3144
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3145
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
3146
- # user_name: "DirectoryUserName", # required
3147
- # password: "DirectoryPassword", # required
3148
- # dns_ips: ["IpAddress"], # required
3149
- # },
3150
- # },
3151
- # client_request_token: "ClientRequestToken",
3152
- # file_system_id: "FileSystemId", # required
3153
- # name: "StorageVirtualMachineName", # required
3154
- # svm_admin_password: "AdminPassword",
3155
- # tags: [
3156
- # {
3157
- # key: "TagKey", # required
3158
- # value: "TagValue", # required
3159
- # },
3160
- # ],
3161
- # root_volume_security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3162
- # }
3163
- #
3164
2653
  # @!attribute [rw] active_directory_configuration
3165
2654
  # Describes the self-managed Microsoft Active Directory to which you
3166
2655
  # want to join the SVM. Joining an Active Directory provides user
@@ -3243,21 +2732,6 @@ module Aws::FSx
3243
2732
  # virtual machine (SVM) to your self-managed (including on-premises)
3244
2733
  # Microsoft Active Directory (AD) directory.
3245
2734
  #
3246
- # @note When making an API call, you may pass CreateSvmActiveDirectoryConfiguration
3247
- # data as a hash:
3248
- #
3249
- # {
3250
- # net_bios_name: "NetBiosAlias", # required
3251
- # self_managed_active_directory_configuration: {
3252
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
3253
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3254
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
3255
- # user_name: "DirectoryUserName", # required
3256
- # password: "DirectoryPassword", # required
3257
- # dns_ips: ["IpAddress"], # required
3258
- # },
3259
- # }
3260
- #
3261
2735
  # @!attribute [rw] net_bios_name
3262
2736
  # The NetBIOS name of the Active Directory computer object that will
3263
2737
  # be created for your SVM.
@@ -3286,32 +2760,6 @@ module Aws::FSx
3286
2760
  include Aws::Structure
3287
2761
  end
3288
2762
 
3289
- # @note When making an API call, you may pass CreateVolumeFromBackupRequest
3290
- # data as a hash:
3291
- #
3292
- # {
3293
- # backup_id: "BackupId", # required
3294
- # client_request_token: "ClientRequestToken",
3295
- # name: "VolumeName", # required
3296
- # ontap_configuration: {
3297
- # junction_path: "JunctionPath", # required
3298
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3299
- # size_in_megabytes: 1, # required
3300
- # storage_efficiency_enabled: false, # required
3301
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
3302
- # tiering_policy: {
3303
- # cooling_period: 1,
3304
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
3305
- # },
3306
- # },
3307
- # tags: [
3308
- # {
3309
- # key: "TagKey", # required
3310
- # value: "TagValue", # required
3311
- # },
3312
- # ],
3313
- # }
3314
- #
3315
2763
  # @!attribute [rw] backup_id
3316
2764
  # The ID of the source backup. Specifies the backup that you are
3317
2765
  # copying.
@@ -3365,62 +2813,6 @@ module Aws::FSx
3365
2813
  include Aws::Structure
3366
2814
  end
3367
2815
 
3368
- # @note When making an API call, you may pass CreateVolumeRequest
3369
- # data as a hash:
3370
- #
3371
- # {
3372
- # client_request_token: "ClientRequestToken",
3373
- # volume_type: "ONTAP", # required, accepts ONTAP, OPENZFS
3374
- # name: "VolumeName", # required
3375
- # ontap_configuration: {
3376
- # junction_path: "JunctionPath", # required
3377
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3378
- # size_in_megabytes: 1, # required
3379
- # storage_efficiency_enabled: false, # required
3380
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
3381
- # tiering_policy: {
3382
- # cooling_period: 1,
3383
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
3384
- # },
3385
- # },
3386
- # tags: [
3387
- # {
3388
- # key: "TagKey", # required
3389
- # value: "TagValue", # required
3390
- # },
3391
- # ],
3392
- # open_zfs_configuration: {
3393
- # parent_volume_id: "VolumeId", # required
3394
- # storage_capacity_reservation_gi_b: 1,
3395
- # storage_capacity_quota_gi_b: 1,
3396
- # record_size_ki_b: 1,
3397
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
3398
- # copy_tags_to_snapshots: false,
3399
- # origin_snapshot: {
3400
- # snapshot_arn: "ResourceARN", # required
3401
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
3402
- # },
3403
- # read_only: false,
3404
- # nfs_exports: [
3405
- # {
3406
- # client_configurations: [ # required
3407
- # {
3408
- # clients: "OpenZFSClients", # required
3409
- # options: ["OpenZFSNfsExportOption"], # required
3410
- # },
3411
- # ],
3412
- # },
3413
- # ],
3414
- # user_and_group_quotas: [
3415
- # {
3416
- # type: "USER", # required, accepts USER, GROUP
3417
- # id: 1, # required
3418
- # storage_capacity_quota_gi_b: 1, # required
3419
- # },
3420
- # ],
3421
- # },
3422
- # }
3423
- #
3424
2816
  # @!attribute [rw] client_request_token
3425
2817
  # (Optional) An idempotency token for resource creation, in a string
3426
2818
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -3541,7 +2933,7 @@ module Aws::FSx
3541
2933
  # @return [String]
3542
2934
  #
3543
2935
  # @!attribute [rw] failure_details
3544
- # Provides detailed information about the data respository if its
2936
+ # Provides detailed information about the data repository if its
3545
2937
  # `Lifecycle` is set to `MISCONFIGURED` or `FAILED`.
3546
2938
  # @return [Types::DataRepositoryFailureDetails]
3547
2939
  #
@@ -3800,7 +3192,7 @@ module Aws::FSx
3800
3192
  # @return [String]
3801
3193
  #
3802
3194
  # @!attribute [rw] failure_details
3803
- # Provides detailed information about the data respository if its
3195
+ # Provides detailed information about the data repository if its
3804
3196
  # `Lifecycle` is set to `MISCONFIGURED` or `FAILED`.
3805
3197
  # @return [Types::DataRepositoryFailureDetails]
3806
3198
  #
@@ -3817,7 +3209,7 @@ module Aws::FSx
3817
3209
  include Aws::Structure
3818
3210
  end
3819
3211
 
3820
- # Provides detailed information about the data respository if its
3212
+ # Provides detailed information about the data repository if its
3821
3213
  # `Lifecycle` is set to `MISCONFIGURED` or `FAILED`.
3822
3214
  #
3823
3215
  # @!attribute [rw] message
@@ -4030,14 +3422,6 @@ module Aws::FSx
4030
3422
  # system IDs, task lifecycles, and by task type. A filter object
4031
3423
  # consists of a filter `Name`, and one or more `Values` for the filter.
4032
3424
  #
4033
- # @note When making an API call, you may pass DataRepositoryTaskFilter
4034
- # data as a hash:
4035
- #
4036
- # {
4037
- # name: "file-system-id", # accepts file-system-id, task-lifecycle, data-repository-association-id, file-cache-id
4038
- # values: ["DataRepositoryTaskFilterValue"],
4039
- # }
4040
- #
4041
3425
  # @!attribute [rw] name
4042
3426
  # Name of the task property to use in filtering the tasks returned in
4043
3427
  # the response.
@@ -4123,14 +3507,6 @@ module Aws::FSx
4123
3507
 
4124
3508
  # The request object for the `DeleteBackup` operation.
4125
3509
  #
4126
- # @note When making an API call, you may pass DeleteBackupRequest
4127
- # data as a hash:
4128
- #
4129
- # {
4130
- # backup_id: "BackupId", # required
4131
- # client_request_token: "ClientRequestToken",
4132
- # }
4133
- #
4134
3510
  # @!attribute [rw] backup_id
4135
3511
  # The ID of the backup that you want to delete.
4136
3512
  # @return [String]
@@ -4173,15 +3549,6 @@ module Aws::FSx
4173
3549
  include Aws::Structure
4174
3550
  end
4175
3551
 
4176
- # @note When making an API call, you may pass DeleteDataRepositoryAssociationRequest
4177
- # data as a hash:
4178
- #
4179
- # {
4180
- # association_id: "DataRepositoryAssociationId", # required
4181
- # client_request_token: "ClientRequestToken",
4182
- # delete_data_in_file_system: false,
4183
- # }
4184
- #
4185
3552
  # @!attribute [rw] association_id
4186
3553
  # The ID of the data repository association that you want to delete.
4187
3554
  # @return [String]
@@ -4235,14 +3602,6 @@ module Aws::FSx
4235
3602
  include Aws::Structure
4236
3603
  end
4237
3604
 
4238
- # @note When making an API call, you may pass DeleteFileCacheRequest
4239
- # data as a hash:
4240
- #
4241
- # {
4242
- # file_cache_id: "FileCacheId", # required
4243
- # client_request_token: "ClientRequestToken",
4244
- # }
4245
- #
4246
3605
  # @!attribute [rw] file_cache_id
4247
3606
  # The ID of the cache that's being deleted.
4248
3607
  # @return [String]
@@ -4288,19 +3647,6 @@ module Aws::FSx
4288
3647
  # The configuration object for the Amazon FSx for Lustre file system
4289
3648
  # being deleted in the `DeleteFileSystem` operation.
4290
3649
  #
4291
- # @note When making an API call, you may pass DeleteFileSystemLustreConfiguration
4292
- # data as a hash:
4293
- #
4294
- # {
4295
- # skip_final_backup: false,
4296
- # final_backup_tags: [
4297
- # {
4298
- # key: "TagKey", # required
4299
- # value: "TagValue", # required
4300
- # },
4301
- # ],
4302
- # }
4303
- #
4304
3650
  # @!attribute [rw] skip_final_backup
4305
3651
  # Set `SkipFinalBackup` to false if you want to take a final backup of
4306
3652
  # the file system you are deleting. By default, Amazon FSx will not
@@ -4354,20 +3700,6 @@ module Aws::FSx
4354
3700
  # The configuration object for the Amazon FSx for OpenZFS file system
4355
3701
  # used in the `DeleteFileSystem` operation.
4356
3702
  #
4357
- # @note When making an API call, you may pass DeleteFileSystemOpenZFSConfiguration
4358
- # data as a hash:
4359
- #
4360
- # {
4361
- # skip_final_backup: false,
4362
- # final_backup_tags: [
4363
- # {
4364
- # key: "TagKey", # required
4365
- # value: "TagValue", # required
4366
- # },
4367
- # ],
4368
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4369
- # }
4370
- #
4371
3703
  # @!attribute [rw] skip_final_backup
4372
3704
  # By default, Amazon FSx for OpenZFS takes a final backup on your
4373
3705
  # behalf when the `DeleteFileSystem` operation is invoked. Doing this
@@ -4420,42 +3752,6 @@ module Aws::FSx
4420
3752
 
4421
3753
  # The request object for `DeleteFileSystem` operation.
4422
3754
  #
4423
- # @note When making an API call, you may pass DeleteFileSystemRequest
4424
- # data as a hash:
4425
- #
4426
- # {
4427
- # file_system_id: "FileSystemId", # required
4428
- # client_request_token: "ClientRequestToken",
4429
- # windows_configuration: {
4430
- # skip_final_backup: false,
4431
- # final_backup_tags: [
4432
- # {
4433
- # key: "TagKey", # required
4434
- # value: "TagValue", # required
4435
- # },
4436
- # ],
4437
- # },
4438
- # lustre_configuration: {
4439
- # skip_final_backup: false,
4440
- # final_backup_tags: [
4441
- # {
4442
- # key: "TagKey", # required
4443
- # value: "TagValue", # required
4444
- # },
4445
- # ],
4446
- # },
4447
- # open_zfs_configuration: {
4448
- # skip_final_backup: false,
4449
- # final_backup_tags: [
4450
- # {
4451
- # key: "TagKey", # required
4452
- # value: "TagValue", # required
4453
- # },
4454
- # ],
4455
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4456
- # },
4457
- # }
4458
- #
4459
3755
  # @!attribute [rw] file_system_id
4460
3756
  # The ID of the file system that you want to delete.
4461
3757
  # @return [String]
@@ -4539,19 +3835,6 @@ module Aws::FSx
4539
3835
  # The configuration object for the Microsoft Windows file system used in
4540
3836
  # the `DeleteFileSystem` operation.
4541
3837
  #
4542
- # @note When making an API call, you may pass DeleteFileSystemWindowsConfiguration
4543
- # data as a hash:
4544
- #
4545
- # {
4546
- # skip_final_backup: false,
4547
- # final_backup_tags: [
4548
- # {
4549
- # key: "TagKey", # required
4550
- # value: "TagValue", # required
4551
- # },
4552
- # ],
4553
- # }
4554
- #
4555
3838
  # @!attribute [rw] skip_final_backup
4556
3839
  # By default, Amazon FSx for Windows takes a final backup on your
4557
3840
  # behalf when the `DeleteFileSystem` operation is invoked. Doing this
@@ -4593,14 +3876,6 @@ module Aws::FSx
4593
3876
  include Aws::Structure
4594
3877
  end
4595
3878
 
4596
- # @note When making an API call, you may pass DeleteSnapshotRequest
4597
- # data as a hash:
4598
- #
4599
- # {
4600
- # client_request_token: "ClientRequestToken",
4601
- # snapshot_id: "SnapshotId", # required
4602
- # }
4603
- #
4604
3879
  # @!attribute [rw] client_request_token
4605
3880
  # (Optional) An idempotency token for resource creation, in a string
4606
3881
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4642,14 +3917,6 @@ module Aws::FSx
4642
3917
  include Aws::Structure
4643
3918
  end
4644
3919
 
4645
- # @note When making an API call, you may pass DeleteStorageVirtualMachineRequest
4646
- # data as a hash:
4647
- #
4648
- # {
4649
- # client_request_token: "ClientRequestToken",
4650
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
4651
- # }
4652
- #
4653
3920
  # @!attribute [rw] client_request_token
4654
3921
  # (Optional) An idempotency token for resource creation, in a string
4655
3922
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4693,19 +3960,6 @@ module Aws::FSx
4693
3960
  # Use to specify skipping a final backup, or to add tags to a final
4694
3961
  # backup.
4695
3962
  #
4696
- # @note When making an API call, you may pass DeleteVolumeOntapConfiguration
4697
- # data as a hash:
4698
- #
4699
- # {
4700
- # skip_final_backup: false,
4701
- # final_backup_tags: [
4702
- # {
4703
- # key: "TagKey", # required
4704
- # value: "TagValue", # required
4705
- # },
4706
- # ],
4707
- # }
4708
- #
4709
3963
  # @!attribute [rw] skip_final_backup
4710
3964
  # Set to true if you want to skip taking a final backup of the volume
4711
3965
  # you are deleting.
@@ -4748,13 +4002,6 @@ module Aws::FSx
4748
4002
  # A value that specifies whether to delete all child volumes and
4749
4003
  # snapshots.
4750
4004
  #
4751
- # @note When making an API call, you may pass DeleteVolumeOpenZFSConfiguration
4752
- # data as a hash:
4753
- #
4754
- # {
4755
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4756
- # }
4757
- #
4758
4005
  # @!attribute [rw] options
4759
4006
  # To delete the volume's child volumes, snapshots, and clones, use
4760
4007
  # the string `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
@@ -4768,26 +4015,6 @@ module Aws::FSx
4768
4015
  include Aws::Structure
4769
4016
  end
4770
4017
 
4771
- # @note When making an API call, you may pass DeleteVolumeRequest
4772
- # data as a hash:
4773
- #
4774
- # {
4775
- # client_request_token: "ClientRequestToken",
4776
- # volume_id: "VolumeId", # required
4777
- # ontap_configuration: {
4778
- # skip_final_backup: false,
4779
- # final_backup_tags: [
4780
- # {
4781
- # key: "TagKey", # required
4782
- # value: "TagValue", # required
4783
- # },
4784
- # ],
4785
- # },
4786
- # open_zfs_configuration: {
4787
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4788
- # },
4789
- # }
4790
- #
4791
4018
  # @!attribute [rw] client_request_token
4792
4019
  # (Optional) An idempotency token for resource creation, in a string
4793
4020
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4850,21 +4077,6 @@ module Aws::FSx
4850
4077
 
4851
4078
  # The request object for the `DescribeBackups` operation.
4852
4079
  #
4853
- # @note When making an API call, you may pass DescribeBackupsRequest
4854
- # data as a hash:
4855
- #
4856
- # {
4857
- # backup_ids: ["BackupId"],
4858
- # filters: [
4859
- # {
4860
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
4861
- # values: ["FilterValue"],
4862
- # },
4863
- # ],
4864
- # max_results: 1,
4865
- # next_token: "NextToken",
4866
- # }
4867
- #
4868
4080
  # @!attribute [rw] backup_ids
4869
4081
  # The IDs of the backups that you want to retrieve. This parameter
4870
4082
  # value overrides any filters. If any IDs aren't found, a
@@ -4922,21 +4134,6 @@ module Aws::FSx
4922
4134
  include Aws::Structure
4923
4135
  end
4924
4136
 
4925
- # @note When making an API call, you may pass DescribeDataRepositoryAssociationsRequest
4926
- # data as a hash:
4927
- #
4928
- # {
4929
- # association_ids: ["DataRepositoryAssociationId"],
4930
- # filters: [
4931
- # {
4932
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
4933
- # values: ["FilterValue"],
4934
- # },
4935
- # ],
4936
- # max_results: 1,
4937
- # next_token: "NextToken",
4938
- # }
4939
- #
4940
4137
  # @!attribute [rw] association_ids
4941
4138
  # IDs of the data repository associations whose descriptions you want
4942
4139
  # to retrieve (String).
@@ -4989,21 +4186,6 @@ module Aws::FSx
4989
4186
  include Aws::Structure
4990
4187
  end
4991
4188
 
4992
- # @note When making an API call, you may pass DescribeDataRepositoryTasksRequest
4993
- # data as a hash:
4994
- #
4995
- # {
4996
- # task_ids: ["TaskId"],
4997
- # filters: [
4998
- # {
4999
- # name: "file-system-id", # accepts file-system-id, task-lifecycle, data-repository-association-id, file-cache-id
5000
- # values: ["DataRepositoryTaskFilterValue"],
5001
- # },
5002
- # ],
5003
- # max_results: 1,
5004
- # next_token: "NextToken",
5005
- # }
5006
- #
5007
4189
  # @!attribute [rw] task_ids
5008
4190
  # (Optional) IDs of the tasks whose descriptions you want to retrieve
5009
4191
  # (String).
@@ -5058,15 +4240,6 @@ module Aws::FSx
5058
4240
  include Aws::Structure
5059
4241
  end
5060
4242
 
5061
- # @note When making an API call, you may pass DescribeFileCachesRequest
5062
- # data as a hash:
5063
- #
5064
- # {
5065
- # file_cache_ids: ["FileCacheId"],
5066
- # max_results: 1,
5067
- # next_token: "NextToken",
5068
- # }
5069
- #
5070
4243
  # @!attribute [rw] file_cache_ids
5071
4244
  # IDs of the caches whose descriptions you want to retrieve (String).
5072
4245
  # @return [Array<String>]
@@ -5115,16 +4288,6 @@ module Aws::FSx
5115
4288
 
5116
4289
  # The request object for `DescribeFileSystemAliases` operation.
5117
4290
  #
5118
- # @note When making an API call, you may pass DescribeFileSystemAliasesRequest
5119
- # data as a hash:
5120
- #
5121
- # {
5122
- # client_request_token: "ClientRequestToken",
5123
- # file_system_id: "FileSystemId", # required
5124
- # max_results: 1,
5125
- # next_token: "NextToken",
5126
- # }
5127
- #
5128
4291
  # @!attribute [rw] client_request_token
5129
4292
  # (Optional) An idempotency token for resource creation, in a string
5130
4293
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -5190,15 +4353,6 @@ module Aws::FSx
5190
4353
 
5191
4354
  # The request object for `DescribeFileSystems` operation.
5192
4355
  #
5193
- # @note When making an API call, you may pass DescribeFileSystemsRequest
5194
- # data as a hash:
5195
- #
5196
- # {
5197
- # file_system_ids: ["FileSystemId"],
5198
- # max_results: 1,
5199
- # next_token: "NextToken",
5200
- # }
5201
- #
5202
4356
  # @!attribute [rw] file_system_ids
5203
4357
  # IDs of the file systems whose descriptions you want to retrieve
5204
4358
  # (String).
@@ -5249,21 +4403,6 @@ module Aws::FSx
5249
4403
  include Aws::Structure
5250
4404
  end
5251
4405
 
5252
- # @note When making an API call, you may pass DescribeSnapshotsRequest
5253
- # data as a hash:
5254
- #
5255
- # {
5256
- # snapshot_ids: ["SnapshotId"],
5257
- # filters: [
5258
- # {
5259
- # name: "file-system-id", # accepts file-system-id, volume-id
5260
- # values: ["SnapshotFilterValue"],
5261
- # },
5262
- # ],
5263
- # max_results: 1,
5264
- # next_token: "NextToken",
5265
- # }
5266
- #
5267
4406
  # @!attribute [rw] snapshot_ids
5268
4407
  # The IDs of the snapshots that you want to retrieve. This parameter
5269
4408
  # value overrides any filters. If any IDs aren't found, a
@@ -5318,21 +4457,6 @@ module Aws::FSx
5318
4457
  include Aws::Structure
5319
4458
  end
5320
4459
 
5321
- # @note When making an API call, you may pass DescribeStorageVirtualMachinesRequest
5322
- # data as a hash:
5323
- #
5324
- # {
5325
- # storage_virtual_machine_ids: ["StorageVirtualMachineId"],
5326
- # filters: [
5327
- # {
5328
- # name: "file-system-id", # accepts file-system-id
5329
- # values: ["StorageVirtualMachineFilterValue"],
5330
- # },
5331
- # ],
5332
- # max_results: 1,
5333
- # next_token: "NextToken",
5334
- # }
5335
- #
5336
4460
  # @!attribute [rw] storage_virtual_machine_ids
5337
4461
  # Enter the ID of one or more SVMs that you want to view.
5338
4462
  # @return [Array<String>]
@@ -5385,21 +4509,6 @@ module Aws::FSx
5385
4509
  include Aws::Structure
5386
4510
  end
5387
4511
 
5388
- # @note When making an API call, you may pass DescribeVolumesRequest
5389
- # data as a hash:
5390
- #
5391
- # {
5392
- # volume_ids: ["VolumeId"],
5393
- # filters: [
5394
- # {
5395
- # name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
5396
- # values: ["VolumeFilterValue"],
5397
- # },
5398
- # ],
5399
- # max_results: 1,
5400
- # next_token: "NextToken",
5401
- # }
5402
- #
5403
4512
  # @!attribute [rw] volume_ids
5404
4513
  # The IDs of the volumes whose descriptions you want to retrieve.
5405
4514
  # @return [Array<String>]
@@ -5456,15 +4565,6 @@ module Aws::FSx
5456
4565
  # The request object of DNS aliases to disassociate from an Amazon FSx
5457
4566
  # for Windows File Server file system.
5458
4567
  #
5459
- # @note When making an API call, you may pass DisassociateFileSystemAliasesRequest
5460
- # data as a hash:
5461
- #
5462
- # {
5463
- # client_request_token: "ClientRequestToken",
5464
- # file_system_id: "FileSystemId", # required
5465
- # aliases: ["AlternateDNSName"], # required
5466
- # }
5467
- #
5468
4568
  # @!attribute [rw] client_request_token
5469
4569
  # (Optional) An idempotency token for resource creation, in a string
5470
4570
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -5520,14 +4620,6 @@ module Aws::FSx
5520
4620
  # total number of provisioned SSD IOPS and how the amount was
5521
4621
  # provisioned (by the customer or by the system).
5522
4622
  #
5523
- # @note When making an API call, you may pass DiskIopsConfiguration
5524
- # data as a hash:
5525
- #
5526
- # {
5527
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
5528
- # iops: 1,
5529
- # }
5530
- #
5531
4623
  # @!attribute [rw] mode
5532
4624
  # Specifies whether the number of IOPS for the file system is using
5533
4625
  # the system default (`AUTOMATIC`) or was provisioned by the customer
@@ -5825,19 +4917,6 @@ module Aws::FSx
5825
4917
  #
5826
4918
  # The DRA does not support automatic import or automatic export.
5827
4919
  #
5828
- # @note When making an API call, you may pass FileCacheDataRepositoryAssociation
5829
- # data as a hash:
5830
- #
5831
- # {
5832
- # file_cache_path: "Namespace", # required
5833
- # data_repository_path: "ArchivePath", # required
5834
- # data_repository_subdirectories: ["Namespace"],
5835
- # nfs: {
5836
- # version: "NFS3", # required, accepts NFS3
5837
- # dns_ips: ["IpAddress"],
5838
- # },
5839
- # }
5840
- #
5841
4920
  # @!attribute [rw] file_cache_path
5842
4921
  # A path on the cache that points to a high-level directory (such as
5843
4922
  # `/ns1/`) or subdirectory (such as `/ns1/subdir/`) that will be
@@ -5988,13 +5067,6 @@ module Aws::FSx
5988
5067
  # The metadata on Amazon File Cache is managed by a Lustre Metadata
5989
5068
  # Server (MDS) while the actual metadata is persisted on an MDT.
5990
5069
  #
5991
- # @note When making an API call, you may pass FileCacheLustreMetadataConfiguration
5992
- # data as a hash:
5993
- #
5994
- # {
5995
- # storage_capacity: 1, # required
5996
- # }
5997
- #
5998
5070
  # @!attribute [rw] storage_capacity
5999
5071
  # The storage capacity of the Lustre MDT (Metadata Target) storage
6000
5072
  # volume in gibibytes (GiB). The only supported value is `2400` GiB.
@@ -6011,14 +5083,6 @@ module Aws::FSx
6011
5083
  # The configuration for an NFS data repository association (DRA) created
6012
5084
  # during the creation of the Amazon File Cache resource.
6013
5085
  #
6014
- # @note When making an API call, you may pass FileCacheNFSConfiguration
6015
- # data as a hash:
6016
- #
6017
- # {
6018
- # version: "NFS3", # required, accepts NFS3
6019
- # dns_ips: ["IpAddress"],
6020
- # }
6021
- #
6022
5086
  # @!attribute [rw] version
6023
5087
  # The version of the NFS (Network File System) protocol of the NFS
6024
5088
  # data repository. The only supported value is `NFS3`, which indicates
@@ -6325,14 +5389,6 @@ module Aws::FSx
6325
5389
  # multiple filters to return results that meet all applied filter
6326
5390
  # requirements.
6327
5391
  #
6328
- # @note When making an API call, you may pass Filter
6329
- # data as a hash:
6330
- #
6331
- # {
6332
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
6333
- # values: ["FilterValue"],
6334
- # }
6335
- #
6336
5392
  # @!attribute [rw] name
6337
5393
  # The name for this filter.
6338
5394
  # @return [String]
@@ -6552,15 +5608,6 @@ module Aws::FSx
6552
5608
 
6553
5609
  # The request object for `ListTagsForResource` operation.
6554
5610
  #
6555
- # @note When making an API call, you may pass ListTagsForResourceRequest
6556
- # data as a hash:
6557
- #
6558
- # {
6559
- # resource_arn: "ResourceARN", # required
6560
- # max_results: 1,
6561
- # next_token: "NextToken",
6562
- # }
6563
- #
6564
5611
  # @!attribute [rw] resource_arn
6565
5612
  # The ARN of the Amazon FSx resource that will have its tags listed.
6566
5613
  # @return [String]
@@ -6799,14 +5846,6 @@ module Aws::FSx
6799
5846
  # Lustre logging writes the enabled logging events for your file system
6800
5847
  # or cache to Amazon CloudWatch Logs.
6801
5848
  #
6802
- # @note When making an API call, you may pass LustreLogCreateConfiguration
6803
- # data as a hash:
6804
- #
6805
- # {
6806
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
6807
- # destination: "GeneralARN",
6808
- # }
6809
- #
6810
5849
  # @!attribute [rw] level
6811
5850
  # Sets which data repository events are logged by Amazon FSx.
6812
5851
  #
@@ -6867,14 +5906,6 @@ module Aws::FSx
6867
5906
  #
6868
5907
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html
6869
5908
  #
6870
- # @note When making an API call, you may pass LustreRootSquashConfiguration
6871
- # data as a hash:
6872
- #
6873
- # {
6874
- # root_squash: "LustreRootSquash",
6875
- # no_squash_nids: ["LustreNoSquashNid"],
6876
- # }
6877
- #
6878
5909
  # @!attribute [rw] root_squash
6879
5910
  # You enable root squash by setting a user ID (UID) and group ID (GID)
6880
5911
  # for the file system in the format `UID:GID` (for example,
@@ -7196,6 +6227,46 @@ module Aws::FSx
7196
6227
  # additional read-only access to clients.
7197
6228
  # @return [String]
7198
6229
  #
6230
+ # @!attribute [rw] snapshot_policy
6231
+ # Specifies the snapshot policy for the volume. There are three
6232
+ # built-in snapshot policies:
6233
+ #
6234
+ # * `default`\: This is the default policy. A maximum of six hourly
6235
+ # snapshots taken five minutes past the hour. A maximum of two daily
6236
+ # snapshots taken Monday through Saturday at 10 minutes after
6237
+ # midnight. A maximum of two weekly snapshots taken every Sunday at
6238
+ # 15 minutes after midnight.
6239
+ #
6240
+ # * `default-1weekly`\: This policy is the same as the `default`
6241
+ # policy except that it only retains one snapshot from the weekly
6242
+ # schedule.
6243
+ #
6244
+ # * `none`\: This policy does not take any snapshots. This policy can
6245
+ # be assigned to volumes to prevent automatic snapshots from being
6246
+ # taken.
6247
+ #
6248
+ # You can also provide the name of a custom policy that you created
6249
+ # with the ONTAP CLI or REST API.
6250
+ #
6251
+ # For more information, see [Snapshot policies][1] in the *Amazon FSx
6252
+ # for NetApp ONTAP User Guide*.
6253
+ #
6254
+ #
6255
+ #
6256
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snapshots-ontap.html#snapshot-policies
6257
+ # @return [String]
6258
+ #
6259
+ # @!attribute [rw] copy_tags_to_backups
6260
+ # A boolean flag indicating whether tags for the volume should be
6261
+ # copied to backups. This value defaults to false. If it's set to
6262
+ # true, all tags for the volume are copied to all automatic and
6263
+ # user-initiated backups where the user doesn't specify tags. If this
6264
+ # value is true, and you specify one or more tags, only the specified
6265
+ # tags are copied to backups. If you specify one or more tags when
6266
+ # creating a user-initiated backup, no tags are copied from the
6267
+ # volume, regardless of this value.
6268
+ # @return [Boolean]
6269
+ #
7199
6270
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OntapVolumeConfiguration AWS API Documentation
7200
6271
  #
7201
6272
  class OntapVolumeConfiguration < Struct.new(
@@ -7208,7 +6279,9 @@ module Aws::FSx
7208
6279
  :storage_virtual_machine_root,
7209
6280
  :tiering_policy,
7210
6281
  :uuid,
7211
- :ontap_volume_type)
6282
+ :ontap_volume_type,
6283
+ :snapshot_policy,
6284
+ :copy_tags_to_backups)
7212
6285
  SENSITIVE = []
7213
6286
  include Aws::Structure
7214
6287
  end
@@ -7216,14 +6289,6 @@ module Aws::FSx
7216
6289
  # Specifies who can mount an OpenZFS file system and the options
7217
6290
  # available while mounting the file system.
7218
6291
  #
7219
- # @note When making an API call, you may pass OpenZFSClientConfiguration
7220
- # data as a hash:
7221
- #
7222
- # {
7223
- # clients: "OpenZFSClients", # required
7224
- # options: ["OpenZFSNfsExportOption"], # required
7225
- # }
7226
- #
7227
6292
  # @!attribute [rw] clients
7228
6293
  # A value that specifies who can mount the file system. You can
7229
6294
  # provide a wildcard character (`*`), an IP address (`0.0.0.0`), or a
@@ -7262,33 +6327,6 @@ module Aws::FSx
7262
6327
 
7263
6328
  # The configuration of an Amazon FSx for OpenZFS root volume.
7264
6329
  #
7265
- # @note When making an API call, you may pass OpenZFSCreateRootVolumeConfiguration
7266
- # data as a hash:
7267
- #
7268
- # {
7269
- # record_size_ki_b: 1,
7270
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
7271
- # nfs_exports: [
7272
- # {
7273
- # client_configurations: [ # required
7274
- # {
7275
- # clients: "OpenZFSClients", # required
7276
- # options: ["OpenZFSNfsExportOption"], # required
7277
- # },
7278
- # ],
7279
- # },
7280
- # ],
7281
- # user_and_group_quotas: [
7282
- # {
7283
- # type: "USER", # required, accepts USER, GROUP
7284
- # id: 1, # required
7285
- # storage_capacity_quota_gi_b: 1, # required
7286
- # },
7287
- # ],
7288
- # copy_tags_to_snapshots: false,
7289
- # read_only: false,
7290
- # }
7291
- #
7292
6330
  # @!attribute [rw] record_size_ki_b
7293
6331
  # Specifies the record size of an OpenZFS root volume, in kibibytes
7294
6332
  # (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024
@@ -7397,14 +6435,12 @@ module Aws::FSx
7397
6435
  #
7398
6436
  # @!attribute [rw] deployment_type
7399
6437
  # Specifies the file-system deployment type. Amazon FSx for OpenZFS
7400
- # supports `SINGLE_AZ_1`. `SINGLE_AZ_1` is a file system configured
7401
- # for a single Availability Zone (AZ) of redundancy.
6438
+ # supports`SINGLE_AZ_1` and `SINGLE_AZ_2`.
7402
6439
  # @return [String]
7403
6440
  #
7404
6441
  # @!attribute [rw] throughput_capacity
7405
6442
  # The throughput of an Amazon FSx file system, measured in megabytes
7406
- # per second (MBps). Valid values are 64, 128, 256, 512, 1024, 2048,
7407
- # 3072, or 4096 MB/s.
6443
+ # per second (MBps).
7408
6444
  # @return [Integer]
7409
6445
  #
7410
6446
  # @!attribute [rw] weekly_maintenance_start_time
@@ -7456,18 +6492,6 @@ module Aws::FSx
7456
6492
  # The Network File System (NFS) configurations for mounting an Amazon
7457
6493
  # FSx for OpenZFS file system.
7458
6494
  #
7459
- # @note When making an API call, you may pass OpenZFSNfsExport
7460
- # data as a hash:
7461
- #
7462
- # {
7463
- # client_configurations: [ # required
7464
- # {
7465
- # clients: "OpenZFSClients", # required
7466
- # options: ["OpenZFSNfsExportOption"], # required
7467
- # },
7468
- # ],
7469
- # }
7470
- #
7471
6495
  # @!attribute [rw] client_configurations
7472
6496
  # A list of configuration objects that contain the client and options
7473
6497
  # for mounting the OpenZFS file system.
@@ -7521,15 +6545,6 @@ module Aws::FSx
7521
6545
  # The configuration for how much storage a user or group can use on the
7522
6546
  # volume.
7523
6547
  #
7524
- # @note When making an API call, you may pass OpenZFSUserOrGroupQuota
7525
- # data as a hash:
7526
- #
7527
- # {
7528
- # type: "USER", # required, accepts USER, GROUP
7529
- # id: 1, # required
7530
- # storage_capacity_quota_gi_b: 1, # required
7531
- # }
7532
- #
7533
6548
  # @!attribute [rw] type
7534
6549
  # A value that specifies whether the quota applies to a user or group.
7535
6550
  # @return [String]
@@ -7630,6 +6645,22 @@ module Aws::FSx
7630
6645
  # volume.
7631
6646
  # @return [Array<Types::OpenZFSUserOrGroupQuota>]
7632
6647
  #
6648
+ # @!attribute [rw] restore_to_snapshot
6649
+ # Specifies the ID of the snapshot to which the volume was restored.
6650
+ # @return [String]
6651
+ #
6652
+ # @!attribute [rw] delete_intermediate_snaphots
6653
+ # A Boolean value indicating whether snapshots between the current
6654
+ # state and the specified snapshot should be deleted when a volume is
6655
+ # restored from snapshot.
6656
+ # @return [Boolean]
6657
+ #
6658
+ # @!attribute [rw] delete_cloned_volumes
6659
+ # A Boolean value indicating whether dependent clone volumes created
6660
+ # from intermediate snapshots should be deleted when a volume is
6661
+ # restored from snapshot.
6662
+ # @return [Boolean]
6663
+ #
7633
6664
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSVolumeConfiguration AWS API Documentation
7634
6665
  #
7635
6666
  class OpenZFSVolumeConfiguration < Struct.new(
@@ -7643,19 +6674,14 @@ module Aws::FSx
7643
6674
  :origin_snapshot,
7644
6675
  :read_only,
7645
6676
  :nfs_exports,
7646
- :user_and_group_quotas)
6677
+ :user_and_group_quotas,
6678
+ :restore_to_snapshot,
6679
+ :delete_intermediate_snaphots,
6680
+ :delete_cloned_volumes)
7647
6681
  SENSITIVE = []
7648
6682
  include Aws::Structure
7649
6683
  end
7650
6684
 
7651
- # @note When making an API call, you may pass ReleaseFileSystemNfsV3LocksRequest
7652
- # data as a hash:
7653
- #
7654
- # {
7655
- # file_system_id: "FileSystemId", # required
7656
- # client_request_token: "ClientRequestToken",
7657
- # }
7658
- #
7659
6685
  # @!attribute [rw] file_system_id
7660
6686
  # The globally unique ID of the file system, assigned by Amazon FSx.
7661
6687
  # @return [String]
@@ -7731,16 +6757,6 @@ module Aws::FSx
7731
6757
  include Aws::Structure
7732
6758
  end
7733
6759
 
7734
- # @note When making an API call, you may pass RestoreVolumeFromSnapshotRequest
7735
- # data as a hash:
7736
- #
7737
- # {
7738
- # client_request_token: "ClientRequestToken",
7739
- # volume_id: "VolumeId", # required
7740
- # snapshot_id: "SnapshotId", # required
7741
- # options: ["DELETE_INTERMEDIATE_SNAPSHOTS"], # accepts DELETE_INTERMEDIATE_SNAPSHOTS, DELETE_CLONED_VOLUMES
7742
- # }
7743
- #
7744
6760
  # @!attribute [rw] client_request_token
7745
6761
  # (Optional) An idempotency token for resource creation, in a string
7746
6762
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -7793,11 +6809,18 @@ module Aws::FSx
7793
6809
  # The lifecycle state of the volume being restored.
7794
6810
  # @return [String]
7795
6811
  #
6812
+ # @!attribute [rw] administrative_actions
6813
+ # A list of administrative actions for the file system that are in
6814
+ # process or waiting to be processed. Administrative actions describe
6815
+ # changes to the Amazon FSx system.
6816
+ # @return [Array<Types::AdministrativeAction>]
6817
+ #
7796
6818
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/RestoreVolumeFromSnapshotResponse AWS API Documentation
7797
6819
  #
7798
6820
  class RestoreVolumeFromSnapshotResponse < Struct.new(
7799
6821
  :volume_id,
7800
- :lifecycle)
6822
+ :lifecycle,
6823
+ :administrative_actions)
7801
6824
  SENSITIVE = []
7802
6825
  include Aws::Structure
7803
6826
  end
@@ -7817,18 +6840,6 @@ module Aws::FSx
7817
6840
  #
7818
6841
  # </note>
7819
6842
  #
7820
- # @note When making an API call, you may pass S3DataRepositoryConfiguration
7821
- # data as a hash:
7822
- #
7823
- # {
7824
- # auto_import_policy: {
7825
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
7826
- # },
7827
- # auto_export_policy: {
7828
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
7829
- # },
7830
- # }
7831
- #
7832
6843
  # @!attribute [rw] auto_import_policy
7833
6844
  # Specifies the type of updated objects (new, changed, deleted) that
7834
6845
  # will be automatically imported from the linked S3 bucket to your
@@ -7902,18 +6913,6 @@ module Aws::FSx
7902
6913
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html
7903
6914
  # [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html
7904
6915
  #
7905
- # @note When making an API call, you may pass SelfManagedActiveDirectoryConfiguration
7906
- # data as a hash:
7907
- #
7908
- # {
7909
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
7910
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
7911
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
7912
- # user_name: "DirectoryUserName", # required
7913
- # password: "DirectoryPassword", # required
7914
- # dns_ips: ["IpAddress"], # required
7915
- # }
7916
- #
7917
6916
  # @!attribute [rw] domain_name
7918
6917
  # The fully qualified domain name of the self-managed AD directory,
7919
6918
  # such as `corp.example.com`.
@@ -7980,15 +6979,6 @@ module Aws::FSx
7980
6979
  # The configuration that Amazon FSx uses to join the Windows File Server
7981
6980
  # instance to a self-managed Microsoft Active Directory (AD) directory.
7982
6981
  #
7983
- # @note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates
7984
- # data as a hash:
7985
- #
7986
- # {
7987
- # user_name: "DirectoryUserName",
7988
- # password: "DirectoryPassword",
7989
- # dns_ips: ["IpAddress"],
7990
- # }
7991
- #
7992
6982
  # @!attribute [rw] user_name
7993
6983
  # The user name for the service account on your self-managed AD domain
7994
6984
  # that Amazon FSx will use to join to your AD domain. This account
@@ -8115,14 +7105,6 @@ module Aws::FSx
8115
7105
  # You can use multiple filters to return results that meet all applied
8116
7106
  # filter requirements.
8117
7107
  #
8118
- # @note When making an API call, you may pass SnapshotFilter
8119
- # data as a hash:
8120
- #
8121
- # {
8122
- # name: "file-system-id", # accepts file-system-id, volume-id
8123
- # values: ["SnapshotFilterValue"],
8124
- # }
8125
- #
8126
7108
  # @!attribute [rw] name
8127
7109
  # The name of the filter to use. You can filter by the
8128
7110
  # `file-system-id` or by `volume-id`.
@@ -8279,14 +7261,6 @@ module Aws::FSx
8279
7261
  # for NetApp ONTAP storage virtual machines (SVMs). You can use multiple
8280
7262
  # filters to return results that meet all applied filter requirements.
8281
7263
  #
8282
- # @note When making an API call, you may pass StorageVirtualMachineFilter
8283
- # data as a hash:
8284
- #
8285
- # {
8286
- # name: "file-system-id", # accepts file-system-id
8287
- # values: ["StorageVirtualMachineFilterValue"],
8288
- # }
8289
- #
8290
7264
  # @!attribute [rw] name
8291
7265
  # The name for this filter.
8292
7266
  # @return [String]
@@ -8404,14 +7378,6 @@ module Aws::FSx
8404
7378
 
8405
7379
  # Specifies a key-value pair for a resource tag.
8406
7380
  #
8407
- # @note When making an API call, you may pass Tag
8408
- # data as a hash:
8409
- #
8410
- # {
8411
- # key: "TagKey", # required
8412
- # value: "TagValue", # required
8413
- # }
8414
- #
8415
7381
  # @!attribute [rw] key
8416
7382
  # A value that specifies the `TagKey`, the name of the tag. Tag keys
8417
7383
  # must be unique for the resource to which they are attached.
@@ -8435,19 +7401,6 @@ module Aws::FSx
8435
7401
 
8436
7402
  # The request object for the `TagResource` operation.
8437
7403
  #
8438
- # @note When making an API call, you may pass TagResourceRequest
8439
- # data as a hash:
8440
- #
8441
- # {
8442
- # resource_arn: "ResourceARN", # required
8443
- # tags: [ # required
8444
- # {
8445
- # key: "TagKey", # required
8446
- # value: "TagValue", # required
8447
- # },
8448
- # ],
8449
- # }
8450
- #
8451
7404
  # @!attribute [rw] resource_arn
8452
7405
  # The Amazon Resource Name (ARN) of the Amazon FSx resource that you
8453
7406
  # want to tag.
@@ -8504,14 +7457,6 @@ module Aws::FSx
8504
7457
  #
8505
7458
  # ^
8506
7459
  #
8507
- # @note When making an API call, you may pass TieringPolicy
8508
- # data as a hash:
8509
- #
8510
- # {
8511
- # cooling_period: 1,
8512
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
8513
- # }
8514
- #
8515
7460
  # @!attribute [rw] cooling_period
8516
7461
  # Specifies the number of days that user data in a volume must remain
8517
7462
  # inactive before it is considered "cold" and moved to the capacity
@@ -8562,14 +7507,6 @@ module Aws::FSx
8562
7507
 
8563
7508
  # The request object for `UntagResource` action.
8564
7509
  #
8565
- # @note When making an API call, you may pass UntagResourceRequest
8566
- # data as a hash:
8567
- #
8568
- # {
8569
- # resource_arn: "ResourceARN", # required
8570
- # tag_keys: ["TagKey"], # required
8571
- # }
8572
- #
8573
7510
  # @!attribute [rw] resource_arn
8574
7511
  # The ARN of the Amazon FSx resource to untag.
8575
7512
  # @return [String]
@@ -8594,23 +7531,6 @@ module Aws::FSx
8594
7531
  #
8595
7532
  class UntagResourceResponse < Aws::EmptyStructure; end
8596
7533
 
8597
- # @note When making an API call, you may pass UpdateDataRepositoryAssociationRequest
8598
- # data as a hash:
8599
- #
8600
- # {
8601
- # association_id: "DataRepositoryAssociationId", # required
8602
- # client_request_token: "ClientRequestToken",
8603
- # imported_file_chunk_size: 1,
8604
- # s3: {
8605
- # auto_import_policy: {
8606
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
8607
- # },
8608
- # auto_export_policy: {
8609
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
8610
- # },
8611
- # },
8612
- # }
8613
- #
8614
7534
  # @!attribute [rw] association_id
8615
7535
  # The ID of the data repository association that you are updating.
8616
7536
  # @return [String]
@@ -8672,13 +7592,6 @@ module Aws::FSx
8672
7592
 
8673
7593
  # The configuration update for an Amazon File Cache resource.
8674
7594
  #
8675
- # @note When making an API call, you may pass UpdateFileCacheLustreConfiguration
8676
- # data as a hash:
8677
- #
8678
- # {
8679
- # weekly_maintenance_start_time: "WeeklyTime",
8680
- # }
8681
- #
8682
7595
  # @!attribute [rw] weekly_maintenance_start_time
8683
7596
  # A recurring weekly time, in the format `D:HH:MM`.
8684
7597
  #
@@ -8704,17 +7617,6 @@ module Aws::FSx
8704
7617
  include Aws::Structure
8705
7618
  end
8706
7619
 
8707
- # @note When making an API call, you may pass UpdateFileCacheRequest
8708
- # data as a hash:
8709
- #
8710
- # {
8711
- # file_cache_id: "FileCacheId", # required
8712
- # client_request_token: "ClientRequestToken",
8713
- # lustre_configuration: {
8714
- # weekly_maintenance_start_time: "WeeklyTime",
8715
- # },
8716
- # }
8717
- #
8718
7620
  # @!attribute [rw] file_cache_id
8719
7621
  # The ID of the cache that you are updating.
8720
7622
  # @return [String]
@@ -8758,25 +7660,6 @@ module Aws::FSx
8758
7660
  # The configuration object for Amazon FSx for Lustre file systems used
8759
7661
  # in the `UpdateFileSystem` operation.
8760
7662
  #
8761
- # @note When making an API call, you may pass UpdateFileSystemLustreConfiguration
8762
- # data as a hash:
8763
- #
8764
- # {
8765
- # weekly_maintenance_start_time: "WeeklyTime",
8766
- # daily_automatic_backup_start_time: "DailyTime",
8767
- # automatic_backup_retention_days: 1,
8768
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
8769
- # data_compression_type: "NONE", # accepts NONE, LZ4
8770
- # log_configuration: {
8771
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
8772
- # destination: "GeneralARN",
8773
- # },
8774
- # root_squash_configuration: {
8775
- # root_squash: "LustreRootSquash",
8776
- # no_squash_nids: ["LustreNoSquashNid"],
8777
- # },
8778
- # }
8779
- #
8780
7663
  # @!attribute [rw] weekly_maintenance_start_time
8781
7664
  # (Optional) The preferred start time to perform weekly maintenance,
8782
7665
  # formatted d:HH:MM in the UTC time zone. d is the weekday number,
@@ -8876,21 +7759,6 @@ module Aws::FSx
8876
7759
  # The configuration updates for an Amazon FSx for NetApp ONTAP file
8877
7760
  # system.
8878
7761
  #
8879
- # @note When making an API call, you may pass UpdateFileSystemOntapConfiguration
8880
- # data as a hash:
8881
- #
8882
- # {
8883
- # automatic_backup_retention_days: 1,
8884
- # daily_automatic_backup_start_time: "DailyTime",
8885
- # fsx_admin_password: "AdminPassword",
8886
- # weekly_maintenance_start_time: "WeeklyTime",
8887
- # disk_iops_configuration: {
8888
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
8889
- # iops: 1,
8890
- # },
8891
- # throughput_capacity: 1,
8892
- # }
8893
- #
8894
7762
  # @!attribute [rw] automatic_backup_retention_days
8895
7763
  # The number of days to retain automatic backups. Setting this
8896
7764
  # property to `0` disables automatic backups. You can retain automatic
@@ -8936,9 +7804,22 @@ module Aws::FSx
8936
7804
  # @!attribute [rw] throughput_capacity
8937
7805
  # Specifies the throughput of an FSx for NetApp ONTAP file system,
8938
7806
  # measured in megabytes per second (MBps). Valid values are 128, 256,
8939
- # 512, 1024, or 2048 MB/s.
7807
+ # 512, 1024, 2048, and 4096 MBps.
8940
7808
  # @return [Integer]
8941
7809
  #
7810
+ # @!attribute [rw] add_route_table_ids
7811
+ # (Multi-AZ only) A list of IDs of new virtual private cloud (VPC)
7812
+ # route tables to associate (add) with your Amazon FSx for NetApp
7813
+ # ONTAP file system.
7814
+ # @return [Array<String>]
7815
+ #
7816
+ # @!attribute [rw] remove_route_table_ids
7817
+ # (Multi-AZ only) A list of IDs of existing virtual private cloud
7818
+ # (VPC) route tables to disassociate (remove) from your Amazon FSx for
7819
+ # NetApp ONTAP file system. You can use the API operation to retrieve
7820
+ # the list of VPC route table IDs for a file system.
7821
+ # @return [Array<String>]
7822
+ #
8942
7823
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
8943
7824
  #
8944
7825
  class UpdateFileSystemOntapConfiguration < Struct.new(
@@ -8947,29 +7828,15 @@ module Aws::FSx
8947
7828
  :fsx_admin_password,
8948
7829
  :weekly_maintenance_start_time,
8949
7830
  :disk_iops_configuration,
8950
- :throughput_capacity)
7831
+ :throughput_capacity,
7832
+ :add_route_table_ids,
7833
+ :remove_route_table_ids)
8951
7834
  SENSITIVE = [:fsx_admin_password]
8952
7835
  include Aws::Structure
8953
7836
  end
8954
7837
 
8955
7838
  # The configuration updates for an Amazon FSx for OpenZFS file system.
8956
7839
  #
8957
- # @note When making an API call, you may pass UpdateFileSystemOpenZFSConfiguration
8958
- # data as a hash:
8959
- #
8960
- # {
8961
- # automatic_backup_retention_days: 1,
8962
- # copy_tags_to_backups: false,
8963
- # copy_tags_to_volumes: false,
8964
- # daily_automatic_backup_start_time: "DailyTime",
8965
- # throughput_capacity: 1,
8966
- # weekly_maintenance_start_time: "WeeklyTime",
8967
- # disk_iops_configuration: {
8968
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
8969
- # iops: 1,
8970
- # },
8971
- # }
8972
- #
8973
7840
  # @!attribute [rw] automatic_backup_retention_days
8974
7841
  # The number of days to retain automatic backups. Setting this
8975
7842
  # property to `0` disables automatic backups. You can retain automatic
@@ -9004,9 +7871,15 @@ module Aws::FSx
9004
7871
  # @return [String]
9005
7872
  #
9006
7873
  # @!attribute [rw] throughput_capacity
9007
- # The throughput of an Amazon FSx file system, measured in megabytes
9008
- # per second (MBps). Valid values are 64, 128, 256, 512, 1024, 2048,
9009
- # 3072, or 4096 MB/s.
7874
+ # The throughput of an Amazon FSx for OpenZFS file system, measured in
7875
+ # megabytes per second(MB/s). Valid values depend on the
7876
+ # DeploymentType you choose, as follows:
7877
+ #
7878
+ # * For `SINGLE_AZ_1`, valid values are 64, 128, 256, 512, 1024, 2048,
7879
+ # 3072, or 4096 MB/s.
7880
+ #
7881
+ # * For `SINGLE_AZ_2`, valid values are 160, 320, 640, 1280, 2560,
7882
+ # 3840, 5120, 7680, or 10240 MB/s.
9010
7883
  # @return [Integer]
9011
7884
  #
9012
7885
  # @!attribute [rw] weekly_maintenance_start_time
@@ -9051,69 +7924,6 @@ module Aws::FSx
9051
7924
 
9052
7925
  # The request object for the `UpdateFileSystem` operation.
9053
7926
  #
9054
- # @note When making an API call, you may pass UpdateFileSystemRequest
9055
- # data as a hash:
9056
- #
9057
- # {
9058
- # file_system_id: "FileSystemId", # required
9059
- # client_request_token: "ClientRequestToken",
9060
- # storage_capacity: 1,
9061
- # windows_configuration: {
9062
- # weekly_maintenance_start_time: "WeeklyTime",
9063
- # daily_automatic_backup_start_time: "DailyTime",
9064
- # automatic_backup_retention_days: 1,
9065
- # throughput_capacity: 1,
9066
- # self_managed_active_directory_configuration: {
9067
- # user_name: "DirectoryUserName",
9068
- # password: "DirectoryPassword",
9069
- # dns_ips: ["IpAddress"],
9070
- # },
9071
- # audit_log_configuration: {
9072
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9073
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9074
- # audit_log_destination: "GeneralARN",
9075
- # },
9076
- # },
9077
- # lustre_configuration: {
9078
- # weekly_maintenance_start_time: "WeeklyTime",
9079
- # daily_automatic_backup_start_time: "DailyTime",
9080
- # automatic_backup_retention_days: 1,
9081
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
9082
- # data_compression_type: "NONE", # accepts NONE, LZ4
9083
- # log_configuration: {
9084
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
9085
- # destination: "GeneralARN",
9086
- # },
9087
- # root_squash_configuration: {
9088
- # root_squash: "LustreRootSquash",
9089
- # no_squash_nids: ["LustreNoSquashNid"],
9090
- # },
9091
- # },
9092
- # ontap_configuration: {
9093
- # automatic_backup_retention_days: 1,
9094
- # daily_automatic_backup_start_time: "DailyTime",
9095
- # fsx_admin_password: "AdminPassword",
9096
- # weekly_maintenance_start_time: "WeeklyTime",
9097
- # disk_iops_configuration: {
9098
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9099
- # iops: 1,
9100
- # },
9101
- # throughput_capacity: 1,
9102
- # },
9103
- # open_zfs_configuration: {
9104
- # automatic_backup_retention_days: 1,
9105
- # copy_tags_to_backups: false,
9106
- # copy_tags_to_volumes: false,
9107
- # daily_automatic_backup_start_time: "DailyTime",
9108
- # throughput_capacity: 1,
9109
- # weekly_maintenance_start_time: "WeeklyTime",
9110
- # disk_iops_configuration: {
9111
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9112
- # iops: 1,
9113
- # },
9114
- # },
9115
- # }
9116
- #
9117
7927
  # @!attribute [rw] file_system_id
9118
7928
  # The ID of the file system that you are updating.
9119
7929
  # @return [String]
@@ -9228,26 +8038,6 @@ module Aws::FSx
9228
8038
  # Server file system. Amazon FSx only overwrites existing properties
9229
8039
  # with non-null values provided in the request.
9230
8040
  #
9231
- # @note When making an API call, you may pass UpdateFileSystemWindowsConfiguration
9232
- # data as a hash:
9233
- #
9234
- # {
9235
- # weekly_maintenance_start_time: "WeeklyTime",
9236
- # daily_automatic_backup_start_time: "DailyTime",
9237
- # automatic_backup_retention_days: 1,
9238
- # throughput_capacity: 1,
9239
- # self_managed_active_directory_configuration: {
9240
- # user_name: "DirectoryUserName",
9241
- # password: "DirectoryPassword",
9242
- # dns_ips: ["IpAddress"],
9243
- # },
9244
- # audit_log_configuration: {
9245
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9246
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9247
- # audit_log_destination: "GeneralARN",
9248
- # },
9249
- # }
9250
- #
9251
8041
  # @!attribute [rw] weekly_maintenance_start_time
9252
8042
  # The preferred start time to perform weekly maintenance, formatted
9253
8043
  # d:HH:MM in the UTC time zone. Where d is the weekday number, from 1
@@ -9312,20 +8102,6 @@ module Aws::FSx
9312
8102
  # Used to specify changes to the ONTAP configuration for the volume you
9313
8103
  # are updating.
9314
8104
  #
9315
- # @note When making an API call, you may pass UpdateOntapVolumeConfiguration
9316
- # data as a hash:
9317
- #
9318
- # {
9319
- # junction_path: "JunctionPath",
9320
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
9321
- # size_in_megabytes: 1,
9322
- # storage_efficiency_enabled: false,
9323
- # tiering_policy: {
9324
- # cooling_period: 1,
9325
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
9326
- # },
9327
- # }
9328
- #
9329
8105
  # @!attribute [rw] junction_path
9330
8106
  # Specifies the location in the SVM's namespace where the volume is
9331
8107
  # mounted. The `JunctionPath` must have a leading forward slash, such
@@ -9351,6 +8127,46 @@ module Aws::FSx
9351
8127
  # Update the volume's data tiering policy.
9352
8128
  # @return [Types::TieringPolicy]
9353
8129
  #
8130
+ # @!attribute [rw] snapshot_policy
8131
+ # Specifies the snapshot policy for the volume. There are three
8132
+ # built-in snapshot policies:
8133
+ #
8134
+ # * `default`\: This is the default policy. A maximum of six hourly
8135
+ # snapshots taken five minutes past the hour. A maximum of two daily
8136
+ # snapshots taken Monday through Saturday at 10 minutes after
8137
+ # midnight. A maximum of two weekly snapshots taken every Sunday at
8138
+ # 15 minutes after midnight.
8139
+ #
8140
+ # * `default-1weekly`\: This policy is the same as the `default`
8141
+ # policy except that it only retains one snapshot from the weekly
8142
+ # schedule.
8143
+ #
8144
+ # * `none`\: This policy does not take any snapshots. This policy can
8145
+ # be assigned to volumes to prevent automatic snapshots from being
8146
+ # taken.
8147
+ #
8148
+ # You can also provide the name of a custom policy that you created
8149
+ # with the ONTAP CLI or REST API.
8150
+ #
8151
+ # For more information, see [Snapshot policies][1] in the *Amazon FSx
8152
+ # for NetApp ONTAP User Guide*.
8153
+ #
8154
+ #
8155
+ #
8156
+ # [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/snapshots-ontap.html#snapshot-policies
8157
+ # @return [String]
8158
+ #
8159
+ # @!attribute [rw] copy_tags_to_backups
8160
+ # A boolean flag indicating whether tags for the volume should be
8161
+ # copied to backups. This value defaults to false. If it's set to
8162
+ # true, all tags for the volume are copied to all automatic and
8163
+ # user-initiated backups where the user doesn't specify tags. If this
8164
+ # value is true, and you specify one or more tags, only the specified
8165
+ # tags are copied to backups. If you specify one or more tags when
8166
+ # creating a user-initiated backup, no tags are copied from the
8167
+ # volume, regardless of this value.
8168
+ # @return [Boolean]
8169
+ #
9354
8170
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateOntapVolumeConfiguration AWS API Documentation
9355
8171
  #
9356
8172
  class UpdateOntapVolumeConfiguration < Struct.new(
@@ -9358,7 +8174,9 @@ module Aws::FSx
9358
8174
  :security_style,
9359
8175
  :size_in_megabytes,
9360
8176
  :storage_efficiency_enabled,
9361
- :tiering_policy)
8177
+ :tiering_policy,
8178
+ :snapshot_policy,
8179
+ :copy_tags_to_backups)
9362
8180
  SENSITIVE = []
9363
8181
  include Aws::Structure
9364
8182
  end
@@ -9366,34 +8184,6 @@ module Aws::FSx
9366
8184
  # Used to specify changes to the OpenZFS configuration for the volume
9367
8185
  # that you are updating.
9368
8186
  #
9369
- # @note When making an API call, you may pass UpdateOpenZFSVolumeConfiguration
9370
- # data as a hash:
9371
- #
9372
- # {
9373
- # storage_capacity_reservation_gi_b: 1,
9374
- # storage_capacity_quota_gi_b: 1,
9375
- # record_size_ki_b: 1,
9376
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
9377
- # nfs_exports: [
9378
- # {
9379
- # client_configurations: [ # required
9380
- # {
9381
- # clients: "OpenZFSClients", # required
9382
- # options: ["OpenZFSNfsExportOption"], # required
9383
- # },
9384
- # ],
9385
- # },
9386
- # ],
9387
- # user_and_group_quotas: [
9388
- # {
9389
- # type: "USER", # required, accepts USER, GROUP
9390
- # id: 1, # required
9391
- # storage_capacity_quota_gi_b: 1, # required
9392
- # },
9393
- # ],
9394
- # read_only: false,
9395
- # }
9396
- #
9397
8187
  # @!attribute [rw] storage_capacity_reservation_gi_b
9398
8188
  # The amount of storage in gibibytes (GiB) to reserve from the parent
9399
8189
  # volume. You can't reserve more storage than the parent volume has
@@ -9468,15 +8258,6 @@ module Aws::FSx
9468
8258
  include Aws::Structure
9469
8259
  end
9470
8260
 
9471
- # @note When making an API call, you may pass UpdateSnapshotRequest
9472
- # data as a hash:
9473
- #
9474
- # {
9475
- # client_request_token: "ClientRequestToken",
9476
- # name: "SnapshotName", # required
9477
- # snapshot_id: "SnapshotId", # required
9478
- # }
9479
- #
9480
8261
  # @!attribute [rw] client_request_token
9481
8262
  # (Optional) An idempotency token for resource creation, in a string
9482
8263
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -9519,22 +8300,6 @@ module Aws::FSx
9519
8300
  include Aws::Structure
9520
8301
  end
9521
8302
 
9522
- # @note When making an API call, you may pass UpdateStorageVirtualMachineRequest
9523
- # data as a hash:
9524
- #
9525
- # {
9526
- # active_directory_configuration: {
9527
- # self_managed_active_directory_configuration: {
9528
- # user_name: "DirectoryUserName",
9529
- # password: "DirectoryPassword",
9530
- # dns_ips: ["IpAddress"],
9531
- # },
9532
- # },
9533
- # client_request_token: "ClientRequestToken",
9534
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
9535
- # svm_admin_password: "AdminPassword",
9536
- # }
9537
- #
9538
8303
  # @!attribute [rw] active_directory_configuration
9539
8304
  # Updates the Microsoft Active Directory (AD) configuration for an SVM
9540
8305
  # that is joined to an AD.
@@ -9587,17 +8352,6 @@ module Aws::FSx
9587
8352
  # joined to an AD. Please note, account credentials are not returned in
9588
8353
  # the response payload.
9589
8354
  #
9590
- # @note When making an API call, you may pass UpdateSvmActiveDirectoryConfiguration
9591
- # data as a hash:
9592
- #
9593
- # {
9594
- # self_managed_active_directory_configuration: {
9595
- # user_name: "DirectoryUserName",
9596
- # password: "DirectoryPassword",
9597
- # dns_ips: ["IpAddress"],
9598
- # },
9599
- # }
9600
- #
9601
8355
  # @!attribute [rw] self_managed_active_directory_configuration
9602
8356
  # The configuration that Amazon FSx uses to join the Windows File
9603
8357
  # Server instance to a self-managed Microsoft Active Directory (AD)
@@ -9612,49 +8366,6 @@ module Aws::FSx
9612
8366
  include Aws::Structure
9613
8367
  end
9614
8368
 
9615
- # @note When making an API call, you may pass UpdateVolumeRequest
9616
- # data as a hash:
9617
- #
9618
- # {
9619
- # client_request_token: "ClientRequestToken",
9620
- # volume_id: "VolumeId", # required
9621
- # ontap_configuration: {
9622
- # junction_path: "JunctionPath",
9623
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
9624
- # size_in_megabytes: 1,
9625
- # storage_efficiency_enabled: false,
9626
- # tiering_policy: {
9627
- # cooling_period: 1,
9628
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
9629
- # },
9630
- # },
9631
- # name: "VolumeName",
9632
- # open_zfs_configuration: {
9633
- # storage_capacity_reservation_gi_b: 1,
9634
- # storage_capacity_quota_gi_b: 1,
9635
- # record_size_ki_b: 1,
9636
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
9637
- # nfs_exports: [
9638
- # {
9639
- # client_configurations: [ # required
9640
- # {
9641
- # clients: "OpenZFSClients", # required
9642
- # options: ["OpenZFSNfsExportOption"], # required
9643
- # },
9644
- # ],
9645
- # },
9646
- # ],
9647
- # user_and_group_quotas: [
9648
- # {
9649
- # type: "USER", # required, accepts USER, GROUP
9650
- # id: 1, # required
9651
- # storage_capacity_quota_gi_b: 1, # required
9652
- # },
9653
- # ],
9654
- # read_only: false,
9655
- # },
9656
- # }
9657
- #
9658
8369
  # @!attribute [rw] client_request_token
9659
8370
  # (Optional) An idempotency token for resource creation, in a string
9660
8371
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -9777,9 +8488,10 @@ module Aws::FSx
9777
8488
  # @return [Types::LifecycleTransitionReason]
9778
8489
  #
9779
8490
  # @!attribute [rw] administrative_actions
9780
- # A list of administrative actions for the file system that are in
9781
- # process or waiting to be processed. Administrative actions describe
9782
- # changes to the Amazon FSx system that you initiated.
8491
+ # A list of administrative actions for the volume that are in process
8492
+ # or waiting to be processed. Administrative actions describe changes
8493
+ # to the volume that you have initiated using the `UpdateVolume`
8494
+ # action.
9783
8495
  # @return [Array<Types::AdministrativeAction>]
9784
8496
  #
9785
8497
  # @!attribute [rw] open_zfs_configuration
@@ -9810,14 +8522,6 @@ module Aws::FSx
9810
8522
  # multiple filters to return results that meet all applied filter
9811
8523
  # requirements.
9812
8524
  #
9813
- # @note When making an API call, you may pass VolumeFilter
9814
- # data as a hash:
9815
- #
9816
- # {
9817
- # name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
9818
- # values: ["VolumeFilterValue"],
9819
- # }
9820
- #
9821
8525
  # @!attribute [rw] name
9822
8526
  # The name for this filter.
9823
8527
  # @return [String]
@@ -9919,15 +8623,6 @@ module Aws::FSx
9919
8623
  # The Windows file access auditing configuration used when creating or
9920
8624
  # updating an Amazon FSx for Windows File Server file system.
9921
8625
  #
9922
- # @note When making an API call, you may pass WindowsAuditLogCreateConfiguration
9923
- # data as a hash:
9924
- #
9925
- # {
9926
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9927
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9928
- # audit_log_destination: "GeneralARN",
9929
- # }
9930
- #
9931
8626
  # @!attribute [rw] file_access_audit_log_level
9932
8627
  # Sets which attempt type is logged by Amazon FSx for file and folder
9933
8628
  # accesses.