aws-sdk-fsx 1.51.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e536e1c41cedcac8d267a0df4c2196f6985cbdbd7d49d44083c77d6ce1d801c3
4
- data.tar.gz: 2b6be3aa63b5316bdf80b9ac5d446443845672f047bd1f8dba47ac4b1e71f195
3
+ metadata.gz: 325ff1628ba5e914abed4d6f121188871c7b0c9afea8e21695b9680226d60c0b
4
+ data.tar.gz: 6b90b51af37aa7d6483f8c7582cbc9b2456970387c1265c1c7ef08b312aa981e
5
5
  SHA512:
6
- metadata.gz: 1c5fd906ddfaf773f9d48efd48ab5e29efdfdc38147ba9d6075021f3478306d2dab52dd1081ff6942b089bbeb4cb473a6f21019a83e63d7cdd2eb58b7dd16980
7
- data.tar.gz: 5ec3b809450738b9be749116676a72d2e95d8c1e167feead0fa027ffff4b420831083657a81df823b36f4388e23a382757fd6259ade81bbd2c9ad960d3afb692
6
+ metadata.gz: c8d5747ca95c91d3f08703b6b3c2332f8ace9a02cb29a386802eaf09439cfd3149825539de856b214391a30a79bf550c29a8be26b3630b3b5416d27b4ec935e3
7
+ data.tar.gz: 1f049efb1623bf7d109075c31e8c1f407ec16be0da59b6e03697b263be4c8b3cf385bbe07b917b1083efc7ad634910e354861041358bfb1eb0d5ea089b2fb485
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2022-04-05)
5
+ ------------------
6
+
7
+ * Feature - Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
8
+
9
+ 1.53.0 (2022-03-30)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
13
+
14
+ 1.52.0 (2022-03-03)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for data repository associations to use root ("/") as the file system path
18
+
4
19
  1.51.0 (2022-02-28)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.54.0
@@ -539,14 +539,24 @@ module Aws::FSx
539
539
  # the Region where the request is sent from (in-Region copy).
540
540
  #
541
541
  # @option params [String] :kms_key_id
542
- # The ID of the Key Management Service (KMS) key used to encrypt the
543
- # file system's data for Amazon FSx for Windows File Server file
544
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
545
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
546
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
547
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
548
- # encrypted at rest using Amazon FSx-managed keys. For more information,
549
- # see [Encrypt][1] in the *Key Management Service API Reference*.
542
+ # Specifies the ID of the Key Management Service (KMS) key to use for
543
+ # encrypting data on Amazon FSx file systems, as follows:
544
+ #
545
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
546
+ # types only.
547
+ #
548
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
549
+ # service KMS key for your account.
550
+ #
551
+ # * Amazon FSx for NetApp ONTAP
552
+ #
553
+ # * Amazon FSx for OpenZFS
554
+ #
555
+ # * Amazon FSx for Windows File Server
556
+ #
557
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
558
+ # your account is used. For more information, see [Encrypt][1] in the
559
+ # *Key Management Service API Reference*.
550
560
  #
551
561
  #
552
562
  #
@@ -645,7 +655,7 @@ module Aws::FSx
645
655
  # resp.backup.file_system.creation_time #=> Time
646
656
  # resp.backup.file_system.file_system_id #=> String
647
657
  # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
648
- # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
658
+ # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
649
659
  # resp.backup.file_system.failure_details.message #=> String
650
660
  # resp.backup.file_system.storage_capacity #=> Integer
651
661
  # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -827,7 +837,7 @@ module Aws::FSx
827
837
  # resp.backup.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
828
838
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
829
839
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
830
- # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
840
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
831
841
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
832
842
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
833
843
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -1115,7 +1125,7 @@ module Aws::FSx
1115
1125
  # resp.backup.file_system.creation_time #=> Time
1116
1126
  # resp.backup.file_system.file_system_id #=> String
1117
1127
  # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
1118
- # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1128
+ # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1119
1129
  # resp.backup.file_system.failure_details.message #=> String
1120
1130
  # resp.backup.file_system.storage_capacity #=> Integer
1121
1131
  # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -1297,7 +1307,7 @@ module Aws::FSx
1297
1307
  # resp.backup.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
1298
1308
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
1299
1309
  # resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
1300
- # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1310
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
1301
1311
  # resp.backup.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
1302
1312
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
1303
1313
  # resp.backup.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -1459,6 +1469,13 @@ module Aws::FSx
1459
1469
  # one Amazon S3 bucket, and no other S3 bucket can be linked to the
1460
1470
  # directory.
1461
1471
  #
1472
+ # <note markdown="1"> If you specify only a forward slash (`/`) as the file system path, you
1473
+ # can link only 1 data repository to the file system. You can only
1474
+ # specify "/" as the file system path for the first data repository
1475
+ # associated with a file system.
1476
+ #
1477
+ # </note>
1478
+ #
1462
1479
  # @option params [required, String] :data_repository_path
1463
1480
  # The path to the Amazon S3 data repository that will be linked to the
1464
1481
  # file system. The path can be an S3 bucket or prefix in the format
@@ -1707,7 +1724,7 @@ module Aws::FSx
1707
1724
  # * Creates a new, empty Amazon FSx file system with an assigned ID, and
1708
1725
  # an initial lifecycle state of `CREATING`.
1709
1726
  #
1710
- # * Returns the description of the file system.
1727
+ # * Returns the description of the file system in JSON format.
1711
1728
  #
1712
1729
  # This operation requires a client request token in the request that
1713
1730
  # Amazon FSx uses to ensure idempotent creation. This means that calling
@@ -1831,14 +1848,24 @@ module Aws::FSx
1831
1848
  # name.
1832
1849
  #
1833
1850
  # @option params [String] :kms_key_id
1834
- # The ID of the Key Management Service (KMS) key used to encrypt the
1835
- # file system's data for Amazon FSx for Windows File Server file
1836
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
1837
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
1838
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
1839
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
1840
- # encrypted at rest using Amazon FSx-managed keys. For more information,
1841
- # see [Encrypt][1] in the *Key Management Service API Reference*.
1851
+ # Specifies the ID of the Key Management Service (KMS) key to use for
1852
+ # encrypting data on Amazon FSx file systems, as follows:
1853
+ #
1854
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
1855
+ # types only.
1856
+ #
1857
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
1858
+ # service KMS key for your account.
1859
+ #
1860
+ # * Amazon FSx for NetApp ONTAP
1861
+ #
1862
+ # * Amazon FSx for OpenZFS
1863
+ #
1864
+ # * Amazon FSx for Windows File Server
1865
+ #
1866
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
1867
+ # your account is used. For more information, see [Encrypt][1] in the
1868
+ # *Key Management Service API Reference*.
1842
1869
  #
1843
1870
  #
1844
1871
  #
@@ -2087,7 +2114,7 @@ module Aws::FSx
2087
2114
  # resp.file_system.creation_time #=> Time
2088
2115
  # resp.file_system.file_system_id #=> String
2089
2116
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2090
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2117
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2091
2118
  # resp.file_system.failure_details.message #=> String
2092
2119
  # resp.file_system.storage_capacity #=> Integer
2093
2120
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -2364,14 +2391,24 @@ module Aws::FSx
2364
2391
  # </note>
2365
2392
  #
2366
2393
  # @option params [String] :kms_key_id
2367
- # The ID of the Key Management Service (KMS) key used to encrypt the
2368
- # file system's data for Amazon FSx for Windows File Server file
2369
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
2370
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
2371
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
2372
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
2373
- # encrypted at rest using Amazon FSx-managed keys. For more information,
2374
- # see [Encrypt][1] in the *Key Management Service API Reference*.
2394
+ # Specifies the ID of the Key Management Service (KMS) key to use for
2395
+ # encrypting data on Amazon FSx file systems, as follows:
2396
+ #
2397
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
2398
+ # types only.
2399
+ #
2400
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
2401
+ # service KMS key for your account.
2402
+ #
2403
+ # * Amazon FSx for NetApp ONTAP
2404
+ #
2405
+ # * Amazon FSx for OpenZFS
2406
+ #
2407
+ # * Amazon FSx for Windows File Server
2408
+ #
2409
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
2410
+ # your account is used. For more information, see [Encrypt][1] in the
2411
+ # *Key Management Service API Reference*.
2375
2412
  #
2376
2413
  #
2377
2414
  #
@@ -2551,7 +2588,7 @@ module Aws::FSx
2551
2588
  # resp.file_system.creation_time #=> Time
2552
2589
  # resp.file_system.file_system_id #=> String
2553
2590
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2554
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2591
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2555
2592
  # resp.file_system.failure_details.message #=> String
2556
2593
  # resp.file_system.storage_capacity #=> Integer
2557
2594
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -2794,7 +2831,7 @@ module Aws::FSx
2794
2831
  # resp.snapshot.administrative_actions[0].target_file_system_values.creation_time #=> Time
2795
2832
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_id #=> String
2796
2833
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
2797
- # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2834
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
2798
2835
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
2799
2836
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
2800
2837
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -3055,8 +3092,7 @@ module Aws::FSx
3055
3092
  req.send_request(options)
3056
3093
  end
3057
3094
 
3058
- # Creates an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
3059
- # storage volume.
3095
+ # Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
3060
3096
  #
3061
3097
  # @option params [String] :client_request_token
3062
3098
  # (Optional) An idempotency token for resource creation, in a string of
@@ -3175,7 +3211,7 @@ module Aws::FSx
3175
3211
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
3176
3212
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
3177
3213
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
3178
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3214
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3179
3215
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
3180
3216
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
3181
3217
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -3389,7 +3425,7 @@ module Aws::FSx
3389
3425
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
3390
3426
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
3391
3427
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
3392
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3428
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3393
3429
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
3394
3430
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
3395
3431
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -3748,7 +3784,7 @@ module Aws::FSx
3748
3784
  # @example Response structure
3749
3785
  #
3750
3786
  # resp.file_system_id #=> String
3751
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
3787
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
3752
3788
  # resp.windows_response.final_backup_id #=> String
3753
3789
  # resp.windows_response.final_backup_tags #=> Array
3754
3790
  # resp.windows_response.final_backup_tags[0].key #=> String
@@ -4050,7 +4086,7 @@ module Aws::FSx
4050
4086
  # resp.backups[0].file_system.creation_time #=> Time
4051
4087
  # resp.backups[0].file_system.file_system_id #=> String
4052
4088
  # resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4053
- # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4089
+ # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4054
4090
  # resp.backups[0].file_system.failure_details.message #=> String
4055
4091
  # resp.backups[0].file_system.storage_capacity #=> Integer
4056
4092
  # resp.backups[0].file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -4232,7 +4268,7 @@ module Aws::FSx
4232
4268
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
4233
4269
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
4234
4270
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4235
- # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4271
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4236
4272
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
4237
4273
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
4238
4274
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -4717,7 +4753,7 @@ module Aws::FSx
4717
4753
  # resp.file_systems[0].creation_time #=> Time
4718
4754
  # resp.file_systems[0].file_system_id #=> String
4719
4755
  # resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4720
- # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
4756
+ # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4721
4757
  # resp.file_systems[0].failure_details.message #=> String
4722
4758
  # resp.file_systems[0].storage_capacity #=> Integer
4723
4759
  # resp.file_systems[0].storage_type #=> String, one of "SSD", "HDD"
@@ -4961,7 +4997,7 @@ module Aws::FSx
4961
4997
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.creation_time #=> Time
4962
4998
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.file_system_id #=> String
4963
4999
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
4964
- # resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5000
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
4965
5001
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
4966
5002
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
4967
5003
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -5262,7 +5298,7 @@ module Aws::FSx
5262
5298
  # resp.volumes[0].administrative_actions[0].target_file_system_values.creation_time #=> Time
5263
5299
  # resp.volumes[0].administrative_actions[0].target_file_system_values.file_system_id #=> String
5264
5300
  # resp.volumes[0].administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
5265
- # resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5301
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5266
5302
  # resp.volumes[0].administrative_actions[0].target_file_system_values.failure_details.message #=> String
5267
5303
  # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
5268
5304
  # resp.volumes[0].administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -5569,7 +5605,7 @@ module Aws::FSx
5569
5605
  # resp.file_system.creation_time #=> Time
5570
5606
  # resp.file_system.file_system_id #=> String
5571
5607
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
5572
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
5608
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
5573
5609
  # resp.file_system.failure_details.message #=> String
5574
5610
  # resp.file_system.storage_capacity #=> Integer
5575
5611
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -5750,8 +5786,9 @@ module Aws::FSx
5750
5786
  # snapshots and this option isn't used, `RestoreVolumeFromSnapshot`
5751
5787
  # fails.
5752
5788
  #
5753
- # * `DELETE_CLONED_VOLUMES` - Deletes any volumes cloned from this
5754
- # volume. If there are any cloned volumes and this option isn't used,
5789
+ # * `DELETE_CLONED_VOLUMES` - Deletes any dependent clone volumes
5790
+ # created from intermediate snapshots. If there are any dependent
5791
+ # clone volumes and this option isn't used,
5755
5792
  # `RestoreVolumeFromSnapshot` fails.
5756
5793
  #
5757
5794
  # @return [Types::RestoreVolumeFromSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6002,6 +6039,8 @@ module Aws::FSx
6002
6039
  #
6003
6040
  # * `StorageCapacity`
6004
6041
  #
6042
+ # * `ThroughputCapacity`
6043
+ #
6005
6044
  # * `WeeklyMaintenanceStartTime`
6006
6045
  #
6007
6046
  # For the Amazon FSx for OpenZFS file systems, you can update the
@@ -6183,6 +6222,7 @@ module Aws::FSx
6183
6222
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
6184
6223
  # iops: 1,
6185
6224
  # },
6225
+ # throughput_capacity: 1,
6186
6226
  # },
6187
6227
  # open_zfs_configuration: {
6188
6228
  # automatic_backup_retention_days: 1,
@@ -6204,7 +6244,7 @@ module Aws::FSx
6204
6244
  # resp.file_system.creation_time #=> Time
6205
6245
  # resp.file_system.file_system_id #=> String
6206
6246
  # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6207
- # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6247
+ # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6208
6248
  # resp.file_system.failure_details.message #=> String
6209
6249
  # resp.file_system.storage_capacity #=> Integer
6210
6250
  # resp.file_system.storage_type #=> String, one of "SSD", "HDD"
@@ -6409,7 +6449,7 @@ module Aws::FSx
6409
6449
  # resp.snapshot.administrative_actions[0].target_file_system_values.creation_time #=> Time
6410
6450
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_id #=> String
6411
6451
  # resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6412
- # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6452
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6413
6453
  # resp.snapshot.administrative_actions[0].target_file_system_values.failure_details.message #=> String
6414
6454
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6415
6455
  # resp.snapshot.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -6740,7 +6780,7 @@ module Aws::FSx
6740
6780
  # resp.volume.administrative_actions[0].target_file_system_values.creation_time #=> Time
6741
6781
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_id #=> String
6742
6782
  # resp.volume.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
6743
- # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
6783
+ # resp.volume.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
6744
6784
  # resp.volume.administrative_actions[0].target_file_system_values.failure_details.message #=> String
6745
6785
  # resp.volume.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
6746
6786
  # resp.volume.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
@@ -6880,7 +6920,7 @@ module Aws::FSx
6880
6920
  params: params,
6881
6921
  config: config)
6882
6922
  context[:gem_name] = 'aws-sdk-fsx'
6883
- context[:gem_version] = '1.51.0'
6923
+ context[:gem_version] = '1.54.0'
6884
6924
  Seahorse::Client::Request.new(handlers, context)
6885
6925
  end
6886
6926
 
@@ -1347,6 +1347,7 @@ module Aws::FSx
1347
1347
  UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
1348
1348
  UpdateFileSystemOntapConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1349
1349
  UpdateFileSystemOntapConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1350
+ UpdateFileSystemOntapConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
1350
1351
  UpdateFileSystemOntapConfiguration.struct_class = Types::UpdateFileSystemOntapConfiguration
1351
1352
 
1352
1353
  UpdateFileSystemOpenZFSConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -796,15 +796,24 @@ module Aws::FSx
796
796
  # @return [String]
797
797
  #
798
798
  # @!attribute [rw] kms_key_id
799
- # The ID of the Key Management Service (KMS) key used to encrypt the
800
- # file system's data for Amazon FSx for Windows File Server file
801
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
802
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
803
- # If this ID isn't specified, the key managed by Amazon FSx is used.
804
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
805
- # are always encrypted at rest using Amazon FSx-managed keys. For more
806
- # information, see [Encrypt][1] in the *Key Management Service API
807
- # Reference*.
799
+ # Specifies the ID of the Key Management Service (KMS) key to use for
800
+ # encrypting data on Amazon FSx file systems, as follows:
801
+ #
802
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
803
+ # types only.
804
+ #
805
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
806
+ # FSx service KMS key for your account.
807
+ #
808
+ # * Amazon FSx for NetApp ONTAP
809
+ #
810
+ # * Amazon FSx for OpenZFS
811
+ #
812
+ # * Amazon FSx for Windows File Server
813
+ #
814
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
815
+ # your account is used. For more information, see [Encrypt][1] in the
816
+ # *Key Management Service API Reference*.
808
817
  #
809
818
  #
810
819
  #
@@ -966,6 +975,13 @@ module Aws::FSx
966
975
  # from or imported to. This file system directory can be linked to
967
976
  # only one Amazon S3 bucket, and no other S3 bucket can be linked to
968
977
  # the directory.
978
+ #
979
+ # <note markdown="1"> If you specify only a forward slash (`/`) as the file system path,
980
+ # you can link only 1 data repository to the file system. You can only
981
+ # specify "/" as the file system path for the first data repository
982
+ # associated with a file system.
983
+ #
984
+ # </note>
969
985
  # @return [String]
970
986
  #
971
987
  # @!attribute [rw] data_repository_path
@@ -1323,15 +1339,24 @@ module Aws::FSx
1323
1339
  # @return [String]
1324
1340
  #
1325
1341
  # @!attribute [rw] kms_key_id
1326
- # The ID of the Key Management Service (KMS) key used to encrypt the
1327
- # file system's data for Amazon FSx for Windows File Server file
1328
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
1329
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
1330
- # If this ID isn't specified, the key managed by Amazon FSx is used.
1331
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
1332
- # are always encrypted at rest using Amazon FSx-managed keys. For more
1333
- # information, see [Encrypt][1] in the *Key Management Service API
1334
- # Reference*.
1342
+ # Specifies the ID of the Key Management Service (KMS) key to use for
1343
+ # encrypting data on Amazon FSx file systems, as follows:
1344
+ #
1345
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
1346
+ # types only.
1347
+ #
1348
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
1349
+ # FSx service KMS key for your account.
1350
+ #
1351
+ # * Amazon FSx for NetApp ONTAP
1352
+ #
1353
+ # * Amazon FSx for OpenZFS
1354
+ #
1355
+ # * Amazon FSx for Windows File Server
1356
+ #
1357
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
1358
+ # your account is used. For more information, see [Encrypt][1] in the
1359
+ # *Key Management Service API Reference*.
1335
1360
  #
1336
1361
  #
1337
1362
  #
@@ -1571,14 +1596,14 @@ module Aws::FSx
1571
1596
  #
1572
1597
  # <note markdown="1"> This parameter is not supported for file systems with the
1573
1598
  # `Persistent_2` deployment type. Instead, use
1574
- # `CreateDataRepositoryAssociation"` to create a data repository
1599
+ # `CreateDataRepositoryAssociation` to create a data repository
1575
1600
  # association to link your Lustre file system to a data repository.
1576
1601
  #
1577
1602
  # </note>
1578
1603
  #
1579
1604
  #
1580
1605
  #
1581
- # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/autoimport-data-repo.html
1606
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/older-deployment-types.html#legacy-auto-import-from-s3
1582
1607
  # @return [String]
1583
1608
  #
1584
1609
  # @!attribute [rw] per_unit_storage_throughput
@@ -1732,6 +1757,10 @@ module Aws::FSx
1732
1757
  # Specifies the IP address range in which the endpoints to access your
1733
1758
  # file system will be created. By default, Amazon FSx selects an
1734
1759
  # unused IP address range for you from the 198.19.* range.
1760
+ #
1761
+ # The Endpoint IP address range you select for your file system must
1762
+ # exist outside the VPC's CIDR range and must be at least /30 or
1763
+ # larger.
1735
1764
  # @return [String]
1736
1765
  #
1737
1766
  # @!attribute [rw] fsx_admin_password
@@ -1875,8 +1904,8 @@ module Aws::FSx
1875
1904
  #
1876
1905
  # @!attribute [rw] deployment_type
1877
1906
  # Specifies the file system deployment type. Amazon FSx for OpenZFS
1878
- # supports `SINGLE_AZ_1`. `SINGLE_AZ_1` is a file system configured
1879
- # for a single Availability Zone (AZ) of redundancy.
1907
+ # supports `SINGLE_AZ_1`. `SINGLE_AZ_1` deployment type is configured
1908
+ # for redundancy within a single Availability Zone.
1880
1909
  # @return [String]
1881
1910
  #
1882
1911
  # @!attribute [rw] throughput_capacity
@@ -2155,15 +2184,24 @@ module Aws::FSx
2155
2184
  # @return [Array<Types::Tag>]
2156
2185
  #
2157
2186
  # @!attribute [rw] kms_key_id
2158
- # The ID of the Key Management Service (KMS) key used to encrypt the
2159
- # file system's data for Amazon FSx for Windows File Server file
2160
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
2161
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
2162
- # If this ID isn't specified, the key managed by Amazon FSx is used.
2163
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
2164
- # are always encrypted at rest using Amazon FSx-managed keys. For more
2165
- # information, see [Encrypt][1] in the *Key Management Service API
2166
- # Reference*.
2187
+ # Specifies the ID of the Key Management Service (KMS) key to use for
2188
+ # encrypting data on Amazon FSx file systems, as follows:
2189
+ #
2190
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
2191
+ # types only.
2192
+ #
2193
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
2194
+ # FSx service KMS key for your account.
2195
+ #
2196
+ # * Amazon FSx for NetApp ONTAP
2197
+ #
2198
+ # * Amazon FSx for OpenZFS
2199
+ #
2200
+ # * Amazon FSx for Windows File Server
2201
+ #
2202
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
2203
+ # your account is used. For more information, see [Encrypt][1] in the
2204
+ # *Key Management Service API Reference*.
2167
2205
  #
2168
2206
  #
2169
2207
  #
@@ -2624,36 +2662,56 @@ module Aws::FSx
2624
2662
  # }
2625
2663
  #
2626
2664
  # @!attribute [rw] parent_volume_id
2627
- # The ID of the volume to use as the parent volume.
2665
+ # The ID of the volume to use as the parent volume of the volume that
2666
+ # you are creating.
2628
2667
  # @return [String]
2629
2668
  #
2630
2669
  # @!attribute [rw] storage_capacity_reservation_gi_b
2631
- # The amount of storage in gibibytes (GiB) to reserve from the parent
2632
- # volume. You can't reserve more storage than the parent volume has
2633
- # reserved. To not specify a storage capacity reservation, set this to
2634
- # `-1`.
2670
+ # Specifies the amount of storage in gibibytes (GiB) to reserve from
2671
+ # the parent volume. Setting `StorageCapacityReservationGiB`
2672
+ # guarantees that the specified amount of storage space on the parent
2673
+ # volume will always be available for the volume. You can't reserve
2674
+ # more storage than the parent volume has. To *not* specify a storage
2675
+ # capacity reservation, set this to `0` or `-1`. For more information,
2676
+ # see [Volume properties][1] in the *Amazon FSx for OpenZFS User
2677
+ # Guide*.
2678
+ #
2679
+ #
2680
+ #
2681
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
2635
2682
  # @return [Integer]
2636
2683
  #
2637
2684
  # @!attribute [rw] storage_capacity_quota_gi_b
2638
- # The maximum amount of storage in gibibytes (GiB) that the volume can
2639
- # use from its parent. You can't specify a quota larger than the
2640
- # storage on the parent volume. To not specify a storage capacity
2641
- # quota, set this to `-1`.
2685
+ # Sets the maximum storage size in gibibytes (GiB) for the volume. You
2686
+ # can specify a quota that is larger than the storage on the parent
2687
+ # volume. A volume quota limits the amount of storage that the volume
2688
+ # can consume to the configured amount, but does not guarantee the
2689
+ # space will be available on the parent volume. To guarantee quota
2690
+ # space, you must also set `StorageCapacityReservationGiB`. To *not*
2691
+ # specify a storage capacity quota, set this to `-1`.
2692
+ #
2693
+ # For more information, see [Volume properties][1] in the *Amazon FSx
2694
+ # for OpenZFS User Guide*.
2695
+ #
2696
+ #
2697
+ #
2698
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
2642
2699
  # @return [Integer]
2643
2700
  #
2644
2701
  # @!attribute [rw] record_size_ki_b
2645
- # Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
2646
- # Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The
2647
- # default is 128 KiB. Most workloads should use the default record
2648
- # size. Database workflows can benefit from a smaller record size,
2649
- # while streaming workflows can benefit from a larger record size. For
2650
- # additional guidance on when to set a custom record size, see [ Tips
2651
- # for maximizing performance][1] in the *Amazon FSx for OpenZFS User
2652
- # Guide*.
2702
+ # Specifies the suggested block size for a volume in a ZFS dataset, in
2703
+ # kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512,
2704
+ # or 1024 KiB. The default is 128 KiB. We recommend using the default
2705
+ # setting for the majority of use cases. Generally, workloads that
2706
+ # write in fixed small or large record sizes may benefit from setting
2707
+ # a custom record size, like database workloads (small record size) or
2708
+ # media streaming workloads (large record size). For additional
2709
+ # guidance on when to set a custom record size, see [ ZFS Record
2710
+ # size][1] in the *Amazon FSx for OpenZFS User Guide*.
2653
2711
  #
2654
2712
  #
2655
2713
  #
2656
- # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs
2714
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#record-size-performance
2657
2715
  # @return [Integer]
2658
2716
  #
2659
2717
  # @!attribute [rw] data_compression_type
@@ -2664,13 +2722,23 @@ module Aws::FSx
2664
2722
  # default.
2665
2723
  #
2666
2724
  # * `ZSTD` - Compresses the data in the volume using the Zstandard
2667
- # (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides
2668
- # a better compression ratio to minimize on-disk storage
2669
- # utilization.
2725
+ # (ZSTD) compression algorithm. ZSTD compression provides a higher
2726
+ # level of data compression and higher read throughput performance
2727
+ # than LZ4 compression.
2670
2728
  #
2671
2729
  # * `LZ4` - Compresses the data in the volume using the LZ4
2672
- # compression algorithm. Compared to Z-Standard, LZ4 is less
2673
- # compute-intensive and delivers higher write throughput speeds.
2730
+ # compression algorithm. LZ4 compression provides a lower level of
2731
+ # compression and higher write throughput performance than ZSTD
2732
+ # compression.
2733
+ #
2734
+ # For more information about volume compression types and the
2735
+ # performance of your Amazon FSx for OpenZFS file system, see [ Tips
2736
+ # for maximizing performance][1] File system and volume settings in
2737
+ # the *Amazon FSx for OpenZFS User Guide*.
2738
+ #
2739
+ #
2740
+ #
2741
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/performance.html#performance-tips-zfs
2674
2742
  # @return [String]
2675
2743
  #
2676
2744
  # @!attribute [rw] copy_tags_to_snapshots
@@ -3203,6 +3271,13 @@ module Aws::FSx
3203
3271
  # from or imported to. This file system directory can be linked to
3204
3272
  # only one Amazon S3 bucket, and no other S3 bucket can be linked to
3205
3273
  # the directory.
3274
+ #
3275
+ # <note markdown="1"> If you specify only a forward slash (`/`) as the file system path,
3276
+ # you can link only 1 data repository to the file system. You can only
3277
+ # specify "/" as the file system path for the first data repository
3278
+ # associated with a file system.
3279
+ #
3280
+ # </note>
3206
3281
  # @return [String]
3207
3282
  #
3208
3283
  # @!attribute [rw] data_repository_path
@@ -5030,6 +5105,10 @@ module Aws::FSx
5030
5105
  # * `MISCONFIGURED` - The file system is in a failed but recoverable
5031
5106
  # state.
5032
5107
  #
5108
+ # * `MISCONFIGURED_UNAVAILABLE` - (Amazon FSx for Windows File Server
5109
+ # only) The file system is currently unavailable due to a change in
5110
+ # your Active Directory configuration.
5111
+ #
5033
5112
  # * `UPDATING` - The file system is undergoing a customer-initiated
5034
5113
  # update.
5035
5114
  # @return [String]
@@ -5089,23 +5168,25 @@ module Aws::FSx
5089
5168
  # @return [String]
5090
5169
  #
5091
5170
  # @!attribute [rw] kms_key_id
5092
- # The ID of the Key Management Service (KMS) key used to encrypt the
5093
- # file system's data for Amazon FSx for Windows File Server file
5094
- # systems, Amazon FSx for NetApp ONTAP file systems, and `PERSISTENT`
5095
- # Amazon FSx for Lustre file systems at rest. If this ID isn't
5096
- # specified, the Amazon FSx-managed key for your account is used. The
5097
- # scratch Amazon FSx for Lustre file systems are always encrypted at
5098
- # rest using the Amazon FSx-managed key for your account. For more
5099
- # information, see [Encrypt][1] in the *Key Management Service API
5100
- # Reference*.
5171
+ # The ID of the Key Management Service (KMS) key used to encrypt
5172
+ # Amazon FSx file system data. Used as follows with Amazon FSx file
5173
+ # system types:
5101
5174
  #
5175
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
5176
+ # types only.
5102
5177
  #
5178
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
5179
+ # FSx service KMS key for your account.
5103
5180
  #
5104
- # [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
5181
+ # * Amazon FSx for NetApp ONTAP
5182
+ #
5183
+ # * Amazon FSx for OpenZFS
5184
+ #
5185
+ # * Amazon FSx for Windows File Server
5105
5186
  # @return [String]
5106
5187
  #
5107
5188
  # @!attribute [rw] resource_arn
5108
- # The Amazon Resource Name (ARN) for the file system resource.
5189
+ # The Amazon Resource Name (ARN) of the file system resource.
5109
5190
  # @return [String]
5110
5191
  #
5111
5192
  # @!attribute [rw] tags
@@ -5119,7 +5200,8 @@ module Aws::FSx
5119
5200
  # @return [Array<Types::Tag>]
5120
5201
  #
5121
5202
  # @!attribute [rw] windows_configuration
5122
- # The configuration for this FSx for Windows File Server file system.
5203
+ # The configuration for this Amazon FSx for Windows File Server file
5204
+ # system.
5123
5205
  # @return [Types::WindowsFileSystemConfiguration]
5124
5206
  #
5125
5207
  # @!attribute [rw] lustre_configuration
@@ -5134,7 +5216,7 @@ module Aws::FSx
5134
5216
  # @return [Array<Types::AdministrativeAction>]
5135
5217
  #
5136
5218
  # @!attribute [rw] ontap_configuration
5137
- # The configuration for this FSx for ONTAP file system.
5219
+ # The configuration for this Amazon FSx for NetApp ONTAP file system.
5138
5220
  # @return [Types::OntapFileSystemConfiguration]
5139
5221
  #
5140
5222
  # @!attribute [rw] file_system_type_version
@@ -5860,6 +5942,11 @@ module Aws::FSx
5860
5942
  # @!attribute [rw] endpoint_ip_address_range
5861
5943
  # The IP address range in which the endpoints to access your file
5862
5944
  # system are created.
5945
+ #
5946
+ # The Endpoint IP address range you select for your file system must
5947
+ # exist outside the VPC's CIDR range and must be at least /30 or
5948
+ # larger. If you do not specify this optional parameter, Amazon FSx
5949
+ # will automatically select a CIDR block for you.
5863
5950
  # @return [String]
5864
5951
  #
5865
5952
  # @!attribute [rw] endpoints
@@ -5889,7 +5976,8 @@ module Aws::FSx
5889
5976
  # @return [Array<String>]
5890
5977
  #
5891
5978
  # @!attribute [rw] throughput_capacity
5892
- # The sustained throughput of an Amazon FSx file system in MBps.
5979
+ # The sustained throughput of an Amazon FSx file system in Megabytes
5980
+ # per second (MBps).
5893
5981
  # @return [Integer]
5894
5982
  #
5895
5983
  # @!attribute [rw] weekly_maintenance_start_time
@@ -6020,8 +6108,8 @@ module Aws::FSx
6020
6108
  include Aws::Structure
6021
6109
  end
6022
6110
 
6023
- # Specifies who can mount the file system and the options that can be
6024
- # used while mounting the file system.
6111
+ # Specifies who can mount an OpenZFS file system and the options
6112
+ # available while mounting the file system.
6025
6113
  #
6026
6114
  # @note When making an API call, you may pass OpenZFSClientConfiguration
6027
6115
  # data as a hash:
@@ -6260,8 +6348,8 @@ module Aws::FSx
6260
6348
  include Aws::Structure
6261
6349
  end
6262
6350
 
6263
- # The Network File System NFS) configurations for mounting an Amazon FSx
6264
- # for OpenZFS file system.
6351
+ # The Network File System (NFS) configurations for mounting an Amazon
6352
+ # FSx for OpenZFS file system.
6265
6353
  #
6266
6354
  # @note When making an API call, you may pass OpenZFSNfsExport
6267
6355
  # data as a hash:
@@ -6575,9 +6663,10 @@ module Aws::FSx
6575
6663
  # intermediate snapshots and this option isn't used,
6576
6664
  # `RestoreVolumeFromSnapshot` fails.
6577
6665
  #
6578
- # * `DELETE_CLONED_VOLUMES` - Deletes any volumes cloned from this
6579
- # volume. If there are any cloned volumes and this option isn't
6580
- # used, `RestoreVolumeFromSnapshot` fails.
6666
+ # * `DELETE_CLONED_VOLUMES` - Deletes any dependent clone volumes
6667
+ # created from intermediate snapshots. If there are any dependent
6668
+ # clone volumes and this option isn't used,
6669
+ # `RestoreVolumeFromSnapshot` fails.
6581
6670
  # @return [Array<String>]
6582
6671
  #
6583
6672
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/RestoreVolumeFromSnapshotRequest AWS API Documentation
@@ -6977,7 +7066,7 @@ module Aws::FSx
6977
7066
  end
6978
7067
 
6979
7068
  # Describes the Amazon FSx for NetApp ONTAP storage virtual machine
6980
- # (SVM) configuraton.
7069
+ # (SVM) configuration.
6981
7070
  #
6982
7071
  # @!attribute [rw] active_directory_configuration
6983
7072
  # Describes the Microsoft Active Directory configuration to which the
@@ -7105,8 +7194,7 @@ module Aws::FSx
7105
7194
  include Aws::Structure
7106
7195
  end
7107
7196
 
7108
- # No Amazon FSx for NetApp ONTAP SVMs were found based upon the supplied
7109
- # parameters.
7197
+ # No FSx for ONTAP SVMs were found based upon the supplied parameters.
7110
7198
  #
7111
7199
  # @!attribute [rw] message
7112
7200
  # A detailed error message.
@@ -7592,6 +7680,7 @@ module Aws::FSx
7592
7680
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7593
7681
  # iops: 1,
7594
7682
  # },
7683
+ # throughput_capacity: 1,
7595
7684
  # }
7596
7685
  #
7597
7686
  # @!attribute [rw] automatic_backup_retention_days
@@ -7636,6 +7725,12 @@ module Aws::FSx
7636
7725
  # `USER_PROVISIONED` IOPS, the total number of SSD IOPS provisioned.
7637
7726
  # @return [Types::DiskIopsConfiguration]
7638
7727
  #
7728
+ # @!attribute [rw] throughput_capacity
7729
+ # Specifies the throughput of an FSx for NetApp ONTAP file system,
7730
+ # measured in megabytes per second (MBps). Valid values are 128, 256,
7731
+ # 512, 1024, or 2048 MB/s.
7732
+ # @return [Integer]
7733
+ #
7639
7734
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
7640
7735
  #
7641
7736
  class UpdateFileSystemOntapConfiguration < Struct.new(
@@ -7643,7 +7738,8 @@ module Aws::FSx
7643
7738
  :daily_automatic_backup_start_time,
7644
7739
  :fsx_admin_password,
7645
7740
  :weekly_maintenance_start_time,
7646
- :disk_iops_configuration)
7741
+ :disk_iops_configuration,
7742
+ :throughput_capacity)
7647
7743
  SENSITIVE = [:fsx_admin_password]
7648
7744
  include Aws::Structure
7649
7745
  end
@@ -7790,6 +7886,7 @@ module Aws::FSx
7790
7886
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7791
7887
  # iops: 1,
7792
7888
  # },
7889
+ # throughput_capacity: 1,
7793
7890
  # },
7794
7891
  # open_zfs_configuration: {
7795
7892
  # automatic_backup_retention_days: 1,
@@ -8263,7 +8360,7 @@ module Aws::FSx
8263
8360
 
8264
8361
  # @!attribute [rw] storage_virtual_machine
8265
8362
  # Describes the Amazon FSx for NetApp ONTAP storage virtual machine
8266
- # (SVM) configuraton.
8363
+ # (SVM) configuration.
8267
8364
  # @return [Types::StorageVirtualMachine]
8268
8365
  #
8269
8366
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateStorageVirtualMachineResponse AWS API Documentation
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.51.0'
51
+ GEM_VERSION = '1.54.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core