aws-sdk-elasticbeanstalk 1.28.0 → 1.29.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
- SHA1:
3
- metadata.gz: 05a6aa41dc737ded21cf488089cf8bc42a128f46
4
- data.tar.gz: 2d99b7a1ab878bbf238b3b3c1957259a91b758ad
2
+ SHA256:
3
+ metadata.gz: cd5c4a813dce02c5e08673c7efccef607f4a20a542ece24d1dcc9faed560f5f1
4
+ data.tar.gz: 1b4b076fa9f3a995d9e38ef1c716c76a50d58d04bc46b6c9b6b3dd3c972e8022
5
5
  SHA512:
6
- metadata.gz: 79a97040474d8aa99db583c088d05025738a068653e5a7ecfbf4bd44a6389cc8dc6a90fbf4b4e33cc329bebf5a78ff2b252e042d6cc64d454f5b83b17b54a9b0
7
- data.tar.gz: 1c3415d77e48ee8cfcb13cc812519841f91eb0cb547d7b68e5a950c1c0a791199f9b52157af9060a4ef81ff4a0d14ee32cc332f7535796f85bd816e5187d84f8
6
+ metadata.gz: 0fda82fed5e2601a5479f29175adea008b6a72ab755e24ca24ecd39e30e7f2e6a751f1cdae1ff84f4a4e7945fc00fd592593f790ac00ab74af4796875e4fd9fa
7
+ data.tar.gz: '0594fa707287067243136d77de8a87d211ab14f9ec7ca732343c0b38dd5b2694b1f2ad537ab1c0c2d73c03358b4bff8103927c7411384a956df78b97ab0064fe'
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
45
45
  # @service
46
46
  module Aws::ElasticBeanstalk
47
47
 
48
- GEM_VERSION = '1.28.0'
48
+ GEM_VERSION = '1.29.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ElasticBeanstalk
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::ElasticBeanstalk
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
@@ -4381,7 +4381,7 @@ module Aws::ElasticBeanstalk
4381
4381
  params: params,
4382
4382
  config: config)
4383
4383
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4384
- context[:gem_version] = '1.28.0'
4384
+ context[:gem_version] = '1.29.0'
4385
4385
  Seahorse::Client::Request.new(handlers, context)
4386
4386
  end
4387
4387
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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-06 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
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Elastic Beanstalk