aws-sdk-fsx 1.63.0 → 1.65.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: 4fb0350794ea8c05310cc148be389c4c6709424ff2643b770b8509d44d200020
4
- data.tar.gz: 5fc48164e31c2bc9e26371f372a497ec12b4769c2ed5e06ea45038791fe3dc4d
3
+ metadata.gz: b3b2b3d5eac5ef5f0358d44a582748bc3946ef04e8f93d5a76553cceff754a26
4
+ data.tar.gz: dd8227eab065eb3e8902d304e4409a78fc07989d6763a3733f0da688f247cbc6
5
5
  SHA512:
6
- metadata.gz: c4daa8495deccf6c5ce00956a777a2f4390a6eac08b6b67f2fe410694a30193c23b92a041b732a4e19329a819344c3f4a5c79d56249c8ffd3811b06776efb460
7
- data.tar.gz: 65c717ba460efddb8f88740870e55735bdf8a852a6f499c857faba4ba1f02c92a8b28c04a8c700b2b4e56c7091f1a82935383956e919f5bec6332ea01db49047
6
+ metadata.gz: 289e71e4b09174ca48dfc5197f408faf8e43361d4dd9f9ab01f268e4d058177823f23148dcd91a6bc9dcf1ee62fb7cc4407906dbb9f3db1e00cabdd15db92fe1
7
+ data.tar.gz: bb09e2f7adbf15befcacc6d708ebc8585533548f7b672b1d1bcd448ec945184ef0e92953a221a8767afee1cb3cb32dc924b339956bc3901a60c40f63e70b198f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2023-04-07)
5
+ ------------------
6
+
7
+ * Feature - Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
8
+
9
+ 1.64.0 (2023-01-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
15
+
4
16
  1.63.0 (2022-12-23)
5
17
  ------------------
6
18
 
@@ -325,4 +337,4 @@ Unreleased Changes
325
337
  1.0.0 (2018-11-28)
326
338
  ------------------
327
339
 
328
- * Feature - Initial release of `aws-sdk-fsx`.
340
+ * Feature - Initial release of `aws-sdk-fsx`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -400,7 +400,7 @@ module Aws::FSx
400
400
  #
401
401
  # @option params [String] :client_request_token
402
402
  # (Optional) An idempotency token for resource creation, in a string of
403
- # up to 64 ASCII characters. This token is automatically filled on your
403
+ # up to 63 ASCII characters. This token is automatically filled on your
404
404
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
405
405
  # Services SDK.
406
406
  #
@@ -537,7 +537,7 @@ module Aws::FSx
537
537
  #
538
538
  # @option params [String] :client_request_token
539
539
  # (Optional) An idempotency token for resource creation, in a string of
540
- # up to 64 ASCII characters. This token is automatically filled on your
540
+ # up to 63 ASCII characters. This token is automatically filled on your
541
541
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
542
542
  # Services SDK.
543
543
  #
@@ -1061,7 +1061,7 @@ module Aws::FSx
1061
1061
  # The ID of the file system to back up.
1062
1062
  #
1063
1063
  # @option params [String] :client_request_token
1064
- # (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
1064
+ # (Optional) A string of up to 63 ASCII characters that Amazon FSx uses
1065
1065
  # to ensure idempotent creation. This string is automatically filled on
1066
1066
  # your behalf when you use the Command Line Interface (CLI) or an Amazon
1067
1067
  # Web Services SDK.
@@ -1487,8 +1487,8 @@ module Aws::FSx
1487
1487
  # data repository association is a link between a directory on the file
1488
1488
  # system and an Amazon S3 bucket or prefix. You can have a maximum of 8
1489
1489
  # data repository associations on a file system. Data repository
1490
- # associations are supported only for file systems with the
1491
- # `Persistent_2` deployment type.
1490
+ # associations are supported for all file systems except for `Scratch_1`
1491
+ # deployment type.
1492
1492
  #
1493
1493
  # Each data repository association must have a unique Amazon FSx file
1494
1494
  # system directory and a unique S3 bucket or prefix associated with it.
@@ -1562,7 +1562,7 @@ module Aws::FSx
1562
1562
  #
1563
1563
  # @option params [String] :client_request_token
1564
1564
  # (Optional) An idempotency token for resource creation, in a string of
1565
- # up to 64 ASCII characters. This token is automatically filled on your
1565
+ # up to 63 ASCII characters. This token is automatically filled on your
1566
1566
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1567
1567
  # Services SDK.
1568
1568
  #
@@ -1692,7 +1692,7 @@ module Aws::FSx
1692
1692
  #
1693
1693
  # @option params [String] :client_request_token
1694
1694
  # (Optional) An idempotency token for resource creation, in a string of
1695
- # up to 64 ASCII characters. This token is automatically filled on your
1695
+ # up to 63 ASCII characters. This token is automatically filled on your
1696
1696
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1697
1697
  # Services SDK.
1698
1698
  #
@@ -1799,7 +1799,7 @@ module Aws::FSx
1799
1799
  # [1]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileCaches.html
1800
1800
  #
1801
1801
  # @option params [String] :client_request_token
1802
- # An idempotency token for resource creation, in a string of up to 64
1802
+ # An idempotency token for resource creation, in a string of up to 63
1803
1803
  # ASCII characters. This token is automatically filled on your behalf
1804
1804
  # when you use the Command Line Interface (CLI) or an Amazon Web
1805
1805
  # Services SDK.
@@ -2006,7 +2006,7 @@ module Aws::FSx
2006
2006
  # [1]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html
2007
2007
  #
2008
2008
  # @option params [String] :client_request_token
2009
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2009
+ # A string of up to 63 ASCII characters that Amazon FSx uses to ensure
2010
2010
  # idempotent creation. This string is automatically filled on your
2011
2011
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2012
2012
  # Services SDK.
@@ -2134,10 +2134,8 @@ module Aws::FSx
2134
2134
  # @option params [Types::CreateFileSystemLustreConfiguration] :lustre_configuration
2135
2135
  # The Lustre configuration for the file system being created.
2136
2136
  #
2137
- # <note markdown="1"> The following parameters are not supported for file systems with the
2138
- # `Persistent_2` deployment type. Instead, use
2139
- # `CreateDataRepositoryAssociation` to create a data repository
2140
- # association to link your Lustre file system to a data repository.
2137
+ # <note markdown="1"> The following parameters are not supported for file systems with a
2138
+ # data repository association created with .
2141
2139
  #
2142
2140
  # * `AutoImportPolicy`
2143
2141
  #
@@ -2156,7 +2154,7 @@ module Aws::FSx
2156
2154
  # @option params [String] :file_system_type_version
2157
2155
  # (Optional) For FSx for Lustre file systems, sets the Lustre version
2158
2156
  # for the file system that you're creating. Valid values are `2.10` and
2159
- # `2.12`\:
2157
+ # `2.12`:
2160
2158
  #
2161
2159
  # * 2\.10 is supported by the Scratch and Persistent\_1 Lustre deployment
2162
2160
  # types.
@@ -2583,7 +2581,7 @@ module Aws::FSx
2583
2581
  # copying.
2584
2582
  #
2585
2583
  # @option params [String] :client_request_token
2586
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2584
+ # A string of up to 63 ASCII characters that Amazon FSx uses to ensure
2587
2585
  # idempotent creation. This string is automatically filled on your
2588
2586
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2589
2587
  # Services SDK.
@@ -2621,10 +2619,8 @@ module Aws::FSx
2621
2619
  # @option params [Types::CreateFileSystemLustreConfiguration] :lustre_configuration
2622
2620
  # The Lustre configuration for the file system being created.
2623
2621
  #
2624
- # <note markdown="1"> The following parameters are not supported for file systems with the
2625
- # `Persistent_2` deployment type. Instead, use
2626
- # `CreateDataRepositoryAssociation` to create a data repository
2627
- # association to link your Lustre file system to a data repository.
2622
+ # <note markdown="1"> The following parameters are not supported for file systems with a
2623
+ # data repository association created with .
2628
2624
  #
2629
2625
  # * `AutoImportPolicy`
2630
2626
  #
@@ -3069,7 +3065,7 @@ module Aws::FSx
3069
3065
  #
3070
3066
  # @option params [String] :client_request_token
3071
3067
  # (Optional) An idempotency token for resource creation, in a string of
3072
- # up to 64 ASCII characters. This token is automatically filled on your
3068
+ # up to 63 ASCII characters. This token is automatically filled on your
3073
3069
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3074
3070
  # Services SDK.
3075
3071
  #
@@ -3282,7 +3278,7 @@ module Aws::FSx
3282
3278
  #
3283
3279
  # @option params [String] :client_request_token
3284
3280
  # (Optional) An idempotency token for resource creation, in a string of
3285
- # up to 64 ASCII characters. This token is automatically filled on your
3281
+ # up to 63 ASCII characters. This token is automatically filled on your
3286
3282
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3287
3283
  # Services SDK.
3288
3284
  #
@@ -3397,7 +3393,7 @@ module Aws::FSx
3397
3393
  #
3398
3394
  # @option params [String] :client_request_token
3399
3395
  # (Optional) An idempotency token for resource creation, in a string of
3400
- # up to 64 ASCII characters. This token is automatically filled on your
3396
+ # up to 63 ASCII characters. This token is automatically filled on your
3401
3397
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3402
3398
  # Services SDK.
3403
3399
  #
@@ -3659,7 +3655,7 @@ module Aws::FSx
3659
3655
  #
3660
3656
  # @option params [String] :client_request_token
3661
3657
  # (Optional) An idempotency token for resource creation, in a string of
3662
- # up to 64 ASCII characters. This token is automatically filled on your
3658
+ # up to 63 ASCII characters. This token is automatically filled on your
3663
3659
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3664
3660
  # Services SDK.
3665
3661
  #
@@ -3888,7 +3884,7 @@ module Aws::FSx
3888
3884
  # The ID of the backup that you want to delete.
3889
3885
  #
3890
3886
  # @option params [String] :client_request_token
3891
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
3887
+ # A string of up to 63 ASCII characters that Amazon FSx uses to ensure
3892
3888
  # idempotent deletion. This parameter is automatically filled on your
3893
3889
  # behalf when using the CLI or SDK.
3894
3890
  #
@@ -3941,15 +3937,15 @@ module Aws::FSx
3941
3937
  # system from the Amazon S3 bucket. When deleting a data repository
3942
3938
  # association, you have the option of deleting the data in the file
3943
3939
  # system that corresponds to the data repository association. Data
3944
- # repository associations are supported only for file systems with the
3945
- # `Persistent_2` deployment type.
3940
+ # repository associations are supported for all file systems except for
3941
+ # `Scratch_1` deployment type.
3946
3942
  #
3947
3943
  # @option params [required, String] :association_id
3948
3944
  # The ID of the data repository association that you want to delete.
3949
3945
  #
3950
3946
  # @option params [String] :client_request_token
3951
3947
  # (Optional) An idempotency token for resource creation, in a string of
3952
- # up to 64 ASCII characters. This token is automatically filled on your
3948
+ # up to 63 ASCII characters. This token is automatically filled on your
3953
3949
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3954
3950
  # Services SDK.
3955
3951
  #
@@ -4010,7 +4006,7 @@ module Aws::FSx
4010
4006
  #
4011
4007
  # @option params [String] :client_request_token
4012
4008
  # (Optional) An idempotency token for resource creation, in a string of
4013
- # up to 64 ASCII characters. This token is automatically filled on your
4009
+ # up to 63 ASCII characters. This token is automatically filled on your
4014
4010
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
4015
4011
  # Services SDK.
4016
4012
  #
@@ -4080,7 +4076,7 @@ module Aws::FSx
4080
4076
  # The ID of the file system that you want to delete.
4081
4077
  #
4082
4078
  # @option params [String] :client_request_token
4083
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
4079
+ # A string of up to 63 ASCII characters that Amazon FSx uses to ensure
4084
4080
  # idempotent deletion. This token is automatically filled on your behalf
4085
4081
  # when using the Command Line Interface (CLI) or an Amazon Web Services
4086
4082
  # SDK.
@@ -4194,7 +4190,7 @@ module Aws::FSx
4194
4190
  #
4195
4191
  # @option params [String] :client_request_token
4196
4192
  # (Optional) An idempotency token for resource creation, in a string of
4197
- # up to 64 ASCII characters. This token is automatically filled on your
4193
+ # up to 63 ASCII characters. This token is automatically filled on your
4198
4194
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
4199
4195
  # Services SDK.
4200
4196
  #
@@ -4236,7 +4232,7 @@ module Aws::FSx
4236
4232
  #
4237
4233
  # @option params [String] :client_request_token
4238
4234
  # (Optional) An idempotency token for resource creation, in a string of
4239
- # up to 64 ASCII characters. This token is automatically filled on your
4235
+ # up to 63 ASCII characters. This token is automatically filled on your
4240
4236
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
4241
4237
  # Services SDK.
4242
4238
  #
@@ -4277,7 +4273,7 @@ module Aws::FSx
4277
4273
  #
4278
4274
  # @option params [String] :client_request_token
4279
4275
  # (Optional) An idempotency token for resource creation, in a string of
4280
- # up to 64 ASCII characters. This token is automatically filled on your
4276
+ # up to 63 ASCII characters. This token is automatically filled on your
4281
4277
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
4282
4278
  # Services SDK.
4283
4279
  #
@@ -4792,9 +4788,9 @@ module Aws::FSx
4792
4788
  # Returns the description of specific Amazon FSx for Lustre or Amazon
4793
4789
  # File Cache data repository associations, if one or more
4794
4790
  # `AssociationIds` values are provided in the request, or if filters are
4795
- # used in the request. Data repository associations are supported only
4796
- # for Amazon FSx for Lustre file systems with the `Persistent_2`
4797
- # deployment type and for Amazon File Cache resources.
4791
+ # used in the request. Data repository associations are supported on
4792
+ # Amazon File Cache resources and all Amazon FSx for Lustre file systems
4793
+ # excluding `Scratch_1` deployment types.
4798
4794
  #
4799
4795
  # You can use filters to narrow the response to include just data
4800
4796
  # repository associations for specific file systems (use the
@@ -5090,7 +5086,7 @@ module Aws::FSx
5090
5086
  #
5091
5087
  # @option params [String] :client_request_token
5092
5088
  # (Optional) An idempotency token for resource creation, in a string of
5093
- # up to 64 ASCII characters. This token is automatically filled on your
5089
+ # up to 63 ASCII characters. This token is automatically filled on your
5094
5090
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
5095
5091
  # Services SDK.
5096
5092
  #
@@ -5970,7 +5966,7 @@ module Aws::FSx
5970
5966
  #
5971
5967
  # @option params [String] :client_request_token
5972
5968
  # (Optional) An idempotency token for resource creation, in a string of
5973
- # up to 64 ASCII characters. This token is automatically filled on your
5969
+ # up to 63 ASCII characters. This token is automatically filled on your
5974
5970
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
5975
5971
  # Services SDK.
5976
5972
  #
@@ -6107,7 +6103,7 @@ module Aws::FSx
6107
6103
  #
6108
6104
  # @option params [String] :client_request_token
6109
6105
  # (Optional) An idempotency token for resource creation, in a string of
6110
- # up to 64 ASCII characters. This token is automatically filled on your
6106
+ # up to 63 ASCII characters. This token is automatically filled on your
6111
6107
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
6112
6108
  # Services SDK.
6113
6109
  #
@@ -6298,7 +6294,7 @@ module Aws::FSx
6298
6294
  #
6299
6295
  # @option params [String] :client_request_token
6300
6296
  # (Optional) An idempotency token for resource creation, in a string of
6301
- # up to 64 ASCII characters. This token is automatically filled on your
6297
+ # up to 63 ASCII characters. This token is automatically filled on your
6302
6298
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
6303
6299
  # Services SDK.
6304
6300
  #
@@ -6599,7 +6595,7 @@ module Aws::FSx
6599
6595
 
6600
6596
  # Updates the configuration of an existing data repository association
6601
6597
  # on an Amazon FSx for Lustre file system. Data repository associations
6602
- # are supported only for file systems with the `Persistent_2` deployment
6598
+ # are supported for all file systems except for `Scratch_1` deployment
6603
6599
  # type.
6604
6600
  #
6605
6601
  # @option params [required, String] :association_id
@@ -6607,7 +6603,7 @@ module Aws::FSx
6607
6603
  #
6608
6604
  # @option params [String] :client_request_token
6609
6605
  # (Optional) An idempotency token for resource creation, in a string of
6610
- # up to 64 ASCII characters. This token is automatically filled on your
6606
+ # up to 63 ASCII characters. This token is automatically filled on your
6611
6607
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
6612
6608
  # Services SDK.
6613
6609
  #
@@ -6698,7 +6694,7 @@ module Aws::FSx
6698
6694
  #
6699
6695
  # @option params [String] :client_request_token
6700
6696
  # (Optional) An idempotency token for resource creation, in a string of
6701
- # up to 64 ASCII characters. This token is automatically filled on your
6697
+ # up to 63 ASCII characters. This token is automatically filled on your
6702
6698
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
6703
6699
  # Services SDK.
6704
6700
  #
@@ -6763,8 +6759,8 @@ module Aws::FSx
6763
6759
  # FSx file system. You can update multiple properties in a single
6764
6760
  # request.
6765
6761
  #
6766
- # For Amazon FSx for Windows File Server file systems, you can update
6767
- # the following properties:
6762
+ # For FSx for Windows File Server file systems, you can update the
6763
+ # following properties:
6768
6764
  #
6769
6765
  # * `AuditLogConfiguration`
6770
6766
  #
@@ -6780,7 +6776,7 @@ module Aws::FSx
6780
6776
  #
6781
6777
  # * `WeeklyMaintenanceStartTime`
6782
6778
  #
6783
- # For Amazon FSx for Lustre file systems, you can update the following
6779
+ # For FSx for Lustre file systems, you can update the following
6784
6780
  # properties:
6785
6781
  #
6786
6782
  # * `AutoImportPolicy`
@@ -6797,8 +6793,10 @@ module Aws::FSx
6797
6793
  #
6798
6794
  # * `WeeklyMaintenanceStartTime`
6799
6795
  #
6800
- # For Amazon FSx for NetApp ONTAP file systems, you can update the
6801
- # following properties:
6796
+ # For FSx for ONTAP file systems, you can update the following
6797
+ # properties:
6798
+ #
6799
+ # * `AddRouteTableIds`
6802
6800
  #
6803
6801
  # * `AutomaticBackupRetentionDays`
6804
6802
  #
@@ -6808,14 +6806,16 @@ module Aws::FSx
6808
6806
  #
6809
6807
  # * `FsxAdminPassword`
6810
6808
  #
6809
+ # * `RemoveRouteTableIds`
6810
+ #
6811
6811
  # * `StorageCapacity`
6812
6812
  #
6813
6813
  # * `ThroughputCapacity`
6814
6814
  #
6815
6815
  # * `WeeklyMaintenanceStartTime`
6816
6816
  #
6817
- # For the Amazon FSx for OpenZFS file systems, you can update the
6818
- # following properties:
6817
+ # For FSx for OpenZFS file systems, you can update the following
6818
+ # properties:
6819
6819
  #
6820
6820
  # * `AutomaticBackupRetentionDays`
6821
6821
  #
@@ -6825,6 +6825,10 @@ module Aws::FSx
6825
6825
  #
6826
6826
  # * `DailyAutomaticBackupStartTime`
6827
6827
  #
6828
+ # * `DiskIopsConfiguration`
6829
+ #
6830
+ # * `StorageCapacity`
6831
+ #
6828
6832
  # * `ThroughputCapacity`
6829
6833
  #
6830
6834
  # * `WeeklyMaintenanceStartTime`
@@ -6833,7 +6837,7 @@ module Aws::FSx
6833
6837
  # The ID of the file system that you are updating.
6834
6838
  #
6835
6839
  # @option params [String] :client_request_token
6836
- # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
6840
+ # A string of up to 63 ASCII characters that Amazon FSx uses to ensure
6837
6841
  # idempotent updates. This string is automatically filled on your behalf
6838
6842
  # when you use the Command Line Interface (CLI) or an Amazon Web
6839
6843
  # Services SDK.
@@ -6842,23 +6846,17 @@ module Aws::FSx
6842
6846
  # not need to pass this option.**
6843
6847
  #
6844
6848
  # @option params [Integer] :storage_capacity
6845
- # Use this parameter to increase the storage capacity of an Amazon FSx
6846
- # for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for
6847
- # NetApp ONTAP file system. Specifies the storage capacity target value,
6848
- # in GiB, to increase the storage capacity for the file system that
6849
- # you're updating.
6849
+ # Use this parameter to increase the storage capacity of an FSx for
6850
+ # Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP
6851
+ # file system. Specifies the storage capacity target value, in GiB, to
6852
+ # increase the storage capacity for the file system that you're
6853
+ # updating.
6850
6854
  #
6851
6855
  # <note markdown="1"> You can't make a storage capacity increase request if there is an
6852
6856
  # existing storage capacity increase request in progress.
6853
6857
  #
6854
6858
  # </note>
6855
6859
  #
6856
- # For Windows file systems, the storage capacity target value must be at
6857
- # least 10 percent greater than the current storage capacity value. To
6858
- # increase storage capacity, the file system must have at least 16 MBps
6859
- # of throughput capacity. For more information, see [Managing storage
6860
- # capacity][1] in the *Amazon FSx for Windows File Server User Guide*.
6861
- #
6862
6860
  # For Lustre file systems, the storage capacity target value can be the
6863
6861
  # following:
6864
6862
  #
@@ -6875,18 +6873,30 @@ module Aws::FSx
6875
6873
  # capacity.
6876
6874
  #
6877
6875
  # For more information, see [Managing storage and throughput
6878
- # capacity][2] in the *Amazon FSx for Lustre User Guide*.
6876
+ # capacity][1] in the *FSx for Lustre User Guide*.
6877
+ #
6878
+ # For FSx for OpenZFS file systems, the storage capacity target value
6879
+ # must be at least 10 percent greater than the current storage capacity
6880
+ # value. For more information, see [Managing storage capacity][2] in the
6881
+ # *FSx for OpenZFS User Guide*.
6882
+ #
6883
+ # For Windows file systems, the storage capacity target value must be at
6884
+ # least 10 percent greater than the current storage capacity value. To
6885
+ # increase storage capacity, the file system must have at least 16 MBps
6886
+ # of throughput capacity. For more information, see [Managing storage
6887
+ # capacity][3] in the *Amazon FSx for Windows File Server User Guide*.
6879
6888
  #
6880
6889
  # For ONTAP file systems, the storage capacity target value must be at
6881
6890
  # least 10 percent greater than the current storage capacity value. For
6882
6891
  # more information, see [Managing storage capacity and provisioned
6883
- # IOPS][3] in the *Amazon FSx for NetApp ONTAP User Guide*.
6892
+ # IOPS][4] in the *Amazon FSx for NetApp ONTAP User Guide*.
6884
6893
  #
6885
6894
  #
6886
6895
  #
6887
- # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
6888
- # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
6889
- # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
6896
+ # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
6897
+ # [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
6898
+ # [3]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
6899
+ # [4]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
6890
6900
  #
6891
6901
  # @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
6892
6902
  # The configuration updates for an Amazon FSx for Windows File Server
@@ -7187,7 +7197,7 @@ module Aws::FSx
7187
7197
  #
7188
7198
  # @option params [String] :client_request_token
7189
7199
  # (Optional) An idempotency token for resource creation, in a string of
7190
- # up to 64 ASCII characters. This token is automatically filled on your
7200
+ # up to 63 ASCII characters. This token is automatically filled on your
7191
7201
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
7192
7202
  # Services SDK.
7193
7203
  #
@@ -7389,7 +7399,7 @@ module Aws::FSx
7389
7399
  #
7390
7400
  # @option params [String] :client_request_token
7391
7401
  # (Optional) An idempotency token for resource creation, in a string of
7392
- # up to 64 ASCII characters. This token is automatically filled on your
7402
+ # up to 63 ASCII characters. This token is automatically filled on your
7393
7403
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
7394
7404
  # Services SDK.
7395
7405
  #
@@ -7471,7 +7481,7 @@ module Aws::FSx
7471
7481
  #
7472
7482
  # @option params [String] :client_request_token
7473
7483
  # (Optional) An idempotency token for resource creation, in a string of
7474
- # up to 64 ASCII characters. This token is automatically filled on your
7484
+ # up to 63 ASCII characters. This token is automatically filled on your
7475
7485
  # behalf when you use the Command Line Interface (CLI) or an Amazon Web
7476
7486
  # Services SDK.
7477
7487
  #
@@ -7723,7 +7733,7 @@ module Aws::FSx
7723
7733
  params: params,
7724
7734
  config: config)
7725
7735
  context[:gem_name] = 'aws-sdk-fsx'
7726
- context[:gem_version] = '1.63.0'
7736
+ context[:gem_version] = '1.65.0'
7727
7737
  Seahorse::Client::Request.new(handlers, context)
7728
7738
  end
7729
7739
 
@@ -50,9 +50,6 @@ module Aws::FSx
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?