aws-sdk-fsx 1.83.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +21 -15
- data/lib/aws-sdk-fsx/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-fsx/types.rb +89 -58
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +1316 -0
- data/sig/errors.rbs +134 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1748 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61843f46af7a6a362907a8b119cc1f948d78e134278d77009a86020588632a83
|
4
|
+
data.tar.gz: 74ef58578d83ff84265644ca3159bc922dd3f28a00ad1a16f243341d08b7a820
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39547b4e624ba9ebad9c42bcd291d730c23711be1a2e31d722b0fd9dda2aa827ae88b81c870f09e48c18dab4d0c947a15679cd4afa0a4eccb45d1e5117d1a9da
|
7
|
+
data.tar.gz: 47fd054602fa00527053cbb3bc2fe60db47de21ec53527c78ab54952fab9337e942c72b7c00b639565326fc3be7bd8c7a286e8062b56977a84f8d3b2c613d1ca
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.85.0 (2024-03-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput.
|
8
|
+
|
9
|
+
1.84.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.83.0 (2023-12-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -2528,8 +2528,8 @@ module Aws::FSx
|
|
2528
2528
|
#
|
2529
2529
|
# **FSx for ONTAP file systems** - The amount of storage capacity that
|
2530
2530
|
# you can configure depends on the value of the `HAPairs` property. The
|
2531
|
-
# minimum value is calculated as 1,024 * `HAPairs` and the
|
2532
|
-
# calculated as 524,288 * `HAPairs
|
2531
|
+
# minimum value is calculated as 1,024 * `HAPairs` and the maximum is
|
2532
|
+
# calculated as 524,288 * `HAPairs`.
|
2533
2533
|
#
|
2534
2534
|
# **FSx for OpenZFS file systems** - The amount of storage capacity that
|
2535
2535
|
# you can configure is from 64 GiB up to 524,288 GiB (512 TiB).
|
@@ -2589,6 +2589,9 @@ module Aws::FSx
|
|
2589
2589
|
# interfaces created for file system access. This list isn't returned
|
2590
2590
|
# in later requests to describe the file system.
|
2591
2591
|
#
|
2592
|
+
# You must specify a security group if you are creating a Multi-AZ FSx
|
2593
|
+
# for ONTAP file system in a VPC subnet that has been shared with you.
|
2594
|
+
#
|
2592
2595
|
# @option params [Array<Types::Tag>] :tags
|
2593
2596
|
# The tags to apply to the file system that's being created. The key
|
2594
2597
|
# value of the `Name` tag appears in the console as the file system
|
@@ -3883,7 +3886,7 @@ module Aws::FSx
|
|
3883
3886
|
# Describes the self-managed Microsoft Active Directory to which you
|
3884
3887
|
# want to join the SVM. Joining an Active Directory provides user
|
3885
3888
|
# authentication and access control for SMB clients, including Microsoft
|
3886
|
-
# Windows and macOS
|
3889
|
+
# Windows and macOS clients accessing the file system.
|
3887
3890
|
#
|
3888
3891
|
# @option params [String] :client_request_token
|
3889
3892
|
# (Optional) An idempotency token for resource creation, in a string of
|
@@ -3916,12 +3919,15 @@ module Aws::FSx
|
|
3916
3919
|
# majority of users are NFS clients, and an application accessing the
|
3917
3920
|
# data uses a UNIX user as the service account.
|
3918
3921
|
#
|
3919
|
-
# * `NTFS` if the file system is managed by a Windows
|
3920
|
-
# majority of users are SMB clients, and an
|
3921
|
-
# data uses a Windows user as the
|
3922
|
+
# * `NTFS` if the file system is managed by a Microsoft Windows
|
3923
|
+
# administrator, the majority of users are SMB clients, and an
|
3924
|
+
# application accessing the data uses a Microsoft Windows user as the
|
3925
|
+
# service account.
|
3922
3926
|
#
|
3923
|
-
# * `MIXED`
|
3924
|
-
#
|
3927
|
+
# * `MIXED` This is an advanced setting. For more information, see
|
3928
|
+
# [Volume security
|
3929
|
+
# style](fsx/latest/ONTAPGuide/volume-security-style.html) in the
|
3930
|
+
# Amazon FSx for NetApp ONTAP User Guide.
|
3925
3931
|
#
|
3926
3932
|
# @return [Types::CreateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3927
3933
|
#
|
@@ -6273,11 +6279,11 @@ module Aws::FSx
|
|
6273
6279
|
# Indicates whether participant accounts in your organization can create
|
6274
6280
|
# Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are
|
6275
6281
|
# shared by a virtual private cloud (VPC) owner. For more information,
|
6276
|
-
# see
|
6282
|
+
# see [Creating FSx for ONTAP file systems in shared subnets][1].
|
6277
6283
|
#
|
6278
6284
|
#
|
6279
6285
|
#
|
6280
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/
|
6286
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/creating-file-systems.html#fsxn-vpc-shared-subnets
|
6281
6287
|
#
|
6282
6288
|
# @return [Types::DescribeSharedVpcConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6283
6289
|
#
|
@@ -6343,10 +6349,10 @@ module Aws::FSx
|
|
6343
6349
|
# left off.
|
6344
6350
|
#
|
6345
6351
|
# @option params [Boolean] :include_shared
|
6346
|
-
# Set to `false` (default) if you want to only see the snapshots
|
6347
|
-
# Amazon Web Services account. Set to `true` if you want to see
|
6348
|
-
# snapshots in your account and the ones shared with you from
|
6349
|
-
# account.
|
6352
|
+
# Set to `false` (default) if you want to only see the snapshots owned
|
6353
|
+
# by your Amazon Web Services account. Set to `true` if you want to see
|
6354
|
+
# the snapshots in your account and the ones shared with you from
|
6355
|
+
# another account.
|
6350
6356
|
#
|
6351
6357
|
# @return [Types::DescribeSnapshotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6352
6358
|
#
|
@@ -9198,7 +9204,7 @@ module Aws::FSx
|
|
9198
9204
|
params: params,
|
9199
9205
|
config: config)
|
9200
9206
|
context[:gem_name] = 'aws-sdk-fsx'
|
9201
|
-
context[:gem_version] = '1.
|
9207
|
+
context[:gem_version] = '1.85.0'
|
9202
9208
|
Seahorse::Client::Request.new(handlers, context)
|
9203
9209
|
end
|
9204
9210
|
|
@@ -14,6 +14,7 @@ module Aws::FSx
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::FSx::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -1041,8 +1041,8 @@ module Aws::FSx
|
|
1041
1041
|
include Aws::Structure
|
1042
1042
|
end
|
1043
1043
|
|
1044
|
-
# Used to specify the configuration options for
|
1045
|
-
# aggregate or aggregates.
|
1044
|
+
# Used to specify the configuration options for an FSx for ONTAP
|
1045
|
+
# volume's storage aggregate or aggregates.
|
1046
1046
|
#
|
1047
1047
|
# @!attribute [rw] aggregates
|
1048
1048
|
# Used to specify the names of aggregates on which the volume will be
|
@@ -2028,6 +2028,15 @@ module Aws::FSx
|
|
2028
2028
|
# You should specify all virtual private cloud (VPC) route tables
|
2029
2029
|
# associated with the subnets in which your clients are located. By
|
2030
2030
|
# default, Amazon FSx selects your VPC's default route table.
|
2031
|
+
#
|
2032
|
+
# <note markdown="1"> Amazon FSx manages these route tables for Multi-AZ file systems
|
2033
|
+
# using tag-based authentication. These route tables are tagged with
|
2034
|
+
# `Key: AmazonFSx; Value: ManagedByAmazonFSx`. When creating FSx for
|
2035
|
+
# ONTAP Multi-AZ file systems using CloudFormation we recommend that
|
2036
|
+
# you add the `Key: AmazonFSx; Value: ManagedByAmazonFSx` tag
|
2037
|
+
# manually.
|
2038
|
+
#
|
2039
|
+
# </note>
|
2031
2040
|
# @return [Array<String>]
|
2032
2041
|
#
|
2033
2042
|
# @!attribute [rw] throughput_capacity
|
@@ -2067,16 +2076,18 @@ module Aws::FSx
|
|
2067
2076
|
# @return [String]
|
2068
2077
|
#
|
2069
2078
|
# @!attribute [rw] ha_pairs
|
2070
|
-
# Specifies how many high-availability (HA) pairs
|
2071
|
-
#
|
2072
|
-
#
|
2073
|
-
#
|
2074
|
-
#
|
2079
|
+
# Specifies how many high-availability (HA) pairs of file servers will
|
2080
|
+
# power your file system. Scale-up file systems are powered by 1 HA
|
2081
|
+
# pair. The default value is 1. FSx for ONTAP scale-out file systems
|
2082
|
+
# are powered by up to 12 HA pairs. The value of this property affects
|
2083
|
+
# the values of `StorageCapacity`, `Iops`, and `ThroughputCapacity`.
|
2084
|
+
# For more information, see [High-availability (HA) pairs][1] in the
|
2085
|
+
# FSx for ONTAP user guide.
|
2075
2086
|
#
|
2076
2087
|
# Amazon FSx responds with an HTTP status code 400 (Bad Request) for
|
2077
2088
|
# the following conditions:
|
2078
2089
|
#
|
2079
|
-
# * The value of `HAPairs` is less than 1 or greater than
|
2090
|
+
# * The value of `HAPairs` is less than 1 or greater than 12.
|
2080
2091
|
#
|
2081
2092
|
# * The value of `HAPairs` is greater than 1 and the value of
|
2082
2093
|
# `DeploymentType` is `SINGLE_AZ_1` or `MULTI_AZ_1`.
|
@@ -2090,16 +2101,17 @@ module Aws::FSx
|
|
2090
2101
|
# Use to choose the throughput capacity per HA pair, rather than the
|
2091
2102
|
# total throughput for the file system.
|
2092
2103
|
#
|
2093
|
-
#
|
2094
|
-
#
|
2104
|
+
# You can define either the `ThroughputCapacityPerHAPair` or the
|
2105
|
+
# `ThroughputCapacity` when creating a file system, but not both.
|
2095
2106
|
#
|
2096
|
-
# This field and `ThroughputCapacity` are the same for file
|
2097
|
-
#
|
2107
|
+
# This field and `ThroughputCapacity` are the same for scale-up file
|
2108
|
+
# systems powered by one HA pair.
|
2098
2109
|
#
|
2099
|
-
# * For `SINGLE_AZ_1` and `MULTI_AZ_1
|
2100
|
-
# 512, 1024, 2048, or 4096 MBps.
|
2110
|
+
# * For `SINGLE_AZ_1` and `MULTI_AZ_1` file systems, valid values are
|
2111
|
+
# 128, 256, 512, 1024, 2048, or 4096 MBps.
|
2101
2112
|
#
|
2102
|
-
# * For `SINGLE_AZ_2
|
2113
|
+
# * For `SINGLE_AZ_2` file systems, valid values are 3072 or 6144
|
2114
|
+
# MBps.
|
2103
2115
|
#
|
2104
2116
|
# Amazon FSx responds with an HTTP status code 400 (Bad Request) for
|
2105
2117
|
# the following conditions:
|
@@ -2110,7 +2122,7 @@ module Aws::FSx
|
|
2110
2122
|
#
|
2111
2123
|
# * The value of deployment type is `SINGLE_AZ_2` and
|
2112
2124
|
# `ThroughputCapacity` / `ThroughputCapacityPerHAPair` is a valid HA
|
2113
|
-
# pair (a value between 2 and
|
2125
|
+
# pair (a value between 2 and 12).
|
2114
2126
|
#
|
2115
2127
|
# * The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
2116
2128
|
# @return [Integer]
|
@@ -2330,8 +2342,8 @@ module Aws::FSx
|
|
2330
2342
|
#
|
2331
2343
|
# **FSx for ONTAP file systems** - The amount of storage capacity that
|
2332
2344
|
# you can configure depends on the value of the `HAPairs` property.
|
2333
|
-
# The minimum value is calculated as 1,024 * `HAPairs` and the
|
2334
|
-
# is calculated as 524,288 * `HAPairs
|
2345
|
+
# The minimum value is calculated as 1,024 * `HAPairs` and the
|
2346
|
+
# maximum is calculated as 524,288 * `HAPairs`.
|
2335
2347
|
#
|
2336
2348
|
# **FSx for OpenZFS file systems** - The amount of storage capacity
|
2337
2349
|
# that you can configure is from 64 GiB up to 524,288 GiB (512 TiB).
|
@@ -2393,6 +2405,9 @@ module Aws::FSx
|
|
2393
2405
|
# A list of IDs specifying the security groups to apply to all network
|
2394
2406
|
# interfaces created for file system access. This list isn't returned
|
2395
2407
|
# in later requests to describe the file system.
|
2408
|
+
#
|
2409
|
+
# You must specify a security group if you are creating a Multi-AZ FSx
|
2410
|
+
# for ONTAP file system in a VPC subnet that has been shared with you.
|
2396
2411
|
# @return [Array<String>]
|
2397
2412
|
#
|
2398
2413
|
# @!attribute [rw] tags
|
@@ -2700,23 +2715,32 @@ module Aws::FSx
|
|
2700
2715
|
# the majority of users are SMB clients, and an application
|
2701
2716
|
# accessing the data uses a Windows user as the service account.
|
2702
2717
|
#
|
2703
|
-
# * `MIXED`
|
2704
|
-
#
|
2718
|
+
# * `MIXED` This is an advanced setting. For more information, see the
|
2719
|
+
# topic [What the security styles and their effects are][2] in the
|
2720
|
+
# NetApp Documentation Center.
|
2705
2721
|
#
|
2722
|
+
# For more information, see [Volume security style][3] in the FSx for
|
2723
|
+
# ONTAP User Guide.
|
2706
2724
|
#
|
2707
2725
|
#
|
2708
|
-
#
|
2726
|
+
#
|
2727
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style
|
2728
|
+
# [2]: https://docs.netapp.com/us-en/ontap/nfs-admin/security-styles-their-effects-concept.html
|
2729
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
|
2709
2730
|
# @return [String]
|
2710
2731
|
#
|
2711
2732
|
# @!attribute [rw] size_in_megabytes
|
2712
|
-
# Specifies the size of the volume, in
|
2713
|
-
# creating.
|
2733
|
+
# Use `SizeInBytes` instead. Specifies the size of the volume, in
|
2734
|
+
# megabytes (MB), that you are creating.
|
2714
2735
|
# @return [Integer]
|
2715
2736
|
#
|
2716
2737
|
# @!attribute [rw] storage_efficiency_enabled
|
2717
2738
|
# Set to true to enable deduplication, compression, and compaction
|
2718
2739
|
# storage efficiency features on the volume, or set to false to
|
2719
|
-
# disable them.
|
2740
|
+
# disable them.
|
2741
|
+
#
|
2742
|
+
# `StorageEfficiencyEnabled` is required when creating a `RW` volume
|
2743
|
+
# (`OntapVolumeType` set to `RW`).
|
2720
2744
|
# @return [Boolean]
|
2721
2745
|
#
|
2722
2746
|
# @!attribute [rw] storage_virtual_machine_id
|
@@ -2765,8 +2789,8 @@ module Aws::FSx
|
|
2765
2789
|
# read-only and can be used as the destination of a NetApp
|
2766
2790
|
# SnapMirror relationship.
|
2767
2791
|
#
|
2768
|
-
# For more information, see [Volume types][1] in the
|
2769
|
-
# NetApp ONTAP User Guide
|
2792
|
+
# For more information, see [Volume types][1] in the Amazon FSx for
|
2793
|
+
# NetApp ONTAP User Guide.
|
2770
2794
|
#
|
2771
2795
|
#
|
2772
2796
|
#
|
@@ -2793,8 +2817,8 @@ module Aws::FSx
|
|
2793
2817
|
# You can also provide the name of a custom policy that you created
|
2794
2818
|
# with the ONTAP CLI or REST API.
|
2795
2819
|
#
|
2796
|
-
# For more information, see [Snapshot policies][1] in the
|
2797
|
-
# for NetApp ONTAP User Guide
|
2820
|
+
# For more information, see [Snapshot policies][1] in the Amazon FSx
|
2821
|
+
# for NetApp ONTAP User Guide.
|
2798
2822
|
#
|
2799
2823
|
#
|
2800
2824
|
#
|
@@ -2817,13 +2841,14 @@ module Aws::FSx
|
|
2817
2841
|
# @return [Types::CreateSnaplockConfiguration]
|
2818
2842
|
#
|
2819
2843
|
# @!attribute [rw] volume_style
|
2820
|
-
# Use to specify the style of an ONTAP volume.
|
2821
|
-
#
|
2822
|
-
#
|
2844
|
+
# Use to specify the style of an ONTAP volume. FSx for ONTAP offers
|
2845
|
+
# two styles of volumes that you can use for different purposes,
|
2846
|
+
# FlexVol and FlexGroup volumes. For more information, see [Volume
|
2847
|
+
# styles][1] in the Amazon FSx for NetApp ONTAP User Guide.
|
2823
2848
|
#
|
2824
2849
|
#
|
2825
2850
|
#
|
2826
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-
|
2851
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles.html
|
2827
2852
|
# @return [String]
|
2828
2853
|
#
|
2829
2854
|
# @!attribute [rw] aggregate_configuration
|
@@ -2832,7 +2857,7 @@ module Aws::FSx
|
|
2832
2857
|
# @return [Types::CreateAggregateConfiguration]
|
2833
2858
|
#
|
2834
2859
|
# @!attribute [rw] size_in_bytes
|
2835
|
-
#
|
2860
|
+
# Specifies the configured size of the volume, in bytes.
|
2836
2861
|
# @return [Integer]
|
2837
2862
|
#
|
2838
2863
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateOntapVolumeConfiguration AWS API Documentation
|
@@ -3013,8 +3038,7 @@ module Aws::FSx
|
|
3013
3038
|
# @return [Array<Types::OpenZFSNfsExport>]
|
3014
3039
|
#
|
3015
3040
|
# @!attribute [rw] user_and_group_quotas
|
3016
|
-
#
|
3017
|
-
# volume.
|
3041
|
+
# Configures how much storage users and groups can use on the volume.
|
3018
3042
|
# @return [Array<Types::OpenZFSUserOrGroupQuota>]
|
3019
3043
|
#
|
3020
3044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateOpenZFSVolumeConfiguration AWS API Documentation
|
@@ -3174,7 +3198,7 @@ module Aws::FSx
|
|
3174
3198
|
# Describes the self-managed Microsoft Active Directory to which you
|
3175
3199
|
# want to join the SVM. Joining an Active Directory provides user
|
3176
3200
|
# authentication and access control for SMB clients, including
|
3177
|
-
# Microsoft Windows and macOS
|
3201
|
+
# Microsoft Windows and macOS clients accessing the file system.
|
3178
3202
|
# @return [Types::CreateSvmActiveDirectoryConfiguration]
|
3179
3203
|
#
|
3180
3204
|
# @!attribute [rw] client_request_token
|
@@ -3213,12 +3237,15 @@ module Aws::FSx
|
|
3213
3237
|
# majority of users are NFS clients, and an application accessing
|
3214
3238
|
# the data uses a UNIX user as the service account.
|
3215
3239
|
#
|
3216
|
-
# * `NTFS` if the file system is managed by a Windows
|
3217
|
-
# the majority of users are SMB clients, and an
|
3218
|
-
# accessing the data uses a Windows user as
|
3240
|
+
# * `NTFS` if the file system is managed by a Microsoft Windows
|
3241
|
+
# administrator, the majority of users are SMB clients, and an
|
3242
|
+
# application accessing the data uses a Microsoft Windows user as
|
3243
|
+
# the service account.
|
3219
3244
|
#
|
3220
|
-
# * `MIXED`
|
3221
|
-
#
|
3245
|
+
# * `MIXED` This is an advanced setting. For more information, see
|
3246
|
+
# [Volume security
|
3247
|
+
# style](fsx/latest/ONTAPGuide/volume-security-style.html) in the
|
3248
|
+
# Amazon FSx for NetApp ONTAP User Guide.
|
3222
3249
|
# @return [String]
|
3223
3250
|
#
|
3224
3251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateStorageVirtualMachineRequest AWS API Documentation
|
@@ -3250,7 +3277,7 @@ module Aws::FSx
|
|
3250
3277
|
|
3251
3278
|
# The configuration that Amazon FSx uses to join the ONTAP storage
|
3252
3279
|
# virtual machine (SVM) to your self-managed (including on-premises)
|
3253
|
-
# Microsoft Active Directory
|
3280
|
+
# Microsoft Active Directory directory.
|
3254
3281
|
#
|
3255
3282
|
# @!attribute [rw] net_bios_name
|
3256
3283
|
# The NetBIOS name of the Active Directory computer object that will
|
@@ -5010,9 +5037,9 @@ module Aws::FSx
|
|
5010
5037
|
# @return [String]
|
5011
5038
|
#
|
5012
5039
|
# @!attribute [rw] include_shared
|
5013
|
-
# Set to `false` (default) if you want to only see the snapshots
|
5014
|
-
# your Amazon Web Services account. Set to `true` if you want to
|
5015
|
-
# the snapshots in your account and the ones shared with you from
|
5040
|
+
# Set to `false` (default) if you want to only see the snapshots owned
|
5041
|
+
# by your Amazon Web Services account. Set to `true` if you want to
|
5042
|
+
# see the snapshots in your account and the ones shared with you from
|
5016
5043
|
# another account.
|
5017
5044
|
# @return [Boolean]
|
5018
5045
|
#
|
@@ -5214,7 +5241,7 @@ module Aws::FSx
|
|
5214
5241
|
#
|
5215
5242
|
# @!attribute [rw] mode
|
5216
5243
|
# Specifies whether the file system is using the `AUTOMATIC` setting
|
5217
|
-
# of SSD IOPS of 3 IOPS per GB of storage capacity,
|
5244
|
+
# of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a
|
5218
5245
|
# `USER_PROVISIONED` value.
|
5219
5246
|
# @return [String]
|
5220
5247
|
#
|
@@ -5885,12 +5912,12 @@ module Aws::FSx
|
|
5885
5912
|
#
|
5886
5913
|
# @!attribute [rw] tags
|
5887
5914
|
# The tags to associate with the file system. For more information,
|
5888
|
-
# see [Tagging your Amazon
|
5889
|
-
# Guide*.
|
5915
|
+
# see [Tagging your Amazon FSx resources][1] in the *Amazon FSx for
|
5916
|
+
# Lustre User Guide*.
|
5890
5917
|
#
|
5891
5918
|
#
|
5892
5919
|
#
|
5893
|
-
# [1]: https://docs.aws.amazon.com/
|
5920
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/tag-resources.html
|
5894
5921
|
# @return [Array<Types::Tag>]
|
5895
5922
|
#
|
5896
5923
|
# @!attribute [rw] windows_configuration
|
@@ -6792,7 +6819,7 @@ module Aws::FSx
|
|
6792
6819
|
# Amazon FSx responds with an HTTP status code 400 (Bad Request) for
|
6793
6820
|
# the following conditions:
|
6794
6821
|
#
|
6795
|
-
# * The value of `HAPairs` is less than 1 or greater than
|
6822
|
+
# * The value of `HAPairs` is less than 1 or greater than 12.
|
6796
6823
|
#
|
6797
6824
|
# * The value of `HAPairs` is greater than 1 and the value of
|
6798
6825
|
# `DeploymentType` is `SINGLE_AZ_1` or `MULTI_AZ_1`.
|
@@ -6826,7 +6853,7 @@ module Aws::FSx
|
|
6826
6853
|
#
|
6827
6854
|
# * The value of deployment type is `SINGLE_AZ_2` and
|
6828
6855
|
# `ThroughputCapacity` / `ThroughputCapacityPerHAPair` is a valid HA
|
6829
|
-
# pair (a value between 2 and
|
6856
|
+
# pair (a value between 2 and 12).
|
6830
6857
|
#
|
6831
6858
|
# * The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
6832
6859
|
# @return [Integer]
|
@@ -7310,20 +7337,24 @@ module Aws::FSx
|
|
7310
7337
|
include Aws::Structure
|
7311
7338
|
end
|
7312
7339
|
|
7313
|
-
#
|
7314
|
-
# volume.
|
7340
|
+
# Used to configure quotas that define how much storage a user or group
|
7341
|
+
# can use on an FSx for OpenZFS volume. For more information, see
|
7342
|
+
# [Volume properties][1] in the FSx for OpenZFS User Guide.
|
7343
|
+
#
|
7344
|
+
#
|
7345
|
+
#
|
7346
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-volumes.html#volume-properties
|
7315
7347
|
#
|
7316
7348
|
# @!attribute [rw] type
|
7317
|
-
#
|
7349
|
+
# Specifies whether the quota applies to a user or group.
|
7318
7350
|
# @return [String]
|
7319
7351
|
#
|
7320
7352
|
# @!attribute [rw] id
|
7321
|
-
# The ID of the user or group.
|
7353
|
+
# The ID of the user or group that the quota applies to.
|
7322
7354
|
# @return [Integer]
|
7323
7355
|
#
|
7324
7356
|
# @!attribute [rw] storage_capacity_quota_gi_b
|
7325
|
-
# The
|
7326
|
-
# (GiB).
|
7357
|
+
# The user or group's storage quota, in gibibytes (GiB).
|
7327
7358
|
# @return [Integer]
|
7328
7359
|
#
|
7329
7360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSUserOrGroupQuota AWS API Documentation
|
@@ -8981,7 +9012,7 @@ module Aws::FSx
|
|
8981
9012
|
#
|
8982
9013
|
# * The value of deployment type is `SINGLE_AZ_2` and
|
8983
9014
|
# `ThroughputCapacity` / `ThroughputCapacityPerHAPair` is a valid HA
|
8984
|
-
# pair (a value between 2 and
|
9015
|
+
# pair (a value between 2 and 12).
|
8985
9016
|
#
|
8986
9017
|
# * The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
8987
9018
|
# @return [Integer]
|