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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +1 -4
- data/lib/aws-sdk-elasticbeanstalk/types.rb +0 -3
- 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: ae87136fd2af97a53afa0c7ea34d9fac246aee74a0447c878a522521cc78c3d5
|
|
4
|
+
data.tar.gz: 2e8ba2c17234ecc3d05f659f00c95b6c1dafd243e3dc521d2ff07fa26801a850
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14a589d573efd122e2dd85f76e220f2a909e8b8b93418180414d618f9dc7c2a9f3e043cb8bf62dee8940f0c981e92037b5e687d5e6c8d99f9f37597ef3af313d
|
|
7
|
+
data.tar.gz: baf820aa26bc70b1f232372ea020236ab0c0e317de20ad26b1a89afc53efaa5084a9b739cdff6f8179a2e4c89ca9eb9c27b3bca04b31fd8ccebca19db86bb646
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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`: `=` \| `!=`
|
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.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-
|
|
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
|