aws-sdk-fsx 1.78.0 → 1.79.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 +5 -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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f14240445372587f1c1660a6a26bfeb4d0b4a358411f0a53cfe3932633ec986
|
4
|
+
data.tar.gz: 1f2cdcaa2ca549a53fa21f1835d6d0ebb3e18d29aae1de51602b54c7acad3fd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4dd9d475c27a948035f192ffd66df2471459c35d47ff1625c1b70a4f839e51cb4abe77e8aa4d1c7ed5656f5e0434dd38469e18f951e09d08d09466725737eab
|
7
|
+
data.tar.gz: dabb54c9f4bfd6a31a6a65f83dcd9f8cf6dfda0f63ca729892776f5977ac75f9dd79fa6570840fde8fe88ec91b843e469df6995bfc649a497583e2aac70f5fb3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.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.79.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.79.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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|