aws-sdk-elasticbeanstalk 1.80.0 → 1.81.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: f4794dbd68caf8e1f09633e0aea1abd51ae33ec127b8266971ea8979ae2977ce
4
- data.tar.gz: 7def805333cc0aeb2805d1caf67db44504bda68e36331555d01477479b883e2c
3
+ metadata.gz: ae87136fd2af97a53afa0c7ea34d9fac246aee74a0447c878a522521cc78c3d5
4
+ data.tar.gz: 2e8ba2c17234ecc3d05f659f00c95b6c1dafd243e3dc521d2ff07fa26801a850
5
5
  SHA512:
6
- metadata.gz: f182c2355455a72f5132101961e39d436fcf2fdf13c0f0e9beb3a2ec204f000bdee859f76c21812ffaac92047a893827a879d23fb2690c0559ebbfed19f2de8f
7
- data.tar.gz: c5ad355076ca5e5e0bd647405e9e930283f243196651cbf3db4d38799c2817530f0318fd55122af857e136152f34b5fdf635feb3607cc511854b9b67d78c9f4e
6
+ metadata.gz: 14a589d573efd122e2dd85f76e220f2a909e8b8b93418180414d618f9dc7c2a9f3e043cb8bf62dee8940f0c981e92037b5e687d5e6c8d99f9f37597ef3af313d
7
+ data.tar.gz: baf820aa26bc70b1f232372ea020236ab0c0e317de20ad26b1a89afc53efaa5084a9b739cdff6f8179a2e4c89ca9eb9c27b3bca04b31fd8ccebca19db86bb646
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -3187,20 +3187,17 @@ module Aws::ElasticBeanstalk
3187
3187
  # `contains` \| `in` \| `not_in`
3188
3188
  #
3189
3189
  # ^
3190
- #
3191
3190
  # * `Attribute = LifecycleState`:
3192
3191
  #
3193
3192
  # * `Operator`: `=` \| `!=` \| `in` \| `not_in`
3194
3193
  #
3195
3194
  # * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
3196
- #
3197
3195
  # * `Attribute = PlatformName`:
3198
3196
  #
3199
3197
  # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
3200
3198
  # `contains` \| `in` \| `not_in`
3201
3199
  #
3202
3200
  # ^
3203
- #
3204
3201
  # * `Attribute = TierType`:
3205
3202
  #
3206
3203
  # * `Operator`: `=` \| `!=`
@@ -4626,7 +4623,7 @@ module Aws::ElasticBeanstalk
4626
4623
  tracer: tracer
4627
4624
  )
4628
4625
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4629
- context[:gem_version] = '1.80.0'
4626
+ context[:gem_version] = '1.81.0'
4630
4627
  Seahorse::Client::Request.new(handlers, context)
4631
4628
  end
4632
4629
 
@@ -2815,20 +2815,17 @@ module Aws::ElasticBeanstalk
2815
2815
  # `contains` \| `in` \| `not_in`
2816
2816
  #
2817
2817
  # ^
2818
- #
2819
2818
  # * `Attribute = LifecycleState`:
2820
2819
  #
2821
2820
  # * `Operator`: `=` \| `!=` \| `in` \| `not_in`
2822
2821
  #
2823
2822
  # * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
2824
- #
2825
2823
  # * `Attribute = PlatformName`:
2826
2824
  #
2827
2825
  # * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
2828
2826
  # `contains` \| `in` \| `not_in`
2829
2827
  #
2830
2828
  # ^
2831
- #
2832
2829
  # * `Attribute = TierType`:
2833
2830
  #
2834
2831
  # * `Operator`: `=` \| `!=`
@@ -55,7 +55,7 @@ module Aws::ElasticBeanstalk
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticbeanstalk/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticbeanstalk/endpoints'
57
57
 
58
- GEM_VERSION = '1.80.0'
58
+ GEM_VERSION = '1.81.0'
59
59
 
60
60
  end
61
61
 
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.80.0
4
+ version: 1.81.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core