@aws-sdk/client-cloudformation 3.300.0 → 3.303.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/models/models_0.js +332 -385
- package/dist-es/models/models_0.js +332 -385
- package/dist-types/commands/ActivateTypeCommand.d.ts +2 -2
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -2
- package/dist-types/commands/CreateChangeSetCommand.d.ts +14 -14
- package/dist-types/commands/CreateStackCommand.d.ts +11 -11
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +8 -8
- package/dist-types/commands/CreateStackSetCommand.d.ts +8 -8
- package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +3 -3
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -3
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +5 -5
- package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +3 -3
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListStacksCommand.d.ts +2 -2
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTypesCommand.d.ts +2 -2
- package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTypeCommand.d.ts +2 -2
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +11 -11
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +8 -8
- package/dist-types/commands/UpdateStackSetCommand.d.ts +13 -13
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +597 -332
- package/dist-types/ts3.4/models/models_0.d.ts +423 -332
- package/package.json +35 -35
|
@@ -31,14 +31,14 @@ export interface ActivateTypeCommandOutput extends ActivateTypeOutput, __Metadat
|
|
|
31
31
|
* import { CloudFormationClient, ActivateTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
32
32
|
* // const { CloudFormationClient, ActivateTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
33
33
|
* const client = new CloudFormationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ActivateTypeInput
|
|
35
35
|
* Type: "RESOURCE" || "MODULE" || "HOOK",
|
|
36
36
|
* PublicTypeArn: "STRING_VALUE",
|
|
37
37
|
* PublisherId: "STRING_VALUE",
|
|
38
38
|
* TypeName: "STRING_VALUE",
|
|
39
39
|
* TypeNameAlias: "STRING_VALUE",
|
|
40
40
|
* AutoUpdate: true || false,
|
|
41
|
-
* LoggingConfig: {
|
|
41
|
+
* LoggingConfig: { // LoggingConfig
|
|
42
42
|
* LogRoleArn: "STRING_VALUE", // required
|
|
43
43
|
* LogGroupName: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
@@ -29,9 +29,9 @@ export interface BatchDescribeTypeConfigurationsCommandOutput extends BatchDescr
|
|
|
29
29
|
* import { CloudFormationClient, BatchDescribeTypeConfigurationsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
30
30
|
* // const { CloudFormationClient, BatchDescribeTypeConfigurationsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
31
31
|
* const client = new CloudFormationClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* TypeConfigurationIdentifiers: [ // required
|
|
34
|
-
* {
|
|
32
|
+
* const input = { // BatchDescribeTypeConfigurationsInput
|
|
33
|
+
* TypeConfigurationIdentifiers: [ // TypeConfigurationIdentifiers // required
|
|
34
|
+
* { // TypeConfigurationIdentifier
|
|
35
35
|
* TypeArn: "STRING_VALUE",
|
|
36
36
|
* TypeConfigurationAlias: "STRING_VALUE",
|
|
37
37
|
* TypeConfigurationArn: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface CancelUpdateStackCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* import { CloudFormationClient, CancelUpdateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
32
32
|
* // const { CloudFormationClient, CancelUpdateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
33
33
|
* const client = new CloudFormationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CancelUpdateStackInput
|
|
35
35
|
* StackName: "STRING_VALUE", // required
|
|
36
36
|
* ClientRequestToken: "STRING_VALUE",
|
|
37
37
|
* };
|
|
@@ -35,10 +35,10 @@ export interface ContinueUpdateRollbackCommandOutput extends ContinueUpdateRollb
|
|
|
35
35
|
* import { CloudFormationClient, ContinueUpdateRollbackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
36
36
|
* // const { CloudFormationClient, ContinueUpdateRollbackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
37
37
|
* const client = new CloudFormationClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // ContinueUpdateRollbackInput
|
|
39
39
|
* StackName: "STRING_VALUE", // required
|
|
40
40
|
* RoleARN: "STRING_VALUE",
|
|
41
|
-
* ResourcesToSkip: [
|
|
41
|
+
* ResourcesToSkip: [ // ResourcesToSkip
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* ClientRequestToken: "STRING_VALUE",
|
|
@@ -46,40 +46,40 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
46
46
|
* import { CloudFormationClient, CreateChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
47
47
|
* // const { CloudFormationClient, CreateChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
48
48
|
* const client = new CloudFormationClient(config);
|
|
49
|
-
* const input = {
|
|
49
|
+
* const input = { // CreateChangeSetInput
|
|
50
50
|
* StackName: "STRING_VALUE", // required
|
|
51
51
|
* TemplateBody: "STRING_VALUE",
|
|
52
52
|
* TemplateURL: "STRING_VALUE",
|
|
53
53
|
* UsePreviousTemplate: true || false,
|
|
54
|
-
* Parameters: [
|
|
55
|
-
* {
|
|
54
|
+
* Parameters: [ // Parameters
|
|
55
|
+
* { // Parameter
|
|
56
56
|
* ParameterKey: "STRING_VALUE",
|
|
57
57
|
* ParameterValue: "STRING_VALUE",
|
|
58
58
|
* UsePreviousValue: true || false,
|
|
59
59
|
* ResolvedValue: "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
|
-
* Capabilities: [
|
|
62
|
+
* Capabilities: [ // Capabilities
|
|
63
63
|
* "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
64
64
|
* ],
|
|
65
|
-
* ResourceTypes: [
|
|
65
|
+
* ResourceTypes: [ // ResourceTypes
|
|
66
66
|
* "STRING_VALUE",
|
|
67
67
|
* ],
|
|
68
68
|
* RoleARN: "STRING_VALUE",
|
|
69
|
-
* RollbackConfiguration: {
|
|
70
|
-
* RollbackTriggers: [
|
|
71
|
-
* {
|
|
69
|
+
* RollbackConfiguration: { // RollbackConfiguration
|
|
70
|
+
* RollbackTriggers: [ // RollbackTriggers
|
|
71
|
+
* { // RollbackTrigger
|
|
72
72
|
* Arn: "STRING_VALUE", // required
|
|
73
73
|
* Type: "STRING_VALUE", // required
|
|
74
74
|
* },
|
|
75
75
|
* ],
|
|
76
76
|
* MonitoringTimeInMinutes: Number("int"),
|
|
77
77
|
* },
|
|
78
|
-
* NotificationARNs: [
|
|
78
|
+
* NotificationARNs: [ // NotificationARNs
|
|
79
79
|
* "STRING_VALUE",
|
|
80
80
|
* ],
|
|
81
|
-
* Tags: [
|
|
82
|
-
* {
|
|
81
|
+
* Tags: [ // Tags
|
|
82
|
+
* { // Tag
|
|
83
83
|
* Key: "STRING_VALUE", // required
|
|
84
84
|
* Value: "STRING_VALUE", // required
|
|
85
85
|
* },
|
|
@@ -88,11 +88,11 @@ export interface CreateChangeSetCommandOutput extends CreateChangeSetOutput, __M
|
|
|
88
88
|
* ClientToken: "STRING_VALUE",
|
|
89
89
|
* Description: "STRING_VALUE",
|
|
90
90
|
* ChangeSetType: "CREATE" || "UPDATE" || "IMPORT",
|
|
91
|
-
* ResourcesToImport: [
|
|
92
|
-
* {
|
|
91
|
+
* ResourcesToImport: [ // ResourcesToImport
|
|
92
|
+
* { // ResourceToImport
|
|
93
93
|
* ResourceType: "STRING_VALUE", // required
|
|
94
94
|
* LogicalResourceId: "STRING_VALUE", // required
|
|
95
|
-
* ResourceIdentifier: { // required
|
|
95
|
+
* ResourceIdentifier: { // ResourceIdentifierProperties // required
|
|
96
96
|
* "<keys>": "STRING_VALUE",
|
|
97
97
|
* },
|
|
98
98
|
* },
|
|
@@ -27,12 +27,12 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
|
|
|
27
27
|
* import { CloudFormationClient, CreateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, CreateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateStackInput
|
|
31
31
|
* StackName: "STRING_VALUE", // required
|
|
32
32
|
* TemplateBody: "STRING_VALUE",
|
|
33
33
|
* TemplateURL: "STRING_VALUE",
|
|
34
|
-
* Parameters: [
|
|
35
|
-
* {
|
|
34
|
+
* Parameters: [ // Parameters
|
|
35
|
+
* { // Parameter
|
|
36
36
|
* ParameterKey: "STRING_VALUE",
|
|
37
37
|
* ParameterValue: "STRING_VALUE",
|
|
38
38
|
* UsePreviousValue: true || false,
|
|
@@ -40,9 +40,9 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
|
|
|
40
40
|
* },
|
|
41
41
|
* ],
|
|
42
42
|
* DisableRollback: true || false,
|
|
43
|
-
* RollbackConfiguration: {
|
|
44
|
-
* RollbackTriggers: [
|
|
45
|
-
* {
|
|
43
|
+
* RollbackConfiguration: { // RollbackConfiguration
|
|
44
|
+
* RollbackTriggers: [ // RollbackTriggers
|
|
45
|
+
* { // RollbackTrigger
|
|
46
46
|
* Arn: "STRING_VALUE", // required
|
|
47
47
|
* Type: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
@@ -50,21 +50,21 @@ export interface CreateStackCommandOutput extends CreateStackOutput, __MetadataB
|
|
|
50
50
|
* MonitoringTimeInMinutes: Number("int"),
|
|
51
51
|
* },
|
|
52
52
|
* TimeoutInMinutes: Number("int"),
|
|
53
|
-
* NotificationARNs: [
|
|
53
|
+
* NotificationARNs: [ // NotificationARNs
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
|
-
* Capabilities: [
|
|
56
|
+
* Capabilities: [ // Capabilities
|
|
57
57
|
* "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
58
58
|
* ],
|
|
59
|
-
* ResourceTypes: [
|
|
59
|
+
* ResourceTypes: [ // ResourceTypes
|
|
60
60
|
* "STRING_VALUE",
|
|
61
61
|
* ],
|
|
62
62
|
* RoleARN: "STRING_VALUE",
|
|
63
63
|
* OnFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
64
64
|
* StackPolicyBody: "STRING_VALUE",
|
|
65
65
|
* StackPolicyURL: "STRING_VALUE",
|
|
66
|
-
* Tags: [
|
|
67
|
-
* {
|
|
66
|
+
* Tags: [ // Tags
|
|
67
|
+
* { // Tag
|
|
68
68
|
* Key: "STRING_VALUE", // required
|
|
69
69
|
* Value: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
@@ -29,33 +29,33 @@ export interface CreateStackInstancesCommandOutput extends CreateStackInstancesO
|
|
|
29
29
|
* import { CloudFormationClient, CreateStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
30
30
|
* // const { CloudFormationClient, CreateStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
31
31
|
* const client = new CloudFormationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateStackInstancesInput
|
|
33
33
|
* StackSetName: "STRING_VALUE", // required
|
|
34
|
-
* Accounts: [
|
|
34
|
+
* Accounts: [ // AccountList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* DeploymentTargets: {
|
|
37
|
+
* DeploymentTargets: { // DeploymentTargets
|
|
38
38
|
* Accounts: [
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* AccountsUrl: "STRING_VALUE",
|
|
42
|
-
* OrganizationalUnitIds: [
|
|
42
|
+
* OrganizationalUnitIds: [ // OrganizationalUnitIdList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* AccountFilterType: "NONE" || "INTERSECTION" || "DIFFERENCE" || "UNION",
|
|
46
46
|
* },
|
|
47
|
-
* Regions: [ // required
|
|
47
|
+
* Regions: [ // RegionList // required
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* ParameterOverrides: [
|
|
51
|
-
* {
|
|
50
|
+
* ParameterOverrides: [ // Parameters
|
|
51
|
+
* { // Parameter
|
|
52
52
|
* ParameterKey: "STRING_VALUE",
|
|
53
53
|
* ParameterValue: "STRING_VALUE",
|
|
54
54
|
* UsePreviousValue: true || false,
|
|
55
55
|
* ResolvedValue: "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
|
-
* OperationPreferences: {
|
|
58
|
+
* OperationPreferences: { // StackSetOperationPreferences
|
|
59
59
|
* RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
|
|
60
60
|
* RegionOrder: [
|
|
61
61
|
* "STRING_VALUE",
|
|
@@ -26,25 +26,25 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
|
|
|
26
26
|
* import { CloudFormationClient, CreateStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
27
27
|
* // const { CloudFormationClient, CreateStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
28
28
|
* const client = new CloudFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateStackSetInput
|
|
30
30
|
* StackSetName: "STRING_VALUE", // required
|
|
31
31
|
* Description: "STRING_VALUE",
|
|
32
32
|
* TemplateBody: "STRING_VALUE",
|
|
33
33
|
* TemplateURL: "STRING_VALUE",
|
|
34
34
|
* StackId: "STRING_VALUE",
|
|
35
|
-
* Parameters: [
|
|
36
|
-
* {
|
|
35
|
+
* Parameters: [ // Parameters
|
|
36
|
+
* { // Parameter
|
|
37
37
|
* ParameterKey: "STRING_VALUE",
|
|
38
38
|
* ParameterValue: "STRING_VALUE",
|
|
39
39
|
* UsePreviousValue: true || false,
|
|
40
40
|
* ResolvedValue: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* ],
|
|
43
|
-
* Capabilities: [
|
|
43
|
+
* Capabilities: [ // Capabilities
|
|
44
44
|
* "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
|
|
45
45
|
* ],
|
|
46
|
-
* Tags: [
|
|
47
|
-
* {
|
|
46
|
+
* Tags: [ // Tags
|
|
47
|
+
* { // Tag
|
|
48
48
|
* Key: "STRING_VALUE", // required
|
|
49
49
|
* Value: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
@@ -52,13 +52,13 @@ export interface CreateStackSetCommandOutput extends CreateStackSetOutput, __Met
|
|
|
52
52
|
* AdministrationRoleARN: "STRING_VALUE",
|
|
53
53
|
* ExecutionRoleName: "STRING_VALUE",
|
|
54
54
|
* PermissionModel: "SERVICE_MANAGED" || "SELF_MANAGED",
|
|
55
|
-
* AutoDeployment: {
|
|
55
|
+
* AutoDeployment: { // AutoDeployment
|
|
56
56
|
* Enabled: true || false,
|
|
57
57
|
* RetainStacksOnAccountRemoval: true || false,
|
|
58
58
|
* },
|
|
59
59
|
* CallAs: "SELF" || "DELEGATED_ADMIN",
|
|
60
60
|
* ClientRequestToken: "STRING_VALUE",
|
|
61
|
-
* ManagedExecution: {
|
|
61
|
+
* ManagedExecution: { // ManagedExecution
|
|
62
62
|
* Active: true || false,
|
|
63
63
|
* },
|
|
64
64
|
* };
|
|
@@ -31,7 +31,7 @@ export interface DeactivateTypeCommandOutput extends DeactivateTypeOutput, __Met
|
|
|
31
31
|
* import { CloudFormationClient, DeactivateTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
32
32
|
* // const { CloudFormationClient, DeactivateTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
33
33
|
* const client = new CloudFormationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeactivateTypeInput
|
|
35
35
|
* TypeName: "STRING_VALUE",
|
|
36
36
|
* Type: "RESOURCE" || "MODULE" || "HOOK",
|
|
37
37
|
* Arn: "STRING_VALUE",
|
|
@@ -33,7 +33,7 @@ export interface DeleteChangeSetCommandOutput extends DeleteChangeSetOutput, __M
|
|
|
33
33
|
* import { CloudFormationClient, DeleteChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
34
34
|
* // const { CloudFormationClient, DeleteChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
35
35
|
* const client = new CloudFormationClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DeleteChangeSetInput
|
|
37
37
|
* ChangeSetName: "STRING_VALUE", // required
|
|
38
38
|
* StackName: "STRING_VALUE",
|
|
39
39
|
* };
|
|
@@ -28,9 +28,9 @@ export interface DeleteStackCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { CloudFormationClient, DeleteStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
29
29
|
* // const { CloudFormationClient, DeleteStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
30
30
|
* const client = new CloudFormationClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteStackInput
|
|
32
32
|
* StackName: "STRING_VALUE", // required
|
|
33
|
-
* RetainResources: [
|
|
33
|
+
* RetainResources: [ // RetainResources
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* RoleARN: "STRING_VALUE",
|
|
@@ -26,25 +26,25 @@ export interface DeleteStackInstancesCommandOutput extends DeleteStackInstancesO
|
|
|
26
26
|
* import { CloudFormationClient, DeleteStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
27
27
|
* // const { CloudFormationClient, DeleteStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
28
28
|
* const client = new CloudFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteStackInstancesInput
|
|
30
30
|
* StackSetName: "STRING_VALUE", // required
|
|
31
|
-
* Accounts: [
|
|
31
|
+
* Accounts: [ // AccountList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* DeploymentTargets: {
|
|
34
|
+
* DeploymentTargets: { // DeploymentTargets
|
|
35
35
|
* Accounts: [
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* AccountsUrl: "STRING_VALUE",
|
|
39
|
-
* OrganizationalUnitIds: [
|
|
39
|
+
* OrganizationalUnitIds: [ // OrganizationalUnitIdList
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* AccountFilterType: "NONE" || "INTERSECTION" || "DIFFERENCE" || "UNION",
|
|
43
43
|
* },
|
|
44
|
-
* Regions: [ // required
|
|
44
|
+
* Regions: [ // RegionList // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
|
-
* OperationPreferences: {
|
|
47
|
+
* OperationPreferences: { // StackSetOperationPreferences
|
|
48
48
|
* RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
|
|
49
49
|
* RegionOrder: [
|
|
50
50
|
* "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DeleteStackSetCommandOutput extends DeleteStackSetOutput, __Met
|
|
|
27
27
|
* import { CloudFormationClient, DeleteStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, DeleteStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteStackSetInput
|
|
31
31
|
* StackSetName: "STRING_VALUE", // required
|
|
32
32
|
* CallAs: "SELF" || "DELEGATED_ADMIN",
|
|
33
33
|
* };
|
|
@@ -35,7 +35,7 @@ export interface DeregisterTypeCommandOutput extends DeregisterTypeOutput, __Met
|
|
|
35
35
|
* import { CloudFormationClient, DeregisterTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
36
36
|
* // const { CloudFormationClient, DeregisterTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
37
37
|
* const client = new CloudFormationClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // DeregisterTypeInput
|
|
39
39
|
* Arn: "STRING_VALUE",
|
|
40
40
|
* Type: "RESOURCE" || "MODULE" || "HOOK",
|
|
41
41
|
* TypeName: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
28
28
|
* import { CloudFormationClient, DescribeAccountLimitsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
29
29
|
* // const { CloudFormationClient, DescribeAccountLimitsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
30
30
|
* const client = new CloudFormationClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeAccountLimitsInput
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeAccountLimitsCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetOutput,
|
|
|
27
27
|
* import { CloudFormationClient, DescribeChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, DescribeChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeChangeSetInput
|
|
31
31
|
* ChangeSetName: "STRING_VALUE", // required
|
|
32
32
|
* StackName: "STRING_VALUE",
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DescribeChangeSetHooksCommandOutput extends DescribeChangeSetHo
|
|
|
26
26
|
* import { CloudFormationClient, DescribeChangeSetHooksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
27
27
|
* // const { CloudFormationClient, DescribeChangeSetHooksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
28
28
|
* const client = new CloudFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeChangeSetHooksInput
|
|
30
30
|
* ChangeSetName: "STRING_VALUE", // required
|
|
31
31
|
* StackName: "STRING_VALUE",
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ export interface DescribePublisherCommandOutput extends DescribePublisherOutput,
|
|
|
43
43
|
* import { CloudFormationClient, DescribePublisherCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
44
44
|
* // const { CloudFormationClient, DescribePublisherCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
45
45
|
* const client = new CloudFormationClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // DescribePublisherInput
|
|
47
47
|
* PublisherId: "STRING_VALUE",
|
|
48
48
|
* };
|
|
49
49
|
* const command = new DescribePublisherCommand(input);
|
|
@@ -38,7 +38,7 @@ export interface DescribeStackDriftDetectionStatusCommandOutput extends Describe
|
|
|
38
38
|
* import { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
39
39
|
* // const { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
40
40
|
* const client = new CloudFormationClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // DescribeStackDriftDetectionStatusInput
|
|
42
42
|
* StackDriftDetectionId: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeStackDriftDetectionStatusCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DescribeStackEventsCommandOutput extends DescribeStackEventsOut
|
|
|
32
32
|
* import { CloudFormationClient, DescribeStackEventsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
33
33
|
* // const { CloudFormationClient, DescribeStackEventsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
34
34
|
* const client = new CloudFormationClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DescribeStackEventsInput
|
|
36
36
|
* StackName: "STRING_VALUE",
|
|
37
37
|
* NextToken: "STRING_VALUE",
|
|
38
38
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeStackInstanceCommandOutput extends DescribeStackInstanc
|
|
|
27
27
|
* import { CloudFormationClient, DescribeStackInstanceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, DescribeStackInstanceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeStackInstanceInput
|
|
31
31
|
* StackSetName: "STRING_VALUE", // required
|
|
32
32
|
* StackInstanceAccount: "STRING_VALUE", // required
|
|
33
33
|
* StackInstanceRegion: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DescribeStackResourceCommandOutput extends DescribeStackResourc
|
|
|
28
28
|
* import { CloudFormationClient, DescribeStackResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
29
29
|
* // const { CloudFormationClient, DescribeStackResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
30
30
|
* const client = new CloudFormationClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeStackResourceInput
|
|
32
32
|
* StackName: "STRING_VALUE", // required
|
|
33
33
|
* LogicalResourceId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -35,9 +35,9 @@ export interface DescribeStackResourceDriftsCommandOutput extends DescribeStackR
|
|
|
35
35
|
* import { CloudFormationClient, DescribeStackResourceDriftsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
36
36
|
* // const { CloudFormationClient, DescribeStackResourceDriftsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
37
37
|
* const client = new CloudFormationClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // DescribeStackResourceDriftsInput
|
|
39
39
|
* StackName: "STRING_VALUE", // required
|
|
40
|
-
* StackResourceDriftStatusFilters: [
|
|
40
|
+
* StackResourceDriftStatusFilters: [ // StackResourceDriftStatusFilters
|
|
41
41
|
* "IN_SYNC" || "MODIFIED" || "DELETED" || "NOT_CHECKED",
|
|
42
42
|
* ],
|
|
43
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ export interface DescribeStackResourcesCommandOutput extends DescribeStackResour
|
|
|
44
44
|
* import { CloudFormationClient, DescribeStackResourcesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
45
45
|
* // const { CloudFormationClient, DescribeStackResourcesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
46
46
|
* const client = new CloudFormationClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // DescribeStackResourcesInput
|
|
48
48
|
* StackName: "STRING_VALUE",
|
|
49
49
|
* LogicalResourceId: "STRING_VALUE",
|
|
50
50
|
* PhysicalResourceId: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DescribeStackSetCommandOutput extends DescribeStackSetOutput, _
|
|
|
26
26
|
* import { CloudFormationClient, DescribeStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
27
27
|
* // const { CloudFormationClient, DescribeStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
28
28
|
* const client = new CloudFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeStackSetInput
|
|
30
30
|
* StackSetName: "STRING_VALUE", // required
|
|
31
31
|
* CallAs: "SELF" || "DELEGATED_ADMIN",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeStackSetOperationCommandOutput extends DescribeStackSet
|
|
|
26
26
|
* import { CloudFormationClient, DescribeStackSetOperationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
27
27
|
* // const { CloudFormationClient, DescribeStackSetOperationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
28
28
|
* const client = new CloudFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeStackSetOperationInput
|
|
30
30
|
* StackSetName: "STRING_VALUE", // required
|
|
31
31
|
* OperationId: "STRING_VALUE", // required
|
|
32
32
|
* CallAs: "SELF" || "DELEGATED_ADMIN",
|
|
@@ -30,7 +30,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksOutput, __Met
|
|
|
30
30
|
* import { CloudFormationClient, DescribeStacksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
31
31
|
* // const { CloudFormationClient, DescribeStacksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
32
32
|
* const client = new CloudFormationClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeStacksInput
|
|
34
34
|
* StackName: "STRING_VALUE",
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* };
|
|
@@ -29,7 +29,7 @@ export interface DescribeTypeCommandOutput extends DescribeTypeOutput, __Metadat
|
|
|
29
29
|
* import { CloudFormationClient, DescribeTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
30
30
|
* // const { CloudFormationClient, DescribeTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
31
31
|
* const client = new CloudFormationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeTypeInput
|
|
33
33
|
* Type: "RESOURCE" || "MODULE" || "HOOK",
|
|
34
34
|
* TypeName: "STRING_VALUE",
|
|
35
35
|
* Arn: "STRING_VALUE",
|
|
@@ -36,7 +36,7 @@ export interface DescribeTypeRegistrationCommandOutput extends DescribeTypeRegis
|
|
|
36
36
|
* import { CloudFormationClient, DescribeTypeRegistrationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
37
37
|
* // const { CloudFormationClient, DescribeTypeRegistrationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
38
38
|
* const client = new CloudFormationClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // DescribeTypeRegistrationInput
|
|
40
40
|
* RegistrationToken: "STRING_VALUE", // required
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeTypeRegistrationCommand(input);
|
|
@@ -46,9 +46,9 @@ export interface DetectStackDriftCommandOutput extends DetectStackDriftOutput, _
|
|
|
46
46
|
* import { CloudFormationClient, DetectStackDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
47
47
|
* // const { CloudFormationClient, DetectStackDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
48
48
|
* const client = new CloudFormationClient(config);
|
|
49
|
-
* const input = {
|
|
49
|
+
* const input = { // DetectStackDriftInput
|
|
50
50
|
* StackName: "STRING_VALUE", // required
|
|
51
|
-
* LogicalResourceIds: [
|
|
51
|
+
* LogicalResourceIds: [ // LogicalResourceIds
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* };
|
|
@@ -37,7 +37,7 @@ export interface DetectStackResourceDriftCommandOutput extends DetectStackResour
|
|
|
37
37
|
* import { CloudFormationClient, DetectStackResourceDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
38
38
|
* // const { CloudFormationClient, DetectStackResourceDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
39
39
|
* const client = new CloudFormationClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // DetectStackResourceDriftInput
|
|
41
41
|
* StackName: "STRING_VALUE", // required
|
|
42
42
|
* LogicalResourceId: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
@@ -70,11 +70,11 @@ export interface DetectStackSetDriftCommandOutput extends DetectStackSetDriftOut
|
|
|
70
70
|
* import { CloudFormationClient, DetectStackSetDriftCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
71
71
|
* // const { CloudFormationClient, DetectStackSetDriftCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
72
72
|
* const client = new CloudFormationClient(config);
|
|
73
|
-
* const input = {
|
|
73
|
+
* const input = { // DetectStackSetDriftInput
|
|
74
74
|
* StackSetName: "STRING_VALUE", // required
|
|
75
|
-
* OperationPreferences: {
|
|
75
|
+
* OperationPreferences: { // StackSetOperationPreferences
|
|
76
76
|
* RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
|
|
77
|
-
* RegionOrder: [
|
|
77
|
+
* RegionOrder: [ // RegionList
|
|
78
78
|
* "STRING_VALUE",
|
|
79
79
|
* ],
|
|
80
80
|
* FailureToleranceCount: Number("int"),
|
|
@@ -27,11 +27,11 @@ export interface EstimateTemplateCostCommandOutput extends EstimateTemplateCostO
|
|
|
27
27
|
* import { CloudFormationClient, EstimateTemplateCostCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, EstimateTemplateCostCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // EstimateTemplateCostInput
|
|
31
31
|
* TemplateBody: "STRING_VALUE",
|
|
32
32
|
* TemplateURL: "STRING_VALUE",
|
|
33
|
-
* Parameters: [
|
|
34
|
-
* {
|
|
33
|
+
* Parameters: [ // Parameters
|
|
34
|
+
* { // Parameter
|
|
35
35
|
* ParameterKey: "STRING_VALUE",
|
|
36
36
|
* ParameterValue: "STRING_VALUE",
|
|
37
37
|
* UsePreviousValue: true || false,
|
|
@@ -36,7 +36,7 @@ export interface ExecuteChangeSetCommandOutput extends ExecuteChangeSetOutput, _
|
|
|
36
36
|
* import { CloudFormationClient, ExecuteChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
37
37
|
* // const { CloudFormationClient, ExecuteChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
38
38
|
* const client = new CloudFormationClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // ExecuteChangeSetInput
|
|
40
40
|
* ChangeSetName: "STRING_VALUE", // required
|
|
41
41
|
* StackName: "STRING_VALUE",
|
|
42
42
|
* ClientRequestToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface GetStackPolicyCommandOutput extends GetStackPolicyOutput, __Met
|
|
|
27
27
|
* import { CloudFormationClient, GetStackPolicyCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
28
28
|
* // const { CloudFormationClient, GetStackPolicyCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
29
29
|
* const client = new CloudFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetStackPolicyInput
|
|
31
31
|
* StackName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetStackPolicyCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface GetTemplateCommandOutput extends GetTemplateOutput, __MetadataB
|
|
|
32
32
|
* import { CloudFormationClient, GetTemplateCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
33
33
|
* // const { CloudFormationClient, GetTemplateCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
34
34
|
* const client = new CloudFormationClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // GetTemplateInput
|
|
36
36
|
* StackName: "STRING_VALUE",
|
|
37
37
|
* ChangeSetName: "STRING_VALUE",
|
|
38
38
|
* TemplateStage: "Original" || "Processed",
|
|
@@ -34,7 +34,7 @@ export interface GetTemplateSummaryCommandOutput extends GetTemplateSummaryOutpu
|
|
|
34
34
|
* import { CloudFormationClient, GetTemplateSummaryCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
35
35
|
* // const { CloudFormationClient, GetTemplateSummaryCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
36
36
|
* const client = new CloudFormationClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // GetTemplateSummaryInput
|
|
38
38
|
* TemplateBody: "STRING_VALUE",
|
|
39
39
|
* TemplateURL: "STRING_VALUE",
|
|
40
40
|
* StackName: "STRING_VALUE",
|