aws-sdk-swf 1.20.0 → 1.21.1

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: f7ae2dce73d7c555250a12e74d624c2ce21203ebeb0fdaceac94fe6456f5633d
4
- data.tar.gz: 36192b9d3c1f0b9c60349bfad87bb784c5fbc3e66f8e1c9c697e65e57ad1757d
3
+ metadata.gz: 7aa87696b78327774c6af86c50c9d954f82fcc2fa4e09c7df5fe4e1f35bad23e
4
+ data.tar.gz: 8f351b0fe0f45d90048d84a1135c433e8cefa4940f6f4952b6fea2dab206f501
5
5
  SHA512:
6
- metadata.gz: 2a74557fcdf717d934edc2f0b18554bb840ef98dbe607cd63f13a0c5d19f56b6ef9fb3380a728e9b3b51e8eb3f61671174b882ec2514526a74bba5252829f03a
7
- data.tar.gz: d908cdf34b105529d3b27282822b0c0fc136b5aa42359f2a9fbe2a2bde17d9ccaeda94ac221947fab9dd416c2bc187c9b1d719b08f3170ce91505cae6effb322
6
+ metadata.gz: 65d970adbe79f0db1a84c66fb0dfc248a5057638c4198f4e0c16998f40c833853d629e4cc99f55c1e923b1e4b940653a292622608330cf392062af9b1d03d9b9
7
+ data.tar.gz: 3477035ab2dd1715e51c3acb7a69c9e17eb699572ceaec1254fa6ba890f1a7b1e255f8110646381a88ed123ed957c650ba8a2eb2939772472e0ef75a51ab3915
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-swf/customizations'
45
45
  # @service
46
46
  module Aws::SWF
47
47
 
48
- GEM_VERSION = '1.20.0'
48
+ GEM_VERSION = '1.21.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
  require 'aws-sdk-swf/plugins/read_timeouts.rb'
@@ -70,6 +71,7 @@ module Aws::SWF
70
71
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
72
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
73
  add_plugin(Aws::Plugins::TransferEncoding)
74
+ add_plugin(Aws::Plugins::HttpChecksum)
73
75
  add_plugin(Aws::Plugins::SignatureV4)
74
76
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
75
77
  add_plugin(Aws::SWF::Plugins::ReadTimeouts)
@@ -163,7 +165,7 @@ module Aws::SWF
163
165
  # @option options [String] :endpoint
164
166
  # The client endpoint is normally constructed from the `:region`
165
167
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
169
  #
168
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -4269,7 +4271,7 @@ module Aws::SWF
4269
4271
  params: params,
4270
4272
  config: config)
4271
4273
  context[:gem_name] = 'aws-sdk-swf'
4272
- context[:gem_version] = '1.20.0'
4274
+ context[:gem_version] = '1.21.1'
4273
4275
  Seahorse::Client::Request.new(handlers, context)
4274
4276
  end
4275
4277
 
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.20.0
4
+ version: 1.21.1
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-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement