aws-sdk-apigateway 1.39.0 → 1.40.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: 144ad046172468063ab08f19ab7ad5cf7e157dcbc8c5262eca00341aa99dadd6
4
- data.tar.gz: e559cb4e237b56c2643d1723b87ea53f5f86f503bba959eeef559e1bd060d546
3
+ metadata.gz: 7ab9f5c06321bd766c3070aacb03a04e5fe1478baeda2aa2444412d589cb08a0
4
+ data.tar.gz: e871a4e068b267f3391c215e3bf1cb7c9c1dec94aea3e999e3e8dd927bff61b6
5
5
  SHA512:
6
- metadata.gz: cec3c44ee7086b67597ab07824dc2dea4c0308b95ec74ad9935002a9d801a52dfaec88a1c2194c38a0d7a37671de93609cf06e544af22f5aef799757f2de2121
7
- data.tar.gz: 1bf713979cb4c80c548687866995d8fe531f6298becc6899dabd0d9c676e3c02412d9ec2d2989e304093e8e4a9e2dcf795ddf7bdfe020ccbfdf70de6d1c57a21
6
+ metadata.gz: a399ec6379ae11f602cdbfd025fdfd1a913171ec0bad01062eeca76be62b336f1c67109d7ca69b34a43360c4652dd05c79d805870c577f72ded025411bb0cd15
7
+ data.tar.gz: 881f4290f6ca22256ddc16c5bc0b7a895826968d26679a166775414508276ffb968d8561b351c4663686f0b164c88bf954d64ee5375b7fb25f801b673d071d99
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-apigateway/customizations'
45
45
  # @service
46
46
  module Aws::APIGateway
47
47
 
48
- GEM_VERSION = '1.39.0'
48
+ GEM_VERSION = '1.40.0'
49
49
 
50
50
  end
@@ -107,7 +107,7 @@ module Aws::APIGateway
107
107
  # @option options [required, String] :region
108
108
  # The AWS region to connect to. The configured `:region` is
109
109
  # used to determine the service `:endpoint`. When not passed,
110
- # a default `:region` is search for in the following locations:
110
+ # a default `:region` is searched for in the following locations:
111
111
  #
112
112
  # * `Aws.config[:region]`
113
113
  # * `ENV['AWS_REGION']`
@@ -163,7 +163,7 @@ module Aws::APIGateway
163
163
  # @option options [String] :endpoint
164
164
  # The client endpoint is normally constructed from the `:region`
165
165
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be avalid HTTP(S) URI.
166
+ # to test endpoints. This should be a valid HTTP(S) URI.
167
167
  #
168
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -6991,7 +6991,7 @@ module Aws::APIGateway
6991
6991
  params: params,
6992
6992
  config: config)
6993
6993
  context[:gem_name] = 'aws-sdk-apigateway'
6994
- context[:gem_version] = '1.39.0'
6994
+ context[:gem_version] = '1.40.0'
6995
6995
  Seahorse::Client::Request.new(handlers, context)
6996
6996
  end
6997
6997
 
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.39.0
4
+ version: 1.40.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-04 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