@aws-sdk/client-cloudformation 3.929.0 → 3.931.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/dist-cjs/index.js +3126 -9437
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudFormation.js +2 -0
- package/dist-es/CloudFormationClient.js +2 -0
- package/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/ActivateTypeCommand.js +3 -9
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
- package/dist-es/commands/CancelUpdateStackCommand.js +3 -9
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
- package/dist-es/commands/CreateChangeSetCommand.js +3 -9
- package/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/CreateStackCommand.js +3 -9
- package/dist-es/commands/CreateStackInstancesCommand.js +3 -9
- package/dist-es/commands/CreateStackRefactorCommand.js +3 -9
- package/dist-es/commands/CreateStackSetCommand.js +3 -9
- package/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DeactivateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteChangeSetCommand.js +3 -9
- package/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteStackCommand.js +3 -9
- package/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
- package/dist-es/commands/DeleteStackSetCommand.js +3 -9
- package/dist-es/commands/DeregisterTypeCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetCommand.js +3 -9
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
- package/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
- package/dist-es/commands/DescribePublisherCommand.js +3 -9
- package/dist-es/commands/DescribeResourceScanCommand.js +3 -9
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
- package/dist-es/commands/DescribeStackEventsCommand.js +3 -9
- package/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
- package/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
- package/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetCommand.js +3 -9
- package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
- package/dist-es/commands/DescribeStacksCommand.js +3 -9
- package/dist-es/commands/DescribeTypeCommand.js +3 -9
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
- package/dist-es/commands/DetectStackDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
- package/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
- package/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
- package/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
- package/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
- package/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/GetHookResultCommand.js +16 -0
- package/dist-es/commands/GetStackPolicyCommand.js +3 -9
- package/dist-es/commands/GetTemplateCommand.js +3 -9
- package/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
- package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
- package/dist-es/commands/ListChangeSetsCommand.js +3 -9
- package/dist-es/commands/ListExportsCommand.js +3 -9
- package/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
- package/dist-es/commands/ListHookResultsCommand.js +3 -9
- package/dist-es/commands/ListImportsCommand.js +3 -9
- package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
- package/dist-es/commands/ListResourceScansCommand.js +3 -9
- package/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
- package/dist-es/commands/ListStackInstancesCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
- package/dist-es/commands/ListStackRefactorsCommand.js +3 -9
- package/dist-es/commands/ListStackResourcesCommand.js +3 -9
- package/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
- package/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
- package/dist-es/commands/ListStackSetsCommand.js +3 -9
- package/dist-es/commands/ListStacksCommand.js +3 -9
- package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
- package/dist-es/commands/ListTypeVersionsCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/PublishTypeCommand.js +3 -9
- package/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
- package/dist-es/commands/RegisterPublisherCommand.js +3 -9
- package/dist-es/commands/RegisterTypeCommand.js +3 -9
- package/dist-es/commands/RollbackStackCommand.js +3 -9
- package/dist-es/commands/SetStackPolicyCommand.js +3 -9
- package/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
- package/dist-es/commands/SignalResourceCommand.js +3 -9
- package/dist-es/commands/StartResourceScanCommand.js +3 -9
- package/dist-es/commands/StopStackSetOperationCommand.js +3 -9
- package/dist-es/commands/TestTypeCommand.js +3 -9
- package/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
- package/dist-es/commands/UpdateStackCommand.js +3 -9
- package/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
- package/dist-es/commands/UpdateStackSetCommand.js +3 -9
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
- package/dist-es/commands/ValidateTemplateCommand.js +3 -9
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +29 -18
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +3052 -0
- package/dist-types/CloudFormation.d.ts +15 -8
- package/dist-types/CloudFormationClient.d.ts +20 -10
- package/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +2 -2
- package/dist-types/commands/GetHookResultCommand.d.ts +104 -0
- package/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +319 -434
- package/dist-types/models/models_1.d.ts +328 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +18 -1
- package/dist-types/ts3.4/CloudFormationClient.d.ts +10 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +65 -58
- package/dist-types/ts3.4/models/models_1.d.ts +54 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +461 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_query.js +0 -8938
- package/dist-types/protocols/Aws_query.d.ts +0 -794
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTypeRegistrations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTypeRegistrationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "ListTypeRegistrations", {})
|
|
17
13
|
.n("CloudFormationClient", "ListTypeRegistrationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTypeRegistrationsCommand)
|
|
20
|
-
.de(de_ListTypeRegistrationsCommand)
|
|
14
|
+
.sc(ListTypeRegistrations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTypeVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTypeVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "ListTypeVersions", {})
|
|
17
13
|
.n("CloudFormationClient", "ListTypeVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTypeVersionsCommand)
|
|
20
|
-
.de(de_ListTypeVersionsCommand)
|
|
14
|
+
.sc(ListTypeVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "ListTypes", {})
|
|
17
13
|
.n("CloudFormationClient", "ListTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTypesCommand)
|
|
20
|
-
.de(de_ListTypesCommand)
|
|
14
|
+
.sc(ListTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PublishType } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PublishTypeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "PublishType", {})
|
|
17
13
|
.n("CloudFormationClient", "PublishTypeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PublishTypeCommand)
|
|
20
|
-
.de(de_PublishTypeCommand)
|
|
14
|
+
.sc(PublishType)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RecordHandlerProgress } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RecordHandlerProgressCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "RecordHandlerProgress", {})
|
|
17
13
|
.n("CloudFormationClient", "RecordHandlerProgressCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RecordHandlerProgressCommand)
|
|
20
|
-
.de(de_RecordHandlerProgressCommand)
|
|
14
|
+
.sc(RecordHandlerProgress)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RegisterPublisher } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterPublisherCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "RegisterPublisher", {})
|
|
17
13
|
.n("CloudFormationClient", "RegisterPublisherCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterPublisherCommand)
|
|
20
|
-
.de(de_RegisterPublisherCommand)
|
|
14
|
+
.sc(RegisterPublisher)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RegisterType } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterTypeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "RegisterType", {})
|
|
17
13
|
.n("CloudFormationClient", "RegisterTypeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterTypeCommand)
|
|
20
|
-
.de(de_RegisterTypeCommand)
|
|
14
|
+
.sc(RegisterType)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RollbackStack } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RollbackStackCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "RollbackStack", {})
|
|
17
13
|
.n("CloudFormationClient", "RollbackStackCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RollbackStackCommand)
|
|
20
|
-
.de(de_RollbackStackCommand)
|
|
14
|
+
.sc(RollbackStack)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SetStackPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SetStackPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "SetStackPolicy", {})
|
|
17
13
|
.n("CloudFormationClient", "SetStackPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SetStackPolicyCommand)
|
|
20
|
-
.de(de_SetStackPolicyCommand)
|
|
14
|
+
.sc(SetStackPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SetTypeConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SetTypeConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "SetTypeConfiguration", {})
|
|
17
13
|
.n("CloudFormationClient", "SetTypeConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SetTypeConfigurationCommand)
|
|
20
|
-
.de(de_SetTypeConfigurationCommand)
|
|
14
|
+
.sc(SetTypeConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SetTypeDefaultVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SetTypeDefaultVersionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "SetTypeDefaultVersion", {})
|
|
17
13
|
.n("CloudFormationClient", "SetTypeDefaultVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SetTypeDefaultVersionCommand)
|
|
20
|
-
.de(de_SetTypeDefaultVersionCommand)
|
|
14
|
+
.sc(SetTypeDefaultVersion)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SignalResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SignalResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "SignalResource", {})
|
|
17
13
|
.n("CloudFormationClient", "SignalResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SignalResourceCommand)
|
|
20
|
-
.de(de_SignalResourceCommand)
|
|
14
|
+
.sc(SignalResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartResourceScan } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartResourceScanCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "StartResourceScan", {})
|
|
17
13
|
.n("CloudFormationClient", "StartResourceScanCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartResourceScanCommand)
|
|
20
|
-
.de(de_StartResourceScanCommand)
|
|
14
|
+
.sc(StartResourceScan)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopStackSetOperation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopStackSetOperationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "StopStackSetOperation", {})
|
|
17
13
|
.n("CloudFormationClient", "StopStackSetOperationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopStackSetOperationCommand)
|
|
20
|
-
.de(de_StopStackSetOperationCommand)
|
|
14
|
+
.sc(StopStackSetOperation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TestType } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TestTypeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "TestType", {})
|
|
17
13
|
.n("CloudFormationClient", "TestTypeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TestTypeCommand)
|
|
20
|
-
.de(de_TestTypeCommand)
|
|
14
|
+
.sc(TestType)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateGeneratedTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateGeneratedTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "UpdateGeneratedTemplate", {})
|
|
17
13
|
.n("CloudFormationClient", "UpdateGeneratedTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateGeneratedTemplateCommand)
|
|
20
|
-
.de(de_UpdateGeneratedTemplateCommand)
|
|
14
|
+
.sc(UpdateGeneratedTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateStack } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateStackCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "UpdateStack", {})
|
|
17
13
|
.n("CloudFormationClient", "UpdateStackCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateStackCommand)
|
|
20
|
-
.de(de_UpdateStackCommand)
|
|
14
|
+
.sc(UpdateStack)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateStackInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateStackInstancesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "UpdateStackInstances", {})
|
|
17
13
|
.n("CloudFormationClient", "UpdateStackInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateStackInstancesCommand)
|
|
20
|
-
.de(de_UpdateStackInstancesCommand)
|
|
14
|
+
.sc(UpdateStackInstances)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateStackSet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateStackSetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "UpdateStackSet", {})
|
|
17
13
|
.n("CloudFormationClient", "UpdateStackSetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateStackSetCommand)
|
|
20
|
-
.de(de_UpdateStackSetCommand)
|
|
14
|
+
.sc(UpdateStackSet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateTerminationProtection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateTerminationProtectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "UpdateTerminationProtection", {})
|
|
17
13
|
.n("CloudFormationClient", "UpdateTerminationProtectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateTerminationProtectionCommand)
|
|
20
|
-
.de(de_UpdateTerminationProtectionCommand)
|
|
14
|
+
.sc(UpdateTerminationProtection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ValidateTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ValidateTemplateCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CloudFormation", "ValidateTemplate", {})
|
|
17
13
|
.n("CloudFormationClient", "ValidateTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ValidateTemplateCommand)
|
|
20
|
-
.de(de_ValidateTemplateCommand)
|
|
14
|
+
.sc(ValidateTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -43,6 +43,7 @@ export * from "./EstimateTemplateCostCommand";
|
|
|
43
43
|
export * from "./ExecuteChangeSetCommand";
|
|
44
44
|
export * from "./ExecuteStackRefactorCommand";
|
|
45
45
|
export * from "./GetGeneratedTemplateCommand";
|
|
46
|
+
export * from "./GetHookResultCommand";
|
|
46
47
|
export * from "./GetStackPolicyCommand";
|
|
47
48
|
export * from "./GetTemplateCommand";
|
|
48
49
|
export * from "./GetTemplateSummaryCommand";
|