@cdk8s/awscdk-resolver 0.0.405 → 0.0.407

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 (78) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -2
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +90 -30
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +29 -18
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +7 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +43 -18
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +15 -8
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -9
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +104 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +319 -434
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +328 -27
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +6 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +18 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +65 -58
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +54 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  37. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  38. package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
  40. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  41. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  42. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  49. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  50. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  53. package/node_modules/@aws-sdk/core/package.json +1 -1
  54. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  57. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  58. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  59. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  60. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  61. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  62. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  63. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  64. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  65. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  66. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  67. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  68. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  69. package/node_modules/@smithy/core/package.json +2 -2
  70. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  71. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  72. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  73. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  74. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  75. package/node_modules/@smithy/smithy-client/package.json +3 -3
  76. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  77. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  78. package/package.json +2 -2
@@ -1,16 +1,324 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
- import { AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, ScanFilter, StackDriftStatus, StackSetOperationPreferences, StackSetStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
3
+ import { AccountGateResult, AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, OperationResultFilter, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, ScanFilter, StackDriftStatus, StackSetOperationAction, StackSetOperationPreferences, StackSetOperationStatus, StackSetOperationStatusDetails, StackSetStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface ListStackSetOperationResultsInput {
8
+ /**
9
+ * <p>The name or unique ID of the StackSet that you want to get operation results for.</p>
10
+ * @public
11
+ */
12
+ StackSetName: string | undefined;
13
+ /**
14
+ * <p>The ID of the StackSet operation.</p>
15
+ * @public
16
+ */
17
+ OperationId: string | undefined;
18
+ /**
19
+ * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
20
+ * @public
21
+ */
22
+ NextToken?: string | undefined;
23
+ /**
24
+ * <p>The maximum number of results to be returned with a single call. If the number of
25
+ * available results exceeds this maximum, the response includes a <code>NextToken</code> value
26
+ * that you can assign to the <code>NextToken</code> request parameter to get the next set of
27
+ * results.</p>
28
+ * @public
29
+ */
30
+ MaxResults?: number | undefined;
31
+ /**
32
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
33
+ * in the organization's management account or as a delegated administrator in a
34
+ * member account.</p>
35
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
36
+ * self-managed permissions.</p>
37
+ * <ul>
38
+ * <li>
39
+ * <p>If you are signed in to the management account, specify
40
+ * <code>SELF</code>.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>If you are signed in to a delegated administrator account, specify
44
+ * <code>DELEGATED_ADMIN</code>.</p>
45
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
46
+ * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
47
+ * </li>
48
+ * </ul>
49
+ * @public
50
+ */
51
+ CallAs?: CallAs | undefined;
52
+ /**
53
+ * <p>The filter to apply to operation results.</p>
54
+ * @public
55
+ */
56
+ Filters?: OperationResultFilter[] | undefined;
57
+ }
58
+ /**
59
+ * @public
60
+ * @enum
61
+ */
62
+ export declare const StackSetOperationResultStatus: {
63
+ readonly CANCELLED: "CANCELLED";
64
+ readonly FAILED: "FAILED";
65
+ readonly PENDING: "PENDING";
66
+ readonly RUNNING: "RUNNING";
67
+ readonly SUCCEEDED: "SUCCEEDED";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
73
+ /**
74
+ * <p>The structure that contains information about a specified operation's results for a given
75
+ * account in a given Region.</p>
76
+ * @public
77
+ */
78
+ export interface StackSetOperationResultSummary {
79
+ /**
80
+ * <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation result.</p>
81
+ * @public
82
+ */
83
+ Account?: string | undefined;
84
+ /**
85
+ * <p>The name of the Amazon Web Services Region for this operation result.</p>
86
+ * @public
87
+ */
88
+ Region?: string | undefined;
89
+ /**
90
+ * <p>The result status of the StackSet operation for the given account in the given
91
+ * Region.</p>
92
+ * <ul>
93
+ * <li>
94
+ * <p>
95
+ * <code>CANCELLED</code>: The operation in the specified account and Region has been
96
+ * canceled. This is either because a user has stopped the StackSet operation, or because the
97
+ * failure tolerance of the StackSet operation has been exceeded.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>
101
+ * <code>FAILED</code>: The operation in the specified account and Region failed.</p>
102
+ * <p>If the StackSet operation fails in enough accounts within a Region, the failure tolerance
103
+ * for the StackSet operation as a whole might be exceeded.</p>
104
+ * </li>
105
+ * <li>
106
+ * <p>
107
+ * <code>RUNNING</code>: The operation in the specified account and Region is currently in
108
+ * progress.</p>
109
+ * </li>
110
+ * <li>
111
+ * <p>
112
+ * <code>PENDING</code>: The operation in the specified account and Region has yet to
113
+ * start.</p>
114
+ * </li>
115
+ * <li>
116
+ * <p>
117
+ * <code>SUCCEEDED</code>: The operation in the specified account and Region completed
118
+ * successfully.</p>
119
+ * </li>
120
+ * </ul>
121
+ * @public
122
+ */
123
+ Status?: StackSetOperationResultStatus | undefined;
124
+ /**
125
+ * <p>The reason for the assigned result status.</p>
126
+ * @public
127
+ */
128
+ StatusReason?: string | undefined;
129
+ /**
130
+ * <p>The results of the account gate function CloudFormation invokes, if present, before proceeding
131
+ * with StackSet operations in an account.</p>
132
+ * @public
133
+ */
134
+ AccountGateResult?: AccountGateResult | undefined;
135
+ /**
136
+ * <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
137
+ * you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
138
+ * @public
139
+ */
140
+ OrganizationalUnitId?: string | undefined;
141
+ }
142
+ /**
143
+ * @public
144
+ */
145
+ export interface ListStackSetOperationResultsOutput {
146
+ /**
147
+ * <p>A list of <code>StackSetOperationResultSummary</code> structures that contain information
148
+ * about the specified operation results, for accounts and Amazon Web Services Regions that are included in the
149
+ * operation.</p>
150
+ * @public
151
+ */
152
+ Summaries?: StackSetOperationResultSummary[] | undefined;
153
+ /**
154
+ * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
155
+ * retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
156
+ * token to the request object's <code>NextToken</code> parameter. If there are no remaining
157
+ * results, <code>NextToken</code> is set to <code>null</code>.</p>
158
+ * @public
159
+ */
160
+ NextToken?: string | undefined;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface ListStackSetOperationsInput {
166
+ /**
167
+ * <p>The name or unique ID of the StackSet that you want to get operation summaries for.</p>
168
+ * @public
169
+ */
170
+ StackSetName: string | undefined;
171
+ /**
172
+ * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
173
+ * @public
174
+ */
175
+ NextToken?: string | undefined;
176
+ /**
177
+ * <p>The maximum number of results to be returned with a single call. If the number of
178
+ * available results exceeds this maximum, the response includes a <code>NextToken</code> value
179
+ * that you can assign to the <code>NextToken</code> request parameter to get the next set of
180
+ * results.</p>
181
+ * @public
182
+ */
183
+ MaxResults?: number | undefined;
184
+ /**
185
+ * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
186
+ * in the organization's management account or as a delegated administrator in a
187
+ * member account.</p>
188
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
189
+ * self-managed permissions.</p>
190
+ * <ul>
191
+ * <li>
192
+ * <p>If you are signed in to the management account, specify
193
+ * <code>SELF</code>.</p>
194
+ * </li>
195
+ * <li>
196
+ * <p>If you are signed in to a delegated administrator account, specify
197
+ * <code>DELEGATED_ADMIN</code>.</p>
198
+ * <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
199
+ * delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
200
+ * </li>
201
+ * </ul>
202
+ * @public
203
+ */
204
+ CallAs?: CallAs | undefined;
205
+ }
206
+ /**
207
+ * <p>The structures that contain summary information about the specified operation.</p>
208
+ * @public
209
+ */
210
+ export interface StackSetOperationSummary {
211
+ /**
212
+ * <p>The unique ID of the StackSet operation.</p>
213
+ * @public
214
+ */
215
+ OperationId?: string | undefined;
216
+ /**
217
+ * <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
218
+ * Create and delete operations affect only the specified stack instances that are associated with
219
+ * the specified StackSet. Update operations affect both the StackSet itself and
220
+ * <i>all</i> associated StackSet instances.</p>
221
+ * @public
222
+ */
223
+ Action?: StackSetOperationAction | undefined;
224
+ /**
225
+ * <p>The overall status of the operation.</p>
226
+ * <ul>
227
+ * <li>
228
+ * <p>
229
+ * <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
230
+ * tolerance value that you've set for an operation is applied for each Region during stack create
231
+ * and update operations. If the number of failed stacks within a Region exceeds the failure
232
+ * tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
233
+ * turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels
234
+ * the operation in any remaining Regions.</p>
235
+ * </li>
236
+ * <li>
237
+ * <p>
238
+ * <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
239
+ * a sequence of operations, the operation is queued to be performed. For more information, see
240
+ * the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">StackSet status codes</a> in the <i>CloudFormation User Guide</i>.</p>
241
+ * </li>
242
+ * <li>
243
+ * <p>
244
+ * <code>RUNNING</code>: The operation is currently being performed.</p>
245
+ * </li>
246
+ * <li>
247
+ * <p>
248
+ * <code>STOPPED</code>: The user has canceled the operation.</p>
249
+ * </li>
250
+ * <li>
251
+ * <p>
252
+ * <code>STOPPING</code>: The operation is in the process of stopping, at user
253
+ * request.</p>
254
+ * </li>
255
+ * <li>
256
+ * <p>
257
+ * <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
258
+ * stacks without exceeding the failure tolerance for the operation.</p>
259
+ * </li>
260
+ * </ul>
261
+ * @public
262
+ */
263
+ Status?: StackSetOperationStatus | undefined;
264
+ /**
265
+ * <p>The time at which the operation was initiated. Note that the creation times for the StackSet
266
+ * operation might differ from the creation time of the individual stacks themselves. This is
267
+ * because CloudFormation needs to perform preparatory work for the operation, such as dispatching the
268
+ * work to the requested Regions, before actually creating the first stacks.</p>
269
+ * @public
270
+ */
271
+ CreationTimestamp?: Date | undefined;
272
+ /**
273
+ * <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
274
+ * Note that this doesn't necessarily mean that the StackSet operation was successful, or even
275
+ * attempted, in each account or Region.</p>
276
+ * @public
277
+ */
278
+ EndTimestamp?: Date | undefined;
279
+ /**
280
+ * <p>The status of the operation in details.</p>
281
+ * @public
282
+ */
283
+ StatusReason?: string | undefined;
284
+ /**
285
+ * <p>Detailed information about the StackSet operation.</p>
286
+ * @public
287
+ */
288
+ StatusDetails?: StackSetOperationStatusDetails | undefined;
289
+ /**
290
+ * <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
291
+ * <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">StackSet
292
+ * operation options</a>.</p>
293
+ * @public
294
+ */
295
+ OperationPreferences?: StackSetOperationPreferences | undefined;
296
+ }
297
+ /**
298
+ * @public
299
+ */
300
+ export interface ListStackSetOperationsOutput {
301
+ /**
302
+ * <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
303
+ * information about operations for the specified StackSet.</p>
304
+ * @public
305
+ */
306
+ Summaries?: StackSetOperationSummary[] | undefined;
307
+ /**
308
+ * <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
309
+ * retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
310
+ * token to the request object's <code>NextToken</code> parameter. If there are no remaining
311
+ * results, <code>NextToken</code> is set to <code>null</code>.</p>
312
+ * @public
313
+ */
314
+ NextToken?: string | undefined;
315
+ }
4
316
  /**
5
317
  * @public
6
318
  */
7
319
  export interface ListStackSetsInput {
8
320
  /**
9
- * <p>If the previous paginated request didn't return all the remaining results, the response
10
- * object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
11
- * results, call <code>ListStackSets</code> again and assign that token to the request object's
12
- * <code>NextToken</code> parameter. If there are no remaining results, the previous response
13
- * object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
321
+ * <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
14
322
  * @public
15
323
  */
16
324
  NextToken?: string | undefined;
@@ -198,11 +506,8 @@ export interface ListTypeRegistrationsInput {
198
506
  */
199
507
  MaxResults?: number | undefined;
200
508
  /**
201
- * <p>If the previous paginated request didn't return all the remaining results, the response
202
- * object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
203
- * results, call this action again and assign that token to the request object's
204
- * <code>NextToken</code> parameter. If there are no remaining results, the previous response
205
- * object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
509
+ * <p>The token for the next set of items to return. (You received this token from a previous
510
+ * call.)</p>
206
511
  * @public
207
512
  */
208
513
  NextToken?: string | undefined;
@@ -379,11 +684,8 @@ export interface ListTypesInput {
379
684
  */
380
685
  MaxResults?: number | undefined;
381
686
  /**
382
- * <p>If the previous paginated request didn't return all the remaining results, the response
383
- * object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
384
- * results, call this action again and assign that token to the request object's
385
- * <code>NextToken</code> parameter. If there are no remaining results, the previous response
386
- * object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
687
+ * <p>The token for the next set of items to return. (You received this token from a previous
688
+ * call.)</p>
387
689
  * @public
388
690
  */
389
691
  NextToken?: string | undefined;
@@ -552,11 +854,8 @@ export interface ListTypeVersionsInput {
552
854
  */
553
855
  MaxResults?: number | undefined;
554
856
  /**
555
- * <p>If the previous paginated request didn't return all of the remaining results, the response
556
- * object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
557
- * results, call this action again and assign that token to the request object's
558
- * <code>NextToken</code> parameter. If there are no remaining results, the previous response
559
- * object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
857
+ * <p>The token for the next set of items to return. (You received this token from a previous
858
+ * call.)</p>
560
859
  * @public
561
860
  */
562
861
  NextToken?: string | undefined;
@@ -1447,6 +1746,9 @@ export interface UpdateStackInput {
1447
1746
  /**
1448
1747
  * <p>Reuse the existing template that is associated with the stack that you are
1449
1748
  * updating.</p>
1749
+ * <p>When using templates with the <code>AWS::LanguageExtensions</code> transform, provide the
1750
+ * template instead of using <code>UsePreviousTemplate</code> to ensure new parameter values and
1751
+ * Systems Manager parameter updates are applied correctly. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/transform-aws-languageextensions.html">AWS::LanguageExtensions transform</a>.</p>
1450
1752
  * <p>Conditional: You must specify only one of the following parameters:
1451
1753
  * <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
1452
1754
  * <code>UsePreviousTemplate</code> to <code>true</code>.</p>
@@ -1594,14 +1896,13 @@ export interface UpdateStackInput {
1594
1896
  */
1595
1897
  Capabilities?: Capability[] | undefined;
1596
1898
  /**
1597
- * <p>The template resource types that you have permissions to work with for this update stack
1598
- * action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or
1599
- * <code>Custom::MyCustomInstance</code>.</p>
1899
+ * <p>Specifies which resource types you can work with, such as <code>AWS::EC2::Instance</code>
1900
+ * or <code>Custom::MyCustomInstance</code>.</p>
1600
1901
  * <p>If the list of resource types doesn't include a resource that you're updating, the stack
1601
1902
  * update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
1602
1903
  * parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
1603
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control access with
1604
- * Identity and Access Management</a>.</p>
1904
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control CloudFormation
1905
+ * access with Identity and Access Management</a>.</p>
1605
1906
  * <note>
1606
1907
  * <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
1607
1908
  * be specified.</p>
@@ -2206,7 +2507,7 @@ export interface ValidateTemplateInput {
2206
2507
  TemplateURL?: string | undefined;
2207
2508
  }
2208
2509
  /**
2209
- * <p>The TemplateParameter data type.</p>
2510
+ * <p>The <code>TemplateParameter</code> data type.</p>
2210
2511
  * @public
2211
2512
  */
2212
2513
  export interface TemplateParameter {
@@ -6,6 +6,7 @@ export declare var ActivateOrganizationsAccessOutput: StaticStructureSchema;
6
6
  export declare var ActivateTypeInput: StaticStructureSchema;
7
7
  export declare var ActivateTypeOutput: StaticStructureSchema;
8
8
  export declare var AlreadyExistsException: StaticErrorSchema;
9
+ export declare var Annotation: StaticStructureSchema;
9
10
  export declare var AutoDeployment: StaticStructureSchema;
10
11
  export declare var BatchDescribeTypeConfigurationsError: StaticStructureSchema;
11
12
  export declare var BatchDescribeTypeConfigurationsInput: StaticStructureSchema;
@@ -102,6 +103,8 @@ export declare var Export: StaticStructureSchema;
102
103
  export declare var GeneratedTemplateNotFoundException: StaticErrorSchema;
103
104
  export declare var GetGeneratedTemplateInput: StaticStructureSchema;
104
105
  export declare var GetGeneratedTemplateOutput: StaticStructureSchema;
106
+ export declare var GetHookResultInput: StaticStructureSchema;
107
+ export declare var GetHookResultOutput: StaticStructureSchema;
105
108
  export declare var GetStackPolicyInput: StaticStructureSchema;
106
109
  export declare var GetStackPolicyOutput: StaticStructureSchema;
107
110
  export declare var GetTemplateInput: StaticStructureSchema;
@@ -110,6 +113,7 @@ export declare var GetTemplateSummaryInput: StaticStructureSchema;
110
113
  export declare var GetTemplateSummaryOutput: StaticStructureSchema;
111
114
  export declare var HookResultNotFoundException: StaticErrorSchema;
112
115
  export declare var HookResultSummary: StaticStructureSchema;
116
+ export declare var HookTarget: StaticStructureSchema;
113
117
  export declare var ImportStacksToStackSetInput: StaticStructureSchema;
114
118
  export declare var ImportStacksToStackSetOutput: StaticStructureSchema;
115
119
  export declare var InsufficientCapabilitiesException: StaticErrorSchema;
@@ -283,6 +287,7 @@ export declare var CloudFormationServiceException: StaticErrorSchema;
283
287
  export declare var AccountLimitList: StaticListSchema;
284
288
  export declare var AccountList: number;
285
289
  export declare var AllowedValues: number;
290
+ export declare var AnnotationList: StaticListSchema;
286
291
  export declare var BatchDescribeTypeConfigurationsErrors: StaticListSchema;
287
292
  export declare var Capabilities: number;
288
293
  export declare var Changes: StaticListSchema;
@@ -405,6 +410,7 @@ export declare var EstimateTemplateCost: StaticOperationSchema;
405
410
  export declare var ExecuteChangeSet: StaticOperationSchema;
406
411
  export declare var ExecuteStackRefactor: StaticOperationSchema;
407
412
  export declare var GetGeneratedTemplate: StaticOperationSchema;
413
+ export declare var GetHookResult: StaticOperationSchema;
408
414
  export declare var GetStackPolicy: StaticOperationSchema;
409
415
  export declare var GetTemplate: StaticOperationSchema;
410
416
  export declare var GetTemplateSummary: StaticOperationSchema;
@@ -180,6 +180,10 @@ import {
180
180
  GetGeneratedTemplateCommandInput,
181
181
  GetGeneratedTemplateCommandOutput,
182
182
  } from "./commands/GetGeneratedTemplateCommand";
183
+ import {
184
+ GetHookResultCommandInput,
185
+ GetHookResultCommandOutput,
186
+ } from "./commands/GetHookResultCommand";
183
187
  import {
184
188
  GetStackPolicyCommandInput,
185
189
  GetStackPolicyCommandOutput,
@@ -718,7 +722,6 @@ export interface CloudFormation {
718
722
  data?: DescribeStackDriftDetectionStatusCommandOutput
719
723
  ) => void
720
724
  ): void;
721
- describeStackEvents(): Promise<DescribeStackEventsCommandOutput>;
722
725
  describeStackEvents(
723
726
  args: DescribeStackEventsCommandInput,
724
727
  options?: __HttpHandlerOptions
@@ -957,6 +960,20 @@ export interface CloudFormation {
957
960
  options: __HttpHandlerOptions,
958
961
  cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void
959
962
  ): void;
963
+ getHookResult(): Promise<GetHookResultCommandOutput>;
964
+ getHookResult(
965
+ args: GetHookResultCommandInput,
966
+ options?: __HttpHandlerOptions
967
+ ): Promise<GetHookResultCommandOutput>;
968
+ getHookResult(
969
+ args: GetHookResultCommandInput,
970
+ cb: (err: any, data?: GetHookResultCommandOutput) => void
971
+ ): void;
972
+ getHookResult(
973
+ args: GetHookResultCommandInput,
974
+ options: __HttpHandlerOptions,
975
+ cb: (err: any, data?: GetHookResultCommandOutput) => void
976
+ ): void;
960
977
  getStackPolicy(
961
978
  args: GetStackPolicyCommandInput,
962
979
  options?: __HttpHandlerOptions
@@ -228,6 +228,10 @@ import {
228
228
  GetGeneratedTemplateCommandInput,
229
229
  GetGeneratedTemplateCommandOutput,
230
230
  } from "./commands/GetGeneratedTemplateCommand";
231
+ import {
232
+ GetHookResultCommandInput,
233
+ GetHookResultCommandOutput,
234
+ } from "./commands/GetHookResultCommand";
231
235
  import {
232
236
  GetStackPolicyCommandInput,
233
237
  GetStackPolicyCommandOutput,
@@ -453,6 +457,7 @@ export type ServiceInputTypes =
453
457
  | ExecuteChangeSetCommandInput
454
458
  | ExecuteStackRefactorCommandInput
455
459
  | GetGeneratedTemplateCommandInput
460
+ | GetHookResultCommandInput
456
461
  | GetStackPolicyCommandInput
457
462
  | GetTemplateCommandInput
458
463
  | GetTemplateSummaryCommandInput
@@ -542,6 +547,7 @@ export type ServiceOutputTypes =
542
547
  | ExecuteChangeSetCommandOutput
543
548
  | ExecuteStackRefactorCommandOutput
544
549
  | GetGeneratedTemplateCommandOutput
550
+ | GetHookResultCommandOutput
545
551
  | GetStackPolicyCommandOutput
546
552
  | GetTemplateCommandOutput
547
553
  | GetTemplateSummaryCommandOutput
@@ -27,7 +27,7 @@ declare const DescribeStackEventsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- ...[input]: [] | [DescribeStackEventsCommandInput]
30
+ input: DescribeStackEventsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  DescribeStackEventsCommandInput,
33
33
  DescribeStackEventsCommandOutput,
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CloudFormationClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CloudFormationClient";
8
+ import { GetHookResultInput, GetHookResultOutput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetHookResultCommandInput extends GetHookResultInput {}
12
+ export interface GetHookResultCommandOutput
13
+ extends GetHookResultOutput,
14
+ __MetadataBearer {}
15
+ declare const GetHookResultCommand_base: {
16
+ new (
17
+ input: GetHookResultCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetHookResultCommandInput,
20
+ GetHookResultCommandOutput,
21
+ CloudFormationClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [GetHookResultCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetHookResultCommandInput,
29
+ GetHookResultCommandOutput,
30
+ CloudFormationClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetHookResultCommand extends GetHookResultCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetHookResultInput;
40
+ output: GetHookResultOutput;
41
+ };
42
+ sdk: {
43
+ input: GetHookResultCommandInput;
44
+ output: GetHookResultCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetOperationResultsInput,
10
10
  ListStackSetOperationResultsOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetOperationResultsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListStackSetOperationsInput,
10
10
  ListStackSetOperationsOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListStackSetOperationsCommandInput
@@ -43,6 +43,7 @@ export * from "./EstimateTemplateCostCommand";
43
43
  export * from "./ExecuteChangeSetCommand";
44
44
  export * from "./ExecuteStackRefactorCommand";
45
45
  export * from "./GetGeneratedTemplateCommand";
46
+ export * from "./GetHookResultCommand";
46
47
  export * from "./GetStackPolicyCommand";
47
48
  export * from "./GetTemplateCommand";
48
49
  export * from "./GetTemplateSummaryCommand";