aws-sdk-outposts 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-outposts.rb +1 -1
- data/lib/aws-sdk-outposts/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: 77d66dee8009cc59d9e2af9f9154fbe49e3aee03838f17591704d8394fe7e33a
|
4
|
+
data.tar.gz: bb2f4c1dea995a20ab038b67785d196039fd6b0f138751468068fbd4bf06cf5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf107fdcb3dfd9fd4b6d1b04aa6a958581aef59e2afee6b4e3e418ac521c4a270e51ea4992218d0f8f8ef05eb119ce81bca4b4163e8a5e681403048d86fbd887
|
7
|
+
data.tar.gz: 84b56bfcd9b9c22c99482af4f5f867292b479d8c1e23586296a3138c84bdf26470734afe6ede549108b8c0ac926e55f1f206966ef168ffae14cb638dba6af61d
|
data/lib/aws-sdk-outposts.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Outposts
|
|
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.
|
@@ -585,7 +585,7 @@ module Aws::Outposts
|
|
585
585
|
params: params,
|
586
586
|
config: config)
|
587
587
|
context[:gem_name] = 'aws-sdk-outposts'
|
588
|
-
context[:gem_version] = '1.
|
588
|
+
context[:gem_version] = '1.5.0'
|
589
589
|
Seahorse::Client::Request.new(handlers, context)
|
590
590
|
end
|
591
591
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.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
|