@aws-sdk/client-cloudformation 3.489.0 → 3.495.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/CloudFormation.js +1 -151
- package/dist-cjs/CloudFormationClient.js +1 -43
- package/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/ActivateTypeCommand.js +1 -28
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -28
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +1 -28
- package/dist-cjs/commands/CreateChangeSetCommand.js +1 -28
- package/dist-cjs/commands/CreateStackCommand.js +1 -28
- package/dist-cjs/commands/CreateStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/CreateStackSetCommand.js +1 -28
- package/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/DeactivateTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteChangeSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/DeleteStackSetCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeChangeSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +1 -28
- package/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +1 -28
- package/dist-cjs/commands/DescribePublisherCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackEventsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +1 -28
- package/dist-cjs/commands/DescribeStacksCommand.js +1 -28
- package/dist-cjs/commands/DescribeTypeCommand.js +1 -28
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +1 -28
- package/dist-cjs/commands/DetectStackDriftCommand.js +1 -28
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +1 -28
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +1 -28
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +1 -28
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +1 -28
- package/dist-cjs/commands/GetStackPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +1 -28
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +1 -28
- package/dist-cjs/commands/ListChangeSetsCommand.js +1 -28
- package/dist-cjs/commands/ListExportsCommand.js +1 -28
- package/dist-cjs/commands/ListImportsCommand.js +1 -28
- package/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +1 -28
- package/dist-cjs/commands/ListStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListStackResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +1 -28
- package/dist-cjs/commands/ListStackSetsCommand.js +1 -28
- package/dist-cjs/commands/ListStacksCommand.js +1 -28
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +1 -28
- package/dist-cjs/commands/ListTypeVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListTypesCommand.js +1 -28
- package/dist-cjs/commands/PublishTypeCommand.js +1 -28
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +1 -28
- package/dist-cjs/commands/RegisterPublisherCommand.js +1 -28
- package/dist-cjs/commands/RegisterTypeCommand.js +1 -28
- package/dist-cjs/commands/RollbackStackCommand.js +1 -28
- package/dist-cjs/commands/SetStackPolicyCommand.js +1 -28
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +1 -28
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +1 -28
- package/dist-cjs/commands/SignalResourceCommand.js +1 -28
- package/dist-cjs/commands/StopStackSetOperationCommand.js +1 -28
- package/dist-cjs/commands/TestTypeCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +1 -28
- package/dist-cjs/commands/UpdateStackSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +1 -28
- package/dist-cjs/commands/ValidateTemplateCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +11647 -12
- package/dist-cjs/models/CloudFormationServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -662
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStacksPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStackSetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStacksPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTypesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_query.js +1 -8546
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -11
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +1 -48
- package/dist-cjs/waiters/waitForStackCreateComplete.js +1 -258
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +1 -152
- package/dist-cjs/waiters/waitForStackExists.js +1 -31
- package/dist-cjs/waiters/waitForStackImportComplete.js +1 -122
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +1 -92
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +1 -92
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +1 -45
- package/package.json +41 -41
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeStackEvents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const DescribeStackEventsCommand_1 = require("../commands/DescribeStackEventsCommand");
|
|
7
|
-
exports.paginateDescribeStackEvents = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, DescribeStackEventsCommand_1.DescribeStackEventsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeStackResourceDrifts = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const DescribeStackResourceDriftsCommand_1 = require("../commands/DescribeStackResourceDriftsCommand");
|
|
7
|
-
exports.paginateDescribeStackResourceDrifts = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, DescribeStackResourceDriftsCommand_1.DescribeStackResourceDriftsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeStacks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const DescribeStacksCommand_1 = require("../commands/DescribeStacksCommand");
|
|
7
|
-
exports.paginateDescribeStacks = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, DescribeStacksCommand_1.DescribeStacksCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListChangeSets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListChangeSetsCommand_1 = require("../commands/ListChangeSetsCommand");
|
|
7
|
-
exports.paginateListChangeSets = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListChangeSetsCommand_1.ListChangeSetsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExports = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListExportsCommand_1 = require("../commands/ListExportsCommand");
|
|
7
|
-
exports.paginateListExports = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListExportsCommand_1.ListExportsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListImports = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListImportsCommand_1 = require("../commands/ListImportsCommand");
|
|
7
|
-
exports.paginateListImports = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListImportsCommand_1.ListImportsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStackInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStackInstancesCommand_1 = require("../commands/ListStackInstancesCommand");
|
|
7
|
-
exports.paginateListStackInstances = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStackInstancesCommand_1.ListStackInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStackResources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStackResourcesCommand_1 = require("../commands/ListStackResourcesCommand");
|
|
7
|
-
exports.paginateListStackResources = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStackResourcesCommand_1.ListStackResourcesCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStackSetOperationResults = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStackSetOperationResultsCommand_1 = require("../commands/ListStackSetOperationResultsCommand");
|
|
7
|
-
exports.paginateListStackSetOperationResults = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStackSetOperationResultsCommand_1.ListStackSetOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStackSetOperations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStackSetOperationsCommand_1 = require("../commands/ListStackSetOperationsCommand");
|
|
7
|
-
exports.paginateListStackSetOperations = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStackSetOperationsCommand_1.ListStackSetOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStackSets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStackSetsCommand_1 = require("../commands/ListStackSetsCommand");
|
|
7
|
-
exports.paginateListStackSets = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStackSetsCommand_1.ListStackSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStacks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListStacksCommand_1 = require("../commands/ListStacksCommand");
|
|
7
|
-
exports.paginateListStacks = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListStacksCommand_1.ListStacksCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTypeRegistrations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListTypeRegistrationsCommand_1 = require("../commands/ListTypeRegistrationsCommand");
|
|
7
|
-
exports.paginateListTypeRegistrations = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListTypeRegistrationsCommand_1.ListTypeRegistrationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTypeVersions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListTypeVersionsCommand_1 = require("../commands/ListTypeVersionsCommand");
|
|
7
|
-
exports.paginateListTypeVersions = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListTypeVersionsCommand_1.ListTypeVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTypes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const CloudFormationClient_1 = require("../CloudFormationClient");
|
|
6
|
-
const ListTypesCommand_1 = require("../commands/ListTypesCommand");
|
|
7
|
-
exports.paginateListTypes = (0, core_1.createPaginator)(CloudFormationClient_1.CloudFormationClient, ListTypesCommand_1.ListTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeAccountLimitsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeStackEventsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribeStackResourceDriftsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DescribeStacksPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListChangeSetsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListExportsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListImportsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListStackInstancesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListStackResourcesPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListStackSetOperationResultsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListStackSetOperationsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListStackSetsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListStacksPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListTypeRegistrationsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListTypeVersionsPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTypesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|