@aws-sdk/client-cloudformation 3.503.1 → 3.507.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 (101) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
  3. package/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
  4. package/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
  5. package/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
  6. package/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
  7. package/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
  8. package/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
  9. package/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
  10. package/dist-cjs/commands/ListResourceScansCommand.js +1 -0
  11. package/dist-cjs/commands/StartResourceScanCommand.js +1 -0
  12. package/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
  13. package/dist-cjs/index.js +1618 -1519
  14. package/dist-cjs/models/models_1.js +1 -0
  15. package/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
  16. package/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
  17. package/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
  18. package/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
  19. package/dist-es/CloudFormation.js +22 -0
  20. package/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
  21. package/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
  22. package/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
  23. package/dist-es/commands/DescribeResourceScanCommand.js +24 -0
  24. package/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
  25. package/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
  26. package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
  27. package/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
  28. package/dist-es/commands/ListResourceScansCommand.js +24 -0
  29. package/dist-es/commands/StartResourceScanCommand.js +24 -0
  30. package/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
  31. package/dist-es/commands/index.js +11 -0
  32. package/dist-es/models/index.js +1 -0
  33. package/dist-es/models/models_0.js +104 -0
  34. package/dist-es/models/models_1.js +1 -0
  35. package/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  36. package/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  37. package/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  38. package/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  39. package/dist-es/pagination/index.js +4 -0
  40. package/dist-es/protocols/Aws_query.js +1254 -1529
  41. package/dist-types/CloudFormation.d.ts +77 -0
  42. package/dist-types/CloudFormationClient.d.ts +13 -2
  43. package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
  44. package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
  45. package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
  46. package/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
  47. package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
  48. package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
  49. package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
  50. package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
  51. package/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
  52. package/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
  53. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  54. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
  56. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  60. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  61. package/dist-types/commands/index.d.ts +11 -0
  62. package/dist-types/models/index.d.ts +1 -0
  63. package/dist-types/models/models_0.d.ts +4075 -3877
  64. package/dist-types/models/models_1.d.ts +974 -0
  65. package/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  66. package/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  67. package/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  68. package/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  69. package/dist-types/pagination/index.d.ts +4 -0
  70. package/dist-types/protocols/Aws_query.d.ts +99 -0
  71. package/dist-types/ts3.4/CloudFormation.d.ts +187 -0
  72. package/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
  73. package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
  74. package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
  75. package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
  76. package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
  77. package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
  78. package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
  79. package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
  80. package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
  81. package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
  82. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
  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 +30 -0
  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 +11 -0
  92. package/dist-types/ts3.4/models/index.d.ts +1 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +250 -99
  94. package/dist-types/ts3.4/models/models_1.d.ts +132 -0
  95. package/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  98. package/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  99. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  100. package/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
  101. package/package.json +3 -3
package/README.md CHANGED
@@ -260,6 +260,14 @@ CreateChangeSet
260
260
 
261
261
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateChangeSetCommandOutput/)
262
262
 
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ CreateGeneratedTemplate
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateGeneratedTemplateCommandOutput/)
270
+
263
271
  </details>
264
272
  <details>
265
273
  <summary>
@@ -308,6 +316,14 @@ DeleteChangeSet
308
316
 
309
317
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DeleteChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteChangeSetCommandOutput/)
310
318
 
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ DeleteGeneratedTemplate
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DeleteGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteGeneratedTemplateCommandOutput/)
326
+
311
327
  </details>
312
328
  <details>
313
329
  <summary>
@@ -364,6 +380,14 @@ DescribeChangeSetHooks
364
380
 
365
381
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeChangeSetHooksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeChangeSetHooksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeChangeSetHooksCommandOutput/)
366
382
 
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ DescribeGeneratedTemplate
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeGeneratedTemplateCommandOutput/)
390
+
367
391
  </details>
368
392
  <details>
369
393
  <summary>
@@ -380,6 +404,14 @@ DescribePublisher
380
404
 
381
405
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribePublisherCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribePublisherCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribePublisherCommandOutput/)
382
406
 
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ DescribeResourceScan
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeResourceScanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeResourceScanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeResourceScanCommandOutput/)
414
+
383
415
  </details>
384
416
  <details>
385
417
  <summary>
@@ -508,6 +540,14 @@ ExecuteChangeSet
508
540
 
509
541
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ExecuteChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandOutput/)
510
542
 
543
+ </details>
544
+ <details>
545
+ <summary>
546
+ GetGeneratedTemplate
547
+ </summary>
548
+
549
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/GetGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandOutput/)
550
+
511
551
  </details>
512
552
  <details>
513
553
  <summary>
@@ -556,6 +596,14 @@ ListExports
556
596
 
557
597
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListExportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListExportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListExportsCommandOutput/)
558
598
 
599
+ </details>
600
+ <details>
601
+ <summary>
602
+ ListGeneratedTemplates
603
+ </summary>
604
+
605
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListGeneratedTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListGeneratedTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListGeneratedTemplatesCommandOutput/)
606
+
559
607
  </details>
560
608
  <details>
561
609
  <summary>
@@ -564,6 +612,30 @@ ListImports
564
612
 
565
613
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListImportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListImportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListImportsCommandOutput/)
566
614
 
615
+ </details>
616
+ <details>
617
+ <summary>
618
+ ListResourceScanRelatedResources
619
+ </summary>
620
+
621
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScanRelatedResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanRelatedResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanRelatedResourcesCommandOutput/)
622
+
623
+ </details>
624
+ <details>
625
+ <summary>
626
+ ListResourceScanResources
627
+ </summary>
628
+
629
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScanResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanResourcesCommandOutput/)
630
+
631
+ </details>
632
+ <details>
633
+ <summary>
634
+ ListResourceScans
635
+ </summary>
636
+
637
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScansCommandOutput/)
638
+
567
639
  </details>
568
640
  <details>
569
641
  <summary>
@@ -716,6 +788,14 @@ SignalResource
716
788
 
717
789
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/SignalResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/SignalResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/SignalResourceCommandOutput/)
718
790
 
791
+ </details>
792
+ <details>
793
+ <summary>
794
+ StartResourceScan
795
+ </summary>
796
+
797
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/StartResourceScanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/StartResourceScanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/StartResourceScanCommandOutput/)
798
+
719
799
  </details>
720
800
  <details>
721
801
  <summary>
@@ -732,6 +812,14 @@ TestType
732
812
 
733
813
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/TestTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/TestTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/TestTypeCommandOutput/)
734
814
 
815
+ </details>
816
+ <details>
817
+ <summary>
818
+ UpdateGeneratedTemplate
819
+ </summary>
820
+
821
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/UpdateGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/UpdateGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/UpdateGeneratedTemplateCommandOutput/)
822
+
735
823
  </details>
736
824
  <details>
737
825
  <summary>
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");