aws-sdk-states 1.27.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8f5df67d577a99740d3387dcc3201e4690fa2b62921153b0f17bb8c61dd0f7b
4
- data.tar.gz: c755505c1aa586f9545ff65dd1a627818016688e4fc439b85052c88ea05489a8
3
+ metadata.gz: bb3de15f49b7d745710103d776ab3b79ff8405028816436ca492aaa5349a830f
4
+ data.tar.gz: 3314e36c9acae14a36f77d47c448aca6a71f74fbe020613998a441d5298dda78
5
5
  SHA512:
6
- metadata.gz: 406248198244997fe74b151ee7f0210f5d071a4d63e084c43db71fb4b8a6f6d405b36c0c16e1c141114edf98133da7079e9ca37045ef0d7640a219795104c24b
7
- data.tar.gz: 9315b7d9a070dc0ac117fcdd396d77daf3c6a5049ea4ed5603b35d2b144f444b3016e7aaad9e7b19ec357a0e772414e35c41a5309de92f0242eddb8881dc04c0
6
+ metadata.gz: acc766d29adacf201505e6ed86ff7fc027669f6d2a6a1ea41857ca4d7d2590cd9b0aa1f4b6df84a21df17776bb291fa8c8974e833eff26db31144ea062affe77
7
+ data.tar.gz: 0cac9ed84cd90620ee6365b7da2dd20b3565ed9e017fe675d704219d65a975e85b4b2c41659be139f3965b34a5c4be1fcd51c9df376cb07a02fb1711afbbba75
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-states/customizations'
45
45
  # @service
46
46
  module Aws::States
47
47
 
48
- GEM_VERSION = '1.27.0'
48
+ GEM_VERSION = '1.28.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::States
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. Defaults to `false`.
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.
@@ -1619,7 +1619,7 @@ module Aws::States
1619
1619
  params: params,
1620
1620
  config: config)
1621
1621
  context[:gem_name] = 'aws-sdk-states'
1622
- context[:gem_version] = '1.27.0'
1622
+ context[:gem_version] = '1.28.0'
1623
1623
  Seahorse::Client::Request.new(handlers, context)
1624
1624
  end
1625
1625
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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-07 00:00:00.000000000 Z
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