aws-sdk-fsx 1.78.0 → 1.80.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +4 -1
- data/lib/aws-sdk-fsx/client_api.rb +1 -0
- data/lib/aws-sdk-fsx/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-fsx/types.rb +25 -6
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a80fb6d2fd90e64f5199e63119973508f61bf6bcd37b844156179660227ce728
|
4
|
+
data.tar.gz: 659d02db3bbabc93fddf49934763a8a37fda71c409ee4ab6c7952591b21bbc91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ac01d535cb2db65331a9c22766e459c88d825813ddab456454a1f05df70f8a9505e307eb4d057dcbe2d20ce53d7a1ea0f47e2b5008d20f7183f5210eaa1dd7e
|
7
|
+
data.tar.gz: 675a90880a6da81a35941fd045c7c5de23583d813a1391661a802e95261c1b84387f426b71995118ab71843e7cf4eea583c933751616a9892fcee277a2b0192a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.80.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.79.0 (2023-11-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Enables customers to update their PerUnitStorageThroughput on their Lustre file systems.
|
13
|
+
|
4
14
|
1.78.0 (2023-10-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.80.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -7490,6 +7490,8 @@ module Aws::FSx
|
|
7490
7490
|
#
|
7491
7491
|
# * `LustreRootSquashConfiguration`
|
7492
7492
|
#
|
7493
|
+
# * `PerUnitStorageThroughput`
|
7494
|
+
#
|
7493
7495
|
# * `StorageCapacity`
|
7494
7496
|
#
|
7495
7497
|
# * `WeeklyMaintenanceStartTime`
|
@@ -7712,6 +7714,7 @@ module Aws::FSx
|
|
7712
7714
|
# root_squash: "LustreRootSquash",
|
7713
7715
|
# no_squash_nids: ["LustreNoSquashNid"],
|
7714
7716
|
# },
|
7717
|
+
# per_unit_storage_throughput: 1,
|
7715
7718
|
# },
|
7716
7719
|
# ontap_configuration: {
|
7717
7720
|
# automatic_backup_retention_days: 1,
|
@@ -8538,7 +8541,7 @@ module Aws::FSx
|
|
8538
8541
|
params: params,
|
8539
8542
|
config: config)
|
8540
8543
|
context[:gem_name] = 'aws-sdk-fsx'
|
8541
|
-
context[:gem_version] = '1.
|
8544
|
+
context[:gem_version] = '1.80.0'
|
8542
8545
|
Seahorse::Client::Request.new(handlers, context)
|
8543
8546
|
end
|
8544
8547
|
|
@@ -1618,6 +1618,7 @@ module Aws::FSx
|
|
1618
1618
|
UpdateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
1619
1619
|
UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
|
1620
1620
|
UpdateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
|
1621
|
+
UpdateFileSystemLustreConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
|
1621
1622
|
UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
|
1622
1623
|
|
1623
1624
|
UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
@@ -32,7 +32,7 @@ module Aws::FSx
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -105,10 +105,9 @@ module Aws::FSx
|
|
105
105
|
# completed successfully, the parent `FILE_SYSTEM_UPDATE` action
|
106
106
|
# status changes to `COMPLETED`. For more information, see [Managing
|
107
107
|
# storage capacity][2] in the *Amazon FSx for Windows File Server
|
108
|
-
# User Guide*, [Managing storage
|
109
|
-
#
|
110
|
-
#
|
111
|
-
# Guide*.
|
108
|
+
# User Guide*, [Managing storage capacity][3] in the *Amazon FSx for
|
109
|
+
# Lustre User Guide*, and [Managing storage capacity and provisioned
|
110
|
+
# IOPS][4] in the *Amazon FSx for NetApp ONTAP User Guide*.
|
112
111
|
#
|
113
112
|
# * `FILE_SYSTEM_ALIAS_ASSOCIATION` - A file system update to
|
114
113
|
# associate a new Domain Name System (DNS) alias with the file
|
@@ -8367,6 +8366,25 @@ module Aws::FSx
|
|
8367
8366
|
# as a root user.
|
8368
8367
|
# @return [Types::LustreRootSquashConfiguration]
|
8369
8368
|
#
|
8369
|
+
# @!attribute [rw] per_unit_storage_throughput
|
8370
|
+
# The throughput of an Amazon FSx for Lustre Persistent SSD-based file
|
8371
|
+
# system, measured in megabytes per second per tebibyte (MB/s/TiB).
|
8372
|
+
# You can increase or decrease your file system's throughput. Valid
|
8373
|
+
# values depend on the deployment type of the file system, as follows:
|
8374
|
+
#
|
8375
|
+
# * For `PERSISTENT_1` SSD-based deployment types, valid values are
|
8376
|
+
# 50, 100, and 200 MB/s/TiB.
|
8377
|
+
#
|
8378
|
+
# * For `PERSISTENT_2` SSD-based deployment types, valid values are
|
8379
|
+
# 125, 250, 500, and 1000 MB/s/TiB.
|
8380
|
+
#
|
8381
|
+
# For more information, see [ Managing throughput capacity][1].
|
8382
|
+
#
|
8383
|
+
#
|
8384
|
+
#
|
8385
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-throughput-capacity.html
|
8386
|
+
# @return [Integer]
|
8387
|
+
#
|
8370
8388
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
|
8371
8389
|
#
|
8372
8390
|
class UpdateFileSystemLustreConfiguration < Struct.new(
|
@@ -8376,7 +8394,8 @@ module Aws::FSx
|
|
8376
8394
|
:auto_import_policy,
|
8377
8395
|
:data_compression_type,
|
8378
8396
|
:log_configuration,
|
8379
|
-
:root_squash_configuration
|
8397
|
+
:root_squash_configuration,
|
8398
|
+
:per_unit_storage_throughput)
|
8380
8399
|
SENSITIVE = []
|
8381
8400
|
include Aws::Structure
|
8382
8401
|
end
|
@@ -8520,7 +8539,7 @@ module Aws::FSx
|
|
8520
8539
|
# DeploymentType you choose, as follows:
|
8521
8540
|
#
|
8522
8541
|
# * For `MULTI_AZ_1` and `SINGLE_AZ_2`, valid values are 160, 320,
|
8523
|
-
# 640, 1280, 2560, 3840, 5120, 7680, or 10240
|
8542
|
+
# 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.
|
8524
8543
|
#
|
8525
8544
|
# * For `SINGLE_AZ_1`, valid values are 64, 128, 256, 512, 1024, 2048,
|
8526
8545
|
# 3072, or 4096 MB/s.
|
data/lib/aws-sdk-fsx.rb
CHANGED
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.80.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: 2023-
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.188.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.188.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '2.
|
83
|
+
version: '2.5'
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - ">="
|