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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c86541cd90b9c9d3ba9d84dd2649061877c629f73a0bcfc2f23e628149d39cd3
4
- data.tar.gz: b3d8dfb35cf04afd4b1967cfa2fe8e290008d3243ab407196560c1ac3fc87ddd
3
+ metadata.gz: 5f68804bae05507a289e2243442974c3f6a75f462abb90378d77348e06aae713
4
+ data.tar.gz: f28bfe3b536ebe13786efe20f1642de988053031314f15c51a33a12bfc794a2a
5
5
  SHA512:
6
- metadata.gz: 49f3f2b55b0b9cd61f418111602b3e9c24d4e9af0a6509a3bf549026a33acd1de662d7850b94a68f34199c02a6208d8ae81370e7d0209436c65059ede9560d94
7
- data.tar.gz: 0317362a333c9670674dd8ae8e26569075220a8ad886442fa2ac4548646df866444a7871e5172ca23a7664cd127980021bf8d4b73048c6f881e70d05cc8466b4
6
+ metadata.gz: 364e81c84b36a4c67cea99d36af05d92b176b22a748aa7213686059020765de0beeb762d9553cb26147e33e199b4bf5bd70b00ff7d189bc2255febd99b82d611
7
+ data.tar.gz: f6955b16791166f629f9062678103028960507c17ff67e90fe149ba055f587dea43c3cd0d5e90bae6f195ba63b6c9ff0b1bb43c03cbf9c6a729487057e374f85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2024-07-08)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.72.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
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.72.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
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: {})
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticBeanstalk
55
55
 
56
- GEM_VERSION = '1.72.0'
56
+ GEM_VERSION = '1.73.0'
57
57
 
58
58
  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.72.0
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-02 00:00:00.000000000 Z
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