@aws-sdk/client-cloudformation 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 +574 -574
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +520 -0
- package/dist-es/models/errors.js +407 -0
- package/dist-es/models/models_0.js +1 -844
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1200 -0
- package/dist-types/models/errors.d.ts +413 -0
- package/dist-types/models/models_0.d.ts +2937 -1483
- package/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/dist-types/ts3.4/models/models_0.d.ts +488 -849
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -84
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -3069
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -524
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
3
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
4
|
+
readonly name: "InvalidOperationException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class OperationNotFoundException extends __BaseException {
|
|
12
|
+
readonly name: "OperationNotFoundException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message?: string | undefined;
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export declare class CFNRegistryException extends __BaseException {
|
|
20
|
+
readonly name: "CFNRegistryException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
Message?: string | undefined;
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<CFNRegistryException, __BaseException>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export declare class TypeNotFoundException extends __BaseException {
|
|
28
|
+
readonly name: "TypeNotFoundException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
Message?: string | undefined;
|
|
31
|
+
constructor(
|
|
32
|
+
opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
36
|
+
readonly name: "AlreadyExistsException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
Message?: string | undefined;
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class TypeConfigurationNotFoundException extends __BaseException {
|
|
44
|
+
readonly name: "TypeConfigurationNotFoundException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
Message?: string | undefined;
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<
|
|
49
|
+
TypeConfigurationNotFoundException,
|
|
50
|
+
__BaseException
|
|
51
|
+
>
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
export declare class TokenAlreadyExistsException extends __BaseException {
|
|
55
|
+
readonly name: "TokenAlreadyExistsException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
Message?: string | undefined;
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class ChangeSetNotFoundException extends __BaseException {
|
|
63
|
+
readonly name: "ChangeSetNotFoundException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string | undefined;
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare class InsufficientCapabilitiesException extends __BaseException {
|
|
71
|
+
readonly name: "InsufficientCapabilitiesException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
Message?: string | undefined;
|
|
74
|
+
constructor(
|
|
75
|
+
opts: __ExceptionOptionType<
|
|
76
|
+
InsufficientCapabilitiesException,
|
|
77
|
+
__BaseException
|
|
78
|
+
>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
export declare class LimitExceededException extends __BaseException {
|
|
82
|
+
readonly name: "LimitExceededException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
Message?: string | undefined;
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
export declare class ConcurrentResourcesLimitExceededException extends __BaseException {
|
|
90
|
+
readonly name: "ConcurrentResourcesLimitExceededException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
Message?: string | undefined;
|
|
93
|
+
constructor(
|
|
94
|
+
opts: __ExceptionOptionType<
|
|
95
|
+
ConcurrentResourcesLimitExceededException,
|
|
96
|
+
__BaseException
|
|
97
|
+
>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export declare class OperationIdAlreadyExistsException extends __BaseException {
|
|
101
|
+
readonly name: "OperationIdAlreadyExistsException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
Message?: string | undefined;
|
|
104
|
+
constructor(
|
|
105
|
+
opts: __ExceptionOptionType<
|
|
106
|
+
OperationIdAlreadyExistsException,
|
|
107
|
+
__BaseException
|
|
108
|
+
>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
export declare class OperationInProgressException extends __BaseException {
|
|
112
|
+
readonly name: "OperationInProgressException";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
Message?: string | undefined;
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
export declare class StackSetNotFoundException extends __BaseException {
|
|
120
|
+
readonly name: "StackSetNotFoundException";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
Message?: string | undefined;
|
|
123
|
+
constructor(
|
|
124
|
+
opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
export declare class StaleRequestException extends __BaseException {
|
|
128
|
+
readonly name: "StaleRequestException";
|
|
129
|
+
readonly $fault: "client";
|
|
130
|
+
Message?: string | undefined;
|
|
131
|
+
constructor(
|
|
132
|
+
opts: __ExceptionOptionType<StaleRequestException, __BaseException>
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
export declare class CreatedButModifiedException extends __BaseException {
|
|
136
|
+
readonly name: "CreatedButModifiedException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
Message?: string | undefined;
|
|
139
|
+
constructor(
|
|
140
|
+
opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>
|
|
141
|
+
);
|
|
142
|
+
}
|
|
143
|
+
export declare class NameAlreadyExistsException extends __BaseException {
|
|
144
|
+
readonly name: "NameAlreadyExistsException";
|
|
145
|
+
readonly $fault: "client";
|
|
146
|
+
Message?: string | undefined;
|
|
147
|
+
constructor(
|
|
148
|
+
opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>
|
|
149
|
+
);
|
|
150
|
+
}
|
|
151
|
+
export declare class InvalidChangeSetStatusException extends __BaseException {
|
|
152
|
+
readonly name: "InvalidChangeSetStatusException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
Message?: string | undefined;
|
|
155
|
+
constructor(
|
|
156
|
+
opts: __ExceptionOptionType<
|
|
157
|
+
InvalidChangeSetStatusException,
|
|
158
|
+
__BaseException
|
|
159
|
+
>
|
|
160
|
+
);
|
|
161
|
+
}
|
|
162
|
+
export declare class GeneratedTemplateNotFoundException extends __BaseException {
|
|
163
|
+
readonly name: "GeneratedTemplateNotFoundException";
|
|
164
|
+
readonly $fault: "client";
|
|
165
|
+
Message?: string | undefined;
|
|
166
|
+
constructor(
|
|
167
|
+
opts: __ExceptionOptionType<
|
|
168
|
+
GeneratedTemplateNotFoundException,
|
|
169
|
+
__BaseException
|
|
170
|
+
>
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
export declare class StackSetNotEmptyException extends __BaseException {
|
|
174
|
+
readonly name: "StackSetNotEmptyException";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
Message?: string | undefined;
|
|
177
|
+
constructor(
|
|
178
|
+
opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>
|
|
179
|
+
);
|
|
180
|
+
}
|
|
181
|
+
export declare class ResourceScanNotFoundException extends __BaseException {
|
|
182
|
+
readonly name: "ResourceScanNotFoundException";
|
|
183
|
+
readonly $fault: "client";
|
|
184
|
+
Message?: string | undefined;
|
|
185
|
+
constructor(
|
|
186
|
+
opts: __ExceptionOptionType<ResourceScanNotFoundException, __BaseException>
|
|
187
|
+
);
|
|
188
|
+
}
|
|
189
|
+
export declare class StackInstanceNotFoundException extends __BaseException {
|
|
190
|
+
readonly name: "StackInstanceNotFoundException";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
Message?: string | undefined;
|
|
193
|
+
constructor(
|
|
194
|
+
opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>
|
|
195
|
+
);
|
|
196
|
+
}
|
|
197
|
+
export declare class StackRefactorNotFoundException extends __BaseException {
|
|
198
|
+
readonly name: "StackRefactorNotFoundException";
|
|
199
|
+
readonly $fault: "client";
|
|
200
|
+
Message?: string | undefined;
|
|
201
|
+
constructor(
|
|
202
|
+
opts: __ExceptionOptionType<StackRefactorNotFoundException, __BaseException>
|
|
203
|
+
);
|
|
204
|
+
}
|
|
205
|
+
export declare class HookResultNotFoundException extends __BaseException {
|
|
206
|
+
readonly name: "HookResultNotFoundException";
|
|
207
|
+
readonly $fault: "client";
|
|
208
|
+
Message?: string | undefined;
|
|
209
|
+
constructor(
|
|
210
|
+
opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
export declare class StackNotFoundException extends __BaseException {
|
|
214
|
+
readonly name: "StackNotFoundException";
|
|
215
|
+
readonly $fault: "client";
|
|
216
|
+
Message?: string | undefined;
|
|
217
|
+
constructor(
|
|
218
|
+
opts: __ExceptionOptionType<StackNotFoundException, __BaseException>
|
|
219
|
+
);
|
|
220
|
+
}
|
|
221
|
+
export declare class ResourceScanInProgressException extends __BaseException {
|
|
222
|
+
readonly name: "ResourceScanInProgressException";
|
|
223
|
+
readonly $fault: "client";
|
|
224
|
+
Message?: string | undefined;
|
|
225
|
+
constructor(
|
|
226
|
+
opts: __ExceptionOptionType<
|
|
227
|
+
ResourceScanInProgressException,
|
|
228
|
+
__BaseException
|
|
229
|
+
>
|
|
230
|
+
);
|
|
231
|
+
}
|
|
232
|
+
export declare class InvalidStateTransitionException extends __BaseException {
|
|
233
|
+
readonly name: "InvalidStateTransitionException";
|
|
234
|
+
readonly $fault: "client";
|
|
235
|
+
Message?: string | undefined;
|
|
236
|
+
constructor(
|
|
237
|
+
opts: __ExceptionOptionType<
|
|
238
|
+
InvalidStateTransitionException,
|
|
239
|
+
__BaseException
|
|
240
|
+
>
|
|
241
|
+
);
|
|
242
|
+
}
|
|
243
|
+
export declare class OperationStatusCheckFailedException extends __BaseException {
|
|
244
|
+
readonly name: "OperationStatusCheckFailedException";
|
|
245
|
+
readonly $fault: "client";
|
|
246
|
+
Message?: string | undefined;
|
|
247
|
+
constructor(
|
|
248
|
+
opts: __ExceptionOptionType<
|
|
249
|
+
OperationStatusCheckFailedException,
|
|
250
|
+
__BaseException
|
|
251
|
+
>
|
|
252
|
+
);
|
|
253
|
+
}
|
|
254
|
+
export declare class ResourceScanLimitExceededException extends __BaseException {
|
|
255
|
+
readonly name: "ResourceScanLimitExceededException";
|
|
256
|
+
readonly $fault: "client";
|
|
257
|
+
Message?: string | undefined;
|
|
258
|
+
constructor(
|
|
259
|
+
opts: __ExceptionOptionType<
|
|
260
|
+
ResourceScanLimitExceededException,
|
|
261
|
+
__BaseException
|
|
262
|
+
>
|
|
263
|
+
);
|
|
264
|
+
}
|