aws-sdk-fsx 1.108.0 → 1.109.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 +16 -9
- data/lib/aws-sdk-fsx/client_api.rb +1 -0
- data/lib/aws-sdk-fsx/types.rb +18 -13
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- 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: '00894d2920720b914f4f2632573a4ab70b0a8cd6d042fe3528eb295e029bd60e'
|
|
4
|
+
data.tar.gz: c5a040f778f9055c3dc48357cb87c9547590f5a92140d3741db20b96cb79a1e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8bc094788de890f3a6b428abd27f273d369087ee0dde4461c9fbbdd63701fe279c8deb798254d276716a4801c20cf257274c81a2c106775dfa9ba3b4971776a
|
|
7
|
+
data.tar.gz: 7ec6d7867a330886673302dfd009fa6b6b3695f89cda2c8fe9c546304fa87c097275131c913b8683669780a400e3c92648ceef86289fc47d9851bc9504ef6e95
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.109.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -559,7 +559,7 @@ module Aws::FSx
|
|
|
559
559
|
|
|
560
560
|
# Cancels an existing Amazon FSx for Lustre data repository task if that
|
|
561
561
|
# task is in either the `PENDING` or `EXECUTING` state. When you cancel
|
|
562
|
-
#
|
|
562
|
+
# an export task, Amazon FSx does the following.
|
|
563
563
|
#
|
|
564
564
|
# * Any files that FSx has already exported are not reverted.
|
|
565
565
|
#
|
|
@@ -2378,7 +2378,7 @@ module Aws::FSx
|
|
|
2378
2378
|
# client request token doesn't exist, `CreateFileCache` does the
|
|
2379
2379
|
# following:
|
|
2380
2380
|
#
|
|
2381
|
-
# * Creates a new, empty Amazon File Cache
|
|
2381
|
+
# * Creates a new, empty Amazon File Cache resource with an assigned ID,
|
|
2382
2382
|
# and an initial lifecycle state of `CREATING`.
|
|
2383
2383
|
#
|
|
2384
2384
|
# * Returns the description of the cache in JSON format.
|
|
@@ -3350,10 +3350,9 @@ module Aws::FSx
|
|
|
3350
3350
|
# you're creating from a backup. Valid values are `2.10`, `2.12`, and
|
|
3351
3351
|
# `2.15`.
|
|
3352
3352
|
#
|
|
3353
|
-
# You
|
|
3354
|
-
#
|
|
3355
|
-
#
|
|
3356
|
-
# the value must match the backup's `FileSystemTypeVersion` setting.
|
|
3353
|
+
# You can enter a Lustre version that is newer than the backup's
|
|
3354
|
+
# `FileSystemTypeVersion` setting. If you don't enter a newer Lustre
|
|
3355
|
+
# version, it defaults to the backup's setting.
|
|
3357
3356
|
#
|
|
3358
3357
|
# @option params [Types::CreateFileSystemOpenZFSConfiguration] :open_zfs_configuration
|
|
3359
3358
|
# The OpenZFS configuration for the file system that's being created.
|
|
@@ -3368,8 +3367,8 @@ module Aws::FSx
|
|
|
3368
3367
|
#
|
|
3369
3368
|
# If used to create a file system other than OpenZFS, you must provide a
|
|
3370
3369
|
# value that matches the backup's `StorageCapacity` value. If you
|
|
3371
|
-
# provide any other value, Amazon FSx responds with
|
|
3372
|
-
#
|
|
3370
|
+
# provide any other value, Amazon FSx responds with an HTTP status code
|
|
3371
|
+
# 400 Bad Request.
|
|
3373
3372
|
#
|
|
3374
3373
|
# @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3375
3374
|
#
|
|
@@ -8253,6 +8252,8 @@ module Aws::FSx
|
|
|
8253
8252
|
#
|
|
8254
8253
|
# * `DataCompressionType`
|
|
8255
8254
|
#
|
|
8255
|
+
# * `FileSystemTypeVersion`
|
|
8256
|
+
#
|
|
8256
8257
|
# * `LogConfiguration`
|
|
8257
8258
|
#
|
|
8258
8259
|
# * `LustreRootSquashConfiguration`
|
|
@@ -8398,6 +8399,11 @@ module Aws::FSx
|
|
|
8398
8399
|
# @option params [String] :storage_type
|
|
8399
8400
|
# Specifies the file system's storage type.
|
|
8400
8401
|
#
|
|
8402
|
+
# @option params [String] :file_system_type_version
|
|
8403
|
+
# The Lustre version you are updating an FSx for Lustre file system to.
|
|
8404
|
+
# Valid values are `2.12` and `2.15`. The value you choose must be newer
|
|
8405
|
+
# than the file system's current Lustre version.
|
|
8406
|
+
#
|
|
8401
8407
|
# @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8402
8408
|
#
|
|
8403
8409
|
# * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
|
|
@@ -8529,6 +8535,7 @@ module Aws::FSx
|
|
|
8529
8535
|
# },
|
|
8530
8536
|
# },
|
|
8531
8537
|
# storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
|
|
8538
|
+
# file_system_type_version: "FileSystemTypeVersion",
|
|
8532
8539
|
# })
|
|
8533
8540
|
#
|
|
8534
8541
|
# @example Response structure
|
|
@@ -9443,7 +9450,7 @@ module Aws::FSx
|
|
|
9443
9450
|
tracer: tracer
|
|
9444
9451
|
)
|
|
9445
9452
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
9446
|
-
context[:gem_version] = '1.
|
|
9453
|
+
context[:gem_version] = '1.109.0'
|
|
9447
9454
|
Seahorse::Client::Request.new(handlers, context)
|
|
9448
9455
|
end
|
|
9449
9456
|
|
|
@@ -1752,6 +1752,7 @@ module Aws::FSx
|
|
|
1752
1752
|
UpdateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
|
|
1753
1753
|
UpdateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
|
|
1754
1754
|
UpdateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
|
|
1755
|
+
UpdateFileSystemRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
|
|
1755
1756
|
UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
|
|
1756
1757
|
|
|
1757
1758
|
UpdateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -1649,11 +1649,9 @@ module Aws::FSx
|
|
|
1649
1649
|
# you're creating from a backup. Valid values are `2.10`, `2.12`, and
|
|
1650
1650
|
# `2.15`.
|
|
1651
1651
|
#
|
|
1652
|
-
# You
|
|
1653
|
-
#
|
|
1654
|
-
#
|
|
1655
|
-
# backup, the value must match the backup's `FileSystemTypeVersion`
|
|
1656
|
-
# setting.
|
|
1652
|
+
# You can enter a Lustre version that is newer than the backup's
|
|
1653
|
+
# `FileSystemTypeVersion` setting. If you don't enter a newer Lustre
|
|
1654
|
+
# version, it defaults to the backup's setting.
|
|
1657
1655
|
# @return [String]
|
|
1658
1656
|
#
|
|
1659
1657
|
# @!attribute [rw] open_zfs_configuration
|
|
@@ -1670,8 +1668,8 @@ module Aws::FSx
|
|
|
1670
1668
|
#
|
|
1671
1669
|
# If used to create a file system other than OpenZFS, you must provide
|
|
1672
1670
|
# a value that matches the backup's `StorageCapacity` value. If you
|
|
1673
|
-
# provide any other value, Amazon FSx responds with
|
|
1674
|
-
#
|
|
1671
|
+
# provide any other value, Amazon FSx responds with an HTTP status
|
|
1672
|
+
# code 400 Bad Request.
|
|
1675
1673
|
# @return [Integer]
|
|
1676
1674
|
#
|
|
1677
1675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackupRequest AWS API Documentation
|
|
@@ -3103,7 +3101,7 @@ module Aws::FSx
|
|
|
3103
3101
|
# Specifies the suggested block size for a volume in a ZFS dataset, in
|
|
3104
3102
|
# kibibytes (KiB). For file systems using the Intelligent-Tiering
|
|
3105
3103
|
# storage class, valid values are 128, 256, 512, 1024, 2048, or 4096
|
|
3106
|
-
# KiB, with a default of
|
|
3104
|
+
# KiB, with a default of 1024 KiB. For all other file systems, valid
|
|
3107
3105
|
# values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB, with a
|
|
3108
3106
|
# default of 128 KiB. We recommend using the default setting for the
|
|
3109
3107
|
# majority of use cases. Generally, workloads that write in fixed
|
|
@@ -4129,8 +4127,8 @@ module Aws::FSx
|
|
|
4129
4127
|
end
|
|
4130
4128
|
|
|
4131
4129
|
# (Optional) An array of filter objects you can use to filter the
|
|
4132
|
-
# response of data repository tasks you will see in the
|
|
4133
|
-
#
|
|
4130
|
+
# response of data repository tasks you will see in the response. You
|
|
4131
|
+
# can filter the tasks returned in the response by one or more file
|
|
4134
4132
|
# system IDs, task lifecycles, and by task type. A filter object
|
|
4135
4133
|
# consists of a filter `Name`, and one or more `Values` for the filter.
|
|
4136
4134
|
#
|
|
@@ -7614,7 +7612,7 @@ module Aws::FSx
|
|
|
7614
7612
|
# @return [Integer]
|
|
7615
7613
|
#
|
|
7616
7614
|
# @!attribute [rw] storage_capacity_quota_gi_b
|
|
7617
|
-
# The maximum amount of storage in
|
|
7615
|
+
# The maximum amount of storage in gibibytes (GiB) that the volume can
|
|
7618
7616
|
# use from its parent. You can specify a quota larger than the storage
|
|
7619
7617
|
# on the parent volume.
|
|
7620
7618
|
# @return [Integer]
|
|
@@ -9205,7 +9203,7 @@ module Aws::FSx
|
|
|
9205
9203
|
# Update the password for the `fsxadmin` user by entering a new
|
|
9206
9204
|
# password. You use the `fsxadmin` user to access the NetApp ONTAP CLI
|
|
9207
9205
|
# and REST API to manage your file system resources. For more
|
|
9208
|
-
# information, see [Managing resources using NetApp
|
|
9206
|
+
# information, see [Managing resources using NetApp Application][1].
|
|
9209
9207
|
#
|
|
9210
9208
|
#
|
|
9211
9209
|
#
|
|
@@ -9545,6 +9543,12 @@ module Aws::FSx
|
|
|
9545
9543
|
# Specifies the file system's storage type.
|
|
9546
9544
|
# @return [String]
|
|
9547
9545
|
#
|
|
9546
|
+
# @!attribute [rw] file_system_type_version
|
|
9547
|
+
# The Lustre version you are updating an FSx for Lustre file system
|
|
9548
|
+
# to. Valid values are `2.12` and `2.15`. The value you choose must be
|
|
9549
|
+
# newer than the file system's current Lustre version.
|
|
9550
|
+
# @return [String]
|
|
9551
|
+
#
|
|
9548
9552
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemRequest AWS API Documentation
|
|
9549
9553
|
#
|
|
9550
9554
|
class UpdateFileSystemRequest < Struct.new(
|
|
@@ -9555,7 +9559,8 @@ module Aws::FSx
|
|
|
9555
9559
|
:lustre_configuration,
|
|
9556
9560
|
:ontap_configuration,
|
|
9557
9561
|
:open_zfs_configuration,
|
|
9558
|
-
:storage_type
|
|
9562
|
+
:storage_type,
|
|
9563
|
+
:file_system_type_version)
|
|
9559
9564
|
SENSITIVE = []
|
|
9560
9565
|
include Aws::Structure
|
|
9561
9566
|
end
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1221,7 +1221,8 @@ module Aws
|
|
|
1221
1221
|
size_gi_b: ::Integer?
|
|
1222
1222
|
}?
|
|
1223
1223
|
},
|
|
1224
|
-
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
|
1224
|
+
?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
|
|
1225
|
+
?file_system_type_version: ::String
|
|
1225
1226
|
) -> _UpdateFileSystemResponseSuccess
|
|
1226
1227
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
|
|
1227
1228
|
|
data/sig/types.rbs
CHANGED
|
@@ -1611,6 +1611,7 @@ module Aws::FSx
|
|
|
1611
1611
|
attr_accessor ontap_configuration: Types::UpdateFileSystemOntapConfiguration
|
|
1612
1612
|
attr_accessor open_zfs_configuration: Types::UpdateFileSystemOpenZFSConfiguration
|
|
1613
1613
|
attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
|
|
1614
|
+
attr_accessor file_system_type_version: ::String
|
|
1614
1615
|
SENSITIVE: []
|
|
1615
1616
|
end
|
|
1616
1617
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-fsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.109.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-02-
|
|
11
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|