aws-sdk-apigatewayv2 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd6b4896f47617d3a53887107e3f5ebbda51f89c46f6e2bfb1d8d5770cbfe677
4
- data.tar.gz: 41fe84d5eea7111360a976acdecc9db2b3b9eda524c8f4b8be7a4052d42f82ea
3
+ metadata.gz: 05f45758a426bc0fdb8f04adedaa560ec9bcb39be1ec8241f6a653dbaaa2f3c5
4
+ data.tar.gz: 9c8f09414f3294c02ecd14dc27d4458fb848748c0a69cddc99be23d65cbf2e92
5
5
  SHA512:
6
- metadata.gz: 1b00f0e2b98fb9de96fbd2fff8d44a40096b9becfb06cdac2a7b0f558a4873168aac6fbe0f2786468aaff39c3a5a5f2225e5ba1004a4b9779aacb825132dfc23
7
- data.tar.gz: 4cc5ef448591f0a52c0a3d273926271f36529ccb24af88a160d24e8216ca9b252fc8675254ac4b77720fa0d75b21f5d9db5ab3f78d8d57020bffc8f53c0d7ecc
6
+ metadata.gz: f45b39e53120481c02c099066b085eaebcc84e5333b3ed2fd6f679baf423c14da892d09ee59da3c41f2ba3d0d2265b6e39efea1d4ca54ce7f24812c97a66e3f0
7
+ data.tar.gz: 43f064fed96952d51fedbf77b6587591c4349cbcb3fed229609e63d023ca98b02adcd51dd0f4c9c8f7917023e2a21855dac6020f0d399deff70907cf4c312fe6
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-apigatewayv2/customizations'
45
45
  # @service
46
46
  module Aws::ApiGatewayV2
47
47
 
48
- GEM_VERSION = '1.19.0'
48
+ GEM_VERSION = '1.20.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ApiGatewayV2
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::ApiGatewayV2
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -4184,7 +4184,7 @@ module Aws::ApiGatewayV2
4184
4184
  params: params,
4185
4185
  config: config)
4186
4186
  context[:gem_name] = 'aws-sdk-apigatewayv2'
4187
- context[:gem_version] = '1.19.0'
4187
+ context[:gem_version] = '1.20.0'
4188
4188
  Seahorse::Client::Request.new(handlers, context)
4189
4189
  end
4190
4190
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigatewayv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
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-04-20 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core