@aws-sdk/client-cloudformation 3.933.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.
Files changed (106) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +736 -533
  3. package/dist-es/CloudFormation.js +2 -0
  4. package/dist-es/commands/DescribeEventsCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +2 -1
  7. package/dist-es/models/enums.js +520 -0
  8. package/dist-es/models/errors.js +407 -0
  9. package/dist-es/models/models_0.js +1 -805
  10. package/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  11. package/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +162 -29
  14. package/dist-types/CloudFormation.d.ts +8 -0
  15. package/dist-types/CloudFormationClient.d.ts +3 -2
  16. package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateStackCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  19. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  21. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  24. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  26. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  27. package/dist-types/commands/GetHookResultCommand.d.ts +5 -0
  28. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  29. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListStacksCommand.d.ts +6 -0
  34. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  37. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  39. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  40. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  41. package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  42. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  44. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  45. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  47. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  48. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  54. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +1 -0
  56. package/dist-types/index.d.ts +3 -1
  57. package/dist-types/models/enums.d.ts +1200 -0
  58. package/dist-types/models/errors.d.ts +413 -0
  59. package/dist-types/models/models_0.d.ts +2950 -1454
  60. package/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  61. package/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/schemas/schemas_0.d.ts +11 -0
  64. package/dist-types/ts3.4/CloudFormation.d.ts +18 -0
  65. package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  66. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  67. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  92. package/dist-types/ts3.4/index.d.ts +3 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +669 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +264 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +479 -798
  96. package/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  98. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  100. package/package.json +12 -12
  101. package/dist-es/models/index.js +0 -2
  102. package/dist-es/models/models_1.js +0 -81
  103. package/dist-types/models/index.d.ts +0 -2
  104. package/dist-types/models/models_1.d.ts +0 -2571
  105. package/dist-types/ts3.4/models/index.d.ts +0 -2
  106. package/dist-types/ts3.4/models/models_1.d.ts +0 -433
@@ -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
+ }