aws-sdk-elasticbeanstalk 1.84.0 → 1.85.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/errors.rb +7 -0
- 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: da97e924d7790714e0330f71ed00c456afd634c87b6654d2fcf2ca24346e3575
|
4
|
+
data.tar.gz: bf2f667db7527cb0f3b6b05be31d9a1b67a52abd04eba8924736d46dcf397b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95fbd1370fdaebb839c29d46e9b9d32542ab9b379511a9932dbbd6357211feb1141870ae7b6675780e11d4d5a98e3007e774b39f8ce7688e5705e6fd2c751961
|
7
|
+
data.tar.gz: a356e70092686b04ac806940cc3fcbe364ff3c05c86c09babf115c9638f128836914d008e7b628932a924ee6cde85539506585e1c72869e1b3667711f16daeda
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
@@ -4646,7 +4646,7 @@ module Aws::ElasticBeanstalk
|
|
4646
4646
|
tracer: tracer
|
4647
4647
|
)
|
4648
4648
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4649
|
-
context[:gem_version] = '1.
|
4649
|
+
context[:gem_version] = '1.85.0'
|
4650
4650
|
Seahorse::Client::Request.new(handlers, context)
|
4651
4651
|
end
|
4652
4652
|
|
@@ -33,12 +33,14 @@ module Aws::ElasticBeanstalk
|
|
33
33
|
# * {InvalidRequestException}
|
34
34
|
# * {ManagedActionInvalidStateException}
|
35
35
|
# * {OperationInProgressException}
|
36
|
+
# * This error class is not used. `OperationInProgressFailure` is used during parsing instead.
|
36
37
|
# * {PlatformVersionStillReferencedException}
|
37
38
|
# * {ResourceNotFoundException}
|
38
39
|
# * {ResourceTypeNotSupportedException}
|
39
40
|
# * {S3LocationNotInServiceRegionException}
|
40
41
|
# * {S3SubscriptionRequiredException}
|
41
42
|
# * {SourceBundleDeletionException}
|
43
|
+
# * This error class is not used. `SourceBundleDeletionFailure` is used during parsing instead.
|
42
44
|
# * {TooManyApplicationVersionsException}
|
43
45
|
# * {TooManyApplicationsException}
|
44
46
|
# * {TooManyBucketsException}
|
@@ -49,6 +51,7 @@ module Aws::ElasticBeanstalk
|
|
49
51
|
#
|
50
52
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
51
53
|
# if they are not defined above.
|
54
|
+
# Some existing error classes may use a different class name than the one documented.
|
52
55
|
module Errors
|
53
56
|
|
54
57
|
extend Aws::Errors::DynamicErrors
|
@@ -108,6 +111,8 @@ module Aws::ElasticBeanstalk
|
|
108
111
|
end
|
109
112
|
end
|
110
113
|
|
114
|
+
# @deprecated This error class is not used during parsing.
|
115
|
+
# Please use `OperationInProgressFailure` instead.
|
111
116
|
class OperationInProgressException < ServiceError
|
112
117
|
|
113
118
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -168,6 +173,8 @@ module Aws::ElasticBeanstalk
|
|
168
173
|
end
|
169
174
|
end
|
170
175
|
|
176
|
+
# @deprecated This error class is not used during parsing.
|
177
|
+
# Please use `SourceBundleDeletionFailure` instead.
|
171
178
|
class SourceBundleDeletionException < ServiceError
|
172
179
|
|
173
180
|
# @param [Seahorse::Client::RequestContext] context
|
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.85.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: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|