@aws-sdk/client-cloudformation 3.933.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +736 -533
  3. package/dist-es/CloudFormation.js +2 -0
  4. package/dist-es/commands/DescribeEventsCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +2 -1
  7. package/dist-es/models/enums.js +520 -0
  8. package/dist-es/models/errors.js +407 -0
  9. package/dist-es/models/models_0.js +1 -805
  10. package/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  11. package/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +162 -29
  14. package/dist-types/CloudFormation.d.ts +8 -0
  15. package/dist-types/CloudFormationClient.d.ts +3 -2
  16. package/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateStackCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  19. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  21. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  24. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  26. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  27. package/dist-types/commands/GetHookResultCommand.d.ts +5 -0
  28. package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  29. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListStacksCommand.d.ts +6 -0
  34. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTypesCommand.d.ts +1 -1
  37. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  39. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  40. package/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  41. package/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  42. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  44. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  45. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  47. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  48. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  54. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +1 -0
  56. package/dist-types/index.d.ts +3 -1
  57. package/dist-types/models/enums.d.ts +1200 -0
  58. package/dist-types/models/errors.d.ts +413 -0
  59. package/dist-types/models/models_0.d.ts +2950 -1454
  60. package/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  61. package/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/schemas/schemas_0.d.ts +11 -0
  64. package/dist-types/ts3.4/CloudFormation.d.ts +18 -0
  65. package/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
  66. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  67. package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  92. package/dist-types/ts3.4/index.d.ts +3 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +669 -0
  94. package/dist-types/ts3.4/models/errors.d.ts +264 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +479 -798
  96. package/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  98. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  100. package/package.json +12 -12
  101. package/dist-es/models/index.js +0 -2
  102. package/dist-es/models/models_1.js +0 -81
  103. package/dist-types/models/index.d.ts +0 -2
  104. package/dist-types/models/models_1.d.ts +0 -2571
  105. package/dist-types/ts3.4/models/index.d.ts +0 -2
  106. package/dist-types/ts3.4/models/models_1.d.ts +0 -433
package/README.md CHANGED
@@ -390,6 +390,14 @@ DescribeChangeSetHooks
390
390
 
391
391
  [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/)
392
392
 
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ DescribeEvents
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeEventsCommandOutput/)
400
+
393
401
  </details>
394
402
  <details>
395
403
  <summary>