@cdk8s/awscdk-resolver 0.0.55 → 0.0.56

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 (160) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +88 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1677 -73
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +22 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +24 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +24 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +24 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +11 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +104 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +4 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +1322 -92
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +77 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +4075 -3877
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +974 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +4 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +99 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +187 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +11 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +250 -99
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +132 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  104. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  105. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  106. package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  107. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  108. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  109. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  110. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  111. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  112. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  113. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  114. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  115. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  116. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  117. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  118. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  119. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  120. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  121. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  122. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  123. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  125. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  126. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  127. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  128. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  129. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  131. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  132. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  133. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  134. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  135. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  136. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  137. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  138. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  139. package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +7 -10
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -8
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  145. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +4 -2
  146. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  147. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +5 -4
  148. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +2 -2
  149. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -3
  150. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +3 -0
  151. package/node_modules/@aws-sdk/credential-provider-node/package.json +5 -4
  152. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +9 -6
  153. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +3 -5
  154. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +5 -2
  155. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  156. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  157. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  158. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  159. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  160. package/package.json +4 -4
@@ -69,6 +69,10 @@ import {
69
69
  CreateChangeSetCommandInput,
70
70
  CreateChangeSetCommandOutput,
71
71
  } from "./commands/CreateChangeSetCommand";
72
+ import {
73
+ CreateGeneratedTemplateCommandInput,
74
+ CreateGeneratedTemplateCommandOutput,
75
+ } from "./commands/CreateGeneratedTemplateCommand";
72
76
  import {
73
77
  CreateStackCommandInput,
74
78
  CreateStackCommandOutput,
@@ -93,6 +97,10 @@ import {
93
97
  DeleteChangeSetCommandInput,
94
98
  DeleteChangeSetCommandOutput,
95
99
  } from "./commands/DeleteChangeSetCommand";
100
+ import {
101
+ DeleteGeneratedTemplateCommandInput,
102
+ DeleteGeneratedTemplateCommandOutput,
103
+ } from "./commands/DeleteGeneratedTemplateCommand";
96
104
  import {
97
105
  DeleteStackCommandInput,
98
106
  DeleteStackCommandOutput,
@@ -121,6 +129,10 @@ import {
121
129
  DescribeChangeSetHooksCommandInput,
122
130
  DescribeChangeSetHooksCommandOutput,
123
131
  } from "./commands/DescribeChangeSetHooksCommand";
132
+ import {
133
+ DescribeGeneratedTemplateCommandInput,
134
+ DescribeGeneratedTemplateCommandOutput,
135
+ } from "./commands/DescribeGeneratedTemplateCommand";
124
136
  import {
125
137
  DescribeOrganizationsAccessCommandInput,
126
138
  DescribeOrganizationsAccessCommandOutput,
@@ -129,6 +141,10 @@ import {
129
141
  DescribePublisherCommandInput,
130
142
  DescribePublisherCommandOutput,
131
143
  } from "./commands/DescribePublisherCommand";
144
+ import {
145
+ DescribeResourceScanCommandInput,
146
+ DescribeResourceScanCommandOutput,
147
+ } from "./commands/DescribeResourceScanCommand";
132
148
  import {
133
149
  DescribeStackDriftDetectionStatusCommandInput,
134
150
  DescribeStackDriftDetectionStatusCommandOutput,
@@ -193,6 +209,10 @@ import {
193
209
  ExecuteChangeSetCommandInput,
194
210
  ExecuteChangeSetCommandOutput,
195
211
  } from "./commands/ExecuteChangeSetCommand";
212
+ import {
213
+ GetGeneratedTemplateCommandInput,
214
+ GetGeneratedTemplateCommandOutput,
215
+ } from "./commands/GetGeneratedTemplateCommand";
196
216
  import {
197
217
  GetStackPolicyCommandInput,
198
218
  GetStackPolicyCommandOutput,
@@ -217,10 +237,26 @@ import {
217
237
  ListExportsCommandInput,
218
238
  ListExportsCommandOutput,
219
239
  } from "./commands/ListExportsCommand";
240
+ import {
241
+ ListGeneratedTemplatesCommandInput,
242
+ ListGeneratedTemplatesCommandOutput,
243
+ } from "./commands/ListGeneratedTemplatesCommand";
220
244
  import {
221
245
  ListImportsCommandInput,
222
246
  ListImportsCommandOutput,
223
247
  } from "./commands/ListImportsCommand";
248
+ import {
249
+ ListResourceScanRelatedResourcesCommandInput,
250
+ ListResourceScanRelatedResourcesCommandOutput,
251
+ } from "./commands/ListResourceScanRelatedResourcesCommand";
252
+ import {
253
+ ListResourceScanResourcesCommandInput,
254
+ ListResourceScanResourcesCommandOutput,
255
+ } from "./commands/ListResourceScanResourcesCommand";
256
+ import {
257
+ ListResourceScansCommandInput,
258
+ ListResourceScansCommandOutput,
259
+ } from "./commands/ListResourceScansCommand";
224
260
  import {
225
261
  ListStackInstanceResourceDriftsCommandInput,
226
262
  ListStackInstanceResourceDriftsCommandOutput,
@@ -297,6 +333,10 @@ import {
297
333
  SignalResourceCommandInput,
298
334
  SignalResourceCommandOutput,
299
335
  } from "./commands/SignalResourceCommand";
336
+ import {
337
+ StartResourceScanCommandInput,
338
+ StartResourceScanCommandOutput,
339
+ } from "./commands/StartResourceScanCommand";
300
340
  import {
301
341
  StopStackSetOperationCommandInput,
302
342
  StopStackSetOperationCommandOutput,
@@ -305,6 +345,10 @@ import {
305
345
  TestTypeCommandInput,
306
346
  TestTypeCommandOutput,
307
347
  } from "./commands/TestTypeCommand";
348
+ import {
349
+ UpdateGeneratedTemplateCommandInput,
350
+ UpdateGeneratedTemplateCommandOutput,
351
+ } from "./commands/UpdateGeneratedTemplateCommand";
308
352
  import {
309
353
  UpdateStackCommandInput,
310
354
  UpdateStackCommandOutput,
@@ -339,12 +383,14 @@ export type ServiceInputTypes =
339
383
  | CancelUpdateStackCommandInput
340
384
  | ContinueUpdateRollbackCommandInput
341
385
  | CreateChangeSetCommandInput
386
+ | CreateGeneratedTemplateCommandInput
342
387
  | CreateStackCommandInput
343
388
  | CreateStackInstancesCommandInput
344
389
  | CreateStackSetCommandInput
345
390
  | DeactivateOrganizationsAccessCommandInput
346
391
  | DeactivateTypeCommandInput
347
392
  | DeleteChangeSetCommandInput
393
+ | DeleteGeneratedTemplateCommandInput
348
394
  | DeleteStackCommandInput
349
395
  | DeleteStackInstancesCommandInput
350
396
  | DeleteStackSetCommandInput
@@ -352,8 +398,10 @@ export type ServiceInputTypes =
352
398
  | DescribeAccountLimitsCommandInput
353
399
  | DescribeChangeSetCommandInput
354
400
  | DescribeChangeSetHooksCommandInput
401
+ | DescribeGeneratedTemplateCommandInput
355
402
  | DescribeOrganizationsAccessCommandInput
356
403
  | DescribePublisherCommandInput
404
+ | DescribeResourceScanCommandInput
357
405
  | DescribeStackDriftDetectionStatusCommandInput
358
406
  | DescribeStackEventsCommandInput
359
407
  | DescribeStackInstanceCommandInput
@@ -370,13 +418,18 @@ export type ServiceInputTypes =
370
418
  | DetectStackSetDriftCommandInput
371
419
  | EstimateTemplateCostCommandInput
372
420
  | ExecuteChangeSetCommandInput
421
+ | GetGeneratedTemplateCommandInput
373
422
  | GetStackPolicyCommandInput
374
423
  | GetTemplateCommandInput
375
424
  | GetTemplateSummaryCommandInput
376
425
  | ImportStacksToStackSetCommandInput
377
426
  | ListChangeSetsCommandInput
378
427
  | ListExportsCommandInput
428
+ | ListGeneratedTemplatesCommandInput
379
429
  | ListImportsCommandInput
430
+ | ListResourceScanRelatedResourcesCommandInput
431
+ | ListResourceScanResourcesCommandInput
432
+ | ListResourceScansCommandInput
380
433
  | ListStackInstanceResourceDriftsCommandInput
381
434
  | ListStackInstancesCommandInput
382
435
  | ListStackResourcesCommandInput
@@ -396,8 +449,10 @@ export type ServiceInputTypes =
396
449
  | SetTypeConfigurationCommandInput
397
450
  | SetTypeDefaultVersionCommandInput
398
451
  | SignalResourceCommandInput
452
+ | StartResourceScanCommandInput
399
453
  | StopStackSetOperationCommandInput
400
454
  | TestTypeCommandInput
455
+ | UpdateGeneratedTemplateCommandInput
401
456
  | UpdateStackCommandInput
402
457
  | UpdateStackInstancesCommandInput
403
458
  | UpdateStackSetCommandInput
@@ -410,12 +465,14 @@ export type ServiceOutputTypes =
410
465
  | CancelUpdateStackCommandOutput
411
466
  | ContinueUpdateRollbackCommandOutput
412
467
  | CreateChangeSetCommandOutput
468
+ | CreateGeneratedTemplateCommandOutput
413
469
  | CreateStackCommandOutput
414
470
  | CreateStackInstancesCommandOutput
415
471
  | CreateStackSetCommandOutput
416
472
  | DeactivateOrganizationsAccessCommandOutput
417
473
  | DeactivateTypeCommandOutput
418
474
  | DeleteChangeSetCommandOutput
475
+ | DeleteGeneratedTemplateCommandOutput
419
476
  | DeleteStackCommandOutput
420
477
  | DeleteStackInstancesCommandOutput
421
478
  | DeleteStackSetCommandOutput
@@ -423,8 +480,10 @@ export type ServiceOutputTypes =
423
480
  | DescribeAccountLimitsCommandOutput
424
481
  | DescribeChangeSetCommandOutput
425
482
  | DescribeChangeSetHooksCommandOutput
483
+ | DescribeGeneratedTemplateCommandOutput
426
484
  | DescribeOrganizationsAccessCommandOutput
427
485
  | DescribePublisherCommandOutput
486
+ | DescribeResourceScanCommandOutput
428
487
  | DescribeStackDriftDetectionStatusCommandOutput
429
488
  | DescribeStackEventsCommandOutput
430
489
  | DescribeStackInstanceCommandOutput
@@ -441,13 +500,18 @@ export type ServiceOutputTypes =
441
500
  | DetectStackSetDriftCommandOutput
442
501
  | EstimateTemplateCostCommandOutput
443
502
  | ExecuteChangeSetCommandOutput
503
+ | GetGeneratedTemplateCommandOutput
444
504
  | GetStackPolicyCommandOutput
445
505
  | GetTemplateCommandOutput
446
506
  | GetTemplateSummaryCommandOutput
447
507
  | ImportStacksToStackSetCommandOutput
448
508
  | ListChangeSetsCommandOutput
449
509
  | ListExportsCommandOutput
510
+ | ListGeneratedTemplatesCommandOutput
450
511
  | ListImportsCommandOutput
512
+ | ListResourceScanRelatedResourcesCommandOutput
513
+ | ListResourceScanResourcesCommandOutput
514
+ | ListResourceScansCommandOutput
451
515
  | ListStackInstanceResourceDriftsCommandOutput
452
516
  | ListStackInstancesCommandOutput
453
517
  | ListStackResourcesCommandOutput
@@ -467,8 +531,10 @@ export type ServiceOutputTypes =
467
531
  | SetTypeConfigurationCommandOutput
468
532
  | SetTypeDefaultVersionCommandOutput
469
533
  | SignalResourceCommandOutput
534
+ | StartResourceScanCommandOutput
470
535
  | StopStackSetOperationCommandOutput
471
536
  | TestTypeCommandOutput
537
+ | UpdateGeneratedTemplateCommandOutput
472
538
  | UpdateStackCommandOutput
473
539
  | UpdateStackInstancesCommandOutput
474
540
  | UpdateStackSetCommandOutput
@@ -0,0 +1,30 @@
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 {
9
+ CreateGeneratedTemplateInput,
10
+ CreateGeneratedTemplateOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateGeneratedTemplateCommandInput
14
+ extends CreateGeneratedTemplateInput {}
15
+ export interface CreateGeneratedTemplateCommandOutput
16
+ extends CreateGeneratedTemplateOutput,
17
+ __MetadataBearer {}
18
+ declare const CreateGeneratedTemplateCommand_base: {
19
+ new (
20
+ input: CreateGeneratedTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateGeneratedTemplateCommandInput,
23
+ CreateGeneratedTemplateCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateGeneratedTemplateCommand extends CreateGeneratedTemplateCommand_base {}
@@ -0,0 +1,26 @@
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 { DeleteGeneratedTemplateInput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteGeneratedTemplateCommandInput
11
+ extends DeleteGeneratedTemplateInput {}
12
+ export interface DeleteGeneratedTemplateCommandOutput
13
+ extends __MetadataBearer {}
14
+ declare const DeleteGeneratedTemplateCommand_base: {
15
+ new (
16
+ input: DeleteGeneratedTemplateCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteGeneratedTemplateCommandInput,
19
+ DeleteGeneratedTemplateCommandOutput,
20
+ CloudFormationClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteGeneratedTemplateCommand extends DeleteGeneratedTemplateCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ DescribeGeneratedTemplateInput,
10
+ DescribeGeneratedTemplateOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface DescribeGeneratedTemplateCommandInput
14
+ extends DescribeGeneratedTemplateInput {}
15
+ export interface DescribeGeneratedTemplateCommandOutput
16
+ extends DescribeGeneratedTemplateOutput,
17
+ __MetadataBearer {}
18
+ declare const DescribeGeneratedTemplateCommand_base: {
19
+ new (
20
+ input: DescribeGeneratedTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeGeneratedTemplateCommandInput,
23
+ DescribeGeneratedTemplateCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeGeneratedTemplateCommand extends DescribeGeneratedTemplateCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ DescribeResourceScanInput,
10
+ DescribeResourceScanOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface DescribeResourceScanCommandInput
14
+ extends DescribeResourceScanInput {}
15
+ export interface DescribeResourceScanCommandOutput
16
+ extends DescribeResourceScanOutput,
17
+ __MetadataBearer {}
18
+ declare const DescribeResourceScanCommand_base: {
19
+ new (
20
+ input: DescribeResourceScanCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeResourceScanCommandInput,
23
+ DescribeResourceScanCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeResourceScanCommand extends DescribeResourceScanCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ GetGeneratedTemplateInput,
10
+ GetGeneratedTemplateOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface GetGeneratedTemplateCommandInput
14
+ extends GetGeneratedTemplateInput {}
15
+ export interface GetGeneratedTemplateCommandOutput
16
+ extends GetGeneratedTemplateOutput,
17
+ __MetadataBearer {}
18
+ declare const GetGeneratedTemplateCommand_base: {
19
+ new (
20
+ input: GetGeneratedTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetGeneratedTemplateCommandInput,
23
+ GetGeneratedTemplateCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetGeneratedTemplateCommand extends GetGeneratedTemplateCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ ListGeneratedTemplatesInput,
10
+ ListGeneratedTemplatesOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListGeneratedTemplatesCommandInput
14
+ extends ListGeneratedTemplatesInput {}
15
+ export interface ListGeneratedTemplatesCommandOutput
16
+ extends ListGeneratedTemplatesOutput,
17
+ __MetadataBearer {}
18
+ declare const ListGeneratedTemplatesCommand_base: {
19
+ new (
20
+ input: ListGeneratedTemplatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListGeneratedTemplatesCommandInput,
23
+ ListGeneratedTemplatesCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListGeneratedTemplatesCommand extends ListGeneratedTemplatesCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ ListResourceScanRelatedResourcesInput,
10
+ ListResourceScanRelatedResourcesOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListResourceScanRelatedResourcesCommandInput
14
+ extends ListResourceScanRelatedResourcesInput {}
15
+ export interface ListResourceScanRelatedResourcesCommandOutput
16
+ extends ListResourceScanRelatedResourcesOutput,
17
+ __MetadataBearer {}
18
+ declare const ListResourceScanRelatedResourcesCommand_base: {
19
+ new (
20
+ input: ListResourceScanRelatedResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListResourceScanRelatedResourcesCommandInput,
23
+ ListResourceScanRelatedResourcesCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListResourceScanRelatedResourcesCommand extends ListResourceScanRelatedResourcesCommand_base {}
@@ -0,0 +1,30 @@
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 {
9
+ ListResourceScanResourcesInput,
10
+ ListResourceScanResourcesOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListResourceScanResourcesCommandInput
14
+ extends ListResourceScanResourcesInput {}
15
+ export interface ListResourceScanResourcesCommandOutput
16
+ extends ListResourceScanResourcesOutput,
17
+ __MetadataBearer {}
18
+ declare const ListResourceScanResourcesCommand_base: {
19
+ new (
20
+ input: ListResourceScanResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListResourceScanResourcesCommandInput,
23
+ ListResourceScanResourcesCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListResourceScanResourcesCommand extends ListResourceScanResourcesCommand_base {}
@@ -0,0 +1,29 @@
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 {
9
+ ListResourceScansInput,
10
+ ListResourceScansOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListResourceScansCommandInput extends ListResourceScansInput {}
14
+ export interface ListResourceScansCommandOutput
15
+ extends ListResourceScansOutput,
16
+ __MetadataBearer {}
17
+ declare const ListResourceScansCommand_base: {
18
+ new (
19
+ input: ListResourceScansCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListResourceScansCommandInput,
22
+ ListResourceScansCommandOutput,
23
+ CloudFormationClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListResourceScansCommand extends ListResourceScansCommand_base {}
@@ -0,0 +1,29 @@
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 {
9
+ StartResourceScanInput,
10
+ StartResourceScanOutput,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface StartResourceScanCommandInput extends StartResourceScanInput {}
14
+ export interface StartResourceScanCommandOutput
15
+ extends StartResourceScanOutput,
16
+ __MetadataBearer {}
17
+ declare const StartResourceScanCommand_base: {
18
+ new (
19
+ input: StartResourceScanCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StartResourceScanCommandInput,
22
+ StartResourceScanCommandOutput,
23
+ CloudFormationClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StartResourceScanCommand extends StartResourceScanCommand_base {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  StopStackSetOperationInput,
10
10
  StopStackSetOperationOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface StopStackSetOperationCommandInput
14
14
  extends StopStackSetOperationInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { TestTypeInput, TestTypeOutput } from "../models/models_0";
8
+ import { TestTypeInput, TestTypeOutput } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface TestTypeCommandInput extends TestTypeInput {}
11
11
  export interface TestTypeCommandOutput
@@ -0,0 +1,30 @@
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 {
9
+ UpdateGeneratedTemplateInput,
10
+ UpdateGeneratedTemplateOutput,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdateGeneratedTemplateCommandInput
14
+ extends UpdateGeneratedTemplateInput {}
15
+ export interface UpdateGeneratedTemplateCommandOutput
16
+ extends UpdateGeneratedTemplateOutput,
17
+ __MetadataBearer {}
18
+ declare const UpdateGeneratedTemplateCommand_base: {
19
+ new (
20
+ input: UpdateGeneratedTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateGeneratedTemplateCommandInput,
23
+ UpdateGeneratedTemplateCommandOutput,
24
+ CloudFormationClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateGeneratedTemplateCommand extends UpdateGeneratedTemplateCommand_base {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
8
+ import { UpdateStackInput, UpdateStackOutput } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface UpdateStackCommandInput extends UpdateStackInput {}
11
11
  export interface UpdateStackCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateStackInstancesInput,
10
10
  UpdateStackInstancesOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface UpdateStackInstancesCommandInput
14
14
  extends UpdateStackInstancesInput {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudFormationClient";
8
- import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
8
+ import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_1";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface UpdateStackSetCommandInput extends UpdateStackSetInput {}
11
11
  export interface UpdateStackSetCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateTerminationProtectionInput,
10
10
  UpdateTerminationProtectionOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface UpdateTerminationProtectionCommandInput
14
14
  extends UpdateTerminationProtectionInput {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ValidateTemplateInput,
10
10
  ValidateTemplateOutput,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer, $Command };
13
13
  export interface ValidateTemplateCommandInput extends ValidateTemplateInput {}
14
14
  export interface ValidateTemplateCommandOutput