aws-sdk-fsx 1.71.0 → 1.72.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 +5 -1
- 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: 283924f98f149ebaf294e113b8836702f0b0529bd3634619a33c5d60c4a2be4c
|
|
4
|
+
data.tar.gz: 47608a9d6b4877a1e221452ed2575a0477235f5fd506876b7bf5a27cc7a992a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89a8fa0ef9be1e43c0707d57da93e15646ece4303711e8605fa522ab4435401e3de380156f8dd8b2ae8814dda9d3656f96cbd084151c188d262c1e81c6cf4081
|
|
7
|
+
data.tar.gz: ceb57016653d7a30eaa0cc34fb845b2a14f683d72f35e09351437ad285b940650f207a4d2a6834b0c7d64783b765debe6ec84d7052c40cdfc12065e66d0b03dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -216,6 +216,10 @@ module Aws::FSx
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -7775,7 +7779,7 @@ module Aws::FSx
|
|
|
7775
7779
|
params: params,
|
|
7776
7780
|
config: config)
|
|
7777
7781
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
7778
|
-
context[:gem_version] = '1.
|
|
7782
|
+
context[:gem_version] = '1.72.0'
|
|
7779
7783
|
Seahorse::Client::Request.new(handlers, context)
|
|
7780
7784
|
end
|
|
7781
7785
|
|
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.72.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-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|