aws-sdk-swf 1.19.0 → 1.20.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-swf.rb +1 -1
- data/lib/aws-sdk-swf/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: f7ae2dce73d7c555250a12e74d624c2ce21203ebeb0fdaceac94fe6456f5633d
|
4
|
+
data.tar.gz: 36192b9d3c1f0b9c60349bfad87bb784c5fbc3e66f8e1c9c697e65e57ad1757d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a74557fcdf717d934edc2f0b18554bb840ef98dbe607cd63f13a0c5d19f56b6ef9fb3380a728e9b3b51e8eb3f61671174b882ec2514526a74bba5252829f03a
|
7
|
+
data.tar.gz: d908cdf34b105529d3b27282822b0c0fc136b5aa42359f2a9fbe2a2bde17d9ccaeda94ac221947fab9dd416c2bc187c9b1d719b08f3170ce91505cae6effb322
|
data/lib/aws-sdk-swf.rb
CHANGED
data/lib/aws-sdk-swf/client.rb
CHANGED
@@ -178,7 +178,7 @@ module Aws::SWF
|
|
178
178
|
# requests fetching endpoints information. Defaults to 60 sec.
|
179
179
|
#
|
180
180
|
# @option options [Boolean] :endpoint_discovery (false)
|
181
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
181
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
182
182
|
#
|
183
183
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
184
184
|
# The log formatter.
|
@@ -4269,7 +4269,7 @@ module Aws::SWF
|
|
4269
4269
|
params: params,
|
4270
4270
|
config: config)
|
4271
4271
|
context[:gem_name] = 'aws-sdk-swf'
|
4272
|
-
context[:gem_version] = '1.
|
4272
|
+
context[:gem_version] = '1.20.0'
|
4273
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4274
4274
|
end
|
4275
4275
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-swf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.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
|