aws-sdk-elasticbeanstalk 1.44.0 → 1.48.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: 28aa7e324380fdb585b92de883f13747ef77549b38ad38e20cee0ee199997b2c
4
- data.tar.gz: c42ff9ea2b688d16f1930a4fbefd2f99b59ae7ec076bf24fc88b347248c134c7
3
+ metadata.gz: 1dad2519a5bda798c3bb914b189310449c33cc9e530d00e8f356a77b2b2ceaf4
4
+ data.tar.gz: 236b18ed4b9edf22f032d2f1499ae5ad96ea9f19ac9c45687c7b830389ab4140
5
5
  SHA512:
6
- metadata.gz: 19099eb638a89d0bd2ad164af1f0723fc37ea4bc978140939dab3a33281694b796dfe312786cdc4c7ea649edb672e60e50f9981c5d7d44c07d70b82ab7cae865
7
- data.tar.gz: 1429079c413d3c2f4ce9ac2695ba0f2f7538b8ad472274f21e01f165beadc7e053a698de66597c123d6cda0e79e443fe558ebdbcec870fdf99dd8b98b09c550f
6
+ metadata.gz: 3412a3f9265763b77d7304deacde5b39dbf7413fafe878e6af610c9f455b7f52eb20c64223f8e3715e21dabb55f01ae79acee4652d6dd8d376174cb8e5b45ae6
7
+ data.tar.gz: f4f8b2b0bc77e5aa35dca3baf35c86b5347044b4217a352708c5b3ae89ad5ee7fd40f093f2a56793d27f17d1550ab141303c9cd7dd10285ce1bbfa0430ed1bb7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.47.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.46.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.45.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.44.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.48.0
@@ -119,7 +119,9 @@ module Aws::ElasticBeanstalk
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -275,6 +277,15 @@ module Aws::ElasticBeanstalk
275
277
  # ** Please note ** When response stubbing is enabled, no HTTP
276
278
  # requests are made, and retries are disabled.
277
279
  #
280
+ # @option options [Boolean] :use_dualstack_endpoint
281
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
282
+ # will be used if available.
283
+ #
284
+ # @option options [Boolean] :use_fips_endpoint
285
+ # When set to `true`, fips compatible endpoints will be used if available.
286
+ # When a `fips` region is used, the region is normalized and this config
287
+ # is set to `true`.
288
+ #
278
289
  # @option options [Boolean] :validate_params (true)
279
290
  # When `true`, request parameters are validated before
280
291
  # sending the request.
@@ -4501,7 +4512,7 @@ module Aws::ElasticBeanstalk
4501
4512
  params: params,
4502
4513
  config: config)
4503
4514
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4504
- context[:gem_version] = '1.44.0'
4515
+ context[:gem_version] = '1.48.0'
4505
4516
  Seahorse::Client::Request.new(handlers, context)
4506
4517
  end
4507
4518
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticBeanstalk
51
51
 
52
- GEM_VERSION = '1.44.0'
52
+ GEM_VERSION = '1.48.0'
53
53
 
54
54
  end
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.44.0
4
+ version: 1.48.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.119.0
22
+ version: 3.122.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.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="