aws-sdk-autoscaling 1.131.0 → 1.132.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-autoscaling/client.rb +1 -1
- data/lib/aws-sdk-autoscaling/errors.rb +25 -0
- data/lib/aws-sdk-autoscaling.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: 4bc6507dd940fb4d94e8e55e514ed2178f74dcb3ca745f835bcd6385fcf0c754
|
4
|
+
data.tar.gz: d6d9dc42870557d46c6f960b4de76f1033524408a0db178f7323db27bf9f3fae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd0d800d44187f36bbdbda082480029e6718fe3172f828420f841582985444b9546e8310c86c2421aab183023400f3722e74474b2a483981a7f396ad077ddbc3
|
7
|
+
data.tar.gz: 59e4aae11ab00d261a209776aa76c94ec710ea46e4212c4a796118336f7bfb2762dbe8f104bdc19b5583306f81af25bd7eb6a2b491bf1a054ab98738d522732d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.132.0
|
@@ -7465,7 +7465,7 @@ module Aws::AutoScaling
|
|
7465
7465
|
tracer: tracer
|
7466
7466
|
)
|
7467
7467
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
7468
|
-
context[:gem_version] = '1.
|
7468
|
+
context[:gem_version] = '1.132.0'
|
7469
7469
|
Seahorse::Client::Request.new(handlers, context)
|
7470
7470
|
end
|
7471
7471
|
|
@@ -28,22 +28,33 @@ module Aws::AutoScaling
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {ActiveInstanceRefreshNotFoundFault}
|
31
|
+
# * This error class is not used. `ActiveInstanceRefreshNotFound` is used during parsing instead.
|
31
32
|
# * {AlreadyExistsFault}
|
33
|
+
# * This error class is not used. `AlreadyExists` is used during parsing instead.
|
32
34
|
# * {InstanceRefreshInProgressFault}
|
35
|
+
# * This error class is not used. `InstanceRefreshInProgress` is used during parsing instead.
|
33
36
|
# * {InvalidNextToken}
|
34
37
|
# * {IrreversibleInstanceRefreshFault}
|
38
|
+
# * This error class is not used. `IrreversibleInstanceRefresh` is used during parsing instead.
|
35
39
|
# * {LimitExceededFault}
|
40
|
+
# * This error class is not used. `LimitExceeded` is used during parsing instead.
|
36
41
|
# * {ResourceContentionFault}
|
42
|
+
# * This error class is not used. `ResourceContention` is used during parsing instead.
|
37
43
|
# * {ResourceInUseFault}
|
44
|
+
# * This error class is not used. `ResourceInUse` is used during parsing instead.
|
38
45
|
# * {ScalingActivityInProgressFault}
|
46
|
+
# * This error class is not used. `ScalingActivityInProgress` is used during parsing instead.
|
39
47
|
# * {ServiceLinkedRoleFailure}
|
40
48
|
#
|
41
49
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
42
50
|
# if they are not defined above.
|
51
|
+
# Some existing error classes may use a different class name than the one documented.
|
43
52
|
module Errors
|
44
53
|
|
45
54
|
extend Aws::Errors::DynamicErrors
|
46
55
|
|
56
|
+
# @deprecated This error class is not used during parsing.
|
57
|
+
# Please use `ActiveInstanceRefreshNotFound` instead.
|
47
58
|
class ActiveInstanceRefreshNotFoundFault < ServiceError
|
48
59
|
|
49
60
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -59,6 +70,8 @@ module Aws::AutoScaling
|
|
59
70
|
end
|
60
71
|
end
|
61
72
|
|
73
|
+
# @deprecated This error class is not used during parsing.
|
74
|
+
# Please use `AlreadyExists` instead.
|
62
75
|
class AlreadyExistsFault < ServiceError
|
63
76
|
|
64
77
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -74,6 +87,8 @@ module Aws::AutoScaling
|
|
74
87
|
end
|
75
88
|
end
|
76
89
|
|
90
|
+
# @deprecated This error class is not used during parsing.
|
91
|
+
# Please use `InstanceRefreshInProgress` instead.
|
77
92
|
class InstanceRefreshInProgressFault < ServiceError
|
78
93
|
|
79
94
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -104,6 +119,8 @@ module Aws::AutoScaling
|
|
104
119
|
end
|
105
120
|
end
|
106
121
|
|
122
|
+
# @deprecated This error class is not used during parsing.
|
123
|
+
# Please use `IrreversibleInstanceRefresh` instead.
|
107
124
|
class IrreversibleInstanceRefreshFault < ServiceError
|
108
125
|
|
109
126
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -119,6 +136,8 @@ module Aws::AutoScaling
|
|
119
136
|
end
|
120
137
|
end
|
121
138
|
|
139
|
+
# @deprecated This error class is not used during parsing.
|
140
|
+
# Please use `LimitExceeded` instead.
|
122
141
|
class LimitExceededFault < ServiceError
|
123
142
|
|
124
143
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -134,6 +153,8 @@ module Aws::AutoScaling
|
|
134
153
|
end
|
135
154
|
end
|
136
155
|
|
156
|
+
# @deprecated This error class is not used during parsing.
|
157
|
+
# Please use `ResourceContention` instead.
|
137
158
|
class ResourceContentionFault < ServiceError
|
138
159
|
|
139
160
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -149,6 +170,8 @@ module Aws::AutoScaling
|
|
149
170
|
end
|
150
171
|
end
|
151
172
|
|
173
|
+
# @deprecated This error class is not used during parsing.
|
174
|
+
# Please use `ResourceInUse` instead.
|
152
175
|
class ResourceInUseFault < ServiceError
|
153
176
|
|
154
177
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -164,6 +187,8 @@ module Aws::AutoScaling
|
|
164
187
|
end
|
165
188
|
end
|
166
189
|
|
190
|
+
# @deprecated This error class is not used during parsing.
|
191
|
+
# Please use `ScalingActivityInProgress` instead.
|
167
192
|
class ScalingActivityInProgressFault < ServiceError
|
168
193
|
|
169
194
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-autoscaling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.132.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
|