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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3b2b3d5eac5ef5f0358d44a582748bc3946ef04e8f93d5a76553cceff754a26
|
4
|
+
data.tar.gz: dd8227eab065eb3e8902d304e4409a78fc07989d6763a3733f0da688f247cbc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 289e71e4b09174ca48dfc5197f408faf8e43361d4dd9f9ab01f268e4d058177823f23148dcd91a6bc9dcf1ee62fb7cc4407906dbb9f3db1e00cabdd15db92fe1
|
7
|
+
data.tar.gz: bb09e2f7adbf15befcacc6d708ebc8585533548f7b672b1d1bcd448ec945184ef0e92953a221a8767afee1cb3cb32dc924b339956bc3901a60c40f63e70b198f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
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
|
+
|
4
9
|
1.64.0 (2023-01-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -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
|
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
|
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
|
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
|
1491
|
-
#
|
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
|
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
|
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
|
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
|
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
|
2138
|
-
#
|
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
|
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
|
2625
|
-
#
|
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
|
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
|
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
|
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
|
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
|
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
|
3945
|
-
# `
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
4796
|
-
#
|
4797
|
-
#
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
6767
|
-
#
|
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
|
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
|
6801
|
-
#
|
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
|
6818
|
-
#
|
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
|
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
|
6846
|
-
#
|
6847
|
-
#
|
6848
|
-
#
|
6849
|
-
#
|
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][
|
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][
|
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/
|
6888
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/
|
6889
|
-
# [3]: https://docs.aws.amazon.com/fsx/latest/
|
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
|
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
|
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
|
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.
|
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?
|
@@ -14,57 +14,39 @@ module Aws::FSx
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.
|
19
|
-
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
26
20
|
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
28
|
-
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
21
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
32
23
|
end
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
if Aws::Endpoints::Matchers.
|
39
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips
|
40
|
-
end
|
41
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "prod-us-east-2")
|
42
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.us-east-2.amazonaws.com", headers: {}, properties: {})
|
43
|
-
end
|
44
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "prod-us-west-1")
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.us-west-1.amazonaws.com", headers: {}, properties: {})
|
46
|
-
end
|
47
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "prod-us-west-2")
|
48
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.us-west-2.amazonaws.com", headers: {}, properties: {})
|
49
|
-
end
|
50
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "prod-us-gov-east-1")
|
51
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
52
31
|
end
|
53
|
-
|
54
|
-
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
55
37
|
end
|
56
|
-
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
57
39
|
end
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
63
45
|
end
|
64
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
65
47
|
end
|
66
|
-
return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
67
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
68
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
69
51
|
|
70
52
|
end
|