aws-sdk-apigateway 1.42.0 → 1.44.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: 02d6786949913c0005f8ed39d9ed9ae96c4674e7a0f1ddc90a49f5d8e2e137dc
4
- data.tar.gz: 80254a27b045223cf9a9276f612f29503effe343de129dd63f9efa1928db98f0
3
+ metadata.gz: '095ccf784b18aae208d446f6726f30eacfbfe199c3ad9535aad20c25433d8726'
4
+ data.tar.gz: e1b199f93c0bf32b8cbd2cba271a18a1416c97bdda89b7a416ef5d7697e1ee20
5
5
  SHA512:
6
- metadata.gz: 44f32f1c15b42f49e2ee4ab26c8401b4ed4b5ba483bee95ae3f7d6b03d2988c854b9ed7c797f0c96ebf010526dfb83c6e58d9e5f060469321d77b15c8c241f41
7
- data.tar.gz: 91543f735fd65a2255226cfb92598cea8cfb4b84f8dfa272bf31c6c9f2519e919a4344a852598028b8b512640a83c7e6daaf29b321491a5886b6f6f434e7b606
6
+ metadata.gz: 7f517cb3e379f91bdea20b221c82270525f517eb33cef6d2ff9ab83c2aa8303e017be0aad8c987ea83d29b3b1101149f9ebdca2dc489c21e031de7b0cb470874
7
+ data.tar.gz: c47b502b96ee14107301abe38b59843f45db1add86cb9a0af851edb06db9f6395e098b35b47688976c6e4a112d4519a9302923311ec27e38ffbad10aba279990
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-apigateway/customizations'
45
45
  # @service
46
46
  module Aws::APIGateway
47
47
 
48
- GEM_VERSION = '1.42.0'
48
+ GEM_VERSION = '1.44.0'
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/rest_json.rb'
29
30
  require 'aws-sdk-apigateway/plugins/apply_content_type_header.rb'
@@ -70,6 +71,7 @@ module Aws::APIGateway
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::RestJson)
75
77
  add_plugin(Aws::APIGateway::Plugins::ApplyContentTypeHeader)
@@ -163,7 +165,7 @@ module Aws::APIGateway
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
@@ -7009,7 +7011,7 @@ module Aws::APIGateway
7009
7011
  params: params,
7010
7012
  config: config)
7011
7013
  context[:gem_name] = 'aws-sdk-apigateway'
7012
- context[:gem_version] = '1.42.0'
7014
+ context[:gem_version] = '1.44.0'
7013
7015
  Seahorse::Client::Request.new(handlers, context)
7014
7016
  end
7015
7017
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.44.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-06-05 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