@aws-sdk/client-auto-scaling 3.934.0 → 3.935.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.
- package/dist-cjs/index.js +188 -187
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +187 -0
- package/dist-es/models/errors.js +135 -0
- package/dist-es/models/models_0.js +1 -322
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +427 -0
- package/dist-types/models/errors.d.ts +147 -0
- package/dist-types/models/models_0.d.ts +1 -574
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +242 -0
- package/dist-types/ts3.4/models/errors.d.ts +81 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -323
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
|
|
2
|
+
export class ActiveInstanceRefreshNotFoundFault extends __BaseException {
|
|
3
|
+
name = "ActiveInstanceRefreshNotFoundFault";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "ActiveInstanceRefreshNotFoundFault",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class AlreadyExistsFault extends __BaseException {
|
|
15
|
+
name = "AlreadyExistsFault";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "AlreadyExistsFault",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class ResourceContentionFault extends __BaseException {
|
|
27
|
+
name = "ResourceContentionFault";
|
|
28
|
+
$fault = "server";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "ResourceContentionFault",
|
|
32
|
+
$fault: "server",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, ResourceContentionFault.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class ServiceLinkedRoleFailure extends __BaseException {
|
|
39
|
+
name = "ServiceLinkedRoleFailure";
|
|
40
|
+
$fault = "server";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "ServiceLinkedRoleFailure",
|
|
44
|
+
$fault: "server",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class LimitExceededFault extends __BaseException {
|
|
51
|
+
name = "LimitExceededFault";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "LimitExceededFault",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class ResourceInUseFault extends __BaseException {
|
|
63
|
+
name = "ResourceInUseFault";
|
|
64
|
+
$fault = "client";
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "ResourceInUseFault",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
Object.setPrototypeOf(this, ResourceInUseFault.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class ScalingActivityInProgressFault extends __BaseException {
|
|
75
|
+
name = "ScalingActivityInProgressFault";
|
|
76
|
+
$fault = "client";
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "ScalingActivityInProgressFault",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class InvalidNextToken extends __BaseException {
|
|
87
|
+
name = "InvalidNextToken";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "InvalidNextToken",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class IdempotentParameterMismatchError extends __BaseException {
|
|
99
|
+
name = "IdempotentParameterMismatchError";
|
|
100
|
+
$fault = "client";
|
|
101
|
+
Message;
|
|
102
|
+
constructor(opts) {
|
|
103
|
+
super({
|
|
104
|
+
name: "IdempotentParameterMismatchError",
|
|
105
|
+
$fault: "client",
|
|
106
|
+
...opts,
|
|
107
|
+
});
|
|
108
|
+
Object.setPrototypeOf(this, IdempotentParameterMismatchError.prototype);
|
|
109
|
+
this.Message = opts.Message;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
export class IrreversibleInstanceRefreshFault extends __BaseException {
|
|
113
|
+
name = "IrreversibleInstanceRefreshFault";
|
|
114
|
+
$fault = "client";
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "IrreversibleInstanceRefreshFault",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
Object.setPrototypeOf(this, IrreversibleInstanceRefreshFault.prototype);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
export class InstanceRefreshInProgressFault extends __BaseException {
|
|
125
|
+
name = "InstanceRefreshInProgressFault";
|
|
126
|
+
$fault = "client";
|
|
127
|
+
constructor(opts) {
|
|
128
|
+
super({
|
|
129
|
+
name: "InstanceRefreshInProgressFault",
|
|
130
|
+
$fault: "client",
|
|
131
|
+
...opts,
|
|
132
|
+
});
|
|
133
|
+
Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -1,322 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AcceleratorManufacturer = {
|
|
3
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
4
|
-
AMD: "amd",
|
|
5
|
-
NVIDIA: "nvidia",
|
|
6
|
-
XILINX: "xilinx",
|
|
7
|
-
};
|
|
8
|
-
export const AcceleratorName = {
|
|
9
|
-
A100: "a100",
|
|
10
|
-
K80: "k80",
|
|
11
|
-
M60: "m60",
|
|
12
|
-
RADEON_PRO_V520: "radeon-pro-v520",
|
|
13
|
-
T4: "t4",
|
|
14
|
-
V100: "v100",
|
|
15
|
-
VU9P: "vu9p",
|
|
16
|
-
};
|
|
17
|
-
export const AcceleratorType = {
|
|
18
|
-
FPGA: "fpga",
|
|
19
|
-
GPU: "gpu",
|
|
20
|
-
INFERENCE: "inference",
|
|
21
|
-
};
|
|
22
|
-
export class ActiveInstanceRefreshNotFoundFault extends __BaseException {
|
|
23
|
-
name = "ActiveInstanceRefreshNotFoundFault";
|
|
24
|
-
$fault = "client";
|
|
25
|
-
constructor(opts) {
|
|
26
|
-
super({
|
|
27
|
-
name: "ActiveInstanceRefreshNotFoundFault",
|
|
28
|
-
$fault: "client",
|
|
29
|
-
...opts,
|
|
30
|
-
});
|
|
31
|
-
Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export const ScalingActivityStatusCode = {
|
|
35
|
-
Cancelled: "Cancelled",
|
|
36
|
-
Failed: "Failed",
|
|
37
|
-
InProgress: "InProgress",
|
|
38
|
-
MidLifecycleAction: "MidLifecycleAction",
|
|
39
|
-
PendingSpotBidPlacement: "PendingSpotBidPlacement",
|
|
40
|
-
PreInService: "PreInService",
|
|
41
|
-
Successful: "Successful",
|
|
42
|
-
WaitingForConnectionDraining: "WaitingForConnectionDraining",
|
|
43
|
-
WaitingForELBConnectionDraining: "WaitingForELBConnectionDraining",
|
|
44
|
-
WaitingForInstanceId: "WaitingForInstanceId",
|
|
45
|
-
WaitingForInstanceWarmup: "WaitingForInstanceWarmup",
|
|
46
|
-
WaitingForSpotInstanceId: "WaitingForSpotInstanceId",
|
|
47
|
-
WaitingForSpotInstanceRequestId: "WaitingForSpotInstanceRequestId",
|
|
48
|
-
};
|
|
49
|
-
export class AlreadyExistsFault extends __BaseException {
|
|
50
|
-
name = "AlreadyExistsFault";
|
|
51
|
-
$fault = "client";
|
|
52
|
-
constructor(opts) {
|
|
53
|
-
super({
|
|
54
|
-
name: "AlreadyExistsFault",
|
|
55
|
-
$fault: "client",
|
|
56
|
-
...opts,
|
|
57
|
-
});
|
|
58
|
-
Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
export class ResourceContentionFault extends __BaseException {
|
|
62
|
-
name = "ResourceContentionFault";
|
|
63
|
-
$fault = "server";
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "ResourceContentionFault",
|
|
67
|
-
$fault: "server",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
Object.setPrototypeOf(this, ResourceContentionFault.prototype);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
export class ServiceLinkedRoleFailure extends __BaseException {
|
|
74
|
-
name = "ServiceLinkedRoleFailure";
|
|
75
|
-
$fault = "server";
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ServiceLinkedRoleFailure",
|
|
79
|
-
$fault: "server",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
export class LimitExceededFault extends __BaseException {
|
|
86
|
-
name = "LimitExceededFault";
|
|
87
|
-
$fault = "client";
|
|
88
|
-
constructor(opts) {
|
|
89
|
-
super({
|
|
90
|
-
name: "LimitExceededFault",
|
|
91
|
-
$fault: "client",
|
|
92
|
-
...opts,
|
|
93
|
-
});
|
|
94
|
-
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
export const CapacityDistributionStrategy = {
|
|
98
|
-
BALANCED_BEST_EFFORT: "balanced-best-effort",
|
|
99
|
-
BALANCED_ONLY: "balanced-only",
|
|
100
|
-
};
|
|
101
|
-
export const ImpairedZoneHealthCheckBehavior = {
|
|
102
|
-
IgnoreUnhealthy: "IgnoreUnhealthy",
|
|
103
|
-
ReplaceUnhealthy: "ReplaceUnhealthy",
|
|
104
|
-
};
|
|
105
|
-
export const CapacityReservationPreference = {
|
|
106
|
-
CapacityReservationsFirst: "capacity-reservations-first",
|
|
107
|
-
CapacityReservationsOnly: "capacity-reservations-only",
|
|
108
|
-
Default: "default",
|
|
109
|
-
None: "none",
|
|
110
|
-
};
|
|
111
|
-
export const BareMetal = {
|
|
112
|
-
EXCLUDED: "excluded",
|
|
113
|
-
INCLUDED: "included",
|
|
114
|
-
REQUIRED: "required",
|
|
115
|
-
};
|
|
116
|
-
export const BurstablePerformance = {
|
|
117
|
-
EXCLUDED: "excluded",
|
|
118
|
-
INCLUDED: "included",
|
|
119
|
-
REQUIRED: "required",
|
|
120
|
-
};
|
|
121
|
-
export const CpuManufacturer = {
|
|
122
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
123
|
-
AMD: "amd",
|
|
124
|
-
APPLE: "apple",
|
|
125
|
-
INTEL: "intel",
|
|
126
|
-
};
|
|
127
|
-
export const InstanceGeneration = {
|
|
128
|
-
CURRENT: "current",
|
|
129
|
-
PREVIOUS: "previous",
|
|
130
|
-
};
|
|
131
|
-
export const LocalStorage = {
|
|
132
|
-
EXCLUDED: "excluded",
|
|
133
|
-
INCLUDED: "included",
|
|
134
|
-
REQUIRED: "required",
|
|
135
|
-
};
|
|
136
|
-
export const LocalStorageType = {
|
|
137
|
-
HDD: "hdd",
|
|
138
|
-
SSD: "ssd",
|
|
139
|
-
};
|
|
140
|
-
export const InstanceMetadataEndpointState = {
|
|
141
|
-
Disabled: "disabled",
|
|
142
|
-
Enabled: "enabled",
|
|
143
|
-
};
|
|
144
|
-
export const InstanceMetadataHttpTokensState = {
|
|
145
|
-
Optional: "optional",
|
|
146
|
-
Required: "required",
|
|
147
|
-
};
|
|
148
|
-
export class ResourceInUseFault extends __BaseException {
|
|
149
|
-
name = "ResourceInUseFault";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
constructor(opts) {
|
|
152
|
-
super({
|
|
153
|
-
name: "ResourceInUseFault",
|
|
154
|
-
$fault: "client",
|
|
155
|
-
...opts,
|
|
156
|
-
});
|
|
157
|
-
Object.setPrototypeOf(this, ResourceInUseFault.prototype);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
export class ScalingActivityInProgressFault extends __BaseException {
|
|
161
|
-
name = "ScalingActivityInProgressFault";
|
|
162
|
-
$fault = "client";
|
|
163
|
-
constructor(opts) {
|
|
164
|
-
super({
|
|
165
|
-
name: "ScalingActivityInProgressFault",
|
|
166
|
-
$fault: "client",
|
|
167
|
-
...opts,
|
|
168
|
-
});
|
|
169
|
-
Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
export const LifecycleState = {
|
|
173
|
-
DETACHED: "Detached",
|
|
174
|
-
DETACHING: "Detaching",
|
|
175
|
-
ENTERING_STANDBY: "EnteringStandby",
|
|
176
|
-
IN_SERVICE: "InService",
|
|
177
|
-
PENDING: "Pending",
|
|
178
|
-
PENDING_PROCEED: "Pending:Proceed",
|
|
179
|
-
PENDING_WAIT: "Pending:Wait",
|
|
180
|
-
QUARANTINED: "Quarantined",
|
|
181
|
-
STANDBY: "Standby",
|
|
182
|
-
TERMINATED: "Terminated",
|
|
183
|
-
TERMINATING: "Terminating",
|
|
184
|
-
TERMINATING_PROCEED: "Terminating:Proceed",
|
|
185
|
-
TERMINATING_WAIT: "Terminating:Wait",
|
|
186
|
-
WARMED_HIBERNATED: "Warmed:Hibernated",
|
|
187
|
-
WARMED_PENDING: "Warmed:Pending",
|
|
188
|
-
WARMED_PENDING_PROCEED: "Warmed:Pending:Proceed",
|
|
189
|
-
WARMED_PENDING_WAIT: "Warmed:Pending:Wait",
|
|
190
|
-
WARMED_RUNNING: "Warmed:Running",
|
|
191
|
-
WARMED_STOPPED: "Warmed:Stopped",
|
|
192
|
-
WARMED_TERMINATED: "Warmed:Terminated",
|
|
193
|
-
WARMED_TERMINATING: "Warmed:Terminating",
|
|
194
|
-
WARMED_TERMINATING_PROCEED: "Warmed:Terminating:Proceed",
|
|
195
|
-
WARMED_TERMINATING_WAIT: "Warmed:Terminating:Wait",
|
|
196
|
-
};
|
|
197
|
-
export const WarmPoolState = {
|
|
198
|
-
Hibernated: "Hibernated",
|
|
199
|
-
Running: "Running",
|
|
200
|
-
Stopped: "Stopped",
|
|
201
|
-
};
|
|
202
|
-
export const WarmPoolStatus = {
|
|
203
|
-
PendingDelete: "PendingDelete",
|
|
204
|
-
};
|
|
205
|
-
export class InvalidNextToken extends __BaseException {
|
|
206
|
-
name = "InvalidNextToken";
|
|
207
|
-
$fault = "client";
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "InvalidNextToken",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
export const ScaleInProtectedInstances = {
|
|
218
|
-
Ignore: "Ignore",
|
|
219
|
-
Refresh: "Refresh",
|
|
220
|
-
Wait: "Wait",
|
|
221
|
-
};
|
|
222
|
-
export const StandbyInstances = {
|
|
223
|
-
Ignore: "Ignore",
|
|
224
|
-
Terminate: "Terminate",
|
|
225
|
-
Wait: "Wait",
|
|
226
|
-
};
|
|
227
|
-
export const InstanceRefreshStatus = {
|
|
228
|
-
Baking: "Baking",
|
|
229
|
-
Cancelled: "Cancelled",
|
|
230
|
-
Cancelling: "Cancelling",
|
|
231
|
-
Failed: "Failed",
|
|
232
|
-
InProgress: "InProgress",
|
|
233
|
-
Pending: "Pending",
|
|
234
|
-
RollbackFailed: "RollbackFailed",
|
|
235
|
-
RollbackInProgress: "RollbackInProgress",
|
|
236
|
-
RollbackSuccessful: "RollbackSuccessful",
|
|
237
|
-
Successful: "Successful",
|
|
238
|
-
};
|
|
239
|
-
export const PredictiveScalingMaxCapacityBreachBehavior = {
|
|
240
|
-
HonorMaxCapacity: "HonorMaxCapacity",
|
|
241
|
-
IncreaseMaxCapacity: "IncreaseMaxCapacity",
|
|
242
|
-
};
|
|
243
|
-
export const PredefinedLoadMetricType = {
|
|
244
|
-
ALBTargetGroupRequestCount: "ALBTargetGroupRequestCount",
|
|
245
|
-
ASGTotalCPUUtilization: "ASGTotalCPUUtilization",
|
|
246
|
-
ASGTotalNetworkIn: "ASGTotalNetworkIn",
|
|
247
|
-
ASGTotalNetworkOut: "ASGTotalNetworkOut",
|
|
248
|
-
};
|
|
249
|
-
export const PredefinedMetricPairType = {
|
|
250
|
-
ALBRequestCount: "ALBRequestCount",
|
|
251
|
-
ASGCPUUtilization: "ASGCPUUtilization",
|
|
252
|
-
ASGNetworkIn: "ASGNetworkIn",
|
|
253
|
-
ASGNetworkOut: "ASGNetworkOut",
|
|
254
|
-
};
|
|
255
|
-
export const PredefinedScalingMetricType = {
|
|
256
|
-
ALBRequestCountPerTarget: "ALBRequestCountPerTarget",
|
|
257
|
-
ASGAverageCPUUtilization: "ASGAverageCPUUtilization",
|
|
258
|
-
ASGAverageNetworkIn: "ASGAverageNetworkIn",
|
|
259
|
-
ASGAverageNetworkOut: "ASGAverageNetworkOut",
|
|
260
|
-
};
|
|
261
|
-
export const PredictiveScalingMode = {
|
|
262
|
-
ForecastAndScale: "ForecastAndScale",
|
|
263
|
-
ForecastOnly: "ForecastOnly",
|
|
264
|
-
};
|
|
265
|
-
export const MetricStatistic = {
|
|
266
|
-
Average: "Average",
|
|
267
|
-
Maximum: "Maximum",
|
|
268
|
-
Minimum: "Minimum",
|
|
269
|
-
SampleCount: "SampleCount",
|
|
270
|
-
Sum: "Sum",
|
|
271
|
-
};
|
|
272
|
-
export const MetricType = {
|
|
273
|
-
ALBRequestCountPerTarget: "ALBRequestCountPerTarget",
|
|
274
|
-
ASGAverageCPUUtilization: "ASGAverageCPUUtilization",
|
|
275
|
-
ASGAverageNetworkIn: "ASGAverageNetworkIn",
|
|
276
|
-
ASGAverageNetworkOut: "ASGAverageNetworkOut",
|
|
277
|
-
};
|
|
278
|
-
export class IdempotentParameterMismatchError extends __BaseException {
|
|
279
|
-
name = "IdempotentParameterMismatchError";
|
|
280
|
-
$fault = "client";
|
|
281
|
-
Message;
|
|
282
|
-
constructor(opts) {
|
|
283
|
-
super({
|
|
284
|
-
name: "IdempotentParameterMismatchError",
|
|
285
|
-
$fault: "client",
|
|
286
|
-
...opts,
|
|
287
|
-
});
|
|
288
|
-
Object.setPrototypeOf(this, IdempotentParameterMismatchError.prototype);
|
|
289
|
-
this.Message = opts.Message;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
export const RetryStrategy = {
|
|
293
|
-
NONE: "none",
|
|
294
|
-
RETRY_WITH_GROUP_CONFIGURATION: "retry-with-group-configuration",
|
|
295
|
-
};
|
|
296
|
-
export class IrreversibleInstanceRefreshFault extends __BaseException {
|
|
297
|
-
name = "IrreversibleInstanceRefreshFault";
|
|
298
|
-
$fault = "client";
|
|
299
|
-
constructor(opts) {
|
|
300
|
-
super({
|
|
301
|
-
name: "IrreversibleInstanceRefreshFault",
|
|
302
|
-
$fault: "client",
|
|
303
|
-
...opts,
|
|
304
|
-
});
|
|
305
|
-
Object.setPrototypeOf(this, IrreversibleInstanceRefreshFault.prototype);
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
export class InstanceRefreshInProgressFault extends __BaseException {
|
|
309
|
-
name = "InstanceRefreshInProgressFault";
|
|
310
|
-
$fault = "client";
|
|
311
|
-
constructor(opts) {
|
|
312
|
-
super({
|
|
313
|
-
name: "InstanceRefreshInProgressFault",
|
|
314
|
-
$fault: "client",
|
|
315
|
-
...opts,
|
|
316
|
-
});
|
|
317
|
-
Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
export const RefreshStrategy = {
|
|
321
|
-
Rolling: "Rolling",
|
|
322
|
-
};
|
|
1
|
+
export {};
|
|
@@ -584,7 +584,7 @@ const _xN = "xmlName";
|
|
|
584
584
|
const n0 = "com.amazonaws.autoscaling";
|
|
585
585
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
586
586
|
import { AutoScalingServiceException as __AutoScalingServiceException } from "../models/AutoScalingServiceException";
|
|
587
|
-
import { ActiveInstanceRefreshNotFoundFault as __ActiveInstanceRefreshNotFoundFault, AlreadyExistsFault as __AlreadyExistsFault, IdempotentParameterMismatchError as __IdempotentParameterMismatchError, InstanceRefreshInProgressFault as __InstanceRefreshInProgressFault, InvalidNextToken as __InvalidNextToken, IrreversibleInstanceRefreshFault as __IrreversibleInstanceRefreshFault, LimitExceededFault as __LimitExceededFault, ResourceContentionFault as __ResourceContentionFault, ResourceInUseFault as __ResourceInUseFault, ScalingActivityInProgressFault as __ScalingActivityInProgressFault, ServiceLinkedRoleFailure as __ServiceLinkedRoleFailure, } from "../models/
|
|
587
|
+
import { ActiveInstanceRefreshNotFoundFault as __ActiveInstanceRefreshNotFoundFault, AlreadyExistsFault as __AlreadyExistsFault, IdempotentParameterMismatchError as __IdempotentParameterMismatchError, InstanceRefreshInProgressFault as __InstanceRefreshInProgressFault, InvalidNextToken as __InvalidNextToken, IrreversibleInstanceRefreshFault as __IrreversibleInstanceRefreshFault, LimitExceededFault as __LimitExceededFault, ResourceContentionFault as __ResourceContentionFault, ResourceInUseFault as __ResourceInUseFault, ScalingActivityInProgressFault as __ScalingActivityInProgressFault, ServiceLinkedRoleFailure as __ServiceLinkedRoleFailure, } from "../models/errors";
|
|
588
588
|
export var AcceleratorCountRequest = [3, n0, _ACR, 0, [_M, _Ma], [1, 1]];
|
|
589
589
|
export var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_M, _Ma], [1, 1]];
|
|
590
590
|
export var ActiveInstanceRefreshNotFoundFault = [
|
package/dist-types/index.d.ts
CHANGED
|
@@ -16,5 +16,7 @@ export type { AutoScalingExtensionConfiguration } from "./extensionConfiguration
|
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
export * from "./waiters";
|
|
19
|
-
export * from "./models";
|
|
19
|
+
export * from "./models/enums";
|
|
20
|
+
export * from "./models/errors";
|
|
21
|
+
export type * from "./models/models_0";
|
|
20
22
|
export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
|