aws-sdk-fsx 1.117.0 → 1.119.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37c202e2f7c8f5a27ae42c5e12c2a3a3567aa7a8d26f244c6f147af733046193
4
- data.tar.gz: 30ba26bcdb4e70d7ad32401ae7e46368f0dd8f8847216c05ea788b6d2d1bbdb8
3
+ metadata.gz: bb439e2216267ec2a0b146d2f752383a5740fbca7144eb0ac91bdd9b5e07c956
4
+ data.tar.gz: 26f1793d73f47c153ae4aae608429d04766fc85ab55059a1ac9211b132c3366b
5
5
  SHA512:
6
- metadata.gz: 2fd00622b996dfd8851ceb52d734f40abc713109d3afee39c70deebc7bfbeb976c881cca77329a2fa5208d743a9ef6055db15bcfdfdb400cbddcbf2f4e398169
7
- data.tar.gz: ce70417b14c2ee6eb86b08066acf6a3975ea98808a371f74012c228dba4b8c3429c418fb81f00b61a318550b6ec529fdec3be5914dc8f3db4ff258d8cb227850
6
+ metadata.gz: e0d58ddf799b2f7567a58b0c9d5edc59b39f15365b379c6e1b2a6590bd2a53d7ddaa4b459c5faf8a9ee5f196249851c277663080142f99d140a578ca438fa3dc
7
+ data.tar.gz: cc6e6bc6b0756c5e9ddb1be3e5ac0717be360d9f7f217294bdff7cf8002cf45853235d2ff995ef60d11606327ce1d22847693f38b261b6e98d59e83ebf8d4c9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2025-08-13)
5
+ ------------------
6
+
7
+ * Feature - Add Dual-Stack support for Amazon FSx for OpenZFS file systems
8
+
9
+ 1.118.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.117.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.119.0
@@ -95,8 +95,8 @@ module Aws::FSx
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::FSx
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::FSx
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::FSx
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -972,11 +969,14 @@ module Aws::FSx
972
969
  # resp.backup.file_system.open_zfs_configuration.root_volume_id #=> String
973
970
  # resp.backup.file_system.open_zfs_configuration.preferred_subnet_id #=> String
974
971
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
972
+ # resp.backup.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
975
973
  # resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
976
974
  # resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
977
975
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
976
+ # resp.backup.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
978
977
  # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
979
978
  # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
979
+ # resp.backup.file_system.network_type #=> String, one of "IPV4", "DUAL"
980
980
  # resp.backup.directory_information.domain_name #=> String
981
981
  # resp.backup.directory_information.active_directory_id #=> String
982
982
  # resp.backup.directory_information.resource_arn #=> String
@@ -1135,11 +1135,14 @@ module Aws::FSx
1135
1135
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
1136
1136
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
1137
1137
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
1138
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
1138
1139
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
1139
1140
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
1140
1141
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
1142
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
1141
1143
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1142
1144
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1145
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
1143
1146
  # resp.backup.volume.administrative_actions[0].failure_details.message #=> String
1144
1147
  # resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
1145
1148
  # resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -1386,11 +1389,14 @@ module Aws::FSx
1386
1389
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
1387
1390
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
1388
1391
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
1392
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
1389
1393
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
1390
1394
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
1391
1395
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
1396
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
1392
1397
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1393
1398
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1399
+ # resp.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
1394
1400
  # resp.administrative_actions[0].failure_details.message #=> String
1395
1401
  # resp.administrative_actions[0].target_volume_values.creation_time #=> Time
1396
1402
  # resp.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -1486,9 +1492,8 @@ module Aws::FSx
1486
1492
  # Creates an S3 access point and attaches it to an Amazon FSx volume.
1487
1493
  # For FSx for OpenZFS file systems, the volume must be hosted on a
1488
1494
  # high-availability file system, either Single-AZ or Multi-AZ. For more
1489
- # information, see [Accessing your data using access
1490
- # points](fsx/latest/OpenZFSGuide/s3accesspoints-for-FSx.html) in the
1491
- # Amazon FSx for OpenZFS User Guide.
1495
+ # information, see [Accessing your data using Amazon S3 access
1496
+ # points][1]. in the Amazon FSx for OpenZFS User Guide.
1492
1497
  #
1493
1498
  # The requester requires the following permissions to perform these
1494
1499
  # actions:
@@ -1509,6 +1514,10 @@ module Aws::FSx
1509
1514
  #
1510
1515
  # * DetachAndDeleteS3AccessPoint
1511
1516
  #
1517
+ #
1518
+ #
1519
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/s3accesspoints-for-FSx.html
1520
+ #
1512
1521
  # @option params [String] :client_request_token
1513
1522
  # (Optional) An idempotency token for resource creation, in a string of
1514
1523
  # up to 63 ASCII characters. This token is automatically filled on your
@@ -1943,11 +1952,14 @@ module Aws::FSx
1943
1952
  # resp.backup.file_system.open_zfs_configuration.root_volume_id #=> String
1944
1953
  # resp.backup.file_system.open_zfs_configuration.preferred_subnet_id #=> String
1945
1954
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
1955
+ # resp.backup.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
1946
1956
  # resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
1947
1957
  # resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
1948
1958
  # resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
1959
+ # resp.backup.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
1949
1960
  # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
1950
1961
  # resp.backup.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
1962
+ # resp.backup.file_system.network_type #=> String, one of "IPV4", "DUAL"
1951
1963
  # resp.backup.directory_information.domain_name #=> String
1952
1964
  # resp.backup.directory_information.active_directory_id #=> String
1953
1965
  # resp.backup.directory_information.resource_arn #=> String
@@ -2106,11 +2118,14 @@ module Aws::FSx
2106
2118
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
2107
2119
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
2108
2120
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
2121
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
2109
2122
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
2110
2123
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
2111
2124
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
2125
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
2112
2126
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
2113
2127
  # resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
2128
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
2114
2129
  # resp.backup.volume.administrative_actions[0].failure_details.message #=> String
2115
2130
  # resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
2116
2131
  # resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -2920,6 +2935,12 @@ module Aws::FSx
2920
2935
  # @option params [Types::CreateFileSystemOpenZFSConfiguration] :open_zfs_configuration
2921
2936
  # The OpenZFS configuration for the file system that's being created.
2922
2937
  #
2938
+ # @option params [String] :network_type
2939
+ # The network type of the Amazon FSx file system that you are creating.
2940
+ # Valid values are `IPV4` (which supports IPv4 only) and `DUAL` (for
2941
+ # dual-stack mode, which supports both IPv4 and IPv6). The default is
2942
+ # `IPV4`. Supported only for Amazon FSx for OpenZFS file systems.
2943
+ #
2923
2944
  # @return [Types::CreateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2924
2945
  #
2925
2946
  # * {Types::CreateFileSystemResponse#file_system #file_system} => Types::FileSystem
@@ -3128,12 +3149,14 @@ module Aws::FSx
3128
3149
  # },
3129
3150
  # preferred_subnet_id: "SubnetId",
3130
3151
  # endpoint_ip_address_range: "IpAddressRange",
3152
+ # endpoint_ipv_6_address_range: "Ipv6AddressRange",
3131
3153
  # route_table_ids: ["RouteTableId"],
3132
3154
  # read_cache_configuration: {
3133
3155
  # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
3134
3156
  # size_gi_b: 1,
3135
3157
  # },
3136
3158
  # },
3159
+ # network_type: "IPV4", # accepts IPV4, DUAL
3137
3160
  # })
3138
3161
  #
3139
3162
  # @example Response structure
@@ -3330,11 +3353,14 @@ module Aws::FSx
3330
3353
  # resp.file_system.open_zfs_configuration.root_volume_id #=> String
3331
3354
  # resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
3332
3355
  # resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
3356
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
3333
3357
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
3334
3358
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
3335
3359
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
3360
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
3336
3361
  # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
3337
3362
  # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
3363
+ # resp.file_system.network_type #=> String, one of "IPV4", "DUAL"
3338
3364
  #
3339
3365
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
3340
3366
  #
@@ -3520,6 +3546,10 @@ module Aws::FSx
3520
3546
  # provide any other value, Amazon FSx responds with an HTTP status code
3521
3547
  # 400 Bad Request.
3522
3548
  #
3549
+ # @option params [String] :network_type
3550
+ # Sets the network type for the Amazon FSx for OpenZFS file system that
3551
+ # you're creating from a backup.
3552
+ #
3523
3553
  # @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3524
3554
  #
3525
3555
  # * {Types::CreateFileSystemFromBackupResponse#file_system #file_system} => Types::FileSystem
@@ -3693,6 +3723,7 @@ module Aws::FSx
3693
3723
  # },
3694
3724
  # preferred_subnet_id: "SubnetId",
3695
3725
  # endpoint_ip_address_range: "IpAddressRange",
3726
+ # endpoint_ipv_6_address_range: "Ipv6AddressRange",
3696
3727
  # route_table_ids: ["RouteTableId"],
3697
3728
  # read_cache_configuration: {
3698
3729
  # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
@@ -3700,6 +3731,7 @@ module Aws::FSx
3700
3731
  # },
3701
3732
  # },
3702
3733
  # storage_capacity: 1,
3734
+ # network_type: "IPV4", # accepts IPV4, DUAL
3703
3735
  # })
3704
3736
  #
3705
3737
  # @example Response structure
@@ -3896,11 +3928,14 @@ module Aws::FSx
3896
3928
  # resp.file_system.open_zfs_configuration.root_volume_id #=> String
3897
3929
  # resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
3898
3930
  # resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
3931
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
3899
3932
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
3900
3933
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
3901
3934
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
3935
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
3902
3936
  # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
3903
3937
  # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
3938
+ # resp.file_system.network_type #=> String, one of "IPV4", "DUAL"
3904
3939
  #
3905
3940
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
3906
3941
  #
@@ -4101,11 +4136,14 @@ module Aws::FSx
4101
4136
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
4102
4137
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
4103
4138
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
4139
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
4104
4140
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
4105
4141
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
4106
4142
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
4143
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
4107
4144
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
4108
4145
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
4146
+ # resp.snapshot.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
4109
4147
  # resp.snapshot.administrative_actions[0].failure_details.message #=> String
4110
4148
  # resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
4111
4149
  # resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -4590,11 +4628,14 @@ module Aws::FSx
4590
4628
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
4591
4629
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
4592
4630
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
4631
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
4593
4632
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
4594
4633
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
4595
4634
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
4635
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
4596
4636
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
4597
4637
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
4638
+ # resp.volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
4598
4639
  # resp.volume.administrative_actions[0].failure_details.message #=> String
4599
4640
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
4600
4641
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -4886,11 +4927,14 @@ module Aws::FSx
4886
4927
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
4887
4928
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
4888
4929
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
4930
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
4889
4931
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
4890
4932
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
4891
4933
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
4934
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
4892
4935
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
4893
4936
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
4937
+ # resp.volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
4894
4938
  # resp.volume.administrative_actions[0].failure_details.message #=> String
4895
4939
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
4896
4940
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -5164,8 +5208,8 @@ module Aws::FSx
5164
5208
  #
5165
5209
  #
5166
5210
  #
5167
- # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-list
5168
- # [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/delete-points-list
5211
+ # [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/access-points-list.html
5212
+ # [2]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/delete-access-point.html
5169
5213
  # [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/unmounting-fs.html
5170
5214
  # [4]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/monitoring-cloudwatch.html#auto-import-export-metrics
5171
5215
  # [5]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repo-task-dra.html
@@ -5747,11 +5791,14 @@ module Aws::FSx
5747
5791
  # resp.backups[0].file_system.open_zfs_configuration.root_volume_id #=> String
5748
5792
  # resp.backups[0].file_system.open_zfs_configuration.preferred_subnet_id #=> String
5749
5793
  # resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
5794
+ # resp.backups[0].file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
5750
5795
  # resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
5751
5796
  # resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
5752
5797
  # resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
5798
+ # resp.backups[0].file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
5753
5799
  # resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
5754
5800
  # resp.backups[0].file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
5801
+ # resp.backups[0].file_system.network_type #=> String, one of "IPV4", "DUAL"
5755
5802
  # resp.backups[0].directory_information.domain_name #=> String
5756
5803
  # resp.backups[0].directory_information.active_directory_id #=> String
5757
5804
  # resp.backups[0].directory_information.resource_arn #=> String
@@ -5910,11 +5957,14 @@ module Aws::FSx
5910
5957
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
5911
5958
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
5912
5959
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
5960
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
5913
5961
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
5914
5962
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
5915
5963
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
5964
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
5916
5965
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
5917
5966
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
5967
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
5918
5968
  # resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
5919
5969
  # resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
5920
5970
  # resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -6625,11 +6675,14 @@ module Aws::FSx
6625
6675
  # resp.file_systems[0].open_zfs_configuration.root_volume_id #=> String
6626
6676
  # resp.file_systems[0].open_zfs_configuration.preferred_subnet_id #=> String
6627
6677
  # resp.file_systems[0].open_zfs_configuration.endpoint_ip_address_range #=> String
6678
+ # resp.file_systems[0].open_zfs_configuration.endpoint_ipv_6_address_range #=> String
6628
6679
  # resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
6629
6680
  # resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
6630
6681
  # resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
6682
+ # resp.file_systems[0].open_zfs_configuration.endpoint_ipv_6_address #=> String
6631
6683
  # resp.file_systems[0].open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
6632
6684
  # resp.file_systems[0].open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
6685
+ # resp.file_systems[0].network_type #=> String, one of "IPV4", "DUAL"
6633
6686
  # resp.next_token #=> String
6634
6687
  #
6635
6688
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
@@ -6940,11 +6993,14 @@ module Aws::FSx
6940
6993
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
6941
6994
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
6942
6995
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
6996
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
6943
6997
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
6944
6998
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
6945
6999
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
7000
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
6946
7001
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
6947
7002
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7003
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
6948
7004
  # resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
6949
7005
  # resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
6950
7006
  # resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -7309,11 +7365,14 @@ module Aws::FSx
7309
7365
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
7310
7366
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
7311
7367
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
7368
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
7312
7369
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
7313
7370
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
7314
7371
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
7372
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
7315
7373
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7316
7374
  # resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7375
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
7317
7376
  # resp.volumes[0].administrative_actions[0].failure_details.message #=> String
7318
7377
  # resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
7319
7378
  # resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -7781,11 +7840,14 @@ module Aws::FSx
7781
7840
  # resp.file_system.open_zfs_configuration.root_volume_id #=> String
7782
7841
  # resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
7783
7842
  # resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
7843
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
7784
7844
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
7785
7845
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
7786
7846
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
7847
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
7787
7848
  # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7788
7849
  # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
7850
+ # resp.file_system.network_type #=> String, one of "IPV4", "DUAL"
7789
7851
  #
7790
7852
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
7791
7853
  #
@@ -7957,11 +8019,14 @@ module Aws::FSx
7957
8019
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
7958
8020
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
7959
8021
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
8022
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
7960
8023
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
7961
8024
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
7962
8025
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
8026
+ # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
7963
8027
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
7964
8028
  # resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
8029
+ # resp.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
7965
8030
  # resp.administrative_actions[0].failure_details.message #=> String
7966
8031
  # resp.administrative_actions[0].target_volume_values.creation_time #=> Time
7967
8032
  # resp.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -8276,11 +8341,14 @@ module Aws::FSx
8276
8341
  # resp.file_system.open_zfs_configuration.root_volume_id #=> String
8277
8342
  # resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
8278
8343
  # resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
8344
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
8279
8345
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
8280
8346
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
8281
8347
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
8348
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
8282
8349
  # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
8283
8350
  # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
8351
+ # resp.file_system.network_type #=> String, one of "IPV4", "DUAL"
8284
8352
  #
8285
8353
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/StartMisconfiguredStateRecovery AWS API Documentation
8286
8354
  #
@@ -8634,6 +8702,8 @@ module Aws::FSx
8634
8702
  #
8635
8703
  # * `DiskIopsConfiguration`
8636
8704
  #
8705
+ # * `EndpointIpv6AddressRange`
8706
+ #
8637
8707
  # * `ReadCacheConfiguration`
8638
8708
  #
8639
8709
  # * `RemoveRouteTableIds`
@@ -8732,6 +8802,9 @@ module Aws::FSx
8732
8802
  # Valid values are `2.12` and `2.15`. The value you choose must be newer
8733
8803
  # than the file system's current Lustre version.
8734
8804
  #
8805
+ # @option params [String] :network_type
8806
+ # Changes the network type of an FSx for OpenZFS file system.
8807
+ #
8735
8808
  # @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8736
8809
  #
8737
8810
  # * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
@@ -8866,9 +8939,11 @@ module Aws::FSx
8866
8939
  # sizing_mode: "NO_CACHE", # accepts NO_CACHE, USER_PROVISIONED, PROPORTIONAL_TO_THROUGHPUT_CAPACITY
8867
8940
  # size_gi_b: 1,
8868
8941
  # },
8942
+ # endpoint_ipv_6_address_range: "Ipv6AddressRange",
8869
8943
  # },
8870
8944
  # storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
8871
8945
  # file_system_type_version: "FileSystemTypeVersion",
8946
+ # network_type: "IPV4", # accepts IPV4, DUAL
8872
8947
  # })
8873
8948
  #
8874
8949
  # @example Response structure
@@ -9065,11 +9140,14 @@ module Aws::FSx
9065
9140
  # resp.file_system.open_zfs_configuration.root_volume_id #=> String
9066
9141
  # resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
9067
9142
  # resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
9143
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
9068
9144
  # resp.file_system.open_zfs_configuration.route_table_ids #=> Array
9069
9145
  # resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
9070
9146
  # resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
9147
+ # resp.file_system.open_zfs_configuration.endpoint_ipv_6_address #=> String
9071
9148
  # resp.file_system.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
9072
9149
  # resp.file_system.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
9150
+ # resp.file_system.network_type #=> String, one of "IPV4", "DUAL"
9073
9151
  #
9074
9152
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
9075
9153
  #
@@ -9289,11 +9367,14 @@ module Aws::FSx
9289
9367
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
9290
9368
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
9291
9369
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
9370
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
9292
9371
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
9293
9372
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
9294
9373
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
9374
+ # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
9295
9375
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
9296
9376
  # resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
9377
+ # resp.snapshot.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
9297
9378
  # resp.snapshot.administrative_actions[0].failure_details.message #=> String
9298
9379
  # resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
9299
9380
  # resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
@@ -9718,11 +9799,14 @@ module Aws::FSx
9718
9799
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
9719
9800
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
9720
9801
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
9802
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address_range #=> String
9721
9803
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
9722
9804
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
9723
9805
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
9806
+ # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ipv_6_address #=> String
9724
9807
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.sizing_mode #=> String, one of "NO_CACHE", "USER_PROVISIONED", "PROPORTIONAL_TO_THROUGHPUT_CAPACITY"
9725
9808
  # resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.read_cache_configuration.size_gi_b #=> Integer
9809
+ # resp.volume.administrative_actions[0].target_file_system_values.network_type #=> String, one of "IPV4", "DUAL"
9726
9810
  # resp.volume.administrative_actions[0].failure_details.message #=> String
9727
9811
  # resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
9728
9812
  # resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
@@ -9792,7 +9876,7 @@ module Aws::FSx
9792
9876
  tracer: tracer
9793
9877
  )
9794
9878
  context[:gem_name] = 'aws-sdk-fsx'
9795
- context[:gem_version] = '1.117.0'
9879
+ context[:gem_version] = '1.119.0'
9796
9880
  Seahorse::Client::Request.new(handlers, context)
9797
9881
  end
9798
9882
 
@@ -264,6 +264,7 @@ module Aws::FSx
264
264
  Iops = Shapes::IntegerShape.new(name: 'Iops')
265
265
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
266
266
  IpAddressRange = Shapes::StringShape.new(name: 'IpAddressRange')
267
+ Ipv6AddressRange = Shapes::StringShape.new(name: 'Ipv6AddressRange')
267
268
  JunctionPath = Shapes::StringShape.new(name: 'JunctionPath')
268
269
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
269
270
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
@@ -297,6 +298,7 @@ module Aws::FSx
297
298
  NetBiosAlias = Shapes::StringShape.new(name: 'NetBiosAlias')
298
299
  NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
299
300
  NetworkInterfaceIds = Shapes::ListShape.new(name: 'NetworkInterfaceIds')
301
+ NetworkType = Shapes::StringShape.new(name: 'NetworkType')
300
302
  NextToken = Shapes::StringShape.new(name: 'NextToken')
301
303
  NfsVersion = Shapes::StringShape.new(name: 'NfsVersion')
302
304
  NotServiceResourceError = Shapes::StructureShape.new(name: 'NotServiceResourceError')
@@ -737,6 +739,7 @@ module Aws::FSx
737
739
  CreateFileSystemFromBackupRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
738
740
  CreateFileSystemFromBackupRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
739
741
  CreateFileSystemFromBackupRequest.add_member(:storage_capacity, Shapes::ShapeRef.new(shape: StorageCapacity, location_name: "StorageCapacity"))
742
+ CreateFileSystemFromBackupRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
740
743
  CreateFileSystemFromBackupRequest.struct_class = Types::CreateFileSystemFromBackupRequest
741
744
 
742
745
  CreateFileSystemFromBackupResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -791,6 +794,7 @@ module Aws::FSx
791
794
  CreateFileSystemOpenZFSConfiguration.add_member(:root_volume_configuration, Shapes::ShapeRef.new(shape: OpenZFSCreateRootVolumeConfiguration, location_name: "RootVolumeConfiguration"))
792
795
  CreateFileSystemOpenZFSConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
793
796
  CreateFileSystemOpenZFSConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
797
+ CreateFileSystemOpenZFSConfiguration.add_member(:endpoint_ipv_6_address_range, Shapes::ShapeRef.new(shape: Ipv6AddressRange, location_name: "EndpointIpv6AddressRange"))
794
798
  CreateFileSystemOpenZFSConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
795
799
  CreateFileSystemOpenZFSConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
796
800
  CreateFileSystemOpenZFSConfiguration.struct_class = Types::CreateFileSystemOpenZFSConfiguration
@@ -808,6 +812,7 @@ module Aws::FSx
808
812
  CreateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
809
813
  CreateFileSystemRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
810
814
  CreateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
815
+ CreateFileSystemRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
811
816
  CreateFileSystemRequest.struct_class = Types::CreateFileSystemRequest
812
817
 
813
818
  CreateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -1327,6 +1332,7 @@ module Aws::FSx
1327
1332
  FileSystem.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: OntapFileSystemConfiguration, location_name: "OntapConfiguration"))
1328
1333
  FileSystem.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
1329
1334
  FileSystem.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: OpenZFSFileSystemConfiguration, location_name: "OpenZFSConfiguration"))
1335
+ FileSystem.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1330
1336
  FileSystem.struct_class = Types::FileSystem
1331
1337
 
1332
1338
  FileSystemEndpoint.add_member(:dns_name, Shapes::ShapeRef.new(shape: DNSName, location_name: "DNSName"))
@@ -1536,8 +1542,10 @@ module Aws::FSx
1536
1542
  OpenZFSFileSystemConfiguration.add_member(:root_volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "RootVolumeId"))
1537
1543
  OpenZFSFileSystemConfiguration.add_member(:preferred_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "PreferredSubnetId"))
1538
1544
  OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address_range, Shapes::ShapeRef.new(shape: IpAddressRange, location_name: "EndpointIpAddressRange"))
1545
+ OpenZFSFileSystemConfiguration.add_member(:endpoint_ipv_6_address_range, Shapes::ShapeRef.new(shape: Ipv6AddressRange, location_name: "EndpointIpv6AddressRange"))
1539
1546
  OpenZFSFileSystemConfiguration.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RouteTableIds"))
1540
1547
  OpenZFSFileSystemConfiguration.add_member(:endpoint_ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "EndpointIpAddress"))
1548
+ OpenZFSFileSystemConfiguration.add_member(:endpoint_ipv_6_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "EndpointIpv6Address"))
1541
1549
  OpenZFSFileSystemConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
1542
1550
  OpenZFSFileSystemConfiguration.struct_class = Types::OpenZFSFileSystemConfiguration
1543
1551
 
@@ -1890,6 +1898,7 @@ module Aws::FSx
1890
1898
  UpdateFileSystemOpenZFSConfiguration.add_member(:add_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "AddRouteTableIds"))
1891
1899
  UpdateFileSystemOpenZFSConfiguration.add_member(:remove_route_table_ids, Shapes::ShapeRef.new(shape: RouteTableIds, location_name: "RemoveRouteTableIds"))
1892
1900
  UpdateFileSystemOpenZFSConfiguration.add_member(:read_cache_configuration, Shapes::ShapeRef.new(shape: OpenZFSReadCacheConfiguration, location_name: "ReadCacheConfiguration"))
1901
+ UpdateFileSystemOpenZFSConfiguration.add_member(:endpoint_ipv_6_address_range, Shapes::ShapeRef.new(shape: Ipv6AddressRange, location_name: "EndpointIpv6AddressRange"))
1893
1902
  UpdateFileSystemOpenZFSConfiguration.struct_class = Types::UpdateFileSystemOpenZFSConfiguration
1894
1903
 
1895
1904
  UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
@@ -1901,6 +1910,7 @@ module Aws::FSx
1901
1910
  UpdateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
1902
1911
  UpdateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
1903
1912
  UpdateFileSystemRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
1913
+ UpdateFileSystemRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1904
1914
  UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
1905
1915
 
1906
1916
  UpdateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -1802,6 +1802,11 @@ module Aws::FSx
1802
1802
  # code 400 Bad Request.
1803
1803
  # @return [Integer]
1804
1804
  #
1805
+ # @!attribute [rw] network_type
1806
+ # Sets the network type for the Amazon FSx for OpenZFS file system
1807
+ # that you're creating from a backup.
1808
+ # @return [String]
1809
+ #
1805
1810
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackupRequest AWS API Documentation
1806
1811
  #
1807
1812
  class CreateFileSystemFromBackupRequest < Struct.new(
@@ -1816,7 +1821,8 @@ module Aws::FSx
1816
1821
  :kms_key_id,
1817
1822
  :file_system_type_version,
1818
1823
  :open_zfs_configuration,
1819
- :storage_capacity)
1824
+ :storage_capacity,
1825
+ :network_type)
1820
1826
  SENSITIVE = []
1821
1827
  include Aws::Structure
1822
1828
  end
@@ -2524,6 +2530,16 @@ module Aws::FSx
2524
2530
  # don't overlap with any subnet.
2525
2531
  # @return [String]
2526
2532
  #
2533
+ # @!attribute [rw] endpoint_ipv_6_address_range
2534
+ # (Multi-AZ only) Specifies the IP address range in which the
2535
+ # endpoints to access your file system will be created. By default in
2536
+ # the Amazon FSx API and Amazon FSx console, Amazon FSx selects an
2537
+ # available /118 IP address range for you from one of the VPC's CIDR
2538
+ # ranges. You can have overlapping endpoint IP addresses for file
2539
+ # systems deployed in the same VPC/route tables, as long as they
2540
+ # don't overlap with any subnet.
2541
+ # @return [String]
2542
+ #
2527
2543
  # @!attribute [rw] route_table_ids
2528
2544
  # (Multi-AZ only) Specifies the route tables in which Amazon FSx
2529
2545
  # creates the rules for routing traffic to the correct file server.
@@ -2551,6 +2567,7 @@ module Aws::FSx
2551
2567
  :root_volume_configuration,
2552
2568
  :preferred_subnet_id,
2553
2569
  :endpoint_ip_address_range,
2570
+ :endpoint_ipv_6_address_range,
2554
2571
  :route_table_ids,
2555
2572
  :read_cache_configuration)
2556
2573
  SENSITIVE = []
@@ -2757,6 +2774,14 @@ module Aws::FSx
2757
2774
  # The OpenZFS configuration for the file system that's being created.
2758
2775
  # @return [Types::CreateFileSystemOpenZFSConfiguration]
2759
2776
  #
2777
+ # @!attribute [rw] network_type
2778
+ # The network type of the Amazon FSx file system that you are
2779
+ # creating. Valid values are `IPV4` (which supports IPv4 only) and
2780
+ # `DUAL` (for dual-stack mode, which supports both IPv4 and IPv6). The
2781
+ # default is `IPV4`. Supported only for Amazon FSx for OpenZFS file
2782
+ # systems.
2783
+ # @return [String]
2784
+ #
2760
2785
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemRequest AWS API Documentation
2761
2786
  #
2762
2787
  class CreateFileSystemRequest < Struct.new(
@@ -2772,7 +2797,8 @@ module Aws::FSx
2772
2797
  :lustre_configuration,
2773
2798
  :ontap_configuration,
2774
2799
  :file_system_type_version,
2775
- :open_zfs_configuration)
2800
+ :open_zfs_configuration,
2801
+ :network_type)
2776
2802
  SENSITIVE = []
2777
2803
  include Aws::Structure
2778
2804
  end
@@ -6311,6 +6337,10 @@ module Aws::FSx
6311
6337
  # The configuration for this Amazon FSx for OpenZFS file system.
6312
6338
  # @return [Types::OpenZFSFileSystemConfiguration]
6313
6339
  #
6340
+ # @!attribute [rw] network_type
6341
+ # The network type of the file system.
6342
+ # @return [String]
6343
+ #
6314
6344
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystem AWS API Documentation
6315
6345
  #
6316
6346
  class FileSystem < Struct.new(
@@ -6334,7 +6364,8 @@ module Aws::FSx
6334
6364
  :administrative_actions,
6335
6365
  :ontap_configuration,
6336
6366
  :file_system_type_version,
6337
- :open_zfs_configuration)
6367
+ :open_zfs_configuration,
6368
+ :network_type)
6338
6369
  SENSITIVE = []
6339
6370
  include Aws::Structure
6340
6371
  end
@@ -7739,6 +7770,16 @@ module Aws::FSx
7739
7770
  # systems deployed in the same VPC/route tables.
7740
7771
  # @return [String]
7741
7772
  #
7773
+ # @!attribute [rw] endpoint_ipv_6_address_range
7774
+ # (Multi-AZ only) Specifies the IP address range in which the
7775
+ # endpoints to access your file system will be created. By default in
7776
+ # the Amazon FSx API and Amazon FSx console, Amazon FSx selects an
7777
+ # available /118 IP address range for you from one of the VPC's CIDR
7778
+ # ranges. You can have overlapping endpoint IP addresses for file
7779
+ # systems deployed in the same VPC/route tables, as long as they
7780
+ # don't overlap with any subnet.
7781
+ # @return [String]
7782
+ #
7742
7783
  # @!attribute [rw] route_table_ids
7743
7784
  # (Multi-AZ only) The VPC route tables in which your file system's
7744
7785
  # endpoints are created.
@@ -7749,6 +7790,11 @@ module Aws::FSx
7749
7790
  # manage the file system.
7750
7791
  # @return [String]
7751
7792
  #
7793
+ # @!attribute [rw] endpoint_ipv_6_address
7794
+ # The IPv6 address of the endpoint that is used to access data or to
7795
+ # manage the file system.
7796
+ # @return [String]
7797
+ #
7752
7798
  # @!attribute [rw] read_cache_configuration
7753
7799
  # Required when `StorageType` is set to `INTELLIGENT_TIERING`.
7754
7800
  # Specifies the optional provisioned SSD read cache.
@@ -7768,8 +7814,10 @@ module Aws::FSx
7768
7814
  :root_volume_id,
7769
7815
  :preferred_subnet_id,
7770
7816
  :endpoint_ip_address_range,
7817
+ :endpoint_ipv_6_address_range,
7771
7818
  :route_table_ids,
7772
7819
  :endpoint_ip_address,
7820
+ :endpoint_ipv_6_address,
7773
7821
  :read_cache_configuration)
7774
7822
  SENSITIVE = []
7775
7823
  include Aws::Structure
@@ -9968,6 +10016,16 @@ module Aws::FSx
9968
10016
  # file systems that use the Intelligent-Tiering storage class.
9969
10017
  # @return [Types::OpenZFSReadCacheConfiguration]
9970
10018
  #
10019
+ # @!attribute [rw] endpoint_ipv_6_address_range
10020
+ # (Multi-AZ only) Specifies the IP address range in which the
10021
+ # endpoints to access your file system will be created. By default in
10022
+ # the Amazon FSx API and Amazon FSx console, Amazon FSx selects an
10023
+ # available /118 IP address range for you from one of the VPC's CIDR
10024
+ # ranges. You can have overlapping endpoint IP addresses for file
10025
+ # systems deployed in the same VPC/route tables, as long as they
10026
+ # don't overlap with any subnet.
10027
+ # @return [String]
10028
+ #
9971
10029
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOpenZFSConfiguration AWS API Documentation
9972
10030
  #
9973
10031
  class UpdateFileSystemOpenZFSConfiguration < Struct.new(
@@ -9980,7 +10038,8 @@ module Aws::FSx
9980
10038
  :disk_iops_configuration,
9981
10039
  :add_route_table_ids,
9982
10040
  :remove_route_table_ids,
9983
- :read_cache_configuration)
10041
+ :read_cache_configuration,
10042
+ :endpoint_ipv_6_address_range)
9984
10043
  SENSITIVE = []
9985
10044
  include Aws::Structure
9986
10045
  end
@@ -10085,6 +10144,10 @@ module Aws::FSx
10085
10144
  # newer than the file system's current Lustre version.
10086
10145
  # @return [String]
10087
10146
  #
10147
+ # @!attribute [rw] network_type
10148
+ # Changes the network type of an FSx for OpenZFS file system.
10149
+ # @return [String]
10150
+ #
10088
10151
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemRequest AWS API Documentation
10089
10152
  #
10090
10153
  class UpdateFileSystemRequest < Struct.new(
@@ -10096,7 +10159,8 @@ module Aws::FSx
10096
10159
  :ontap_configuration,
10097
10160
  :open_zfs_configuration,
10098
10161
  :storage_type,
10099
- :file_system_type_version)
10162
+ :file_system_type_version,
10163
+ :network_type)
10100
10164
  SENSITIVE = []
10101
10165
  include Aws::Structure
10102
10166
  end
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.119.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -422,12 +422,14 @@ module Aws
422
422
  }?,
423
423
  preferred_subnet_id: ::String?,
424
424
  endpoint_ip_address_range: ::String?,
425
+ endpoint_ipv_6_address_range: ::String?,
425
426
  route_table_ids: Array[::String]?,
426
427
  read_cache_configuration: {
427
428
  sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
428
429
  size_gi_b: ::Integer?
429
430
  }?
430
- }
431
+ },
432
+ ?network_type: ("IPV4" | "DUAL")
431
433
  ) -> _CreateFileSystemResponseSuccess
432
434
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
433
435
 
@@ -547,13 +549,15 @@ module Aws
547
549
  }?,
548
550
  preferred_subnet_id: ::String?,
549
551
  endpoint_ip_address_range: ::String?,
552
+ endpoint_ipv_6_address_range: ::String?,
550
553
  route_table_ids: Array[::String]?,
551
554
  read_cache_configuration: {
552
555
  sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
553
556
  size_gi_b: ::Integer?
554
557
  }?
555
558
  },
556
- ?storage_capacity: ::Integer
559
+ ?storage_capacity: ::Integer,
560
+ ?network_type: ("IPV4" | "DUAL")
557
561
  ) -> _CreateFileSystemFromBackupResponseSuccess
558
562
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemFromBackupResponseSuccess
559
563
 
@@ -1295,10 +1299,12 @@ module Aws
1295
1299
  read_cache_configuration: {
1296
1300
  sizing_mode: ("NO_CACHE" | "USER_PROVISIONED" | "PROPORTIONAL_TO_THROUGHPUT_CAPACITY")?,
1297
1301
  size_gi_b: ::Integer?
1298
- }?
1302
+ }?,
1303
+ endpoint_ipv_6_address_range: ::String?
1299
1304
  },
1300
1305
  ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
1301
- ?file_system_type_version: ::String
1306
+ ?file_system_type_version: ::String,
1307
+ ?network_type: ("IPV4" | "DUAL")
1302
1308
  ) -> _UpdateFileSystemResponseSuccess
1303
1309
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
1304
1310
 
data/sig/types.rbs CHANGED
@@ -310,6 +310,7 @@ module Aws::FSx
310
310
  attr_accessor file_system_type_version: ::String
311
311
  attr_accessor open_zfs_configuration: Types::CreateFileSystemOpenZFSConfiguration
312
312
  attr_accessor storage_capacity: ::Integer
313
+ attr_accessor network_type: ("IPV4" | "DUAL")
313
314
  SENSITIVE: []
314
315
  end
315
316
 
@@ -374,6 +375,7 @@ module Aws::FSx
374
375
  attr_accessor root_volume_configuration: Types::OpenZFSCreateRootVolumeConfiguration
375
376
  attr_accessor preferred_subnet_id: ::String
376
377
  attr_accessor endpoint_ip_address_range: ::String
378
+ attr_accessor endpoint_ipv_6_address_range: ::String
377
379
  attr_accessor route_table_ids: ::Array[::String]
378
380
  attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
379
381
  SENSITIVE: []
@@ -393,6 +395,7 @@ module Aws::FSx
393
395
  attr_accessor ontap_configuration: Types::CreateFileSystemOntapConfiguration
394
396
  attr_accessor file_system_type_version: ::String
395
397
  attr_accessor open_zfs_configuration: Types::CreateFileSystemOpenZFSConfiguration
398
+ attr_accessor network_type: ("IPV4" | "DUAL")
396
399
  SENSITIVE: []
397
400
  end
398
401
 
@@ -1059,6 +1062,7 @@ module Aws::FSx
1059
1062
  attr_accessor ontap_configuration: Types::OntapFileSystemConfiguration
1060
1063
  attr_accessor file_system_type_version: ::String
1061
1064
  attr_accessor open_zfs_configuration: Types::OpenZFSFileSystemConfiguration
1065
+ attr_accessor network_type: ("IPV4" | "DUAL")
1062
1066
  SENSITIVE: []
1063
1067
  end
1064
1068
 
@@ -1322,8 +1326,10 @@ module Aws::FSx
1322
1326
  attr_accessor root_volume_id: ::String
1323
1327
  attr_accessor preferred_subnet_id: ::String
1324
1328
  attr_accessor endpoint_ip_address_range: ::String
1329
+ attr_accessor endpoint_ipv_6_address_range: ::String
1325
1330
  attr_accessor route_table_ids: ::Array[::String]
1326
1331
  attr_accessor endpoint_ip_address: ::String
1332
+ attr_accessor endpoint_ipv_6_address: ::String
1327
1333
  attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
1328
1334
  SENSITIVE: []
1329
1335
  end
@@ -1740,6 +1746,7 @@ module Aws::FSx
1740
1746
  attr_accessor add_route_table_ids: ::Array[::String]
1741
1747
  attr_accessor remove_route_table_ids: ::Array[::String]
1742
1748
  attr_accessor read_cache_configuration: Types::OpenZFSReadCacheConfiguration
1749
+ attr_accessor endpoint_ipv_6_address_range: ::String
1743
1750
  SENSITIVE: []
1744
1751
  end
1745
1752
 
@@ -1753,6 +1760,7 @@ module Aws::FSx
1753
1760
  attr_accessor open_zfs_configuration: Types::UpdateFileSystemOpenZFSConfiguration
1754
1761
  attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
1755
1762
  attr_accessor file_system_type_version: ::String
1763
+ attr_accessor network_type: ("IPV4" | "DUAL")
1756
1764
  SENSITIVE: []
1757
1765
  end
1758
1766
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services