@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.
- package/README.md +39 -20
- package/dist-cjs/CloudFormation.js +6 -0
- package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +35 -30
- package/dist-cjs/protocols/Aws_query.js +174 -3
- package/dist-es/CloudFormation.js +6 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +31 -26
- package/dist-es/protocols/Aws_query.js +165 -0
- package/dist-types/CloudFormation.d.ts +29 -13
- package/dist-types/CloudFormationClient.d.ts +13 -15
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -3
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +8 -9
- package/dist-types/commands/CreateChangeSetCommand.d.ts +19 -22
- package/dist-types/commands/CreateStackCommand.d.ts +4 -5
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +9 -10
- package/dist-types/commands/CreateStackSetCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +77 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +8 -9
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -4
- package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -7
- package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +82 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +5 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +9 -8
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +10 -11
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/DetectStackDriftCommand.d.ts +17 -17
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +10 -9
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +21 -28
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +13 -15
- package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +5 -5
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +9 -17
- package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +4 -4
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +8 -10
- package/dist-types/commands/ListStacksCommand.d.ts +3 -4
- package/dist-types/commands/PublishTypeCommand.d.ts +3 -2
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +4 -4
- package/dist-types/commands/RegisterPublisherCommand.d.ts +5 -5
- package/dist-types/commands/RegisterTypeCommand.d.ts +11 -11
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -6
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +6 -6
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +11 -10
- package/dist-types/commands/UpdateStackCommand.d.ts +4 -5
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +15 -18
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -10
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -6
- package/dist-types/commands/ValidateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +8 -13
- package/dist-types/models/models_0.d.ts +2198 -2448
- package/dist-types/protocols/Aws_query.d.ts +27 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +51 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -16
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- 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.