@aws-sdk/client-cloudformation 3.477.0 → 3.481.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/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +18 -41
- package/dist-cjs/commands/ActivateTypeCommand.js +18 -41
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/CancelUpdateStackCommand.js +18 -41
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +18 -41
- package/dist-cjs/commands/CreateChangeSetCommand.js +18 -41
- package/dist-cjs/commands/CreateStackCommand.js +18 -41
- package/dist-cjs/commands/CreateStackInstancesCommand.js +18 -41
- package/dist-cjs/commands/CreateStackSetCommand.js +18 -41
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +18 -41
- package/dist-cjs/commands/DeactivateTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteChangeSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteStackCommand.js +18 -41
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +18 -41
- package/dist-cjs/commands/DeleteStackSetCommand.js +18 -41
- package/dist-cjs/commands/DeregisterTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeChangeSetCommand.js +18 -41
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +18 -41
- package/dist-cjs/commands/DescribePublisherCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackEventsCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackResourceCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackSetCommand.js +18 -41
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +18 -41
- package/dist-cjs/commands/DescribeStacksCommand.js +18 -41
- package/dist-cjs/commands/DescribeTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +18 -41
- package/dist-cjs/commands/DetectStackDriftCommand.js +18 -41
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +18 -41
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +18 -41
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +18 -41
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +18 -41
- package/dist-cjs/commands/GetStackPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +18 -41
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +18 -41
- package/dist-cjs/commands/ListChangeSetsCommand.js +18 -41
- package/dist-cjs/commands/ListExportsCommand.js +18 -41
- package/dist-cjs/commands/ListImportsCommand.js +18 -41
- package/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +18 -41
- package/dist-cjs/commands/ListStackInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListStackResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +18 -41
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListStackSetsCommand.js +18 -41
- package/dist-cjs/commands/ListStacksCommand.js +18 -41
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +18 -41
- package/dist-cjs/commands/ListTypeVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListTypesCommand.js +18 -41
- package/dist-cjs/commands/PublishTypeCommand.js +18 -41
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +18 -41
- package/dist-cjs/commands/RegisterPublisherCommand.js +18 -41
- package/dist-cjs/commands/RegisterTypeCommand.js +18 -41
- package/dist-cjs/commands/RollbackStackCommand.js +18 -41
- package/dist-cjs/commands/SetStackPolicyCommand.js +18 -41
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +18 -41
- package/dist-cjs/commands/SignalResourceCommand.js +18 -41
- package/dist-cjs/commands/StopStackSetOperationCommand.js +18 -41
- package/dist-cjs/commands/TestTypeCommand.js +18 -41
- package/dist-cjs/commands/UpdateStackCommand.js +18 -41
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +18 -41
- package/dist-cjs/commands/UpdateStackSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +18 -41
- package/dist-cjs/commands/ValidateTemplateCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +2 -23
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +2 -23
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeStacksPaginator.js +2 -23
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +2 -23
- package/dist-cjs/pagination/ListExportsPaginator.js +2 -23
- package/dist-cjs/pagination/ListImportsPaginator.js +2 -23
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +2 -23
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStackSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStacksPaginator.js +2 -23
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTypesPaginator.js +2 -24
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +18 -41
- package/dist-es/commands/ActivateTypeCommand.js +18 -41
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +18 -41
- package/dist-es/commands/CancelUpdateStackCommand.js +18 -41
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +18 -41
- package/dist-es/commands/CreateChangeSetCommand.js +18 -41
- package/dist-es/commands/CreateStackCommand.js +18 -41
- package/dist-es/commands/CreateStackInstancesCommand.js +18 -41
- package/dist-es/commands/CreateStackSetCommand.js +18 -41
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +18 -41
- package/dist-es/commands/DeactivateTypeCommand.js +18 -41
- package/dist-es/commands/DeleteChangeSetCommand.js +18 -41
- package/dist-es/commands/DeleteStackCommand.js +18 -41
- package/dist-es/commands/DeleteStackInstancesCommand.js +18 -41
- package/dist-es/commands/DeleteStackSetCommand.js +18 -41
- package/dist-es/commands/DeregisterTypeCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeChangeSetCommand.js +18 -41
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +18 -41
- package/dist-es/commands/DescribePublisherCommand.js +18 -41
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +18 -41
- package/dist-es/commands/DescribeStackEventsCommand.js +18 -41
- package/dist-es/commands/DescribeStackInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeStackResourceCommand.js +18 -41
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +18 -41
- package/dist-es/commands/DescribeStackResourcesCommand.js +18 -41
- package/dist-es/commands/DescribeStackSetCommand.js +18 -41
- package/dist-es/commands/DescribeStackSetOperationCommand.js +18 -41
- package/dist-es/commands/DescribeStacksCommand.js +18 -41
- package/dist-es/commands/DescribeTypeCommand.js +18 -41
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +18 -41
- package/dist-es/commands/DetectStackDriftCommand.js +18 -41
- package/dist-es/commands/DetectStackResourceDriftCommand.js +18 -41
- package/dist-es/commands/DetectStackSetDriftCommand.js +18 -41
- package/dist-es/commands/EstimateTemplateCostCommand.js +18 -41
- package/dist-es/commands/ExecuteChangeSetCommand.js +18 -41
- package/dist-es/commands/GetStackPolicyCommand.js +18 -41
- package/dist-es/commands/GetTemplateCommand.js +18 -41
- package/dist-es/commands/GetTemplateSummaryCommand.js +18 -41
- package/dist-es/commands/ImportStacksToStackSetCommand.js +18 -41
- package/dist-es/commands/ListChangeSetsCommand.js +18 -41
- package/dist-es/commands/ListExportsCommand.js +18 -41
- package/dist-es/commands/ListImportsCommand.js +18 -41
- package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +18 -41
- package/dist-es/commands/ListStackInstancesCommand.js +18 -41
- package/dist-es/commands/ListStackResourcesCommand.js +18 -41
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +18 -41
- package/dist-es/commands/ListStackSetOperationsCommand.js +18 -41
- package/dist-es/commands/ListStackSetsCommand.js +18 -41
- package/dist-es/commands/ListStacksCommand.js +18 -41
- package/dist-es/commands/ListTypeRegistrationsCommand.js +18 -41
- package/dist-es/commands/ListTypeVersionsCommand.js +18 -41
- package/dist-es/commands/ListTypesCommand.js +18 -41
- package/dist-es/commands/PublishTypeCommand.js +18 -41
- package/dist-es/commands/RecordHandlerProgressCommand.js +18 -41
- package/dist-es/commands/RegisterPublisherCommand.js +18 -41
- package/dist-es/commands/RegisterTypeCommand.js +18 -41
- package/dist-es/commands/RollbackStackCommand.js +18 -41
- package/dist-es/commands/SetStackPolicyCommand.js +18 -41
- package/dist-es/commands/SetTypeConfigurationCommand.js +18 -41
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +18 -41
- package/dist-es/commands/SignalResourceCommand.js +18 -41
- package/dist-es/commands/StopStackSetOperationCommand.js +18 -41
- package/dist-es/commands/TestTypeCommand.js +18 -41
- package/dist-es/commands/UpdateStackCommand.js +18 -41
- package/dist-es/commands/UpdateStackInstancesCommand.js +18 -41
- package/dist-es/commands/UpdateStackSetCommand.js +18 -41
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +18 -41
- package/dist-es/commands/ValidateTemplateCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +2 -22
- package/dist-es/pagination/DescribeStackEventsPaginator.js +2 -22
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +2 -23
- package/dist-es/pagination/DescribeStacksPaginator.js +2 -22
- package/dist-es/pagination/ListChangeSetsPaginator.js +2 -22
- package/dist-es/pagination/ListExportsPaginator.js +2 -22
- package/dist-es/pagination/ListImportsPaginator.js +2 -22
- package/dist-es/pagination/ListStackInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListStackResourcesPaginator.js +2 -22
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +2 -23
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListStackSetsPaginator.js +2 -23
- package/dist-es/pagination/ListStacksPaginator.js +2 -22
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +2 -23
- package/dist-es/pagination/ListTypeVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListTypesPaginator.js +2 -23
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +6 -21
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -21
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +6 -21
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -21
- package/dist-types/commands/CreateChangeSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateStackCommand.d.ts +6 -21
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +6 -21
- package/dist-types/commands/CreateStackSetCommand.d.ts +6 -21
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +6 -21
- package/dist-types/commands/DeactivateTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStackCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStackSetCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +6 -21
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackSetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStacksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +6 -21
- package/dist-types/commands/DetectStackDriftCommand.d.ts +6 -21
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +6 -21
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +6 -21
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +6 -21
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +6 -21
- package/dist-types/commands/GetStackPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +6 -21
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +6 -21
- package/dist-types/commands/ListChangeSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListExportsCommand.d.ts +6 -21
- package/dist-types/commands/ListImportsCommand.d.ts +6 -21
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +6 -21
- package/dist-types/commands/ListStackInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListStackResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +6 -21
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListStackSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListStacksCommand.d.ts +6 -21
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesCommand.d.ts +6 -21
- package/dist-types/commands/PublishTypeCommand.d.ts +6 -21
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -21
- package/dist-types/commands/RegisterPublisherCommand.d.ts +6 -21
- package/dist-types/commands/RegisterTypeCommand.d.ts +6 -21
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -21
- package/dist-types/commands/SetStackPolicyCommand.d.ts +6 -21
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +6 -21
- package/dist-types/commands/SignalResourceCommand.d.ts +6 -21
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +6 -21
- package/dist-types/commands/TestTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStackSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -21
- package/dist-types/commands/ValidateTemplateCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { PublishTypeInput, PublishTypeOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PublishTypeCommandInput extends PublishTypeInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PublishTypeCommand_base: {
|
|
24
|
+
new (input: PublishTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PublishTypeCommandInput, PublishTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Publishes the specified extension to the CloudFormation registry as a public extension in this Region.
|
|
@@ -65,23 +68,5 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class PublishTypeCommand extends
|
|
69
|
-
readonly input: PublishTypeCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: PublishTypeCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishTypeCommandInput, PublishTypeCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class PublishTypeCommand extends PublishTypeCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RecordHandlerProgressCommandInput extends RecordHandlerProgress
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgressOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RecordHandlerProgressCommand_base: {
|
|
24
|
+
new (input: RecordHandlerProgressCommandInput): import("@smithy/smithy-client").CommandImpl<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Reports progress of a resource handler to CloudFormation.</p>
|
|
@@ -65,23 +68,5 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class RecordHandlerProgressCommand extends
|
|
69
|
-
readonly input: RecordHandlerProgressCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: RecordHandlerProgressCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecordHandlerProgressCommandInput, RecordHandlerProgressCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class RecordHandlerProgressCommand extends RecordHandlerProgressCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterPublisherCommandInput extends RegisterPublisherInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterPublisherCommand_base: {
|
|
24
|
+
new (input: RegisterPublisherCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterPublisherCommandInput, RegisterPublisherCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers your account as a publisher of public extensions in the CloudFormation registry. Public
|
|
@@ -59,23 +62,5 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class RegisterPublisherCommand extends
|
|
63
|
-
readonly input: RegisterPublisherCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: RegisterPublisherCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterPublisherCommandInput, RegisterPublisherCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class RegisterPublisherCommand extends RegisterPublisherCommand_base {
|
|
81
66
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterTypeCommandInput extends RegisterTypeInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterTypeCommand_base: {
|
|
24
|
+
new (input: RegisterTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterTypeCommandInput, RegisterTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers an extension with the CloudFormation service. Registering an extension makes it available for
|
|
@@ -82,23 +85,5 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class RegisterTypeCommand extends
|
|
86
|
-
readonly input: RegisterTypeCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: RegisterTypeCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTypeCommandInput, RegisterTypeCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class RegisterTypeCommand extends RegisterTypeCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { RollbackStackInput, RollbackStackOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RollbackStackCommandInput extends RollbackStackInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RollbackStackCommandOutput extends RollbackStackOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RollbackStackCommand_base: {
|
|
24
|
+
new (input: RollbackStackCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStackCommandInput, RollbackStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an
|
|
@@ -89,23 +92,5 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class RollbackStackCommand extends
|
|
93
|
-
readonly input: RollbackStackCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: RollbackStackCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RollbackStackCommandInput, RollbackStackCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class RollbackStackCommand extends RollbackStackCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { SetStackPolicyInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetStackPolicyCommandInput extends SetStackPolicyInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetStackPolicyCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetStackPolicyCommand_base: {
|
|
24
|
+
new (input: SetStackPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetStackPolicyCommandInput, SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets a stack policy for a specified stack.</p>
|
|
@@ -51,23 +54,5 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
|
|
|
51
54
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
52
55
|
*
|
|
53
56
|
*/
|
|
54
|
-
export declare class SetStackPolicyCommand extends
|
|
55
|
-
readonly input: SetStackPolicyCommandInput;
|
|
56
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
-
/**
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
constructor(input: SetStackPolicyCommandInput);
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetStackPolicyCommandInput, SetStackPolicyCommandOutput>;
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
private serialize;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private deserialize;
|
|
57
|
+
export declare class SetStackPolicyCommand extends SetStackPolicyCommand_base {
|
|
73
58
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetTypeConfigurationCommandInput extends SetTypeConfigurationIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetTypeConfigurationCommand_base: {
|
|
24
|
+
new (input: SetTypeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Specifies the configuration data for a registered CloudFormation extension, in the given account and
|
|
@@ -71,23 +74,5 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class SetTypeConfigurationCommand extends
|
|
75
|
-
readonly input: SetTypeConfigurationCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: SetTypeConfigurationCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTypeConfigurationCommandInput, SetTypeConfigurationCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class SetTypeConfigurationCommand extends SetTypeConfigurationCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetTypeDefaultVersionCommandInput extends SetTypeDefaultVersion
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetTypeDefaultVersionCommand_base: {
|
|
24
|
+
new (input: SetTypeDefaultVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.</p>
|
|
@@ -58,23 +61,5 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class SetTypeDefaultVersionCommand extends
|
|
62
|
-
readonly input: SetTypeDefaultVersionCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: SetTypeDefaultVersionCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTypeDefaultVersionCommandInput, SetTypeDefaultVersionCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class SetTypeDefaultVersionCommand extends SetTypeDefaultVersionCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { SignalResourceInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SignalResourceCommandInput extends SignalResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SignalResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SignalResourceCommand_base: {
|
|
24
|
+
new (input: SignalResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SignalResourceCommandInput, SignalResourceCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sends a signal to the specified resource with a success or failure status. You can use the
|
|
@@ -56,23 +59,5 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class SignalResourceCommand extends
|
|
60
|
-
readonly input: SignalResourceCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: SignalResourceCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignalResourceCommandInput, SignalResourceCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class SignalResourceCommand extends SignalResourceCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopStackSetOperationCommandInput extends StopStackSetOperation
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopStackSetOperationCommandOutput extends StopStackSetOperationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopStackSetOperationCommand_base: {
|
|
24
|
+
new (input: StopStackSetOperationCommandInput): import("@smithy/smithy-client").CommandImpl<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops an in-progress operation on a stack set and its associated stack instances. StackSets
|
|
@@ -62,23 +65,5 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class StopStackSetOperationCommand extends
|
|
66
|
-
readonly input: StopStackSetOperationCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: StopStackSetOperationCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStackSetOperationCommandInput, StopStackSetOperationCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class StopStackSetOperationCommand extends StopStackSetOperationCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { TestTypeInput, TestTypeOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TestTypeCommandInput extends TestTypeInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TestTypeCommand_base: {
|
|
24
|
+
new (input: TestTypeCommandInput): import("@smithy/smithy-client").CommandImpl<TestTypeCommandInput, TestTypeCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.</p>
|
|
@@ -82,23 +85,5 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class TestTypeCommand extends
|
|
86
|
-
readonly input: TestTypeCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: TestTypeCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestTypeCommandInput, TestTypeCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class TestTypeCommand extends TestTypeCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateStackCommandInput extends UpdateStackInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateStackCommand_base: {
|
|
24
|
+
new (input: UpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackCommandInput, UpdateStackCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a stack as specified in the template. After the call completes successfully, the stack update starts.
|
|
@@ -105,23 +108,5 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class UpdateStackCommand extends
|
|
109
|
-
readonly input: UpdateStackCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: UpdateStackCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class UpdateStackCommand extends UpdateStackCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateStackInstancesCommandInput extends UpdateStackInstancesIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateStackInstancesCommand_base: {
|
|
24
|
+
new (input: UpdateStackInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.</p>
|
|
@@ -118,23 +121,5 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class UpdateStackInstancesCommand extends
|
|
122
|
-
readonly input: UpdateStackInstancesCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: UpdateStackInstancesCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class UpdateStackInstancesCommand extends UpdateStackInstancesCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
|
5
4
|
import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateStackSetCommandInput extends UpdateStackSetInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateStackSetCommand_base: {
|
|
24
|
+
new (input: UpdateStackSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.</p>
|
|
@@ -132,23 +135,5 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class UpdateStackSetCommand extends
|
|
136
|
-
readonly input: UpdateStackSetCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: UpdateStackSetCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackSetCommandInput, UpdateStackSetCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class UpdateStackSetCommand extends UpdateStackSetCommand_base {
|
|
154
139
|
}
|