aws-sdk-fsx 1.18.0 → 1.19.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/lib/aws-sdk-fsx.rb +1 -1
- data/lib/aws-sdk-fsx/client.rb +2 -2
- 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: e9da1b78363fdd053e6a854ed5ff04a8e8a6fcb3e174e8a4af6ce7c38f82293a
|
|
4
|
+
data.tar.gz: 84c53106b25197063e000b997516041ed981b72d17114992c84151b201a6339b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1666e58c68689c495ebe8015f61120b995e86ea114f8018bdd174f145a1fa5b98b6f37e10b772b9ded6775c32be16dcd981857cfce0b513a208992ab104fe732
|
|
7
|
+
data.tar.gz: 62ef6139cd7025e0932acfe6796c73ce6978188dcce6541c09c0c0f6b1eaf209b20afd4b4f87e1fa56a90e7a570dfe57bfbc3678249dff62e476df3e82e410a3
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::FSx
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -2107,7 +2107,7 @@ module Aws::FSx
|
|
|
2107
2107
|
params: params,
|
|
2108
2108
|
config: config)
|
|
2109
2109
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
2110
|
-
context[:gem_version] = '1.
|
|
2110
|
+
context[:gem_version] = '1.19.0'
|
|
2111
2111
|
Seahorse::Client::Request.new(handlers, context)
|
|
2112
2112
|
end
|
|
2113
2113
|
|
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.19.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: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|