aws-sdk-fsx 1.64.0 → 1.65.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +80 -70
- data/lib/aws-sdk-fsx/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-fsx/endpoint_provider.rb +25 -43
- data/lib/aws-sdk-fsx/types.rb +129 -137
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -275,7 +275,7 @@ module Aws::FSx
|
|
275
275
|
#
|
276
276
|
# @!attribute [rw] client_request_token
|
277
277
|
# (Optional) An idempotency token for resource creation, in a string
|
278
|
-
# of up to
|
278
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
279
279
|
# your behalf when you use the Command Line Interface (CLI) or an
|
280
280
|
# Amazon Web Services SDK.
|
281
281
|
#
|
@@ -345,8 +345,8 @@ module Aws::FSx
|
|
345
345
|
# Lustre automatically exports the defined changes asynchronously once
|
346
346
|
# your application finishes modifying the file.
|
347
347
|
#
|
348
|
-
#
|
349
|
-
#
|
348
|
+
# The `AutoExportPolicy` is only supported on Amazon FSx for Lustre file
|
349
|
+
# systems with a data repository association.
|
350
350
|
#
|
351
351
|
# @!attribute [rw] events
|
352
352
|
# The `AutoExportPolicy` can have the following event values:
|
@@ -378,8 +378,8 @@ module Aws::FSx
|
|
378
378
|
# FSx for Lustre file system as you modify objects in a linked S3
|
379
379
|
# bucket.
|
380
380
|
#
|
381
|
-
# The `AutoImportPolicy` is supported
|
382
|
-
#
|
381
|
+
# The `AutoImportPolicy` is only supported on Amazon FSx for Lustre file
|
382
|
+
# systems with a data repository association.
|
383
383
|
#
|
384
384
|
# @!attribute [rw] events
|
385
385
|
# The `AutoImportPolicy` can have the following event values:
|
@@ -689,8 +689,7 @@ module Aws::FSx
|
|
689
689
|
# located within the file system’s ExportPath. An example `Path` value
|
690
690
|
# is "s3://myBucket/myExportPath/optionalPrefix". The report
|
691
691
|
# provides the following information for each file in the report:
|
692
|
-
# FilePath, FileStatus, and ErrorCode.
|
693
|
-
# system's `ExportPath`, see .
|
692
|
+
# FilePath, FileStatus, and ErrorCode.
|
694
693
|
# @return [String]
|
695
694
|
#
|
696
695
|
# @!attribute [rw] format
|
@@ -722,7 +721,7 @@ module Aws::FSx
|
|
722
721
|
|
723
722
|
# @!attribute [rw] client_request_token
|
724
723
|
# (Optional) An idempotency token for resource creation, in a string
|
725
|
-
# of up to
|
724
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
726
725
|
# your behalf when you use the Command Line Interface (CLI) or an
|
727
726
|
# Amazon Web Services SDK.
|
728
727
|
#
|
@@ -819,7 +818,7 @@ module Aws::FSx
|
|
819
818
|
# @return [String]
|
820
819
|
#
|
821
820
|
# @!attribute [rw] client_request_token
|
822
|
-
# (Optional) A string of up to
|
821
|
+
# (Optional) A string of up to 63 ASCII characters that Amazon FSx
|
823
822
|
# uses to ensure idempotent creation. This string is automatically
|
824
823
|
# filled on your behalf when you use the Command Line Interface (CLI)
|
825
824
|
# or an Amazon Web Services SDK.
|
@@ -928,7 +927,7 @@ module Aws::FSx
|
|
928
927
|
#
|
929
928
|
# @!attribute [rw] client_request_token
|
930
929
|
# (Optional) An idempotency token for resource creation, in a string
|
931
|
-
# of up to
|
930
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
932
931
|
# your behalf when you use the Command Line Interface (CLI) or an
|
933
932
|
# Amazon Web Services SDK.
|
934
933
|
#
|
@@ -1008,7 +1007,7 @@ module Aws::FSx
|
|
1008
1007
|
#
|
1009
1008
|
# @!attribute [rw] client_request_token
|
1010
1009
|
# (Optional) An idempotency token for resource creation, in a string
|
1011
|
-
# of up to
|
1010
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
1012
1011
|
# your behalf when you use the Command Line Interface (CLI) or an
|
1013
1012
|
# Amazon Web Services SDK.
|
1014
1013
|
#
|
@@ -1098,7 +1097,7 @@ module Aws::FSx
|
|
1098
1097
|
end
|
1099
1098
|
|
1100
1099
|
# @!attribute [rw] client_request_token
|
1101
|
-
# An idempotency token for resource creation, in a string of up to
|
1100
|
+
# An idempotency token for resource creation, in a string of up to 63
|
1102
1101
|
# ASCII characters. This token is automatically filled on your behalf
|
1103
1102
|
# when you use the Command Line Interface (CLI) or an Amazon Web
|
1104
1103
|
# Services SDK.
|
@@ -1223,7 +1222,7 @@ module Aws::FSx
|
|
1223
1222
|
# @return [String]
|
1224
1223
|
#
|
1225
1224
|
# @!attribute [rw] client_request_token
|
1226
|
-
# A string of up to
|
1225
|
+
# A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
1227
1226
|
# idempotent creation. This string is automatically filled on your
|
1228
1227
|
# behalf when you use the Command Line Interface (CLI) or an Amazon
|
1229
1228
|
# Web Services SDK.
|
@@ -1266,10 +1265,8 @@ module Aws::FSx
|
|
1266
1265
|
# @!attribute [rw] lustre_configuration
|
1267
1266
|
# The Lustre configuration for the file system being created.
|
1268
1267
|
#
|
1269
|
-
# <note markdown="1"> The following parameters are not supported for file systems with
|
1270
|
-
#
|
1271
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
1272
|
-
# association to link your Lustre file system to a data repository.
|
1268
|
+
# <note markdown="1"> The following parameters are not supported for file systems with a
|
1269
|
+
# data repository association created with .
|
1273
1270
|
#
|
1274
1271
|
# * `AutoImportPolicy`
|
1275
1272
|
#
|
@@ -1393,10 +1390,8 @@ module Aws::FSx
|
|
1393
1390
|
|
1394
1391
|
# The Lustre configuration for the file system being created.
|
1395
1392
|
#
|
1396
|
-
# <note markdown="1"> The following parameters are not supported for file systems with
|
1397
|
-
#
|
1398
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
1399
|
-
# association to link your Lustre file system to a data repository.
|
1393
|
+
# <note markdown="1"> The following parameters are not supported for file systems with a
|
1394
|
+
# data repository association created with .
|
1400
1395
|
#
|
1401
1396
|
# * `AutoImportPolicy`
|
1402
1397
|
#
|
@@ -1424,19 +1419,16 @@ module Aws::FSx
|
|
1424
1419
|
# specify a prefix after the Amazon S3 bucket name, only object keys
|
1425
1420
|
# with that prefix are loaded into the file system.
|
1426
1421
|
#
|
1427
|
-
# <note markdown="1"> This parameter is not supported for file systems with
|
1428
|
-
#
|
1429
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
1430
|
-
# association to link your Lustre file system to a data repository.
|
1422
|
+
# <note markdown="1"> This parameter is not supported for file systems with a data
|
1423
|
+
# repository association.
|
1431
1424
|
#
|
1432
1425
|
# </note>
|
1433
1426
|
# @return [String]
|
1434
1427
|
#
|
1435
1428
|
# @!attribute [rw] export_path
|
1436
|
-
# (Optional)
|
1437
|
-
#
|
1438
|
-
#
|
1439
|
-
# Amazon S3 bucket as specified in ImportPath. You can provide an
|
1429
|
+
# (Optional) Specifies the path in the Amazon S3 bucket where the root
|
1430
|
+
# of your Amazon FSx file system is exported. The path must use the
|
1431
|
+
# same Amazon S3 bucket as specified in ImportPath. You can provide an
|
1440
1432
|
# optional prefix to which new and changed data is to be exported from
|
1441
1433
|
# your Amazon FSx for Lustre file system. If an `ExportPath` value is
|
1442
1434
|
# not provided, Amazon FSx sets a default export path,
|
@@ -1454,10 +1446,8 @@ module Aws::FSx
|
|
1454
1446
|
# the contents of your file system to that export prefix in the Amazon
|
1455
1447
|
# S3 bucket.
|
1456
1448
|
#
|
1457
|
-
# <note markdown="1"> This parameter is not supported for file systems with
|
1458
|
-
#
|
1459
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
1460
|
-
# association to link your Lustre file system to a data repository.
|
1449
|
+
# <note markdown="1"> This parameter is not supported for file systems with a data
|
1450
|
+
# repository association.
|
1461
1451
|
#
|
1462
1452
|
# </note>
|
1463
1453
|
# @return [String]
|
@@ -1473,10 +1463,10 @@ module Aws::FSx
|
|
1473
1463
|
# 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5
|
1474
1464
|
# TB.
|
1475
1465
|
#
|
1476
|
-
# This parameter is not supported for file systems with
|
1477
|
-
#
|
1478
|
-
#
|
1479
|
-
#
|
1466
|
+
# <note markdown="1"> This parameter is not supported for file systems with a data
|
1467
|
+
# repository association.
|
1468
|
+
#
|
1469
|
+
# </note>
|
1480
1470
|
# @return [Integer]
|
1481
1471
|
#
|
1482
1472
|
# @!attribute [rw] deployment_type
|
@@ -1508,10 +1498,10 @@ module Aws::FSx
|
|
1508
1498
|
#
|
1509
1499
|
# Encryption of data in transit is automatically turned on when you
|
1510
1500
|
# access `SCRATCH_2`, `PERSISTENT_1` and `PERSISTENT_2` file systems
|
1511
|
-
# from Amazon EC2 instances that
|
1512
|
-
#
|
1501
|
+
# from Amazon EC2 instances that support automatic encryption in the
|
1502
|
+
# Amazon Web Services Regions where they are available. For more
|
1513
1503
|
# information about encryption in transit for FSx for Lustre file
|
1514
|
-
# systems, see [Encrypting data in transit][
|
1504
|
+
# systems, see [Encrypting data in transit][2] in the *Amazon FSx for
|
1515
1505
|
# Lustre User Guide*.
|
1516
1506
|
#
|
1517
1507
|
# (Default = `SCRATCH_1`)
|
@@ -1519,16 +1509,14 @@ module Aws::FSx
|
|
1519
1509
|
#
|
1520
1510
|
#
|
1521
1511
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-fsx-lustre.html#lustre-deployment-types
|
1522
|
-
# [2]: https://docs.aws.amazon.com/
|
1523
|
-
# [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html
|
1512
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/encryption-in-transit-fsxl.html
|
1524
1513
|
# @return [String]
|
1525
1514
|
#
|
1526
1515
|
# @!attribute [rw] auto_import_policy
|
1527
|
-
# (Optional)
|
1528
|
-
#
|
1529
|
-
#
|
1530
|
-
#
|
1531
|
-
# you add or modify objects in your linked S3 bucket.
|
1516
|
+
# (Optional) When you create your file system, your existing S3
|
1517
|
+
# objects appear as file and directory listings. Use this parameter to
|
1518
|
+
# choose how Amazon FSx keeps your file and directory listings up to
|
1519
|
+
# date as you add or modify objects in your linked S3 bucket.
|
1532
1520
|
# `AutoImportPolicy` can have the following values:
|
1533
1521
|
#
|
1534
1522
|
# * `NONE` - (Default) AutoImport is off. Amazon FSx only updates file
|
@@ -1553,10 +1541,8 @@ module Aws::FSx
|
|
1553
1541
|
# For more information, see [ Automatically import updates from your
|
1554
1542
|
# S3 bucket][1].
|
1555
1543
|
#
|
1556
|
-
# <note markdown="1"> This parameter is not supported for file systems with
|
1557
|
-
#
|
1558
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
1559
|
-
# association to link your Lustre file system to a data repository.
|
1544
|
+
# <note markdown="1"> This parameter is not supported for file systems with a data
|
1545
|
+
# repository association.
|
1560
1546
|
#
|
1561
1547
|
# </note>
|
1562
1548
|
#
|
@@ -1721,7 +1707,8 @@ module Aws::FSx
|
|
1721
1707
|
# console, Amazon FSx chooses the last 64 IP addresses from the VPC’s
|
1722
1708
|
# primary CIDR range to use as the endpoint IP address range for the
|
1723
1709
|
# file system. You can have overlapping endpoint IP addresses for file
|
1724
|
-
# systems deployed in the same VPC/route tables
|
1710
|
+
# systems deployed in the same VPC/route tables, as long as they
|
1711
|
+
# don't overlap with any subnet.
|
1725
1712
|
# @return [String]
|
1726
1713
|
#
|
1727
1714
|
# @!attribute [rw] fsx_admin_password
|
@@ -1914,7 +1901,7 @@ module Aws::FSx
|
|
1914
1901
|
# The request object used to create a new Amazon FSx file system.
|
1915
1902
|
#
|
1916
1903
|
# @!attribute [rw] client_request_token
|
1917
|
-
# A string of up to
|
1904
|
+
# A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
1918
1905
|
# idempotent creation. This string is automatically filled on your
|
1919
1906
|
# behalf when you use the Command Line Interface (CLI) or an Amazon
|
1920
1907
|
# Web Services SDK.
|
@@ -2051,10 +2038,8 @@ module Aws::FSx
|
|
2051
2038
|
# @!attribute [rw] lustre_configuration
|
2052
2039
|
# The Lustre configuration for the file system being created.
|
2053
2040
|
#
|
2054
|
-
# <note markdown="1"> The following parameters are not supported for file systems with
|
2055
|
-
#
|
2056
|
-
# `CreateDataRepositoryAssociation` to create a data repository
|
2057
|
-
# association to link your Lustre file system to a data repository.
|
2041
|
+
# <note markdown="1"> The following parameters are not supported for file systems with a
|
2042
|
+
# data repository association created with .
|
2058
2043
|
#
|
2059
2044
|
# * `AutoImportPolicy`
|
2060
2045
|
#
|
@@ -2075,7 +2060,7 @@ module Aws::FSx
|
|
2075
2060
|
# @!attribute [rw] file_system_type_version
|
2076
2061
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
2077
2062
|
# for the file system that you're creating. Valid values are `2.10`
|
2078
|
-
# and `2.12
|
2063
|
+
# and `2.12`:
|
2079
2064
|
#
|
2080
2065
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre
|
2081
2066
|
# deployment types.
|
@@ -2291,8 +2276,8 @@ module Aws::FSx
|
|
2291
2276
|
#
|
2292
2277
|
# @!attribute [rw] junction_path
|
2293
2278
|
# Specifies the location in the SVM's namespace where the volume is
|
2294
|
-
# mounted. The `JunctionPath` must have a
|
2295
|
-
# as `/vol3`.
|
2279
|
+
# mounted. This parameter is required. The `JunctionPath` must have a
|
2280
|
+
# leading forward slash, such as `/vol3`.
|
2296
2281
|
# @return [String]
|
2297
2282
|
#
|
2298
2283
|
# @!attribute [rw] security_style
|
@@ -2321,12 +2306,14 @@ module Aws::FSx
|
|
2321
2306
|
#
|
2322
2307
|
# @!attribute [rw] size_in_megabytes
|
2323
2308
|
# Specifies the size of the volume, in megabytes (MB), that you are
|
2324
|
-
# creating.
|
2309
|
+
# creating. Provide any whole number in the range of 20–104857600 to
|
2310
|
+
# specify the size of the volume.
|
2325
2311
|
# @return [Integer]
|
2326
2312
|
#
|
2327
2313
|
# @!attribute [rw] storage_efficiency_enabled
|
2328
2314
|
# Set to true to enable deduplication, compression, and compaction
|
2329
|
-
# storage efficiency features on the volume
|
2315
|
+
# storage efficiency features on the volume, or set to false to
|
2316
|
+
# disable them. This parameter is required.
|
2330
2317
|
# @return [Boolean]
|
2331
2318
|
#
|
2332
2319
|
# @!attribute [rw] storage_virtual_machine_id
|
@@ -2387,17 +2374,16 @@ module Aws::FSx
|
|
2387
2374
|
# Specifies the snapshot policy for the volume. There are three
|
2388
2375
|
# built-in snapshot policies:
|
2389
2376
|
#
|
2390
|
-
# * `default
|
2377
|
+
# * `default`: This is the default policy. A maximum of six hourly
|
2391
2378
|
# snapshots taken five minutes past the hour. A maximum of two daily
|
2392
2379
|
# snapshots taken Monday through Saturday at 10 minutes after
|
2393
2380
|
# midnight. A maximum of two weekly snapshots taken every Sunday at
|
2394
2381
|
# 15 minutes after midnight.
|
2395
2382
|
#
|
2396
|
-
# * `default-1weekly
|
2397
|
-
#
|
2398
|
-
# schedule.
|
2383
|
+
# * `default-1weekly`: This policy is the same as the `default` policy
|
2384
|
+
# except that it only retains one snapshot from the weekly schedule.
|
2399
2385
|
#
|
2400
|
-
# * `none
|
2386
|
+
# * `none`: This policy does not take any snapshots. This policy can
|
2401
2387
|
# be assigned to volumes to prevent automatic snapshots from being
|
2402
2388
|
# taken.
|
2403
2389
|
#
|
@@ -2607,7 +2593,7 @@ module Aws::FSx
|
|
2607
2593
|
|
2608
2594
|
# @!attribute [rw] client_request_token
|
2609
2595
|
# (Optional) An idempotency token for resource creation, in a string
|
2610
|
-
# of up to
|
2596
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
2611
2597
|
# your behalf when you use the Command Line Interface (CLI) or an
|
2612
2598
|
# Amazon Web Services SDK.
|
2613
2599
|
#
|
@@ -2659,7 +2645,7 @@ module Aws::FSx
|
|
2659
2645
|
#
|
2660
2646
|
# @!attribute [rw] client_request_token
|
2661
2647
|
# (Optional) An idempotency token for resource creation, in a string
|
2662
|
-
# of up to
|
2648
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
2663
2649
|
# your behalf when you use the Command Line Interface (CLI) or an
|
2664
2650
|
# Amazon Web Services SDK.
|
2665
2651
|
#
|
@@ -2767,7 +2753,7 @@ module Aws::FSx
|
|
2767
2753
|
#
|
2768
2754
|
# @!attribute [rw] client_request_token
|
2769
2755
|
# (Optional) An idempotency token for resource creation, in a string
|
2770
|
-
# of up to
|
2756
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
2771
2757
|
# your behalf when you use the Command Line Interface (CLI) or an
|
2772
2758
|
# Amazon Web Services SDK.
|
2773
2759
|
#
|
@@ -2815,7 +2801,7 @@ module Aws::FSx
|
|
2815
2801
|
|
2816
2802
|
# @!attribute [rw] client_request_token
|
2817
2803
|
# (Optional) An idempotency token for resource creation, in a string
|
2818
|
-
# of up to
|
2804
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
2819
2805
|
# your behalf when you use the Command Line Interface (CLI) or an
|
2820
2806
|
# Amazon Web Services SDK.
|
2821
2807
|
#
|
@@ -2882,9 +2868,9 @@ module Aws::FSx
|
|
2882
2868
|
#
|
2883
2869
|
# * `DescribeDataRepositoryAssociations`
|
2884
2870
|
#
|
2885
|
-
# Data repository associations are supported
|
2886
|
-
#
|
2887
|
-
#
|
2871
|
+
# Data repository associations are supported on Amazon File Cache
|
2872
|
+
# resources and all Amazon FSx for Lustre file systems excluding
|
2873
|
+
# `Scratch_1` deployment types.
|
2888
2874
|
#
|
2889
2875
|
# @!attribute [rw] association_id
|
2890
2876
|
# The system-generated, unique ID of the data repository association.
|
@@ -3109,8 +3095,9 @@ module Aws::FSx
|
|
3109
3095
|
# The data repository configuration object for Lustre file systems
|
3110
3096
|
# returned in the response of the `CreateFileSystem` operation.
|
3111
3097
|
#
|
3112
|
-
# This data type is not supported
|
3113
|
-
#
|
3098
|
+
# This data type is not supported on file systems with a data repository
|
3099
|
+
# association. For file systems with a data repository association, see
|
3100
|
+
# .
|
3114
3101
|
#
|
3115
3102
|
# @!attribute [rw] lifecycle
|
3116
3103
|
# Describes the state of the file system's S3 durable data
|
@@ -3274,6 +3261,8 @@ module Aws::FSx
|
|
3274
3261
|
#
|
3275
3262
|
# * `AUTO_RELEASE_DATA` tasks automatically release files from an
|
3276
3263
|
# Amazon File Cache resource.
|
3264
|
+
#
|
3265
|
+
# * `RELEASE_DATA_FROM_FILESYSTEM` tasks are not supported.
|
3277
3266
|
# @return [String]
|
3278
3267
|
#
|
3279
3268
|
# @!attribute [rw] creation_time
|
@@ -3512,7 +3501,7 @@ module Aws::FSx
|
|
3512
3501
|
# @return [String]
|
3513
3502
|
#
|
3514
3503
|
# @!attribute [rw] client_request_token
|
3515
|
-
# A string of up to
|
3504
|
+
# A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
3516
3505
|
# idempotent deletion. This parameter is automatically filled on your
|
3517
3506
|
# behalf when using the CLI or SDK.
|
3518
3507
|
#
|
@@ -3555,7 +3544,7 @@ module Aws::FSx
|
|
3555
3544
|
#
|
3556
3545
|
# @!attribute [rw] client_request_token
|
3557
3546
|
# (Optional) An idempotency token for resource creation, in a string
|
3558
|
-
# of up to
|
3547
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
3559
3548
|
# your behalf when you use the Command Line Interface (CLI) or an
|
3560
3549
|
# Amazon Web Services SDK.
|
3561
3550
|
#
|
@@ -3608,7 +3597,7 @@ module Aws::FSx
|
|
3608
3597
|
#
|
3609
3598
|
# @!attribute [rw] client_request_token
|
3610
3599
|
# (Optional) An idempotency token for resource creation, in a string
|
3611
|
-
# of up to
|
3600
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
3612
3601
|
# your behalf when you use the Command Line Interface (CLI) or an
|
3613
3602
|
# Amazon Web Services SDK.
|
3614
3603
|
#
|
@@ -3757,7 +3746,7 @@ module Aws::FSx
|
|
3757
3746
|
# @return [String]
|
3758
3747
|
#
|
3759
3748
|
# @!attribute [rw] client_request_token
|
3760
|
-
# A string of up to
|
3749
|
+
# A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
3761
3750
|
# idempotent deletion. This token is automatically filled on your
|
3762
3751
|
# behalf when using the Command Line Interface (CLI) or an Amazon Web
|
3763
3752
|
# Services SDK.
|
@@ -3878,7 +3867,7 @@ module Aws::FSx
|
|
3878
3867
|
|
3879
3868
|
# @!attribute [rw] client_request_token
|
3880
3869
|
# (Optional) An idempotency token for resource creation, in a string
|
3881
|
-
# of up to
|
3870
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
3882
3871
|
# your behalf when you use the Command Line Interface (CLI) or an
|
3883
3872
|
# Amazon Web Services SDK.
|
3884
3873
|
#
|
@@ -3919,7 +3908,7 @@ module Aws::FSx
|
|
3919
3908
|
|
3920
3909
|
# @!attribute [rw] client_request_token
|
3921
3910
|
# (Optional) An idempotency token for resource creation, in a string
|
3922
|
-
# of up to
|
3911
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
3923
3912
|
# your behalf when you use the Command Line Interface (CLI) or an
|
3924
3913
|
# Amazon Web Services SDK.
|
3925
3914
|
#
|
@@ -4017,7 +4006,7 @@ module Aws::FSx
|
|
4017
4006
|
|
4018
4007
|
# @!attribute [rw] client_request_token
|
4019
4008
|
# (Optional) An idempotency token for resource creation, in a string
|
4020
|
-
# of up to
|
4009
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
4021
4010
|
# your behalf when you use the Command Line Interface (CLI) or an
|
4022
4011
|
# Amazon Web Services SDK.
|
4023
4012
|
#
|
@@ -4290,7 +4279,7 @@ module Aws::FSx
|
|
4290
4279
|
#
|
4291
4280
|
# @!attribute [rw] client_request_token
|
4292
4281
|
# (Optional) An idempotency token for resource creation, in a string
|
4293
|
-
# of up to
|
4282
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
4294
4283
|
# your behalf when you use the Command Line Interface (CLI) or an
|
4295
4284
|
# Amazon Web Services SDK.
|
4296
4285
|
#
|
@@ -4567,7 +4556,7 @@ module Aws::FSx
|
|
4567
4556
|
#
|
4568
4557
|
# @!attribute [rw] client_request_token
|
4569
4558
|
# (Optional) An idempotency token for resource creation, in a string
|
4570
|
-
# of up to
|
4559
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
4571
4560
|
# your behalf when you use the Command Line Interface (CLI) or an
|
4572
4561
|
# Amazon Web Services SDK.
|
4573
4562
|
#
|
@@ -5124,9 +5113,8 @@ module Aws::FSx
|
|
5124
5113
|
#
|
5125
5114
|
# @!attribute [rw] owner_id
|
5126
5115
|
# The Amazon Web Services account that created the file system. If the
|
5127
|
-
# file system was created by
|
5128
|
-
#
|
5129
|
-
# is the owner.
|
5116
|
+
# file system was created by a user in IAM Identity Center, the Amazon
|
5117
|
+
# Web Services account to which the IAM user belongs is the owner.
|
5130
5118
|
# @return [String]
|
5131
5119
|
#
|
5132
5120
|
# @!attribute [rw] creation_time
|
@@ -5669,8 +5657,9 @@ module Aws::FSx
|
|
5669
5657
|
# The data repository configuration object for Lustre file systems
|
5670
5658
|
# returned in the response of the `CreateFileSystem` operation.
|
5671
5659
|
#
|
5672
|
-
# This data type is not supported
|
5673
|
-
#
|
5660
|
+
# This data type is not supported on file systems with a data
|
5661
|
+
# repository association. For file systems with a data repository
|
5662
|
+
# association, see .
|
5674
5663
|
# @return [Types::DataRepositoryConfiguration]
|
5675
5664
|
#
|
5676
5665
|
# @!attribute [rw] deployment_type
|
@@ -5910,7 +5899,7 @@ module Aws::FSx
|
|
5910
5899
|
# You enable root squash by setting a user ID (UID) and group ID (GID)
|
5911
5900
|
# for the file system in the format `UID:GID` (for example,
|
5912
5901
|
# `365534:65534`). The UID and GID values can range from `0` to
|
5913
|
-
# `4294967294
|
5902
|
+
# `4294967294`:
|
5914
5903
|
#
|
5915
5904
|
# * A non-zero value for UID and GID enables root squash. The UID and
|
5916
5905
|
# GID values can be different, but each must be a non-zero value.
|
@@ -6076,13 +6065,14 @@ module Aws::FSx
|
|
6076
6065
|
# @return [String]
|
6077
6066
|
#
|
6078
6067
|
# @!attribute [rw] endpoint_ip_address_range
|
6079
|
-
# (Multi-AZ only)
|
6080
|
-
# access your file system
|
6081
|
-
#
|
6082
|
-
#
|
6083
|
-
#
|
6084
|
-
#
|
6085
|
-
#
|
6068
|
+
# (Multi-AZ only) Specifies the IP address range in which the
|
6069
|
+
# endpoints to access your file system will be created. By default in
|
6070
|
+
# the Amazon FSx API, Amazon FSx selects an unused IP address range
|
6071
|
+
# for you from the 198.19.* range. By default in the Amazon FSx
|
6072
|
+
# console, Amazon FSx chooses the last 64 IP addresses from the VPC’s
|
6073
|
+
# primary CIDR range to use as the endpoint IP address range for the
|
6074
|
+
# file system. You can have overlapping endpoint IP addresses for file
|
6075
|
+
# systems deployed in the same VPC/route tables.
|
6086
6076
|
# @return [String]
|
6087
6077
|
#
|
6088
6078
|
# @!attribute [rw] endpoints
|
@@ -6231,17 +6221,16 @@ module Aws::FSx
|
|
6231
6221
|
# Specifies the snapshot policy for the volume. There are three
|
6232
6222
|
# built-in snapshot policies:
|
6233
6223
|
#
|
6234
|
-
# * `default
|
6224
|
+
# * `default`: This is the default policy. A maximum of six hourly
|
6235
6225
|
# snapshots taken five minutes past the hour. A maximum of two daily
|
6236
6226
|
# snapshots taken Monday through Saturday at 10 minutes after
|
6237
6227
|
# midnight. A maximum of two weekly snapshots taken every Sunday at
|
6238
6228
|
# 15 minutes after midnight.
|
6239
6229
|
#
|
6240
|
-
# * `default-1weekly
|
6241
|
-
#
|
6242
|
-
# schedule.
|
6230
|
+
# * `default-1weekly`: This policy is the same as the `default` policy
|
6231
|
+
# except that it only retains one snapshot from the weekly schedule.
|
6243
6232
|
#
|
6244
|
-
# * `none
|
6233
|
+
# * `none`: This policy does not take any snapshots. This policy can
|
6245
6234
|
# be assigned to volumes to prevent automatic snapshots from being
|
6246
6235
|
# taken.
|
6247
6236
|
#
|
@@ -6688,7 +6677,7 @@ module Aws::FSx
|
|
6688
6677
|
#
|
6689
6678
|
# @!attribute [rw] client_request_token
|
6690
6679
|
# (Optional) An idempotency token for resource creation, in a string
|
6691
|
-
# of up to
|
6680
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
6692
6681
|
# your behalf when you use the Command Line Interface (CLI) or an
|
6693
6682
|
# Amazon Web Services SDK.
|
6694
6683
|
#
|
@@ -6759,7 +6748,7 @@ module Aws::FSx
|
|
6759
6748
|
|
6760
6749
|
# @!attribute [rw] client_request_token
|
6761
6750
|
# (Optional) An idempotency token for resource creation, in a string
|
6762
|
-
# of up to
|
6751
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
6763
6752
|
# your behalf when you use the Command Line Interface (CLI) or an
|
6764
6753
|
# Amazon Web Services SDK.
|
6765
6754
|
#
|
@@ -7537,7 +7526,7 @@ module Aws::FSx
|
|
7537
7526
|
#
|
7538
7527
|
# @!attribute [rw] client_request_token
|
7539
7528
|
# (Optional) An idempotency token for resource creation, in a string
|
7540
|
-
# of up to
|
7529
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
7541
7530
|
# your behalf when you use the Command Line Interface (CLI) or an
|
7542
7531
|
# Amazon Web Services SDK.
|
7543
7532
|
#
|
@@ -7623,7 +7612,7 @@ module Aws::FSx
|
|
7623
7612
|
#
|
7624
7613
|
# @!attribute [rw] client_request_token
|
7625
7614
|
# (Optional) An idempotency token for resource creation, in a string
|
7626
|
-
# of up to
|
7615
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
7627
7616
|
# your behalf when you use the Command Line Interface (CLI) or an
|
7628
7617
|
# Amazon Web Services SDK.
|
7629
7618
|
#
|
@@ -7704,10 +7693,8 @@ module Aws::FSx
|
|
7704
7693
|
# the S3 bucket, any existing objects that are changed in the S3
|
7705
7694
|
# bucket, and any objects that were deleted in the S3 bucket.
|
7706
7695
|
#
|
7707
|
-
#
|
7708
|
-
#
|
7709
|
-
# update a data repository association on your `Persistent_2` file
|
7710
|
-
# system.
|
7696
|
+
# This parameter is not supported for file systems with a data
|
7697
|
+
# repository association.
|
7711
7698
|
# @return [String]
|
7712
7699
|
#
|
7713
7700
|
# @!attribute [rw] data_compression_type
|
@@ -7929,7 +7916,7 @@ module Aws::FSx
|
|
7929
7916
|
# @return [String]
|
7930
7917
|
#
|
7931
7918
|
# @!attribute [rw] client_request_token
|
7932
|
-
# A string of up to
|
7919
|
+
# A string of up to 63 ASCII characters that Amazon FSx uses to ensure
|
7933
7920
|
# idempotent updates. This string is automatically filled on your
|
7934
7921
|
# behalf when you use the Command Line Interface (CLI) or an Amazon
|
7935
7922
|
# Web Services SDK.
|
@@ -7939,24 +7926,17 @@ module Aws::FSx
|
|
7939
7926
|
# @return [String]
|
7940
7927
|
#
|
7941
7928
|
# @!attribute [rw] storage_capacity
|
7942
|
-
# Use this parameter to increase the storage capacity of an
|
7943
|
-
#
|
7944
|
-
#
|
7945
|
-
#
|
7946
|
-
#
|
7929
|
+
# Use this parameter to increase the storage capacity of an FSx for
|
7930
|
+
# Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for
|
7931
|
+
# ONTAP file system. Specifies the storage capacity target value, in
|
7932
|
+
# GiB, to increase the storage capacity for the file system that
|
7933
|
+
# you're updating.
|
7947
7934
|
#
|
7948
7935
|
# <note markdown="1"> You can't make a storage capacity increase request if there is an
|
7949
7936
|
# existing storage capacity increase request in progress.
|
7950
7937
|
#
|
7951
7938
|
# </note>
|
7952
7939
|
#
|
7953
|
-
# For Windows file systems, the storage capacity target value must be
|
7954
|
-
# at least 10 percent greater than the current storage capacity value.
|
7955
|
-
# To increase storage capacity, the file system must have at least 16
|
7956
|
-
# MBps of throughput capacity. For more information, see [Managing
|
7957
|
-
# storage capacity][1] in the *Amazon FSx for Windows File Server User
|
7958
|
-
# Guide*.
|
7959
|
-
#
|
7960
7940
|
# For Lustre file systems, the storage capacity target value can be
|
7961
7941
|
# the following:
|
7962
7942
|
#
|
@@ -7973,18 +7953,31 @@ module Aws::FSx
|
|
7973
7953
|
# capacity.
|
7974
7954
|
#
|
7975
7955
|
# For more information, see [Managing storage and throughput
|
7976
|
-
# capacity][
|
7956
|
+
# capacity][1] in the *FSx for Lustre User Guide*.
|
7957
|
+
#
|
7958
|
+
# For FSx for OpenZFS file systems, the storage capacity target value
|
7959
|
+
# must be at least 10 percent greater than the current storage
|
7960
|
+
# capacity value. For more information, see [Managing storage
|
7961
|
+
# capacity][2] in the *FSx for OpenZFS User Guide*.
|
7962
|
+
#
|
7963
|
+
# For Windows file systems, the storage capacity target value must be
|
7964
|
+
# at least 10 percent greater than the current storage capacity value.
|
7965
|
+
# To increase storage capacity, the file system must have at least 16
|
7966
|
+
# MBps of throughput capacity. For more information, see [Managing
|
7967
|
+
# storage capacity][3] in the *Amazon FSx for Windows File Server User
|
7968
|
+
# Guide*.
|
7977
7969
|
#
|
7978
7970
|
# For ONTAP file systems, the storage capacity target value must be at
|
7979
7971
|
# least 10 percent greater than the current storage capacity value.
|
7980
7972
|
# For more information, see [Managing storage capacity and provisioned
|
7981
|
-
# IOPS][
|
7973
|
+
# IOPS][4] in the *Amazon FSx for NetApp ONTAP User Guide*.
|
7982
7974
|
#
|
7983
7975
|
#
|
7984
7976
|
#
|
7985
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/
|
7986
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/
|
7987
|
-
# [3]: https://docs.aws.amazon.com/fsx/latest/
|
7977
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
|
7978
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
|
7979
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
7980
|
+
# [4]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
|
7988
7981
|
# @return [Integer]
|
7989
7982
|
#
|
7990
7983
|
# @!attribute [rw] windows_configuration
|
@@ -8131,17 +8124,16 @@ module Aws::FSx
|
|
8131
8124
|
# Specifies the snapshot policy for the volume. There are three
|
8132
8125
|
# built-in snapshot policies:
|
8133
8126
|
#
|
8134
|
-
# * `default
|
8127
|
+
# * `default`: This is the default policy. A maximum of six hourly
|
8135
8128
|
# snapshots taken five minutes past the hour. A maximum of two daily
|
8136
8129
|
# snapshots taken Monday through Saturday at 10 minutes after
|
8137
8130
|
# midnight. A maximum of two weekly snapshots taken every Sunday at
|
8138
8131
|
# 15 minutes after midnight.
|
8139
8132
|
#
|
8140
|
-
# * `default-1weekly
|
8141
|
-
#
|
8142
|
-
# schedule.
|
8133
|
+
# * `default-1weekly`: This policy is the same as the `default` policy
|
8134
|
+
# except that it only retains one snapshot from the weekly schedule.
|
8143
8135
|
#
|
8144
|
-
# * `none
|
8136
|
+
# * `none`: This policy does not take any snapshots. This policy can
|
8145
8137
|
# be assigned to volumes to prevent automatic snapshots from being
|
8146
8138
|
# taken.
|
8147
8139
|
#
|
@@ -8260,7 +8252,7 @@ module Aws::FSx
|
|
8260
8252
|
|
8261
8253
|
# @!attribute [rw] client_request_token
|
8262
8254
|
# (Optional) An idempotency token for resource creation, in a string
|
8263
|
-
# of up to
|
8255
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
8264
8256
|
# your behalf when you use the Command Line Interface (CLI) or an
|
8265
8257
|
# Amazon Web Services SDK.
|
8266
8258
|
#
|
@@ -8307,7 +8299,7 @@ module Aws::FSx
|
|
8307
8299
|
#
|
8308
8300
|
# @!attribute [rw] client_request_token
|
8309
8301
|
# (Optional) An idempotency token for resource creation, in a string
|
8310
|
-
# of up to
|
8302
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
8311
8303
|
# your behalf when you use the Command Line Interface (CLI) or an
|
8312
8304
|
# Amazon Web Services SDK.
|
8313
8305
|
#
|
@@ -8368,7 +8360,7 @@ module Aws::FSx
|
|
8368
8360
|
|
8369
8361
|
# @!attribute [rw] client_request_token
|
8370
8362
|
# (Optional) An idempotency token for resource creation, in a string
|
8371
|
-
# of up to
|
8363
|
+
# of up to 63 ASCII characters. This token is automatically filled on
|
8372
8364
|
# your behalf when you use the Command Line Interface (CLI) or an
|
8373
8365
|
# Amazon Web Services SDK.
|
8374
8366
|
#
|