@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ExecuteChangeSetCommandInput extends ExecuteChangeSetInput {}
|
|
|
20
14
|
export interface ExecuteChangeSetCommandOutput
|
|
21
15
|
extends ExecuteChangeSetOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ExecuteChangeSetCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ExecuteChangeSetCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ExecuteChangeSetCommandInput,
|
|
22
|
+
ExecuteChangeSetCommandOutput,
|
|
23
|
+
CloudFormationClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ExecuteChangeSetCommand extends ExecuteChangeSetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetStackPolicyCommandInput extends GetStackPolicyInput {}
|
|
|
17
11
|
export interface GetStackPolicyCommandOutput
|
|
18
12
|
extends GetStackPolicyOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetStackPolicyCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetStackPolicyCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetStackPolicyCommandInput,
|
|
19
|
+
GetStackPolicyCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetStackPolicyCommand extends GetStackPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetTemplateCommandInput extends GetTemplateInput {}
|
|
|
17
11
|
export interface GetTemplateCommandOutput
|
|
18
12
|
extends GetTemplateOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetTemplateCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetTemplateCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetTemplateCommandInput,
|
|
19
|
+
GetTemplateCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetTemplateCommand extends GetTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface GetTemplateSummaryCommandInput
|
|
|
21
15
|
export interface GetTemplateSummaryCommandOutput
|
|
22
16
|
extends GetTemplateSummaryOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetTemplateSummaryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetTemplateSummaryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetTemplateSummaryCommandInput,
|
|
23
|
+
GetTemplateSummaryCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetTemplateSummaryCommand extends GetTemplateSummaryCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ImportStacksToStackSetCommandInput
|
|
|
21
15
|
export interface ImportStacksToStackSetCommandOutput
|
|
22
16
|
extends ImportStacksToStackSetOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ImportStacksToStackSetCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ImportStacksToStackSetCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ImportStacksToStackSetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ImportStacksToStackSetCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ImportStacksToStackSetCommandInput,
|
|
38
|
-
ImportStacksToStackSetCommandOutput
|
|
23
|
+
ImportStacksToStackSetCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ImportStacksToStackSetCommand extends ImportStacksToStackSetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListChangeSetsCommandInput extends ListChangeSetsInput {}
|
|
|
17
11
|
export interface ListChangeSetsCommandOutput
|
|
18
12
|
extends ListChangeSetsOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListChangeSetsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListChangeSetsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListChangeSetsCommandInput,
|
|
19
|
+
ListChangeSetsCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListChangeSetsCommand extends ListChangeSetsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListExportsCommandInput extends ListExportsInput {}
|
|
|
17
11
|
export interface ListExportsCommandOutput
|
|
18
12
|
extends ListExportsOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListExportsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListExportsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListExportsCommandInput,
|
|
19
|
+
ListExportsCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListExportsCommand extends ListExportsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListImportsCommandInput extends ListImportsInput {}
|
|
|
17
11
|
export interface ListImportsCommandOutput
|
|
18
12
|
extends ListImportsOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListImportsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListImportsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListImportsCommandInput,
|
|
19
|
+
ListImportsCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListImportsCommand extends ListImportsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListStackInstanceResourceDriftsCommandInput
|
|
|
21
15
|
export interface ListStackInstanceResourceDriftsCommandOutput
|
|
22
16
|
extends ListStackInstanceResourceDriftsOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListStackInstanceResourceDriftsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListStackInstanceResourceDriftsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackInstanceResourceDriftsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListStackInstanceResourceDriftsCommandInput,
|
|
38
|
-
ListStackInstanceResourceDriftsCommandOutput
|
|
23
|
+
ListStackInstanceResourceDriftsCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListStackInstanceResourceDriftsCommand extends ListStackInstanceResourceDriftsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListStackInstancesCommandInput
|
|
|
21
15
|
export interface ListStackInstancesCommandOutput
|
|
22
16
|
extends ListStackInstancesOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListStackInstancesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackInstancesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListStackInstancesCommandInput,
|
|
23
|
+
ListStackInstancesCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListStackInstancesCommand extends ListStackInstancesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface ListStackResourcesCommandInput
|
|
|
21
15
|
export interface ListStackResourcesCommandOutput
|
|
22
16
|
extends ListStackResourcesOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListStackResourcesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackResourcesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListStackResourcesCommandInput,
|
|
23
|
+
ListStackResourcesCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListStackResourcesCommand extends ListStackResourcesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListStackSetOperationResultsCommandInput
|
|
|
21
15
|
export interface ListStackSetOperationResultsCommandOutput
|
|
22
16
|
extends ListStackSetOperationResultsOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListStackSetOperationResultsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListStackSetOperationResultsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListStackSetOperationResultsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackSetOperationResultsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListStackSetOperationResultsCommandInput,
|
|
38
|
-
ListStackSetOperationResultsCommandOutput
|
|
23
|
+
ListStackSetOperationResultsCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListStackSetOperationResultsCommand extends ListStackSetOperationResultsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ListStackSetOperationsCommandInput
|
|
|
21
15
|
export interface ListStackSetOperationsCommandOutput
|
|
22
16
|
extends ListStackSetOperationsOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListStackSetOperationsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListStackSetOperationsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudFormationClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListStackSetOperationsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListStackSetOperationsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListStackSetOperationsCommandInput,
|
|
38
|
-
ListStackSetOperationsCommandOutput
|
|
23
|
+
ListStackSetOperationsCommandOutput,
|
|
24
|
+
CloudFormationClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListStackSetOperationsCommand extends ListStackSetOperationsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudFormationClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListStackSetsCommandInput extends ListStackSetsInput {}
|
|
|
17
11
|
export interface ListStackSetsCommandOutput
|
|
18
12
|
extends ListStackSetsOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListStackSetsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListStackSetsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListStackSetsCommandInput,
|
|
19
|
+
ListStackSetsCommandOutput,
|
|
20
|
+
CloudFormationClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListStackSetsCommand extends ListStackSetsCommand_base {}
|