@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,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegisterPublisherCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class RegisterPublisherCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "RegisterPublisher", {})
|
|
22
|
-
.n("CloudFormationClient", "RegisterPublisherCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_RegisterPublisherCommand)
|
|
25
|
-
.de(Aws_query_1.de_RegisterPublisherCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RegisterPublisherCommand = RegisterPublisherCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegisterTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class RegisterTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "RegisterType", {})
|
|
22
|
-
.n("CloudFormationClient", "RegisterTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_RegisterTypeCommand)
|
|
25
|
-
.de(Aws_query_1.de_RegisterTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RegisterTypeCommand = RegisterTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RollbackStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class RollbackStackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "RollbackStack", {})
|
|
22
|
-
.n("CloudFormationClient", "RollbackStackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_RollbackStackCommand)
|
|
25
|
-
.de(Aws_query_1.de_RollbackStackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RollbackStackCommand = RollbackStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetStackPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class SetStackPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "SetStackPolicy", {})
|
|
22
|
-
.n("CloudFormationClient", "SetStackPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_SetStackPolicyCommand)
|
|
25
|
-
.de(Aws_query_1.de_SetStackPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetStackPolicyCommand = SetStackPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetTypeConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class SetTypeConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "SetTypeConfiguration", {})
|
|
22
|
-
.n("CloudFormationClient", "SetTypeConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_SetTypeConfigurationCommand)
|
|
25
|
-
.de(Aws_query_1.de_SetTypeConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetTypeConfigurationCommand = SetTypeConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetTypeDefaultVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class SetTypeDefaultVersionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "SetTypeDefaultVersion", {})
|
|
22
|
-
.n("CloudFormationClient", "SetTypeDefaultVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_SetTypeDefaultVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_SetTypeDefaultVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SetTypeDefaultVersionCommand = SetTypeDefaultVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SignalResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class SignalResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "SignalResource", {})
|
|
22
|
-
.n("CloudFormationClient", "SignalResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_SignalResourceCommand)
|
|
25
|
-
.de(Aws_query_1.de_SignalResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SignalResourceCommand = SignalResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopStackSetOperationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class StopStackSetOperationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "StopStackSetOperation", {})
|
|
22
|
-
.n("CloudFormationClient", "StopStackSetOperationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_StopStackSetOperationCommand)
|
|
25
|
-
.de(Aws_query_1.de_StopStackSetOperationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopStackSetOperationCommand = StopStackSetOperationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TestTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class TestTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "TestType", {})
|
|
22
|
-
.n("CloudFormationClient", "TestTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_TestTypeCommand)
|
|
25
|
-
.de(Aws_query_1.de_TestTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TestTypeCommand = TestTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStackCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class UpdateStackCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "UpdateStack", {})
|
|
22
|
-
.n("CloudFormationClient", "UpdateStackCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateStackCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateStackCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateStackCommand = UpdateStackCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStackInstancesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class UpdateStackInstancesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "UpdateStackInstances", {})
|
|
22
|
-
.n("CloudFormationClient", "UpdateStackInstancesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateStackInstancesCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateStackInstancesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateStackInstancesCommand = UpdateStackInstancesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStackSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class UpdateStackSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "UpdateStackSet", {})
|
|
22
|
-
.n("CloudFormationClient", "UpdateStackSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateStackSetCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateStackSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateStackSetCommand = UpdateStackSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTerminationProtectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class UpdateTerminationProtectionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "UpdateTerminationProtection", {})
|
|
22
|
-
.n("CloudFormationClient", "UpdateTerminationProtectionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateTerminationProtectionCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateTerminationProtectionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTerminationProtectionCommand = UpdateTerminationProtectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidateTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ValidateTemplateCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CloudFormation", "ValidateTemplate", {})
|
|
22
|
-
.n("CloudFormationClient", "ValidateTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ValidateTemplateCommand)
|
|
25
|
-
.de(Aws_query_1.de_ValidateTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ValidateTemplateCommand = ValidateTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,73 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ActivateOrganizationsAccessCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ActivateTypeCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchDescribeTypeConfigurationsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CancelUpdateStackCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ContinueUpdateRollbackCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateChangeSetCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateStackCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateStackInstancesCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateStackSetCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeactivateOrganizationsAccessCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeactivateTypeCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteChangeSetCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteStackCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteStackInstancesCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteStackSetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeregisterTypeCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeChangeSetCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeChangeSetHooksCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeOrganizationsAccessCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribePublisherCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeStackDriftDetectionStatusCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DescribeStackEventsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeStackInstanceCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeStackResourceCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeStackResourceDriftsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeStackResourcesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeStackSetCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeStackSetOperationCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribeStacksCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DescribeTypeCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DescribeTypeRegistrationCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./DetectStackDriftCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./DetectStackResourceDriftCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./DetectStackSetDriftCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./EstimateTemplateCostCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ExecuteChangeSetCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./GetStackPolicyCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./GetTemplateCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./GetTemplateSummaryCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ImportStacksToStackSetCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListChangeSetsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListExportsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListImportsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListStackInstanceResourceDriftsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListStackInstancesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListStackResourcesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListStackSetOperationResultsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListStackSetOperationsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListStackSetsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListStacksCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListTypeRegistrationsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListTypeVersionsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListTypesCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./PublishTypeCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./RecordHandlerProgressCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./RegisterPublisherCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./RegisterTypeCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./RollbackStackCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./SetStackPolicyCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./SetTypeConfigurationCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./SetTypeDefaultVersionCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./SignalResourceCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./StopStackSetOperationCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./TestTypeCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateStackCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdateStackInstancesCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./UpdateStackSetCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./UpdateTerminationProtectionCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./ValidateTemplateCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "cloudformation",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|