aws-sdk-elasticbeanstalk 1.29.0 → 1.30.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: cd5c4a813dce02c5e08673c7efccef607f4a20a542ece24d1dcc9faed560f5f1
4
- data.tar.gz: 1b4b076fa9f3a995d9e38ef1c716c76a50d58d04bc46b6c9b6b3dd3c972e8022
3
+ metadata.gz: c9ab9f45555ae5d4a648182b57ae1bc06eb61d327c5450092686c46d2733908e
4
+ data.tar.gz: 7ffa61ee380b37e0ceeb6220ad6bdc22eae1b99b411815abdcf41e44df713e42
5
5
  SHA512:
6
- metadata.gz: 0fda82fed5e2601a5479f29175adea008b6a72ab755e24ca24ecd39e30e7f2e6a751f1cdae1ff84f4a4e7945fc00fd592593f790ac00ab74af4796875e4fd9fa
7
- data.tar.gz: '0594fa707287067243136d77de8a87d211ab14f9ec7ca732343c0b38dd5b2694b1f2ad537ab1c0c2d73c03358b4bff8103927c7411384a956df78b97ab0064fe'
6
+ metadata.gz: 912c8dfcf3281a4f59e18086b14b6c0ad0c1e665a84a3551612ab260ddc46cc43a281e834a6afbf4d1361e8e6dece6d7e4fb09246a4e71a9c166e61b964b30fd
7
+ data.tar.gz: 7ea36aca651d02560581ed74ae33f6961c1580224404e4a0432af99c786804dfcb5c679e911ad18e2108912e14998c6ff97357f33b14f2d282c5887b0be68289
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
45
45
  # @service
46
46
  module Aws::ElasticBeanstalk
47
47
 
48
- GEM_VERSION = '1.29.0'
48
+ GEM_VERSION = '1.30.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::ElasticBeanstalk
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -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.29.0'
4384
+ context[:gem_version] = '1.30.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.29.0
4
+ version: 1.30.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-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core