aws-sdk-fsx 1.108.0 → 1.110.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 +44 -37
- 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: 228a52987c6dfa81e2737463377043414875f25e23085010ecbd85d43d13e8a9
|
4
|
+
data.tar.gz: fce2bca41ddea5983350cc688f1c96a6999dfc251b886517d05841e5001d2cef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49d6ec153c5c7802f08390f60bc737a3f67165652b151a00b19d4b4598577c91327af1a5e4595d20c6b4c63465b5d87977a9e3404f399f4555342ba9a65098c2
|
7
|
+
data.tar.gz: 15612ba48ae76cd2c66add5235f00720ccf5a2503e3d42eacef0bfb6807247f2797301bc9eee0a2cfa8dc143f0e49e8f3fc18c675e12fea7aa5f9e378dac1abf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.109.0 (2025-02-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Support for in-place Lustre version upgrades
|
13
|
+
|
4
14
|
1.108.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::FSx
|
40
40
|
# An API client for FSx. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.110.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.110.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|