aws-sdk-elasticbeanstalk 1.72.0 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +1 -1
- data/lib/aws-sdk-elasticbeanstalk/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-elasticbeanstalk.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f68804bae05507a289e2243442974c3f6a75f462abb90378d77348e06aae713
|
4
|
+
data.tar.gz: f28bfe3b536ebe13786efe20f1642de988053031314f15c51a33a12bfc794a2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 364e81c84b36a4c67cea99d36af05d92b176b22a748aa7213686059020765de0beeb762d9553cb26147e33e199b4bf5bd70b00ff7d189bc2255febd99b82d611
|
7
|
+
data.tar.gz: f6955b16791166f629f9062678103028960507c17ff67e90fe149ba055f587dea43c3cd0d5e90bae6f195ba63b6c9ff0b1bb43c03cbf9c6a729487057e374f85
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -4599,7 +4599,7 @@ module Aws::ElasticBeanstalk
|
|
4599
4599
|
params: params,
|
4600
4600
|
config: config)
|
4601
4601
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4602
|
-
context[:gem_version] = '1.
|
4602
|
+
context[:gem_version] = '1.73.0'
|
4603
4603
|
Seahorse::Client::Request.new(handlers, context)
|
4604
4604
|
end
|
4605
4605
|
|
@@ -32,8 +32,8 @@ module Aws::ElasticBeanstalk
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
37
|
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
38
|
end
|
39
39
|
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
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.
|
4
|
+
version: 1.73.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: 2024-07-
|
11
|
+
date: 2024-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|