aws-sdk-fsx 1.62.0 → 1.63.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -273,15 +273,6 @@ module Aws::FSx
273
273
  # The request object specifying one or more DNS alias names to associate
274
274
  # with an Amazon FSx for Windows File Server file system.
275
275
  #
276
- # @note When making an API call, you may pass AssociateFileSystemAliasesRequest
277
- # data as a hash:
278
- #
279
- # {
280
- # client_request_token: "ClientRequestToken",
281
- # file_system_id: "FileSystemId", # required
282
- # aliases: ["AlternateDNSName"], # required
283
- # }
284
- #
285
276
  # @!attribute [rw] client_request_token
286
277
  # (Optional) An idempotency token for resource creation, in a string
287
278
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -357,13 +348,6 @@ module Aws::FSx
357
348
  # This `AutoExportPolicy` is supported only for Amazon FSx for Lustre
358
349
  # file systems with the `Persistent_2` deployment type.
359
350
  #
360
- # @note When making an API call, you may pass AutoExportPolicy
361
- # data as a hash:
362
- #
363
- # {
364
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
365
- # }
366
- #
367
351
  # @!attribute [rw] events
368
352
  # The `AutoExportPolicy` can have the following event values:
369
353
  #
@@ -397,13 +381,6 @@ module Aws::FSx
397
381
  # The `AutoImportPolicy` is supported only for Amazon FSx for Lustre
398
382
  # file systems with the `Persistent_2` deployment type.
399
383
  #
400
- # @note When making an API call, you may pass AutoImportPolicy
401
- # data as a hash:
402
- #
403
- # {
404
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
405
- # }
406
- #
407
384
  # @!attribute [rw] events
408
385
  # The `AutoImportPolicy` can have the following event values:
409
386
  #
@@ -646,13 +623,6 @@ module Aws::FSx
646
623
 
647
624
  # Cancels a data repository task.
648
625
  #
649
- # @note When making an API call, you may pass CancelDataRepositoryTaskRequest
650
- # data as a hash:
651
- #
652
- # {
653
- # task_id: "TaskId", # required
654
- # }
655
- #
656
626
  # @!attribute [rw] task_id
657
627
  # Specifies the data repository task to cancel.
658
628
  # @return [String]
@@ -704,16 +674,6 @@ module Aws::FSx
704
674
  # report `Path` parameter. You can specify whether or not a report gets
705
675
  # generated for a task using the `Enabled` parameter.
706
676
  #
707
- # @note When making an API call, you may pass CompletionReport
708
- # data as a hash:
709
- #
710
- # {
711
- # enabled: false, # required
712
- # path: "ArchivePath",
713
- # format: "REPORT_CSV_20191124", # accepts REPORT_CSV_20191124
714
- # scope: "FAILED_FILES_ONLY", # accepts FAILED_FILES_ONLY
715
- # }
716
- #
717
677
  # @!attribute [rw] enabled
718
678
  # Set `Enabled` to `True` to generate a `CompletionReport` when the
719
679
  # task completes. If set to `true`, then you need to provide a report
@@ -760,23 +720,6 @@ module Aws::FSx
760
720
  include Aws::Structure
761
721
  end
762
722
 
763
- # @note When making an API call, you may pass CopyBackupRequest
764
- # data as a hash:
765
- #
766
- # {
767
- # client_request_token: "ClientRequestToken",
768
- # source_backup_id: "SourceBackupId", # required
769
- # source_region: "Region",
770
- # kms_key_id: "KmsKeyId",
771
- # copy_tags: false,
772
- # tags: [
773
- # {
774
- # key: "TagKey", # required
775
- # value: "TagValue", # required
776
- # },
777
- # ],
778
- # }
779
- #
780
723
  # @!attribute [rw] client_request_token
781
724
  # (Optional) An idempotency token for resource creation, in a string
782
725
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -871,21 +814,6 @@ module Aws::FSx
871
814
 
872
815
  # The request object for the `CreateBackup` operation.
873
816
  #
874
- # @note When making an API call, you may pass CreateBackupRequest
875
- # data as a hash:
876
- #
877
- # {
878
- # file_system_id: "FileSystemId",
879
- # client_request_token: "ClientRequestToken",
880
- # tags: [
881
- # {
882
- # key: "TagKey", # required
883
- # value: "TagValue", # required
884
- # },
885
- # ],
886
- # volume_id: "VolumeId",
887
- # }
888
- #
889
817
  # @!attribute [rw] file_system_id
890
818
  # The ID of the file system to back up.
891
819
  # @return [String]
@@ -937,32 +865,6 @@ module Aws::FSx
937
865
  include Aws::Structure
938
866
  end
939
867
 
940
- # @note When making an API call, you may pass CreateDataRepositoryAssociationRequest
941
- # data as a hash:
942
- #
943
- # {
944
- # file_system_id: "FileSystemId", # required
945
- # file_system_path: "Namespace",
946
- # data_repository_path: "ArchivePath", # required
947
- # batch_import_meta_data_on_create: false,
948
- # imported_file_chunk_size: 1,
949
- # s3: {
950
- # auto_import_policy: {
951
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
952
- # },
953
- # auto_export_policy: {
954
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
955
- # },
956
- # },
957
- # client_request_token: "ClientRequestToken",
958
- # tags: [
959
- # {
960
- # key: "TagKey", # required
961
- # value: "TagValue", # required
962
- # },
963
- # ],
964
- # }
965
- #
966
868
  # @!attribute [rw] file_system_id
967
869
  # The globally unique ID of the file system, assigned by Amazon FSx.
968
870
  # @return [String]
@@ -1066,29 +968,6 @@ module Aws::FSx
1066
968
  include Aws::Structure
1067
969
  end
1068
970
 
1069
- # @note When making an API call, you may pass CreateDataRepositoryTaskRequest
1070
- # data as a hash:
1071
- #
1072
- # {
1073
- # type: "EXPORT_TO_REPOSITORY", # required, accepts EXPORT_TO_REPOSITORY, IMPORT_METADATA_FROM_REPOSITORY, RELEASE_DATA_FROM_FILESYSTEM, AUTO_RELEASE_DATA
1074
- # paths: ["DataRepositoryTaskPath"],
1075
- # file_system_id: "FileSystemId", # required
1076
- # report: { # required
1077
- # enabled: false, # required
1078
- # path: "ArchivePath",
1079
- # format: "REPORT_CSV_20191124", # accepts REPORT_CSV_20191124
1080
- # scope: "FAILED_FILES_ONLY", # accepts FAILED_FILES_ONLY
1081
- # },
1082
- # client_request_token: "ClientRequestToken",
1083
- # tags: [
1084
- # {
1085
- # key: "TagKey", # required
1086
- # value: "TagValue", # required
1087
- # },
1088
- # ],
1089
- # capacity_to_release: 1,
1090
- # }
1091
- #
1092
971
  # @!attribute [rw] type
1093
972
  # Specifies the type of data repository task to create.
1094
973
  # @return [String]
@@ -1176,18 +1055,6 @@ module Aws::FSx
1176
1055
  # The Amazon File Cache configuration for the cache that you are
1177
1056
  # creating.
1178
1057
  #
1179
- # @note When making an API call, you may pass CreateFileCacheLustreConfiguration
1180
- # data as a hash:
1181
- #
1182
- # {
1183
- # per_unit_storage_throughput: 1, # required
1184
- # deployment_type: "CACHE_1", # required, accepts CACHE_1
1185
- # weekly_maintenance_start_time: "WeeklyTime",
1186
- # metadata_configuration: { # required
1187
- # storage_capacity: 1, # required
1188
- # },
1189
- # }
1190
- #
1191
1058
  # @!attribute [rw] per_unit_storage_throughput
1192
1059
  # Provisions the amount of read and write throughput for each 1
1193
1060
  # tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only
@@ -1230,45 +1097,6 @@ module Aws::FSx
1230
1097
  include Aws::Structure
1231
1098
  end
1232
1099
 
1233
- # @note When making an API call, you may pass CreateFileCacheRequest
1234
- # data as a hash:
1235
- #
1236
- # {
1237
- # client_request_token: "ClientRequestToken",
1238
- # file_cache_type: "LUSTRE", # required, accepts LUSTRE
1239
- # file_cache_type_version: "FileSystemTypeVersion", # required
1240
- # storage_capacity: 1, # required
1241
- # subnet_ids: ["SubnetId"], # required
1242
- # security_group_ids: ["SecurityGroupId"],
1243
- # tags: [
1244
- # {
1245
- # key: "TagKey", # required
1246
- # value: "TagValue", # required
1247
- # },
1248
- # ],
1249
- # copy_tags_to_data_repository_associations: false,
1250
- # kms_key_id: "KmsKeyId",
1251
- # lustre_configuration: {
1252
- # per_unit_storage_throughput: 1, # required
1253
- # deployment_type: "CACHE_1", # required, accepts CACHE_1
1254
- # weekly_maintenance_start_time: "WeeklyTime",
1255
- # metadata_configuration: { # required
1256
- # storage_capacity: 1, # required
1257
- # },
1258
- # },
1259
- # data_repository_associations: [
1260
- # {
1261
- # file_cache_path: "Namespace", # required
1262
- # data_repository_path: "ArchivePath", # required
1263
- # data_repository_subdirectories: ["Namespace"],
1264
- # nfs: {
1265
- # version: "NFS3", # required, accepts NFS3
1266
- # dns_ips: ["IpAddress"],
1267
- # },
1268
- # },
1269
- # ],
1270
- # }
1271
- #
1272
1100
  # @!attribute [rw] client_request_token
1273
1101
  # An idempotency token for resource creation, in a string of up to 64
1274
1102
  # ASCII characters. This token is automatically filled on your behalf
@@ -1389,108 +1217,6 @@ module Aws::FSx
1389
1217
 
1390
1218
  # The request object for the `CreateFileSystemFromBackup` operation.
1391
1219
  #
1392
- # @note When making an API call, you may pass CreateFileSystemFromBackupRequest
1393
- # data as a hash:
1394
- #
1395
- # {
1396
- # backup_id: "BackupId", # required
1397
- # client_request_token: "ClientRequestToken",
1398
- # subnet_ids: ["SubnetId"], # required
1399
- # security_group_ids: ["SecurityGroupId"],
1400
- # tags: [
1401
- # {
1402
- # key: "TagKey", # required
1403
- # value: "TagValue", # required
1404
- # },
1405
- # ],
1406
- # windows_configuration: {
1407
- # active_directory_id: "DirectoryId",
1408
- # self_managed_active_directory_configuration: {
1409
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
1410
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
1411
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
1412
- # user_name: "DirectoryUserName", # required
1413
- # password: "DirectoryPassword", # required
1414
- # dns_ips: ["IpAddress"], # required
1415
- # },
1416
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
1417
- # preferred_subnet_id: "SubnetId",
1418
- # throughput_capacity: 1, # required
1419
- # weekly_maintenance_start_time: "WeeklyTime",
1420
- # daily_automatic_backup_start_time: "DailyTime",
1421
- # automatic_backup_retention_days: 1,
1422
- # copy_tags_to_backups: false,
1423
- # aliases: ["AlternateDNSName"],
1424
- # audit_log_configuration: {
1425
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1426
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1427
- # audit_log_destination: "GeneralARN",
1428
- # },
1429
- # },
1430
- # lustre_configuration: {
1431
- # weekly_maintenance_start_time: "WeeklyTime",
1432
- # import_path: "ArchivePath",
1433
- # export_path: "ArchivePath",
1434
- # imported_file_chunk_size: 1,
1435
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
1436
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
1437
- # per_unit_storage_throughput: 1,
1438
- # daily_automatic_backup_start_time: "DailyTime",
1439
- # automatic_backup_retention_days: 1,
1440
- # copy_tags_to_backups: false,
1441
- # drive_cache_type: "NONE", # accepts NONE, READ
1442
- # data_compression_type: "NONE", # accepts NONE, LZ4
1443
- # log_configuration: {
1444
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1445
- # destination: "GeneralARN",
1446
- # },
1447
- # root_squash_configuration: {
1448
- # root_squash: "LustreRootSquash",
1449
- # no_squash_nids: ["LustreNoSquashNid"],
1450
- # },
1451
- # },
1452
- # storage_type: "SSD", # accepts SSD, HDD
1453
- # kms_key_id: "KmsKeyId",
1454
- # file_system_type_version: "FileSystemTypeVersion",
1455
- # open_zfs_configuration: {
1456
- # automatic_backup_retention_days: 1,
1457
- # copy_tags_to_backups: false,
1458
- # copy_tags_to_volumes: false,
1459
- # daily_automatic_backup_start_time: "DailyTime",
1460
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
1461
- # throughput_capacity: 1, # required
1462
- # weekly_maintenance_start_time: "WeeklyTime",
1463
- # disk_iops_configuration: {
1464
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
1465
- # iops: 1,
1466
- # },
1467
- # root_volume_configuration: {
1468
- # record_size_ki_b: 1,
1469
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
1470
- # nfs_exports: [
1471
- # {
1472
- # client_configurations: [ # required
1473
- # {
1474
- # clients: "OpenZFSClients", # required
1475
- # options: ["OpenZFSNfsExportOption"], # required
1476
- # },
1477
- # ],
1478
- # },
1479
- # ],
1480
- # user_and_group_quotas: [
1481
- # {
1482
- # type: "USER", # required, accepts USER, GROUP
1483
- # id: 1, # required
1484
- # storage_capacity_quota_gi_b: 1, # required
1485
- # },
1486
- # ],
1487
- # copy_tags_to_snapshots: false,
1488
- # read_only: false,
1489
- # },
1490
- # },
1491
- # storage_capacity: 1,
1492
- # }
1493
- #
1494
1220
  # @!attribute [rw] backup_id
1495
1221
  # The ID of the source backup. Specifies the backup that you are
1496
1222
  # copying.
@@ -1682,32 +1408,6 @@ module Aws::FSx
1682
1408
  #
1683
1409
  # </note>
1684
1410
  #
1685
- # @note When making an API call, you may pass CreateFileSystemLustreConfiguration
1686
- # data as a hash:
1687
- #
1688
- # {
1689
- # weekly_maintenance_start_time: "WeeklyTime",
1690
- # import_path: "ArchivePath",
1691
- # export_path: "ArchivePath",
1692
- # imported_file_chunk_size: 1,
1693
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
1694
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
1695
- # per_unit_storage_throughput: 1,
1696
- # daily_automatic_backup_start_time: "DailyTime",
1697
- # automatic_backup_retention_days: 1,
1698
- # copy_tags_to_backups: false,
1699
- # drive_cache_type: "NONE", # accepts NONE, READ
1700
- # data_compression_type: "NONE", # accepts NONE, LZ4
1701
- # log_configuration: {
1702
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
1703
- # destination: "GeneralARN",
1704
- # },
1705
- # root_squash_configuration: {
1706
- # root_squash: "LustreRootSquash",
1707
- # no_squash_nids: ["LustreNoSquashNid"],
1708
- # },
1709
- # }
1710
- #
1711
1411
  # @!attribute [rw] weekly_maintenance_start_time
1712
1412
  # (Optional) The preferred start time to perform weekly maintenance,
1713
1413
  # formatted d:HH:MM in the UTC time zone, where d is the weekday
@@ -1983,25 +1683,6 @@ module Aws::FSx
1983
1683
  # The ONTAP configuration properties of the FSx for ONTAP file system
1984
1684
  # that you are creating.
1985
1685
  #
1986
- # @note When making an API call, you may pass CreateFileSystemOntapConfiguration
1987
- # data as a hash:
1988
- #
1989
- # {
1990
- # automatic_backup_retention_days: 1,
1991
- # daily_automatic_backup_start_time: "DailyTime",
1992
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
1993
- # endpoint_ip_address_range: "IpAddressRange",
1994
- # fsx_admin_password: "AdminPassword",
1995
- # disk_iops_configuration: {
1996
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
1997
- # iops: 1,
1998
- # },
1999
- # preferred_subnet_id: "SubnetId",
2000
- # route_table_ids: ["RouteTableId"],
2001
- # throughput_capacity: 1, # required
2002
- # weekly_maintenance_start_time: "WeeklyTime",
2003
- # }
2004
- #
2005
1686
  # @!attribute [rw] automatic_backup_retention_days
2006
1687
  # The number of days to retain automatic backups. Setting this
2007
1688
  # property to `0` disables automatic backups. You can retain automatic
@@ -2109,46 +1790,6 @@ module Aws::FSx
2109
1790
  # The Amazon FSx for OpenZFS configuration properties for the file
2110
1791
  # system that you are creating.
2111
1792
  #
2112
- # @note When making an API call, you may pass CreateFileSystemOpenZFSConfiguration
2113
- # data as a hash:
2114
- #
2115
- # {
2116
- # automatic_backup_retention_days: 1,
2117
- # copy_tags_to_backups: false,
2118
- # copy_tags_to_volumes: false,
2119
- # daily_automatic_backup_start_time: "DailyTime",
2120
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
2121
- # throughput_capacity: 1, # required
2122
- # weekly_maintenance_start_time: "WeeklyTime",
2123
- # disk_iops_configuration: {
2124
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2125
- # iops: 1,
2126
- # },
2127
- # root_volume_configuration: {
2128
- # record_size_ki_b: 1,
2129
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
2130
- # nfs_exports: [
2131
- # {
2132
- # client_configurations: [ # required
2133
- # {
2134
- # clients: "OpenZFSClients", # required
2135
- # options: ["OpenZFSNfsExportOption"], # required
2136
- # },
2137
- # ],
2138
- # },
2139
- # ],
2140
- # user_and_group_quotas: [
2141
- # {
2142
- # type: "USER", # required, accepts USER, GROUP
2143
- # id: 1, # required
2144
- # storage_capacity_quota_gi_b: 1, # required
2145
- # },
2146
- # ],
2147
- # copy_tags_to_snapshots: false,
2148
- # read_only: false,
2149
- # },
2150
- # }
2151
- #
2152
1793
  # @!attribute [rw] automatic_backup_retention_days
2153
1794
  # The number of days to retain automatic backups. Setting this
2154
1795
  # property to `0` disables automatic backups. You can retain automatic
@@ -2198,14 +1839,14 @@ module Aws::FSx
2198
1839
  # available only in the US East (N. Virginia), US East (Ohio), US
2199
1840
  # West (Oregon), and Europe (Ireland) Amazon Web Services Regions.
2200
1841
  #
2201
- # For more information, see: [Deployment type availability][1] and [
2202
- # File system performance][2]in the*Amazon FSx for OpenZFS User
1842
+ # For more information, see: [Deployment type availability][1] and
1843
+ # [File system performance][2] in the *Amazon FSx for OpenZFS User
2203
1844
  # Guide*.
2204
1845
  #
2205
1846
  #
2206
1847
  #
2207
- # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/available-aws-regions.html
2208
- # [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/zfs-fs-performance.html
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
2209
1850
  # @return [String]
2210
1851
  #
2211
1852
  # @!attribute [rw] throughput_capacity
@@ -2272,123 +1913,6 @@ module Aws::FSx
2272
1913
 
2273
1914
  # The request object used to create a new Amazon FSx file system.
2274
1915
  #
2275
- # @note When making an API call, you may pass CreateFileSystemRequest
2276
- # data as a hash:
2277
- #
2278
- # {
2279
- # client_request_token: "ClientRequestToken",
2280
- # file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP, OPENZFS
2281
- # storage_capacity: 1, # required
2282
- # storage_type: "SSD", # accepts SSD, HDD
2283
- # subnet_ids: ["SubnetId"], # required
2284
- # security_group_ids: ["SecurityGroupId"],
2285
- # tags: [
2286
- # {
2287
- # key: "TagKey", # required
2288
- # value: "TagValue", # required
2289
- # },
2290
- # ],
2291
- # kms_key_id: "KmsKeyId",
2292
- # windows_configuration: {
2293
- # active_directory_id: "DirectoryId",
2294
- # self_managed_active_directory_configuration: {
2295
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
2296
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
2297
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
2298
- # user_name: "DirectoryUserName", # required
2299
- # password: "DirectoryPassword", # required
2300
- # dns_ips: ["IpAddress"], # required
2301
- # },
2302
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
2303
- # preferred_subnet_id: "SubnetId",
2304
- # throughput_capacity: 1, # required
2305
- # weekly_maintenance_start_time: "WeeklyTime",
2306
- # daily_automatic_backup_start_time: "DailyTime",
2307
- # automatic_backup_retention_days: 1,
2308
- # copy_tags_to_backups: false,
2309
- # aliases: ["AlternateDNSName"],
2310
- # audit_log_configuration: {
2311
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2312
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2313
- # audit_log_destination: "GeneralARN",
2314
- # },
2315
- # },
2316
- # lustre_configuration: {
2317
- # weekly_maintenance_start_time: "WeeklyTime",
2318
- # import_path: "ArchivePath",
2319
- # export_path: "ArchivePath",
2320
- # imported_file_chunk_size: 1,
2321
- # deployment_type: "SCRATCH_1", # accepts SCRATCH_1, SCRATCH_2, PERSISTENT_1, PERSISTENT_2
2322
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
2323
- # per_unit_storage_throughput: 1,
2324
- # daily_automatic_backup_start_time: "DailyTime",
2325
- # automatic_backup_retention_days: 1,
2326
- # copy_tags_to_backups: false,
2327
- # drive_cache_type: "NONE", # accepts NONE, READ
2328
- # data_compression_type: "NONE", # accepts NONE, LZ4
2329
- # log_configuration: {
2330
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2331
- # destination: "GeneralARN",
2332
- # },
2333
- # root_squash_configuration: {
2334
- # root_squash: "LustreRootSquash",
2335
- # no_squash_nids: ["LustreNoSquashNid"],
2336
- # },
2337
- # },
2338
- # ontap_configuration: {
2339
- # automatic_backup_retention_days: 1,
2340
- # daily_automatic_backup_start_time: "DailyTime",
2341
- # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
2342
- # endpoint_ip_address_range: "IpAddressRange",
2343
- # fsx_admin_password: "AdminPassword",
2344
- # disk_iops_configuration: {
2345
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2346
- # iops: 1,
2347
- # },
2348
- # preferred_subnet_id: "SubnetId",
2349
- # route_table_ids: ["RouteTableId"],
2350
- # throughput_capacity: 1, # required
2351
- # weekly_maintenance_start_time: "WeeklyTime",
2352
- # },
2353
- # file_system_type_version: "FileSystemTypeVersion",
2354
- # open_zfs_configuration: {
2355
- # automatic_backup_retention_days: 1,
2356
- # copy_tags_to_backups: false,
2357
- # copy_tags_to_volumes: false,
2358
- # daily_automatic_backup_start_time: "DailyTime",
2359
- # deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
2360
- # throughput_capacity: 1, # required
2361
- # weekly_maintenance_start_time: "WeeklyTime",
2362
- # disk_iops_configuration: {
2363
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
2364
- # iops: 1,
2365
- # },
2366
- # root_volume_configuration: {
2367
- # record_size_ki_b: 1,
2368
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
2369
- # nfs_exports: [
2370
- # {
2371
- # client_configurations: [ # required
2372
- # {
2373
- # clients: "OpenZFSClients", # required
2374
- # options: ["OpenZFSNfsExportOption"], # required
2375
- # },
2376
- # ],
2377
- # },
2378
- # ],
2379
- # user_and_group_quotas: [
2380
- # {
2381
- # type: "USER", # required, accepts USER, GROUP
2382
- # id: 1, # required
2383
- # storage_capacity_quota_gi_b: 1, # required
2384
- # },
2385
- # ],
2386
- # copy_tags_to_snapshots: false,
2387
- # read_only: false,
2388
- # },
2389
- # },
2390
- # }
2391
- #
2392
1916
  # @!attribute [rw] client_request_token
2393
1917
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2394
1918
  # idempotent creation. This string is automatically filled on your
@@ -2610,34 +2134,6 @@ module Aws::FSx
2610
2134
  # The configuration object for the Microsoft Windows file system used in
2611
2135
  # `CreateFileSystem` and `CreateFileSystemFromBackup` operations.
2612
2136
  #
2613
- # @note When making an API call, you may pass CreateFileSystemWindowsConfiguration
2614
- # data as a hash:
2615
- #
2616
- # {
2617
- # active_directory_id: "DirectoryId",
2618
- # self_managed_active_directory_configuration: {
2619
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
2620
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
2621
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
2622
- # user_name: "DirectoryUserName", # required
2623
- # password: "DirectoryPassword", # required
2624
- # dns_ips: ["IpAddress"], # required
2625
- # },
2626
- # deployment_type: "MULTI_AZ_1", # accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
2627
- # preferred_subnet_id: "SubnetId",
2628
- # throughput_capacity: 1, # required
2629
- # weekly_maintenance_start_time: "WeeklyTime",
2630
- # daily_automatic_backup_start_time: "DailyTime",
2631
- # automatic_backup_retention_days: 1,
2632
- # copy_tags_to_backups: false,
2633
- # aliases: ["AlternateDNSName"],
2634
- # audit_log_configuration: {
2635
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2636
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2637
- # audit_log_destination: "GeneralARN",
2638
- # },
2639
- # }
2640
- #
2641
2137
  # @!attribute [rw] active_directory_id
2642
2138
  # The ID for an existing Amazon Web Services Managed Microsoft Active
2643
2139
  # Directory (AD) instance that the file system should join when it's
@@ -2793,24 +2289,6 @@ module Aws::FSx
2793
2289
 
2794
2290
  # Specifies the configuration of the ONTAP volume that you are creating.
2795
2291
  #
2796
- # @note When making an API call, you may pass CreateOntapVolumeConfiguration
2797
- # data as a hash:
2798
- #
2799
- # {
2800
- # junction_path: "JunctionPath",
2801
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
2802
- # size_in_megabytes: 1, # required
2803
- # storage_efficiency_enabled: false,
2804
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
2805
- # tiering_policy: {
2806
- # cooling_period: 1,
2807
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
2808
- # },
2809
- # ontap_volume_type: "RW", # accepts RW, DP
2810
- # snapshot_policy: "SnapshotPolicy",
2811
- # copy_tags_to_backups: false,
2812
- # }
2813
- #
2814
2292
  # @!attribute [rw] junction_path
2815
2293
  # Specifies the location in the SVM's namespace where the volume is
2816
2294
  # mounted. The `JunctionPath` must have a leading forward slash, such
@@ -2964,14 +2442,6 @@ module Aws::FSx
2964
2442
  # The snapshot configuration to use when creating an OpenZFS volume from
2965
2443
  # a snapshot.
2966
2444
  #
2967
- # @note When making an API call, you may pass CreateOpenZFSOriginSnapshotConfiguration
2968
- # data as a hash:
2969
- #
2970
- # {
2971
- # snapshot_arn: "ResourceARN", # required
2972
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
2973
- # }
2974
- #
2975
2445
  # @!attribute [rw] snapshot_arn
2976
2446
  # The Amazon Resource Name (ARN) for a given resource. ARNs uniquely
2977
2447
  # identify Amazon Web Services resources. We require an ARN when you
@@ -3009,40 +2479,6 @@ module Aws::FSx
3009
2479
  # Specifies the configuration of the Amazon FSx for OpenZFS volume that
3010
2480
  # you are creating.
3011
2481
  #
3012
- # @note When making an API call, you may pass CreateOpenZFSVolumeConfiguration
3013
- # data as a hash:
3014
- #
3015
- # {
3016
- # parent_volume_id: "VolumeId", # required
3017
- # storage_capacity_reservation_gi_b: 1,
3018
- # storage_capacity_quota_gi_b: 1,
3019
- # record_size_ki_b: 1,
3020
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
3021
- # copy_tags_to_snapshots: false,
3022
- # origin_snapshot: {
3023
- # snapshot_arn: "ResourceARN", # required
3024
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
3025
- # },
3026
- # read_only: false,
3027
- # nfs_exports: [
3028
- # {
3029
- # client_configurations: [ # required
3030
- # {
3031
- # clients: "OpenZFSClients", # required
3032
- # options: ["OpenZFSNfsExportOption"], # required
3033
- # },
3034
- # ],
3035
- # },
3036
- # ],
3037
- # user_and_group_quotas: [
3038
- # {
3039
- # type: "USER", # required, accepts USER, GROUP
3040
- # id: 1, # required
3041
- # storage_capacity_quota_gi_b: 1, # required
3042
- # },
3043
- # ],
3044
- # }
3045
- #
3046
2482
  # @!attribute [rw] parent_volume_id
3047
2483
  # The ID of the volume to use as the parent volume of the volume that
3048
2484
  # you are creating.
@@ -3169,21 +2605,6 @@ module Aws::FSx
3169
2605
  include Aws::Structure
3170
2606
  end
3171
2607
 
3172
- # @note When making an API call, you may pass CreateSnapshotRequest
3173
- # data as a hash:
3174
- #
3175
- # {
3176
- # client_request_token: "ClientRequestToken",
3177
- # name: "SnapshotName", # required
3178
- # volume_id: "VolumeId", # required
3179
- # tags: [
3180
- # {
3181
- # key: "TagKey", # required
3182
- # value: "TagValue", # required
3183
- # },
3184
- # ],
3185
- # }
3186
- #
3187
2608
  # @!attribute [rw] client_request_token
3188
2609
  # (Optional) An idempotency token for resource creation, in a string
3189
2610
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -3229,34 +2650,6 @@ module Aws::FSx
3229
2650
  include Aws::Structure
3230
2651
  end
3231
2652
 
3232
- # @note When making an API call, you may pass CreateStorageVirtualMachineRequest
3233
- # data as a hash:
3234
- #
3235
- # {
3236
- # active_directory_configuration: {
3237
- # net_bios_name: "NetBiosAlias", # required
3238
- # self_managed_active_directory_configuration: {
3239
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
3240
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3241
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
3242
- # user_name: "DirectoryUserName", # required
3243
- # password: "DirectoryPassword", # required
3244
- # dns_ips: ["IpAddress"], # required
3245
- # },
3246
- # },
3247
- # client_request_token: "ClientRequestToken",
3248
- # file_system_id: "FileSystemId", # required
3249
- # name: "StorageVirtualMachineName", # required
3250
- # svm_admin_password: "AdminPassword",
3251
- # tags: [
3252
- # {
3253
- # key: "TagKey", # required
3254
- # value: "TagValue", # required
3255
- # },
3256
- # ],
3257
- # root_volume_security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3258
- # }
3259
- #
3260
2653
  # @!attribute [rw] active_directory_configuration
3261
2654
  # Describes the self-managed Microsoft Active Directory to which you
3262
2655
  # want to join the SVM. Joining an Active Directory provides user
@@ -3339,21 +2732,6 @@ module Aws::FSx
3339
2732
  # virtual machine (SVM) to your self-managed (including on-premises)
3340
2733
  # Microsoft Active Directory (AD) directory.
3341
2734
  #
3342
- # @note When making an API call, you may pass CreateSvmActiveDirectoryConfiguration
3343
- # data as a hash:
3344
- #
3345
- # {
3346
- # net_bios_name: "NetBiosAlias", # required
3347
- # self_managed_active_directory_configuration: {
3348
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
3349
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3350
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
3351
- # user_name: "DirectoryUserName", # required
3352
- # password: "DirectoryPassword", # required
3353
- # dns_ips: ["IpAddress"], # required
3354
- # },
3355
- # }
3356
- #
3357
2735
  # @!attribute [rw] net_bios_name
3358
2736
  # The NetBIOS name of the Active Directory computer object that will
3359
2737
  # be created for your SVM.
@@ -3382,35 +2760,6 @@ module Aws::FSx
3382
2760
  include Aws::Structure
3383
2761
  end
3384
2762
 
3385
- # @note When making an API call, you may pass CreateVolumeFromBackupRequest
3386
- # data as a hash:
3387
- #
3388
- # {
3389
- # backup_id: "BackupId", # required
3390
- # client_request_token: "ClientRequestToken",
3391
- # name: "VolumeName", # required
3392
- # ontap_configuration: {
3393
- # junction_path: "JunctionPath",
3394
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3395
- # size_in_megabytes: 1, # required
3396
- # storage_efficiency_enabled: false,
3397
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
3398
- # tiering_policy: {
3399
- # cooling_period: 1,
3400
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
3401
- # },
3402
- # ontap_volume_type: "RW", # accepts RW, DP
3403
- # snapshot_policy: "SnapshotPolicy",
3404
- # copy_tags_to_backups: false,
3405
- # },
3406
- # tags: [
3407
- # {
3408
- # key: "TagKey", # required
3409
- # value: "TagValue", # required
3410
- # },
3411
- # ],
3412
- # }
3413
- #
3414
2763
  # @!attribute [rw] backup_id
3415
2764
  # The ID of the source backup. Specifies the backup that you are
3416
2765
  # copying.
@@ -3464,65 +2813,6 @@ module Aws::FSx
3464
2813
  include Aws::Structure
3465
2814
  end
3466
2815
 
3467
- # @note When making an API call, you may pass CreateVolumeRequest
3468
- # data as a hash:
3469
- #
3470
- # {
3471
- # client_request_token: "ClientRequestToken",
3472
- # volume_type: "ONTAP", # required, accepts ONTAP, OPENZFS
3473
- # name: "VolumeName", # required
3474
- # ontap_configuration: {
3475
- # junction_path: "JunctionPath",
3476
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3477
- # size_in_megabytes: 1, # required
3478
- # storage_efficiency_enabled: false,
3479
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
3480
- # tiering_policy: {
3481
- # cooling_period: 1,
3482
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
3483
- # },
3484
- # ontap_volume_type: "RW", # accepts RW, DP
3485
- # snapshot_policy: "SnapshotPolicy",
3486
- # copy_tags_to_backups: false,
3487
- # },
3488
- # tags: [
3489
- # {
3490
- # key: "TagKey", # required
3491
- # value: "TagValue", # required
3492
- # },
3493
- # ],
3494
- # open_zfs_configuration: {
3495
- # parent_volume_id: "VolumeId", # required
3496
- # storage_capacity_reservation_gi_b: 1,
3497
- # storage_capacity_quota_gi_b: 1,
3498
- # record_size_ki_b: 1,
3499
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
3500
- # copy_tags_to_snapshots: false,
3501
- # origin_snapshot: {
3502
- # snapshot_arn: "ResourceARN", # required
3503
- # copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
3504
- # },
3505
- # read_only: false,
3506
- # nfs_exports: [
3507
- # {
3508
- # client_configurations: [ # required
3509
- # {
3510
- # clients: "OpenZFSClients", # required
3511
- # options: ["OpenZFSNfsExportOption"], # required
3512
- # },
3513
- # ],
3514
- # },
3515
- # ],
3516
- # user_and_group_quotas: [
3517
- # {
3518
- # type: "USER", # required, accepts USER, GROUP
3519
- # id: 1, # required
3520
- # storage_capacity_quota_gi_b: 1, # required
3521
- # },
3522
- # ],
3523
- # },
3524
- # }
3525
- #
3526
2816
  # @!attribute [rw] client_request_token
3527
2817
  # (Optional) An idempotency token for resource creation, in a string
3528
2818
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4132,14 +3422,6 @@ module Aws::FSx
4132
3422
  # system IDs, task lifecycles, and by task type. A filter object
4133
3423
  # consists of a filter `Name`, and one or more `Values` for the filter.
4134
3424
  #
4135
- # @note When making an API call, you may pass DataRepositoryTaskFilter
4136
- # data as a hash:
4137
- #
4138
- # {
4139
- # name: "file-system-id", # accepts file-system-id, task-lifecycle, data-repository-association-id, file-cache-id
4140
- # values: ["DataRepositoryTaskFilterValue"],
4141
- # }
4142
- #
4143
3425
  # @!attribute [rw] name
4144
3426
  # Name of the task property to use in filtering the tasks returned in
4145
3427
  # the response.
@@ -4225,14 +3507,6 @@ module Aws::FSx
4225
3507
 
4226
3508
  # The request object for the `DeleteBackup` operation.
4227
3509
  #
4228
- # @note When making an API call, you may pass DeleteBackupRequest
4229
- # data as a hash:
4230
- #
4231
- # {
4232
- # backup_id: "BackupId", # required
4233
- # client_request_token: "ClientRequestToken",
4234
- # }
4235
- #
4236
3510
  # @!attribute [rw] backup_id
4237
3511
  # The ID of the backup that you want to delete.
4238
3512
  # @return [String]
@@ -4275,15 +3549,6 @@ module Aws::FSx
4275
3549
  include Aws::Structure
4276
3550
  end
4277
3551
 
4278
- # @note When making an API call, you may pass DeleteDataRepositoryAssociationRequest
4279
- # data as a hash:
4280
- #
4281
- # {
4282
- # association_id: "DataRepositoryAssociationId", # required
4283
- # client_request_token: "ClientRequestToken",
4284
- # delete_data_in_file_system: false,
4285
- # }
4286
- #
4287
3552
  # @!attribute [rw] association_id
4288
3553
  # The ID of the data repository association that you want to delete.
4289
3554
  # @return [String]
@@ -4337,14 +3602,6 @@ module Aws::FSx
4337
3602
  include Aws::Structure
4338
3603
  end
4339
3604
 
4340
- # @note When making an API call, you may pass DeleteFileCacheRequest
4341
- # data as a hash:
4342
- #
4343
- # {
4344
- # file_cache_id: "FileCacheId", # required
4345
- # client_request_token: "ClientRequestToken",
4346
- # }
4347
- #
4348
3605
  # @!attribute [rw] file_cache_id
4349
3606
  # The ID of the cache that's being deleted.
4350
3607
  # @return [String]
@@ -4390,19 +3647,6 @@ module Aws::FSx
4390
3647
  # The configuration object for the Amazon FSx for Lustre file system
4391
3648
  # being deleted in the `DeleteFileSystem` operation.
4392
3649
  #
4393
- # @note When making an API call, you may pass DeleteFileSystemLustreConfiguration
4394
- # data as a hash:
4395
- #
4396
- # {
4397
- # skip_final_backup: false,
4398
- # final_backup_tags: [
4399
- # {
4400
- # key: "TagKey", # required
4401
- # value: "TagValue", # required
4402
- # },
4403
- # ],
4404
- # }
4405
- #
4406
3650
  # @!attribute [rw] skip_final_backup
4407
3651
  # Set `SkipFinalBackup` to false if you want to take a final backup of
4408
3652
  # the file system you are deleting. By default, Amazon FSx will not
@@ -4456,20 +3700,6 @@ module Aws::FSx
4456
3700
  # The configuration object for the Amazon FSx for OpenZFS file system
4457
3701
  # used in the `DeleteFileSystem` operation.
4458
3702
  #
4459
- # @note When making an API call, you may pass DeleteFileSystemOpenZFSConfiguration
4460
- # data as a hash:
4461
- #
4462
- # {
4463
- # skip_final_backup: false,
4464
- # final_backup_tags: [
4465
- # {
4466
- # key: "TagKey", # required
4467
- # value: "TagValue", # required
4468
- # },
4469
- # ],
4470
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4471
- # }
4472
- #
4473
3703
  # @!attribute [rw] skip_final_backup
4474
3704
  # By default, Amazon FSx for OpenZFS takes a final backup on your
4475
3705
  # behalf when the `DeleteFileSystem` operation is invoked. Doing this
@@ -4522,42 +3752,6 @@ module Aws::FSx
4522
3752
 
4523
3753
  # The request object for `DeleteFileSystem` operation.
4524
3754
  #
4525
- # @note When making an API call, you may pass DeleteFileSystemRequest
4526
- # data as a hash:
4527
- #
4528
- # {
4529
- # file_system_id: "FileSystemId", # required
4530
- # client_request_token: "ClientRequestToken",
4531
- # windows_configuration: {
4532
- # skip_final_backup: false,
4533
- # final_backup_tags: [
4534
- # {
4535
- # key: "TagKey", # required
4536
- # value: "TagValue", # required
4537
- # },
4538
- # ],
4539
- # },
4540
- # lustre_configuration: {
4541
- # skip_final_backup: false,
4542
- # final_backup_tags: [
4543
- # {
4544
- # key: "TagKey", # required
4545
- # value: "TagValue", # required
4546
- # },
4547
- # ],
4548
- # },
4549
- # open_zfs_configuration: {
4550
- # skip_final_backup: false,
4551
- # final_backup_tags: [
4552
- # {
4553
- # key: "TagKey", # required
4554
- # value: "TagValue", # required
4555
- # },
4556
- # ],
4557
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4558
- # },
4559
- # }
4560
- #
4561
3755
  # @!attribute [rw] file_system_id
4562
3756
  # The ID of the file system that you want to delete.
4563
3757
  # @return [String]
@@ -4641,19 +3835,6 @@ module Aws::FSx
4641
3835
  # The configuration object for the Microsoft Windows file system used in
4642
3836
  # the `DeleteFileSystem` operation.
4643
3837
  #
4644
- # @note When making an API call, you may pass DeleteFileSystemWindowsConfiguration
4645
- # data as a hash:
4646
- #
4647
- # {
4648
- # skip_final_backup: false,
4649
- # final_backup_tags: [
4650
- # {
4651
- # key: "TagKey", # required
4652
- # value: "TagValue", # required
4653
- # },
4654
- # ],
4655
- # }
4656
- #
4657
3838
  # @!attribute [rw] skip_final_backup
4658
3839
  # By default, Amazon FSx for Windows takes a final backup on your
4659
3840
  # behalf when the `DeleteFileSystem` operation is invoked. Doing this
@@ -4695,14 +3876,6 @@ module Aws::FSx
4695
3876
  include Aws::Structure
4696
3877
  end
4697
3878
 
4698
- # @note When making an API call, you may pass DeleteSnapshotRequest
4699
- # data as a hash:
4700
- #
4701
- # {
4702
- # client_request_token: "ClientRequestToken",
4703
- # snapshot_id: "SnapshotId", # required
4704
- # }
4705
- #
4706
3879
  # @!attribute [rw] client_request_token
4707
3880
  # (Optional) An idempotency token for resource creation, in a string
4708
3881
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4744,14 +3917,6 @@ module Aws::FSx
4744
3917
  include Aws::Structure
4745
3918
  end
4746
3919
 
4747
- # @note When making an API call, you may pass DeleteStorageVirtualMachineRequest
4748
- # data as a hash:
4749
- #
4750
- # {
4751
- # client_request_token: "ClientRequestToken",
4752
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
4753
- # }
4754
- #
4755
3920
  # @!attribute [rw] client_request_token
4756
3921
  # (Optional) An idempotency token for resource creation, in a string
4757
3922
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4795,19 +3960,6 @@ module Aws::FSx
4795
3960
  # Use to specify skipping a final backup, or to add tags to a final
4796
3961
  # backup.
4797
3962
  #
4798
- # @note When making an API call, you may pass DeleteVolumeOntapConfiguration
4799
- # data as a hash:
4800
- #
4801
- # {
4802
- # skip_final_backup: false,
4803
- # final_backup_tags: [
4804
- # {
4805
- # key: "TagKey", # required
4806
- # value: "TagValue", # required
4807
- # },
4808
- # ],
4809
- # }
4810
- #
4811
3963
  # @!attribute [rw] skip_final_backup
4812
3964
  # Set to true if you want to skip taking a final backup of the volume
4813
3965
  # you are deleting.
@@ -4850,13 +4002,6 @@ module Aws::FSx
4850
4002
  # A value that specifies whether to delete all child volumes and
4851
4003
  # snapshots.
4852
4004
  #
4853
- # @note When making an API call, you may pass DeleteVolumeOpenZFSConfiguration
4854
- # data as a hash:
4855
- #
4856
- # {
4857
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4858
- # }
4859
- #
4860
4005
  # @!attribute [rw] options
4861
4006
  # To delete the volume's child volumes, snapshots, and clones, use
4862
4007
  # the string `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
@@ -4870,26 +4015,6 @@ module Aws::FSx
4870
4015
  include Aws::Structure
4871
4016
  end
4872
4017
 
4873
- # @note When making an API call, you may pass DeleteVolumeRequest
4874
- # data as a hash:
4875
- #
4876
- # {
4877
- # client_request_token: "ClientRequestToken",
4878
- # volume_id: "VolumeId", # required
4879
- # ontap_configuration: {
4880
- # skip_final_backup: false,
4881
- # final_backup_tags: [
4882
- # {
4883
- # key: "TagKey", # required
4884
- # value: "TagValue", # required
4885
- # },
4886
- # ],
4887
- # },
4888
- # open_zfs_configuration: {
4889
- # options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
4890
- # },
4891
- # }
4892
- #
4893
4018
  # @!attribute [rw] client_request_token
4894
4019
  # (Optional) An idempotency token for resource creation, in a string
4895
4020
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -4952,21 +4077,6 @@ module Aws::FSx
4952
4077
 
4953
4078
  # The request object for the `DescribeBackups` operation.
4954
4079
  #
4955
- # @note When making an API call, you may pass DescribeBackupsRequest
4956
- # data as a hash:
4957
- #
4958
- # {
4959
- # backup_ids: ["BackupId"],
4960
- # filters: [
4961
- # {
4962
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
4963
- # values: ["FilterValue"],
4964
- # },
4965
- # ],
4966
- # max_results: 1,
4967
- # next_token: "NextToken",
4968
- # }
4969
- #
4970
4080
  # @!attribute [rw] backup_ids
4971
4081
  # The IDs of the backups that you want to retrieve. This parameter
4972
4082
  # value overrides any filters. If any IDs aren't found, a
@@ -5024,21 +4134,6 @@ module Aws::FSx
5024
4134
  include Aws::Structure
5025
4135
  end
5026
4136
 
5027
- # @note When making an API call, you may pass DescribeDataRepositoryAssociationsRequest
5028
- # data as a hash:
5029
- #
5030
- # {
5031
- # association_ids: ["DataRepositoryAssociationId"],
5032
- # filters: [
5033
- # {
5034
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
5035
- # values: ["FilterValue"],
5036
- # },
5037
- # ],
5038
- # max_results: 1,
5039
- # next_token: "NextToken",
5040
- # }
5041
- #
5042
4137
  # @!attribute [rw] association_ids
5043
4138
  # IDs of the data repository associations whose descriptions you want
5044
4139
  # to retrieve (String).
@@ -5091,21 +4186,6 @@ module Aws::FSx
5091
4186
  include Aws::Structure
5092
4187
  end
5093
4188
 
5094
- # @note When making an API call, you may pass DescribeDataRepositoryTasksRequest
5095
- # data as a hash:
5096
- #
5097
- # {
5098
- # task_ids: ["TaskId"],
5099
- # filters: [
5100
- # {
5101
- # name: "file-system-id", # accepts file-system-id, task-lifecycle, data-repository-association-id, file-cache-id
5102
- # values: ["DataRepositoryTaskFilterValue"],
5103
- # },
5104
- # ],
5105
- # max_results: 1,
5106
- # next_token: "NextToken",
5107
- # }
5108
- #
5109
4189
  # @!attribute [rw] task_ids
5110
4190
  # (Optional) IDs of the tasks whose descriptions you want to retrieve
5111
4191
  # (String).
@@ -5160,15 +4240,6 @@ module Aws::FSx
5160
4240
  include Aws::Structure
5161
4241
  end
5162
4242
 
5163
- # @note When making an API call, you may pass DescribeFileCachesRequest
5164
- # data as a hash:
5165
- #
5166
- # {
5167
- # file_cache_ids: ["FileCacheId"],
5168
- # max_results: 1,
5169
- # next_token: "NextToken",
5170
- # }
5171
- #
5172
4243
  # @!attribute [rw] file_cache_ids
5173
4244
  # IDs of the caches whose descriptions you want to retrieve (String).
5174
4245
  # @return [Array<String>]
@@ -5217,16 +4288,6 @@ module Aws::FSx
5217
4288
 
5218
4289
  # The request object for `DescribeFileSystemAliases` operation.
5219
4290
  #
5220
- # @note When making an API call, you may pass DescribeFileSystemAliasesRequest
5221
- # data as a hash:
5222
- #
5223
- # {
5224
- # client_request_token: "ClientRequestToken",
5225
- # file_system_id: "FileSystemId", # required
5226
- # max_results: 1,
5227
- # next_token: "NextToken",
5228
- # }
5229
- #
5230
4291
  # @!attribute [rw] client_request_token
5231
4292
  # (Optional) An idempotency token for resource creation, in a string
5232
4293
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -5292,15 +4353,6 @@ module Aws::FSx
5292
4353
 
5293
4354
  # The request object for `DescribeFileSystems` operation.
5294
4355
  #
5295
- # @note When making an API call, you may pass DescribeFileSystemsRequest
5296
- # data as a hash:
5297
- #
5298
- # {
5299
- # file_system_ids: ["FileSystemId"],
5300
- # max_results: 1,
5301
- # next_token: "NextToken",
5302
- # }
5303
- #
5304
4356
  # @!attribute [rw] file_system_ids
5305
4357
  # IDs of the file systems whose descriptions you want to retrieve
5306
4358
  # (String).
@@ -5351,21 +4403,6 @@ module Aws::FSx
5351
4403
  include Aws::Structure
5352
4404
  end
5353
4405
 
5354
- # @note When making an API call, you may pass DescribeSnapshotsRequest
5355
- # data as a hash:
5356
- #
5357
- # {
5358
- # snapshot_ids: ["SnapshotId"],
5359
- # filters: [
5360
- # {
5361
- # name: "file-system-id", # accepts file-system-id, volume-id
5362
- # values: ["SnapshotFilterValue"],
5363
- # },
5364
- # ],
5365
- # max_results: 1,
5366
- # next_token: "NextToken",
5367
- # }
5368
- #
5369
4406
  # @!attribute [rw] snapshot_ids
5370
4407
  # The IDs of the snapshots that you want to retrieve. This parameter
5371
4408
  # value overrides any filters. If any IDs aren't found, a
@@ -5420,21 +4457,6 @@ module Aws::FSx
5420
4457
  include Aws::Structure
5421
4458
  end
5422
4459
 
5423
- # @note When making an API call, you may pass DescribeStorageVirtualMachinesRequest
5424
- # data as a hash:
5425
- #
5426
- # {
5427
- # storage_virtual_machine_ids: ["StorageVirtualMachineId"],
5428
- # filters: [
5429
- # {
5430
- # name: "file-system-id", # accepts file-system-id
5431
- # values: ["StorageVirtualMachineFilterValue"],
5432
- # },
5433
- # ],
5434
- # max_results: 1,
5435
- # next_token: "NextToken",
5436
- # }
5437
- #
5438
4460
  # @!attribute [rw] storage_virtual_machine_ids
5439
4461
  # Enter the ID of one or more SVMs that you want to view.
5440
4462
  # @return [Array<String>]
@@ -5487,21 +4509,6 @@ module Aws::FSx
5487
4509
  include Aws::Structure
5488
4510
  end
5489
4511
 
5490
- # @note When making an API call, you may pass DescribeVolumesRequest
5491
- # data as a hash:
5492
- #
5493
- # {
5494
- # volume_ids: ["VolumeId"],
5495
- # filters: [
5496
- # {
5497
- # name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
5498
- # values: ["VolumeFilterValue"],
5499
- # },
5500
- # ],
5501
- # max_results: 1,
5502
- # next_token: "NextToken",
5503
- # }
5504
- #
5505
4512
  # @!attribute [rw] volume_ids
5506
4513
  # The IDs of the volumes whose descriptions you want to retrieve.
5507
4514
  # @return [Array<String>]
@@ -5558,15 +4565,6 @@ module Aws::FSx
5558
4565
  # The request object of DNS aliases to disassociate from an Amazon FSx
5559
4566
  # for Windows File Server file system.
5560
4567
  #
5561
- # @note When making an API call, you may pass DisassociateFileSystemAliasesRequest
5562
- # data as a hash:
5563
- #
5564
- # {
5565
- # client_request_token: "ClientRequestToken",
5566
- # file_system_id: "FileSystemId", # required
5567
- # aliases: ["AlternateDNSName"], # required
5568
- # }
5569
- #
5570
4568
  # @!attribute [rw] client_request_token
5571
4569
  # (Optional) An idempotency token for resource creation, in a string
5572
4570
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -5622,14 +4620,6 @@ module Aws::FSx
5622
4620
  # total number of provisioned SSD IOPS and how the amount was
5623
4621
  # provisioned (by the customer or by the system).
5624
4622
  #
5625
- # @note When making an API call, you may pass DiskIopsConfiguration
5626
- # data as a hash:
5627
- #
5628
- # {
5629
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
5630
- # iops: 1,
5631
- # }
5632
- #
5633
4623
  # @!attribute [rw] mode
5634
4624
  # Specifies whether the number of IOPS for the file system is using
5635
4625
  # the system default (`AUTOMATIC`) or was provisioned by the customer
@@ -5927,19 +4917,6 @@ module Aws::FSx
5927
4917
  #
5928
4918
  # The DRA does not support automatic import or automatic export.
5929
4919
  #
5930
- # @note When making an API call, you may pass FileCacheDataRepositoryAssociation
5931
- # data as a hash:
5932
- #
5933
- # {
5934
- # file_cache_path: "Namespace", # required
5935
- # data_repository_path: "ArchivePath", # required
5936
- # data_repository_subdirectories: ["Namespace"],
5937
- # nfs: {
5938
- # version: "NFS3", # required, accepts NFS3
5939
- # dns_ips: ["IpAddress"],
5940
- # },
5941
- # }
5942
- #
5943
4920
  # @!attribute [rw] file_cache_path
5944
4921
  # A path on the cache that points to a high-level directory (such as
5945
4922
  # `/ns1/`) or subdirectory (such as `/ns1/subdir/`) that will be
@@ -6090,13 +5067,6 @@ module Aws::FSx
6090
5067
  # The metadata on Amazon File Cache is managed by a Lustre Metadata
6091
5068
  # Server (MDS) while the actual metadata is persisted on an MDT.
6092
5069
  #
6093
- # @note When making an API call, you may pass FileCacheLustreMetadataConfiguration
6094
- # data as a hash:
6095
- #
6096
- # {
6097
- # storage_capacity: 1, # required
6098
- # }
6099
- #
6100
5070
  # @!attribute [rw] storage_capacity
6101
5071
  # The storage capacity of the Lustre MDT (Metadata Target) storage
6102
5072
  # volume in gibibytes (GiB). The only supported value is `2400` GiB.
@@ -6113,14 +5083,6 @@ module Aws::FSx
6113
5083
  # The configuration for an NFS data repository association (DRA) created
6114
5084
  # during the creation of the Amazon File Cache resource.
6115
5085
  #
6116
- # @note When making an API call, you may pass FileCacheNFSConfiguration
6117
- # data as a hash:
6118
- #
6119
- # {
6120
- # version: "NFS3", # required, accepts NFS3
6121
- # dns_ips: ["IpAddress"],
6122
- # }
6123
- #
6124
5086
  # @!attribute [rw] version
6125
5087
  # The version of the NFS (Network File System) protocol of the NFS
6126
5088
  # data repository. The only supported value is `NFS3`, which indicates
@@ -6427,14 +5389,6 @@ module Aws::FSx
6427
5389
  # multiple filters to return results that meet all applied filter
6428
5390
  # requirements.
6429
5391
  #
6430
- # @note When making an API call, you may pass Filter
6431
- # data as a hash:
6432
- #
6433
- # {
6434
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id, data-repository-type, file-cache-id, file-cache-type
6435
- # values: ["FilterValue"],
6436
- # }
6437
- #
6438
5392
  # @!attribute [rw] name
6439
5393
  # The name for this filter.
6440
5394
  # @return [String]
@@ -6654,15 +5608,6 @@ module Aws::FSx
6654
5608
 
6655
5609
  # The request object for `ListTagsForResource` operation.
6656
5610
  #
6657
- # @note When making an API call, you may pass ListTagsForResourceRequest
6658
- # data as a hash:
6659
- #
6660
- # {
6661
- # resource_arn: "ResourceARN", # required
6662
- # max_results: 1,
6663
- # next_token: "NextToken",
6664
- # }
6665
- #
6666
5611
  # @!attribute [rw] resource_arn
6667
5612
  # The ARN of the Amazon FSx resource that will have its tags listed.
6668
5613
  # @return [String]
@@ -6901,14 +5846,6 @@ module Aws::FSx
6901
5846
  # Lustre logging writes the enabled logging events for your file system
6902
5847
  # or cache to Amazon CloudWatch Logs.
6903
5848
  #
6904
- # @note When making an API call, you may pass LustreLogCreateConfiguration
6905
- # data as a hash:
6906
- #
6907
- # {
6908
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
6909
- # destination: "GeneralARN",
6910
- # }
6911
- #
6912
5849
  # @!attribute [rw] level
6913
5850
  # Sets which data repository events are logged by Amazon FSx.
6914
5851
  #
@@ -6969,14 +5906,6 @@ module Aws::FSx
6969
5906
  #
6970
5907
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/root-squash.html
6971
5908
  #
6972
- # @note When making an API call, you may pass LustreRootSquashConfiguration
6973
- # data as a hash:
6974
- #
6975
- # {
6976
- # root_squash: "LustreRootSquash",
6977
- # no_squash_nids: ["LustreNoSquashNid"],
6978
- # }
6979
- #
6980
5909
  # @!attribute [rw] root_squash
6981
5910
  # You enable root squash by setting a user ID (UID) and group ID (GID)
6982
5911
  # for the file system in the format `UID:GID` (for example,
@@ -7360,14 +6289,6 @@ module Aws::FSx
7360
6289
  # Specifies who can mount an OpenZFS file system and the options
7361
6290
  # available while mounting the file system.
7362
6291
  #
7363
- # @note When making an API call, you may pass OpenZFSClientConfiguration
7364
- # data as a hash:
7365
- #
7366
- # {
7367
- # clients: "OpenZFSClients", # required
7368
- # options: ["OpenZFSNfsExportOption"], # required
7369
- # }
7370
- #
7371
6292
  # @!attribute [rw] clients
7372
6293
  # A value that specifies who can mount the file system. You can
7373
6294
  # provide a wildcard character (`*`), an IP address (`0.0.0.0`), or a
@@ -7406,33 +6327,6 @@ module Aws::FSx
7406
6327
 
7407
6328
  # The configuration of an Amazon FSx for OpenZFS root volume.
7408
6329
  #
7409
- # @note When making an API call, you may pass OpenZFSCreateRootVolumeConfiguration
7410
- # data as a hash:
7411
- #
7412
- # {
7413
- # record_size_ki_b: 1,
7414
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
7415
- # nfs_exports: [
7416
- # {
7417
- # client_configurations: [ # required
7418
- # {
7419
- # clients: "OpenZFSClients", # required
7420
- # options: ["OpenZFSNfsExportOption"], # required
7421
- # },
7422
- # ],
7423
- # },
7424
- # ],
7425
- # user_and_group_quotas: [
7426
- # {
7427
- # type: "USER", # required, accepts USER, GROUP
7428
- # id: 1, # required
7429
- # storage_capacity_quota_gi_b: 1, # required
7430
- # },
7431
- # ],
7432
- # copy_tags_to_snapshots: false,
7433
- # read_only: false,
7434
- # }
7435
- #
7436
6330
  # @!attribute [rw] record_size_ki_b
7437
6331
  # Specifies the record size of an OpenZFS root volume, in kibibytes
7438
6332
  # (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024
@@ -7598,18 +6492,6 @@ module Aws::FSx
7598
6492
  # The Network File System (NFS) configurations for mounting an Amazon
7599
6493
  # FSx for OpenZFS file system.
7600
6494
  #
7601
- # @note When making an API call, you may pass OpenZFSNfsExport
7602
- # data as a hash:
7603
- #
7604
- # {
7605
- # client_configurations: [ # required
7606
- # {
7607
- # clients: "OpenZFSClients", # required
7608
- # options: ["OpenZFSNfsExportOption"], # required
7609
- # },
7610
- # ],
7611
- # }
7612
- #
7613
6495
  # @!attribute [rw] client_configurations
7614
6496
  # A list of configuration objects that contain the client and options
7615
6497
  # for mounting the OpenZFS file system.
@@ -7663,15 +6545,6 @@ module Aws::FSx
7663
6545
  # The configuration for how much storage a user or group can use on the
7664
6546
  # volume.
7665
6547
  #
7666
- # @note When making an API call, you may pass OpenZFSUserOrGroupQuota
7667
- # data as a hash:
7668
- #
7669
- # {
7670
- # type: "USER", # required, accepts USER, GROUP
7671
- # id: 1, # required
7672
- # storage_capacity_quota_gi_b: 1, # required
7673
- # }
7674
- #
7675
6548
  # @!attribute [rw] type
7676
6549
  # A value that specifies whether the quota applies to a user or group.
7677
6550
  # @return [String]
@@ -7809,14 +6682,6 @@ module Aws::FSx
7809
6682
  include Aws::Structure
7810
6683
  end
7811
6684
 
7812
- # @note When making an API call, you may pass ReleaseFileSystemNfsV3LocksRequest
7813
- # data as a hash:
7814
- #
7815
- # {
7816
- # file_system_id: "FileSystemId", # required
7817
- # client_request_token: "ClientRequestToken",
7818
- # }
7819
- #
7820
6685
  # @!attribute [rw] file_system_id
7821
6686
  # The globally unique ID of the file system, assigned by Amazon FSx.
7822
6687
  # @return [String]
@@ -7892,16 +6757,6 @@ module Aws::FSx
7892
6757
  include Aws::Structure
7893
6758
  end
7894
6759
 
7895
- # @note When making an API call, you may pass RestoreVolumeFromSnapshotRequest
7896
- # data as a hash:
7897
- #
7898
- # {
7899
- # client_request_token: "ClientRequestToken",
7900
- # volume_id: "VolumeId", # required
7901
- # snapshot_id: "SnapshotId", # required
7902
- # options: ["DELETE_INTERMEDIATE_SNAPSHOTS"], # accepts DELETE_INTERMEDIATE_SNAPSHOTS, DELETE_CLONED_VOLUMES
7903
- # }
7904
- #
7905
6760
  # @!attribute [rw] client_request_token
7906
6761
  # (Optional) An idempotency token for resource creation, in a string
7907
6762
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -7985,18 +6840,6 @@ module Aws::FSx
7985
6840
  #
7986
6841
  # </note>
7987
6842
  #
7988
- # @note When making an API call, you may pass S3DataRepositoryConfiguration
7989
- # data as a hash:
7990
- #
7991
- # {
7992
- # auto_import_policy: {
7993
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
7994
- # },
7995
- # auto_export_policy: {
7996
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
7997
- # },
7998
- # }
7999
- #
8000
6843
  # @!attribute [rw] auto_import_policy
8001
6844
  # Specifies the type of updated objects (new, changed, deleted) that
8002
6845
  # will be automatically imported from the linked S3 bucket to your
@@ -8070,18 +6913,6 @@ module Aws::FSx
8070
6913
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html
8071
6914
  # [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html
8072
6915
  #
8073
- # @note When making an API call, you may pass SelfManagedActiveDirectoryConfiguration
8074
- # data as a hash:
8075
- #
8076
- # {
8077
- # domain_name: "ActiveDirectoryFullyQualifiedName", # required
8078
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
8079
- # file_system_administrators_group: "FileSystemAdministratorsGroupName",
8080
- # user_name: "DirectoryUserName", # required
8081
- # password: "DirectoryPassword", # required
8082
- # dns_ips: ["IpAddress"], # required
8083
- # }
8084
- #
8085
6916
  # @!attribute [rw] domain_name
8086
6917
  # The fully qualified domain name of the self-managed AD directory,
8087
6918
  # such as `corp.example.com`.
@@ -8148,15 +6979,6 @@ module Aws::FSx
8148
6979
  # The configuration that Amazon FSx uses to join the Windows File Server
8149
6980
  # instance to a self-managed Microsoft Active Directory (AD) directory.
8150
6981
  #
8151
- # @note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates
8152
- # data as a hash:
8153
- #
8154
- # {
8155
- # user_name: "DirectoryUserName",
8156
- # password: "DirectoryPassword",
8157
- # dns_ips: ["IpAddress"],
8158
- # }
8159
- #
8160
6982
  # @!attribute [rw] user_name
8161
6983
  # The user name for the service account on your self-managed AD domain
8162
6984
  # that Amazon FSx will use to join to your AD domain. This account
@@ -8283,14 +7105,6 @@ module Aws::FSx
8283
7105
  # You can use multiple filters to return results that meet all applied
8284
7106
  # filter requirements.
8285
7107
  #
8286
- # @note When making an API call, you may pass SnapshotFilter
8287
- # data as a hash:
8288
- #
8289
- # {
8290
- # name: "file-system-id", # accepts file-system-id, volume-id
8291
- # values: ["SnapshotFilterValue"],
8292
- # }
8293
- #
8294
7108
  # @!attribute [rw] name
8295
7109
  # The name of the filter to use. You can filter by the
8296
7110
  # `file-system-id` or by `volume-id`.
@@ -8403,6 +7217,10 @@ module Aws::FSx
8403
7217
  # The SVM's system generated unique ID.
8404
7218
  # @return [String]
8405
7219
  #
7220
+ # @!attribute [rw] subtype
7221
+ # Describes the SVM's subtype.
7222
+ # @return [String]
7223
+ #
8406
7224
  # @!attribute [rw] uuid
8407
7225
  # The SVM's UUID (universally unique identifier).
8408
7226
  # @return [String]
@@ -8430,6 +7248,7 @@ module Aws::FSx
8430
7248
  :name,
8431
7249
  :resource_arn,
8432
7250
  :storage_virtual_machine_id,
7251
+ :subtype,
8433
7252
  :uuid,
8434
7253
  :tags,
8435
7254
  :lifecycle_transition_reason,
@@ -8442,14 +7261,6 @@ module Aws::FSx
8442
7261
  # for NetApp ONTAP storage virtual machines (SVMs). You can use multiple
8443
7262
  # filters to return results that meet all applied filter requirements.
8444
7263
  #
8445
- # @note When making an API call, you may pass StorageVirtualMachineFilter
8446
- # data as a hash:
8447
- #
8448
- # {
8449
- # name: "file-system-id", # accepts file-system-id
8450
- # values: ["StorageVirtualMachineFilterValue"],
8451
- # }
8452
- #
8453
7264
  # @!attribute [rw] name
8454
7265
  # The name for this filter.
8455
7266
  # @return [String]
@@ -8567,14 +7378,6 @@ module Aws::FSx
8567
7378
 
8568
7379
  # Specifies a key-value pair for a resource tag.
8569
7380
  #
8570
- # @note When making an API call, you may pass Tag
8571
- # data as a hash:
8572
- #
8573
- # {
8574
- # key: "TagKey", # required
8575
- # value: "TagValue", # required
8576
- # }
8577
- #
8578
7381
  # @!attribute [rw] key
8579
7382
  # A value that specifies the `TagKey`, the name of the tag. Tag keys
8580
7383
  # must be unique for the resource to which they are attached.
@@ -8598,19 +7401,6 @@ module Aws::FSx
8598
7401
 
8599
7402
  # The request object for the `TagResource` operation.
8600
7403
  #
8601
- # @note When making an API call, you may pass TagResourceRequest
8602
- # data as a hash:
8603
- #
8604
- # {
8605
- # resource_arn: "ResourceARN", # required
8606
- # tags: [ # required
8607
- # {
8608
- # key: "TagKey", # required
8609
- # value: "TagValue", # required
8610
- # },
8611
- # ],
8612
- # }
8613
- #
8614
7404
  # @!attribute [rw] resource_arn
8615
7405
  # The Amazon Resource Name (ARN) of the Amazon FSx resource that you
8616
7406
  # want to tag.
@@ -8667,14 +7457,6 @@ module Aws::FSx
8667
7457
  #
8668
7458
  # ^
8669
7459
  #
8670
- # @note When making an API call, you may pass TieringPolicy
8671
- # data as a hash:
8672
- #
8673
- # {
8674
- # cooling_period: 1,
8675
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
8676
- # }
8677
- #
8678
7460
  # @!attribute [rw] cooling_period
8679
7461
  # Specifies the number of days that user data in a volume must remain
8680
7462
  # inactive before it is considered "cold" and moved to the capacity
@@ -8725,14 +7507,6 @@ module Aws::FSx
8725
7507
 
8726
7508
  # The request object for `UntagResource` action.
8727
7509
  #
8728
- # @note When making an API call, you may pass UntagResourceRequest
8729
- # data as a hash:
8730
- #
8731
- # {
8732
- # resource_arn: "ResourceARN", # required
8733
- # tag_keys: ["TagKey"], # required
8734
- # }
8735
- #
8736
7510
  # @!attribute [rw] resource_arn
8737
7511
  # The ARN of the Amazon FSx resource to untag.
8738
7512
  # @return [String]
@@ -8757,23 +7531,6 @@ module Aws::FSx
8757
7531
  #
8758
7532
  class UntagResourceResponse < Aws::EmptyStructure; end
8759
7533
 
8760
- # @note When making an API call, you may pass UpdateDataRepositoryAssociationRequest
8761
- # data as a hash:
8762
- #
8763
- # {
8764
- # association_id: "DataRepositoryAssociationId", # required
8765
- # client_request_token: "ClientRequestToken",
8766
- # imported_file_chunk_size: 1,
8767
- # s3: {
8768
- # auto_import_policy: {
8769
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
8770
- # },
8771
- # auto_export_policy: {
8772
- # events: ["NEW"], # accepts NEW, CHANGED, DELETED
8773
- # },
8774
- # },
8775
- # }
8776
- #
8777
7534
  # @!attribute [rw] association_id
8778
7535
  # The ID of the data repository association that you are updating.
8779
7536
  # @return [String]
@@ -8835,13 +7592,6 @@ module Aws::FSx
8835
7592
 
8836
7593
  # The configuration update for an Amazon File Cache resource.
8837
7594
  #
8838
- # @note When making an API call, you may pass UpdateFileCacheLustreConfiguration
8839
- # data as a hash:
8840
- #
8841
- # {
8842
- # weekly_maintenance_start_time: "WeeklyTime",
8843
- # }
8844
- #
8845
7595
  # @!attribute [rw] weekly_maintenance_start_time
8846
7596
  # A recurring weekly time, in the format `D:HH:MM`.
8847
7597
  #
@@ -8867,17 +7617,6 @@ module Aws::FSx
8867
7617
  include Aws::Structure
8868
7618
  end
8869
7619
 
8870
- # @note When making an API call, you may pass UpdateFileCacheRequest
8871
- # data as a hash:
8872
- #
8873
- # {
8874
- # file_cache_id: "FileCacheId", # required
8875
- # client_request_token: "ClientRequestToken",
8876
- # lustre_configuration: {
8877
- # weekly_maintenance_start_time: "WeeklyTime",
8878
- # },
8879
- # }
8880
- #
8881
7620
  # @!attribute [rw] file_cache_id
8882
7621
  # The ID of the cache that you are updating.
8883
7622
  # @return [String]
@@ -8921,25 +7660,6 @@ module Aws::FSx
8921
7660
  # The configuration object for Amazon FSx for Lustre file systems used
8922
7661
  # in the `UpdateFileSystem` operation.
8923
7662
  #
8924
- # @note When making an API call, you may pass UpdateFileSystemLustreConfiguration
8925
- # data as a hash:
8926
- #
8927
- # {
8928
- # weekly_maintenance_start_time: "WeeklyTime",
8929
- # daily_automatic_backup_start_time: "DailyTime",
8930
- # automatic_backup_retention_days: 1,
8931
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
8932
- # data_compression_type: "NONE", # accepts NONE, LZ4
8933
- # log_configuration: {
8934
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
8935
- # destination: "GeneralARN",
8936
- # },
8937
- # root_squash_configuration: {
8938
- # root_squash: "LustreRootSquash",
8939
- # no_squash_nids: ["LustreNoSquashNid"],
8940
- # },
8941
- # }
8942
- #
8943
7663
  # @!attribute [rw] weekly_maintenance_start_time
8944
7664
  # (Optional) The preferred start time to perform weekly maintenance,
8945
7665
  # formatted d:HH:MM in the UTC time zone. d is the weekday number,
@@ -9039,23 +7759,6 @@ module Aws::FSx
9039
7759
  # The configuration updates for an Amazon FSx for NetApp ONTAP file
9040
7760
  # system.
9041
7761
  #
9042
- # @note When making an API call, you may pass UpdateFileSystemOntapConfiguration
9043
- # data as a hash:
9044
- #
9045
- # {
9046
- # automatic_backup_retention_days: 1,
9047
- # daily_automatic_backup_start_time: "DailyTime",
9048
- # fsx_admin_password: "AdminPassword",
9049
- # weekly_maintenance_start_time: "WeeklyTime",
9050
- # disk_iops_configuration: {
9051
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9052
- # iops: 1,
9053
- # },
9054
- # throughput_capacity: 1,
9055
- # add_route_table_ids: ["RouteTableId"],
9056
- # remove_route_table_ids: ["RouteTableId"],
9057
- # }
9058
- #
9059
7762
  # @!attribute [rw] automatic_backup_retention_days
9060
7763
  # The number of days to retain automatic backups. Setting this
9061
7764
  # property to `0` disables automatic backups. You can retain automatic
@@ -9134,22 +7837,6 @@ module Aws::FSx
9134
7837
 
9135
7838
  # The configuration updates for an Amazon FSx for OpenZFS file system.
9136
7839
  #
9137
- # @note When making an API call, you may pass UpdateFileSystemOpenZFSConfiguration
9138
- # data as a hash:
9139
- #
9140
- # {
9141
- # automatic_backup_retention_days: 1,
9142
- # copy_tags_to_backups: false,
9143
- # copy_tags_to_volumes: false,
9144
- # daily_automatic_backup_start_time: "DailyTime",
9145
- # throughput_capacity: 1,
9146
- # weekly_maintenance_start_time: "WeeklyTime",
9147
- # disk_iops_configuration: {
9148
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9149
- # iops: 1,
9150
- # },
9151
- # }
9152
- #
9153
7840
  # @!attribute [rw] automatic_backup_retention_days
9154
7841
  # The number of days to retain automatic backups. Setting this
9155
7842
  # property to `0` disables automatic backups. You can retain automatic
@@ -9237,71 +7924,6 @@ module Aws::FSx
9237
7924
 
9238
7925
  # The request object for the `UpdateFileSystem` operation.
9239
7926
  #
9240
- # @note When making an API call, you may pass UpdateFileSystemRequest
9241
- # data as a hash:
9242
- #
9243
- # {
9244
- # file_system_id: "FileSystemId", # required
9245
- # client_request_token: "ClientRequestToken",
9246
- # storage_capacity: 1,
9247
- # windows_configuration: {
9248
- # weekly_maintenance_start_time: "WeeklyTime",
9249
- # daily_automatic_backup_start_time: "DailyTime",
9250
- # automatic_backup_retention_days: 1,
9251
- # throughput_capacity: 1,
9252
- # self_managed_active_directory_configuration: {
9253
- # user_name: "DirectoryUserName",
9254
- # password: "DirectoryPassword",
9255
- # dns_ips: ["IpAddress"],
9256
- # },
9257
- # audit_log_configuration: {
9258
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9259
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9260
- # audit_log_destination: "GeneralARN",
9261
- # },
9262
- # },
9263
- # lustre_configuration: {
9264
- # weekly_maintenance_start_time: "WeeklyTime",
9265
- # daily_automatic_backup_start_time: "DailyTime",
9266
- # automatic_backup_retention_days: 1,
9267
- # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED, NEW_CHANGED_DELETED
9268
- # data_compression_type: "NONE", # accepts NONE, LZ4
9269
- # log_configuration: {
9270
- # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
9271
- # destination: "GeneralARN",
9272
- # },
9273
- # root_squash_configuration: {
9274
- # root_squash: "LustreRootSquash",
9275
- # no_squash_nids: ["LustreNoSquashNid"],
9276
- # },
9277
- # },
9278
- # ontap_configuration: {
9279
- # automatic_backup_retention_days: 1,
9280
- # daily_automatic_backup_start_time: "DailyTime",
9281
- # fsx_admin_password: "AdminPassword",
9282
- # weekly_maintenance_start_time: "WeeklyTime",
9283
- # disk_iops_configuration: {
9284
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9285
- # iops: 1,
9286
- # },
9287
- # throughput_capacity: 1,
9288
- # add_route_table_ids: ["RouteTableId"],
9289
- # remove_route_table_ids: ["RouteTableId"],
9290
- # },
9291
- # open_zfs_configuration: {
9292
- # automatic_backup_retention_days: 1,
9293
- # copy_tags_to_backups: false,
9294
- # copy_tags_to_volumes: false,
9295
- # daily_automatic_backup_start_time: "DailyTime",
9296
- # throughput_capacity: 1,
9297
- # weekly_maintenance_start_time: "WeeklyTime",
9298
- # disk_iops_configuration: {
9299
- # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
9300
- # iops: 1,
9301
- # },
9302
- # },
9303
- # }
9304
- #
9305
7927
  # @!attribute [rw] file_system_id
9306
7928
  # The ID of the file system that you are updating.
9307
7929
  # @return [String]
@@ -9416,26 +8038,6 @@ module Aws::FSx
9416
8038
  # Server file system. Amazon FSx only overwrites existing properties
9417
8039
  # with non-null values provided in the request.
9418
8040
  #
9419
- # @note When making an API call, you may pass UpdateFileSystemWindowsConfiguration
9420
- # data as a hash:
9421
- #
9422
- # {
9423
- # weekly_maintenance_start_time: "WeeklyTime",
9424
- # daily_automatic_backup_start_time: "DailyTime",
9425
- # automatic_backup_retention_days: 1,
9426
- # throughput_capacity: 1,
9427
- # self_managed_active_directory_configuration: {
9428
- # user_name: "DirectoryUserName",
9429
- # password: "DirectoryPassword",
9430
- # dns_ips: ["IpAddress"],
9431
- # },
9432
- # audit_log_configuration: {
9433
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9434
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
9435
- # audit_log_destination: "GeneralARN",
9436
- # },
9437
- # }
9438
- #
9439
8041
  # @!attribute [rw] weekly_maintenance_start_time
9440
8042
  # The preferred start time to perform weekly maintenance, formatted
9441
8043
  # d:HH:MM in the UTC time zone. Where d is the weekday number, from 1
@@ -9500,22 +8102,6 @@ module Aws::FSx
9500
8102
  # Used to specify changes to the ONTAP configuration for the volume you
9501
8103
  # are updating.
9502
8104
  #
9503
- # @note When making an API call, you may pass UpdateOntapVolumeConfiguration
9504
- # data as a hash:
9505
- #
9506
- # {
9507
- # junction_path: "JunctionPath",
9508
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
9509
- # size_in_megabytes: 1,
9510
- # storage_efficiency_enabled: false,
9511
- # tiering_policy: {
9512
- # cooling_period: 1,
9513
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
9514
- # },
9515
- # snapshot_policy: "SnapshotPolicy",
9516
- # copy_tags_to_backups: false,
9517
- # }
9518
- #
9519
8105
  # @!attribute [rw] junction_path
9520
8106
  # Specifies the location in the SVM's namespace where the volume is
9521
8107
  # mounted. The `JunctionPath` must have a leading forward slash, such
@@ -9598,34 +8184,6 @@ module Aws::FSx
9598
8184
  # Used to specify changes to the OpenZFS configuration for the volume
9599
8185
  # that you are updating.
9600
8186
  #
9601
- # @note When making an API call, you may pass UpdateOpenZFSVolumeConfiguration
9602
- # data as a hash:
9603
- #
9604
- # {
9605
- # storage_capacity_reservation_gi_b: 1,
9606
- # storage_capacity_quota_gi_b: 1,
9607
- # record_size_ki_b: 1,
9608
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
9609
- # nfs_exports: [
9610
- # {
9611
- # client_configurations: [ # required
9612
- # {
9613
- # clients: "OpenZFSClients", # required
9614
- # options: ["OpenZFSNfsExportOption"], # required
9615
- # },
9616
- # ],
9617
- # },
9618
- # ],
9619
- # user_and_group_quotas: [
9620
- # {
9621
- # type: "USER", # required, accepts USER, GROUP
9622
- # id: 1, # required
9623
- # storage_capacity_quota_gi_b: 1, # required
9624
- # },
9625
- # ],
9626
- # read_only: false,
9627
- # }
9628
- #
9629
8187
  # @!attribute [rw] storage_capacity_reservation_gi_b
9630
8188
  # The amount of storage in gibibytes (GiB) to reserve from the parent
9631
8189
  # volume. You can't reserve more storage than the parent volume has
@@ -9700,15 +8258,6 @@ module Aws::FSx
9700
8258
  include Aws::Structure
9701
8259
  end
9702
8260
 
9703
- # @note When making an API call, you may pass UpdateSnapshotRequest
9704
- # data as a hash:
9705
- #
9706
- # {
9707
- # client_request_token: "ClientRequestToken",
9708
- # name: "SnapshotName", # required
9709
- # snapshot_id: "SnapshotId", # required
9710
- # }
9711
- #
9712
8261
  # @!attribute [rw] client_request_token
9713
8262
  # (Optional) An idempotency token for resource creation, in a string
9714
8263
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -9751,22 +8300,6 @@ module Aws::FSx
9751
8300
  include Aws::Structure
9752
8301
  end
9753
8302
 
9754
- # @note When making an API call, you may pass UpdateStorageVirtualMachineRequest
9755
- # data as a hash:
9756
- #
9757
- # {
9758
- # active_directory_configuration: {
9759
- # self_managed_active_directory_configuration: {
9760
- # user_name: "DirectoryUserName",
9761
- # password: "DirectoryPassword",
9762
- # dns_ips: ["IpAddress"],
9763
- # },
9764
- # },
9765
- # client_request_token: "ClientRequestToken",
9766
- # storage_virtual_machine_id: "StorageVirtualMachineId", # required
9767
- # svm_admin_password: "AdminPassword",
9768
- # }
9769
- #
9770
8303
  # @!attribute [rw] active_directory_configuration
9771
8304
  # Updates the Microsoft Active Directory (AD) configuration for an SVM
9772
8305
  # that is joined to an AD.
@@ -9819,17 +8352,6 @@ module Aws::FSx
9819
8352
  # joined to an AD. Please note, account credentials are not returned in
9820
8353
  # the response payload.
9821
8354
  #
9822
- # @note When making an API call, you may pass UpdateSvmActiveDirectoryConfiguration
9823
- # data as a hash:
9824
- #
9825
- # {
9826
- # self_managed_active_directory_configuration: {
9827
- # user_name: "DirectoryUserName",
9828
- # password: "DirectoryPassword",
9829
- # dns_ips: ["IpAddress"],
9830
- # },
9831
- # }
9832
- #
9833
8355
  # @!attribute [rw] self_managed_active_directory_configuration
9834
8356
  # The configuration that Amazon FSx uses to join the Windows File
9835
8357
  # Server instance to a self-managed Microsoft Active Directory (AD)
@@ -9844,51 +8366,6 @@ module Aws::FSx
9844
8366
  include Aws::Structure
9845
8367
  end
9846
8368
 
9847
- # @note When making an API call, you may pass UpdateVolumeRequest
9848
- # data as a hash:
9849
- #
9850
- # {
9851
- # client_request_token: "ClientRequestToken",
9852
- # volume_id: "VolumeId", # required
9853
- # ontap_configuration: {
9854
- # junction_path: "JunctionPath",
9855
- # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
9856
- # size_in_megabytes: 1,
9857
- # storage_efficiency_enabled: false,
9858
- # tiering_policy: {
9859
- # cooling_period: 1,
9860
- # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
9861
- # },
9862
- # snapshot_policy: "SnapshotPolicy",
9863
- # copy_tags_to_backups: false,
9864
- # },
9865
- # name: "VolumeName",
9866
- # open_zfs_configuration: {
9867
- # storage_capacity_reservation_gi_b: 1,
9868
- # storage_capacity_quota_gi_b: 1,
9869
- # record_size_ki_b: 1,
9870
- # data_compression_type: "NONE", # accepts NONE, ZSTD, LZ4
9871
- # nfs_exports: [
9872
- # {
9873
- # client_configurations: [ # required
9874
- # {
9875
- # clients: "OpenZFSClients", # required
9876
- # options: ["OpenZFSNfsExportOption"], # required
9877
- # },
9878
- # ],
9879
- # },
9880
- # ],
9881
- # user_and_group_quotas: [
9882
- # {
9883
- # type: "USER", # required, accepts USER, GROUP
9884
- # id: 1, # required
9885
- # storage_capacity_quota_gi_b: 1, # required
9886
- # },
9887
- # ],
9888
- # read_only: false,
9889
- # },
9890
- # }
9891
- #
9892
8369
  # @!attribute [rw] client_request_token
9893
8370
  # (Optional) An idempotency token for resource creation, in a string
9894
8371
  # of up to 64 ASCII characters. This token is automatically filled on
@@ -10045,14 +8522,6 @@ module Aws::FSx
10045
8522
  # multiple filters to return results that meet all applied filter
10046
8523
  # requirements.
10047
8524
  #
10048
- # @note When making an API call, you may pass VolumeFilter
10049
- # data as a hash:
10050
- #
10051
- # {
10052
- # name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
10053
- # values: ["VolumeFilterValue"],
10054
- # }
10055
- #
10056
8525
  # @!attribute [rw] name
10057
8526
  # The name for this filter.
10058
8527
  # @return [String]
@@ -10154,15 +8623,6 @@ module Aws::FSx
10154
8623
  # The Windows file access auditing configuration used when creating or
10155
8624
  # updating an Amazon FSx for Windows File Server file system.
10156
8625
  #
10157
- # @note When making an API call, you may pass WindowsAuditLogCreateConfiguration
10158
- # data as a hash:
10159
- #
10160
- # {
10161
- # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
10162
- # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
10163
- # audit_log_destination: "GeneralARN",
10164
- # }
10165
- #
10166
8626
  # @!attribute [rw] file_access_audit_log_level
10167
8627
  # Sets which attempt type is logged by Amazon FSx for file and folder
10168
8628
  # accesses.