@aws-sdk/client-cloudformation 3.345.0 → 3.347.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 (93) hide show
  1. package/README.md +39 -20
  2. package/dist-cjs/CloudFormation.js +6 -0
  3. package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
  4. package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +35 -30
  8. package/dist-cjs/protocols/Aws_query.js +174 -3
  9. package/dist-es/CloudFormation.js +6 -0
  10. package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
  11. package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
  12. package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +31 -26
  15. package/dist-es/protocols/Aws_query.js +165 -0
  16. package/dist-types/CloudFormation.d.ts +29 -13
  17. package/dist-types/CloudFormationClient.d.ts +13 -15
  18. package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
  19. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
  20. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
  21. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
  22. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
  23. package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
  24. package/dist-types/commands/CreateStackCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
  26. package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
  27. package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
  28. package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
  29. package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
  30. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
  32. package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
  33. package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
  34. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
  36. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
  38. package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
  39. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
  40. package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
  41. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
  42. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
  44. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
  45. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
  50. package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
  51. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
  52. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
  53. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
  54. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
  55. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
  57. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
  58. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
  59. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListExportsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListImportsCommand.d.ts +2 -2
  62. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
  63. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
  65. package/dist-types/commands/ListStacksCommand.d.ts +3 -4
  66. package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
  67. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
  68. package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
  69. package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
  70. package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
  71. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
  72. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  73. package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
  74. package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  75. package/dist-types/commands/TestTypeCommand.d.ts +11 -10
  76. package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
  77. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
  78. package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
  79. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
  80. package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
  81. package/dist-types/commands/index.d.ts +3 -0
  82. package/dist-types/index.d.ts +8 -13
  83. package/dist-types/models/models_0.d.ts +2198 -2448
  84. package/dist-types/protocols/Aws_query.d.ts +27 -0
  85. package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
  86. package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
  90. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +33 -16
  92. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  93. package/package.json +29 -29

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.