@aws-sdk/client-cloudformation 3.525.0 → 3.529.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 +11 -9
- package/dist-cjs/index.js +93 -111
- package/dist-es/models/models_0.js +5 -13
- package/dist-es/models/models_1.js +14 -1
- package/dist-es/protocols/Aws_query.js +10 -35
- package/dist-types/CloudFormation.d.ts +11 -9
- package/dist-types/CloudFormationClient.d.ts +11 -9
- package/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
- package/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
- package/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
- package/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
- package/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/PublishTypeCommand.d.ts +7 -6
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
- package/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
- package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/SignalResourceCommand.d.ts +3 -3
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
- package/dist-types/commands/TestTypeCommand.d.ts +12 -8
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +11 -9
- package/dist-types/models/models_0.d.ts +1083 -1066
- package/dist-types/models/models_1.d.ts +201 -149
- package/dist-types/ts3.4/models/models_0.d.ts +9 -11
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/package.json +4 -5
|
@@ -472,6 +472,10 @@ export const StackDriftStatus = {
|
|
|
472
472
|
NOT_CHECKED: "NOT_CHECKED",
|
|
473
473
|
UNKNOWN: "UNKNOWN",
|
|
474
474
|
};
|
|
475
|
+
export const DetailedStatus = {
|
|
476
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
|
477
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
478
|
+
};
|
|
475
479
|
export const HookStatus = {
|
|
476
480
|
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
|
477
481
|
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
|
@@ -505,6 +509,7 @@ export const ResourceStatus = {
|
|
|
505
509
|
export const StackInstanceDetailedStatus = {
|
|
506
510
|
CANCELLED: "CANCELLED",
|
|
507
511
|
FAILED: "FAILED",
|
|
512
|
+
FAILED_IMPORT: "FAILED_IMPORT",
|
|
508
513
|
INOPERABLE: "INOPERABLE",
|
|
509
514
|
PENDING: "PENDING",
|
|
510
515
|
RUNNING: "RUNNING",
|
|
@@ -725,16 +730,3 @@ export const ResourceSignalStatus = {
|
|
|
725
730
|
FAILURE: "FAILURE",
|
|
726
731
|
SUCCESS: "SUCCESS",
|
|
727
732
|
};
|
|
728
|
-
export class ResourceScanLimitExceededException extends __BaseException {
|
|
729
|
-
constructor(opts) {
|
|
730
|
-
super({
|
|
731
|
-
name: "ResourceScanLimitExceededException",
|
|
732
|
-
$fault: "client",
|
|
733
|
-
...opts,
|
|
734
|
-
});
|
|
735
|
-
this.name = "ResourceScanLimitExceededException";
|
|
736
|
-
this.$fault = "client";
|
|
737
|
-
Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
|
|
738
|
-
this.Message = opts.Message;
|
|
739
|
-
}
|
|
740
|
-
}
|
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
|
2
|
+
export class ResourceScanLimitExceededException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "ResourceScanLimitExceededException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "ResourceScanLimitExceededException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
|
|
12
|
+
this.Message = opts.Message;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem,
|
|
3
|
-
import { XMLParser } from "fast-xml-parser";
|
|
3
|
+
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
import { CloudFormationServiceException as __BaseException } from "../models/CloudFormationServiceException";
|
|
6
|
-
import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException,
|
|
6
|
+
import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
|
|
7
|
+
import { ResourceScanLimitExceededException, } from "../models/models_1";
|
|
7
8
|
export const se_ActivateOrganizationsAccessCommand = async (input, context) => {
|
|
8
9
|
const headers = SHARED_HEADERS;
|
|
9
10
|
let body;
|
|
@@ -6466,6 +6467,9 @@ const de_Stack = (output, context) => {
|
|
|
6466
6467
|
if (output[_REOC] != null) {
|
|
6467
6468
|
contents[_REOC] = __parseBoolean(output[_REOC]);
|
|
6468
6469
|
}
|
|
6470
|
+
if (output[_DSeta] != null) {
|
|
6471
|
+
contents[_DSeta] = __expectString(output[_DSeta]);
|
|
6472
|
+
}
|
|
6469
6473
|
return contents;
|
|
6470
6474
|
};
|
|
6471
6475
|
const de_StackDriftInformation = (output, context) => {
|
|
@@ -6538,6 +6542,9 @@ const de_StackEvent = (output, context) => {
|
|
|
6538
6542
|
if (output[_HFM] != null) {
|
|
6539
6543
|
contents[_HFM] = __expectString(output[_HFM]);
|
|
6540
6544
|
}
|
|
6545
|
+
if (output[_DSeta] != null) {
|
|
6546
|
+
contents[_DSeta] = __expectString(output[_DSeta]);
|
|
6547
|
+
}
|
|
6541
6548
|
return contents;
|
|
6542
6549
|
};
|
|
6543
6550
|
const de_StackEvents = (output, context) => {
|
|
@@ -8081,38 +8088,6 @@ const _Vi = "Visibility";
|
|
|
8081
8088
|
const _W = "Warnings";
|
|
8082
8089
|
const _e = "entry";
|
|
8083
8090
|
const _m = "member";
|
|
8084
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
8085
|
-
if (encoded.length) {
|
|
8086
|
-
const parser = new XMLParser({
|
|
8087
|
-
attributeNamePrefix: "",
|
|
8088
|
-
htmlEntities: true,
|
|
8089
|
-
ignoreAttributes: false,
|
|
8090
|
-
ignoreDeclaration: true,
|
|
8091
|
-
parseTagValue: false,
|
|
8092
|
-
trimValues: false,
|
|
8093
|
-
tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
|
|
8094
|
-
});
|
|
8095
|
-
parser.addEntity("#xD", "\r");
|
|
8096
|
-
parser.addEntity("#10", "\n");
|
|
8097
|
-
const parsedObj = parser.parse(encoded);
|
|
8098
|
-
const textNodeName = "#text";
|
|
8099
|
-
const key = Object.keys(parsedObj)[0];
|
|
8100
|
-
const parsedObjToReturn = parsedObj[key];
|
|
8101
|
-
if (parsedObjToReturn[textNodeName]) {
|
|
8102
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
8103
|
-
delete parsedObjToReturn[textNodeName];
|
|
8104
|
-
}
|
|
8105
|
-
return __getValueFromTextNode(parsedObjToReturn);
|
|
8106
|
-
}
|
|
8107
|
-
return {};
|
|
8108
|
-
});
|
|
8109
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
8110
|
-
const value = await parseBody(errorBody, context);
|
|
8111
|
-
if (value.Error) {
|
|
8112
|
-
value.Error.message = value.Error.message ?? value.Error.Message;
|
|
8113
|
-
}
|
|
8114
|
-
return value;
|
|
8115
|
-
};
|
|
8116
8091
|
const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)
|
|
8117
8092
|
.map(([key, value]) => __extendedEncodeURIComponent(key) + "=" + __extendedEncodeURIComponent(value))
|
|
8118
8093
|
.join("&");
|
|
@@ -572,15 +572,17 @@ export interface CloudFormation {
|
|
|
572
572
|
/**
|
|
573
573
|
* @public
|
|
574
574
|
* <fullname>CloudFormation</fullname>
|
|
575
|
-
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
|
|
576
|
-
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
* <p>
|
|
583
|
-
*
|
|
575
|
+
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
|
576
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
|
|
577
|
+
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
|
|
578
|
+
* infrastructure.</p>
|
|
579
|
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
|
|
580
|
+
* collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
|
|
581
|
+
* together and manages all dependencies between the resources for you.</p>
|
|
582
|
+
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
|
|
583
|
+
* product page</a>.</p>
|
|
584
|
+
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
|
|
585
|
+
* specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
584
586
|
*/
|
|
585
587
|
export declare class CloudFormation extends CloudFormationClient implements CloudFormation {
|
|
586
588
|
}
|
|
@@ -234,15 +234,17 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
|
|
|
234
234
|
/**
|
|
235
235
|
* @public
|
|
236
236
|
* <fullname>CloudFormation</fullname>
|
|
237
|
-
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
* <p>
|
|
245
|
-
*
|
|
237
|
+
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
|
238
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
|
|
239
|
+
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
|
|
240
|
+
* infrastructure.</p>
|
|
241
|
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
|
|
242
|
+
* collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
|
|
243
|
+
* together and manages all dependencies between the resources for you.</p>
|
|
244
|
+
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
|
|
245
|
+
* product page</a>.</p>
|
|
246
|
+
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
|
|
247
|
+
* specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
|
246
248
|
*/
|
|
247
249
|
export declare class CloudFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFormationClientResolvedConfig> {
|
|
248
250
|
/**
|
|
@@ -26,9 +26,9 @@ declare const ActivateOrganizationsAccessCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Activate trusted access with Organizations. With trusted access between StackSets
|
|
30
|
-
*
|
|
31
|
-
*
|
|
29
|
+
* <p>Activate trusted access with Organizations. With trusted access between StackSets and Organizations
|
|
30
|
+
* activated, the management account has permissions to create and manage StackSets for your
|
|
31
|
+
* organization.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -28,10 +28,10 @@ declare const ActivateTypeCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Activates a public third-party extension, making it available for use in stack templates. For more information,
|
|
30
30
|
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
|
|
31
|
-
*
|
|
32
|
-
* <p>Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
|
|
33
|
-
*
|
|
34
|
-
*
|
|
31
|
+
* extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
32
|
+
* <p>Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
|
|
33
|
+
* <code>SetTypeConfiguration</code>
|
|
34
|
+
* </a> to specify configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -26,9 +26,10 @@ declare const BatchDescribeTypeConfigurationsCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry
|
|
29
|
+
* <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry
|
|
30
|
+
* for the account and Region.</p>
|
|
30
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
|
|
31
|
-
*
|
|
32
|
+
* the account level</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -27,14 +27,13 @@ declare const ContinueUpdateRollbackCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues rolling it back to the
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the
|
|
31
|
+
* error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state
|
|
32
32
|
* (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try to update the stack again.</p>
|
|
33
|
-
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* rollback to fail.</p>
|
|
33
|
+
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after
|
|
34
|
+
* a failed stack update. For example, you might have a stack that's rolling back to an old database instance that was
|
|
35
|
+
* deleted outside of CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes that the database instance
|
|
36
|
+
* still exists and attempts to roll back to it, causing the update rollback to fail.</p>
|
|
38
37
|
* @example
|
|
39
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
39
|
* ```javascript
|
|
@@ -28,18 +28,15 @@ declare const CreateChangeSetCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Creates a list of changes that will be applied to a stack so that you can review the changes before executing
|
|
30
30
|
* them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for
|
|
31
|
-
* a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* a stack.</p>
|
|
31
|
+
* a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you create a change
|
|
32
|
+
* set for an existing stack, CloudFormation compares the stack's information with the information that you submit in the change
|
|
33
|
+
* set and lists the differences. Use change sets to understand which resources CloudFormation will create or
|
|
34
|
+
* change, and how it will change resources in an existing stack, before you create or update a stack.</p>
|
|
35
35
|
* <p>To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code> parameter, specify
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
* <a>DescribeChangeSet</a> action.</p>
|
|
41
|
-
* <p>When you are satisfied with the changes the change set will make, execute the change set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until you execute the change
|
|
42
|
-
* set.</p>
|
|
36
|
+
* <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code> for the
|
|
37
|
+
* <code>ChangeSetType</code> parameter. To create a change set for an import operation, specify <code>IMPORT</code> for
|
|
38
|
+
* the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call successfully completes, CloudFormation starts creating the change set. To check the status of the change set or to review it, use the <a>DescribeChangeSet</a> action.</p>
|
|
39
|
+
* <p>When you are satisfied with the changes the change set will make, execute the change set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until you execute the change set.</p>
|
|
43
40
|
* <p>To create a change set for the entire stack hierarchy, set <code>IncludeNestedStacks</code> to
|
|
44
41
|
* <code>True</code>.</p>
|
|
45
42
|
* @example
|
|
@@ -127,7 +124,7 @@ declare const CreateChangeSetCommand_base: {
|
|
|
127
124
|
* @throws {@link LimitExceededException} (client fault)
|
|
128
125
|
* <p>The quota for the resource has already been reached.</p>
|
|
129
126
|
* <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
|
|
130
|
-
*
|
|
127
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
131
128
|
*
|
|
132
129
|
* @throws {@link CloudFormationServiceException}
|
|
133
130
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -76,7 +76,7 @@ declare const CreateGeneratedTemplateCommand_base: {
|
|
|
76
76
|
* @throws {@link LimitExceededException} (client fault)
|
|
77
77
|
* <p>The quota for the resource has already been reached.</p>
|
|
78
78
|
* <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
|
|
79
|
-
*
|
|
79
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link CloudFormationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -103,7 +103,7 @@ declare const CreateStackCommand_base: {
|
|
|
103
103
|
* @throws {@link LimitExceededException} (client fault)
|
|
104
104
|
* <p>The quota for the resource has already been reached.</p>
|
|
105
105
|
* <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
|
|
106
|
-
*
|
|
106
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link TokenAlreadyExistsException} (client fault)
|
|
109
109
|
* <p>A client request token already exists.</p>
|
|
@@ -28,8 +28,8 @@ declare const CreateStackInstancesCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack
|
|
30
30
|
* instance refers to a stack in a specific account and Region. You must specify at least one value for either
|
|
31
|
-
*
|
|
32
|
-
*
|
|
31
|
+
* <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for
|
|
32
|
+
* <code>Regions</code>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -96,7 +96,7 @@ declare const CreateStackInstancesCommand_base: {
|
|
|
96
96
|
* @throws {@link LimitExceededException} (client fault)
|
|
97
97
|
* <p>The quota for the resource has already been reached.</p>
|
|
98
98
|
* <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
|
|
99
|
-
*
|
|
99
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link OperationIdAlreadyExistsException} (client fault)
|
|
102
102
|
* <p>The specified operation ID already exists.</p>
|
|
@@ -89,7 +89,7 @@ declare const CreateStackSetCommand_base: {
|
|
|
89
89
|
* @throws {@link LimitExceededException} (client fault)
|
|
90
90
|
* <p>The quota for the resource has already been reached.</p>
|
|
91
91
|
* <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
|
|
92
|
-
*
|
|
92
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link NameAlreadyExistsException} (client fault)
|
|
95
95
|
* <p>The specified name is already in use.</p>
|
|
@@ -26,9 +26,8 @@ declare const DeactivateOrganizationsAccessCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Deactivates trusted access with Organizations. If trusted access is deactivated,
|
|
30
|
-
*
|
|
31
|
-
* service-managed StackSets for your organization.</p>
|
|
29
|
+
* <p>Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your
|
|
30
|
+
* organization.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,10 +27,9 @@ declare const DeactivateTypeCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Deactivates a public extension that was previously activated in this account and Region.</p>
|
|
30
|
-
* <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* released.</p>
|
|
30
|
+
* <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations
|
|
31
|
+
* where the stack template includes the extension, even if no updates are being made to the extension. In addition,
|
|
32
|
+
* deactivated extensions aren't automatically updated if a new version of the extension is released.</p>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
35
|
* ```javascript
|
|
@@ -55,7 +55,7 @@ declare const DeleteChangeSetCommand_base: {
|
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link InvalidChangeSetStatusException} (client fault)
|
|
57
57
|
* <p>The specified change set can't be used to update the stack. For example, the change set status might be
|
|
58
|
-
*
|
|
58
|
+
* <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link CloudFormationServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -26,16 +26,17 @@ declare const DeregisterTypeCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry,
|
|
30
|
-
*
|
|
31
|
-
* operations.</p>
|
|
29
|
+
* <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from
|
|
30
|
+
* active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.</p>
|
|
32
31
|
* <p>To deregister an entire extension, you must individually deregister all active versions of that extension. If an
|
|
33
32
|
* extension has only a single active version, deregistering that version results in the extension itself being
|
|
34
33
|
* deregistered and marked as deprecated in the registry.</p>
|
|
35
34
|
* <p>You can't deregister the default version of an extension if there are other active version of that extension. If
|
|
36
35
|
* you do deregister the default version of an extension, the extension type itself is deregistered as well and marked
|
|
37
36
|
* as deprecated.</p>
|
|
38
|
-
* <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
|
|
37
|
+
* <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
|
|
38
|
+
* <code>DescribeType</code>
|
|
39
|
+
* </a>.</p>
|
|
39
40
|
* @example
|
|
40
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
42
|
* ```javascript
|
|
@@ -26,9 +26,9 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in
|
|
30
|
-
*
|
|
31
|
-
*
|
|
29
|
+
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in your account.
|
|
30
|
+
* For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
|
|
31
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -26,8 +26,8 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
|
|
30
|
-
*
|
|
29
|
+
* <p>Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set.
|
|
30
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change
|
|
31
31
|
* Sets</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -132,7 +132,7 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
132
132
|
*
|
|
133
133
|
* @throws {@link ChangeSetNotFoundException} (client fault)
|
|
134
134
|
* <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
|
|
135
|
-
*
|
|
135
|
+
* <code>ListChangeSets</code> operation.</p>
|
|
136
136
|
*
|
|
137
137
|
* @throws {@link CloudFormationServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -26,8 +26,8 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you
|
|
30
|
-
*
|
|
29
|
+
* <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the
|
|
30
|
+
* change set.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -78,7 +78,7 @@ declare const DescribeChangeSetHooksCommand_base: {
|
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ChangeSetNotFoundException} (client fault)
|
|
80
80
|
* <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
|
|
81
|
-
*
|
|
81
|
+
* <code>ListChangeSets</code> operation.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link CloudFormationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
|
@@ -26,10 +26,9 @@ declare const DescribeOrganizationsAccessCommand_base: {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
|
-
* <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* parameter by the management account.</p>
|
|
29
|
+
* <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API can be called either
|
|
30
|
+
* by the management account or the delegated administrator by using the <code>CallAs</code> parameter. This API can
|
|
31
|
+
* also be called without the <code>CallAs</code> parameter by the management account.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|
|
@@ -28,19 +28,21 @@ declare const DescribePublisherCommand_base: {
|
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Returns information about a CloudFormation extension publisher.</p>
|
|
30
30
|
* <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension publisher,
|
|
31
|
-
*
|
|
31
|
+
* <code>DescribePublisher</code> returns information about your own publisher account.</p>
|
|
32
32
|
* <p>For more information about registering as a publisher, see:</p>
|
|
33
33
|
* <ul>
|
|
34
34
|
* <li>
|
|
35
35
|
* <p>
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">
|
|
37
|
+
* <code>RegisterPublisher</code>
|
|
38
|
+
* </a>
|
|
37
39
|
* </p>
|
|
38
40
|
* </li>
|
|
39
41
|
* <li>
|
|
40
42
|
* <p>
|
|
41
43
|
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
+
* extensions to make them available for public use</a> in the <i>CloudFormation CLI User
|
|
45
|
+
* Guide</i>
|
|
44
46
|
* </p>
|
|
45
47
|
* </li>
|
|
46
48
|
* </ul>
|
|
@@ -30,12 +30,11 @@ declare const DescribeStackDriftDetectionStatusCommand_base: {
|
|
|
30
30
|
* stack's actual configuration differs, or has <i>drifted</i>, from its expected configuration, as
|
|
31
31
|
* defined in the stack template and any values specified as template parameters. A stack is considered to have drifted
|
|
32
32
|
* if one or more of its resources have drifted. For more information about stack and resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting Unregulated
|
|
33
|
-
*
|
|
33
|
+
* Configuration Changes to Stacks and Resources</a>.</p>
|
|
34
34
|
* <p>Use <a>DetectStackDrift</a> to initiate a stack drift detection operation.
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* resources.</p>
|
|
35
|
+
* <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use to monitor the progress of the
|
|
36
|
+
* operation using <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has completed, use
|
|
37
|
+
* <a>DescribeStackResourceDrifts</a> to return drift information about the stack and its resources.</p>
|
|
39
38
|
* @example
|
|
40
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
40
|
* ```javascript
|
|
@@ -64,6 +64,7 @@ declare const DescribeStackEventsCommand_base: {
|
|
|
64
64
|
* // HookStatusReason: "STRING_VALUE",
|
|
65
65
|
* // HookInvocationPoint: "PRE_PROVISION",
|
|
66
66
|
* // HookFailureMode: "FAIL" || "WARN",
|
|
67
|
+
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
67
68
|
* // },
|
|
68
69
|
* // ],
|
|
69
70
|
* // NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const DescribeStackInstanceCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and
|
|
30
|
-
*
|
|
30
|
+
* Amazon Web Services Region.</p>
|
|
31
31
|
* <p>For a list of stack instances that are associated with a specific StackSet, use <a>ListStackInstances</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,7 +59,7 @@ declare const DescribeStackInstanceCommand_base: {
|
|
|
59
59
|
* // ],
|
|
60
60
|
* // Status: "CURRENT" || "OUTDATED" || "INOPERABLE",
|
|
61
61
|
* // StackInstanceStatus: { // StackInstanceComprehensiveStatus
|
|
62
|
-
* // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT",
|
|
62
|
+
* // DetailedStatus: "PENDING" || "RUNNING" || "SUCCEEDED" || "FAILED" || "CANCELLED" || "INOPERABLE" || "SKIPPED_SUSPENDED_ACCOUNT" || "FAILED_IMPORT",
|
|
63
63
|
* // },
|
|
64
64
|
* // StatusReason: "STRING_VALUE",
|
|
65
65
|
* // OrganizationalUnitId: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ declare const DescribeStackResourcesCommand_base: {
|
|
|
31
31
|
* is specified, the associated resources of the stack that the resource belongs to are returned.</p>
|
|
32
32
|
* <note>
|
|
33
33
|
* <p>Only the first 100 resources will be returned. If your stack has more resources than this, you should use
|
|
34
|
-
*
|
|
34
|
+
* <code>ListStackResources</code> instead.</p>
|
|
35
35
|
* </note>
|
|
36
36
|
* <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information for up to 90 days after the
|
|
37
37
|
* stack has been deleted.</p>
|
|
@@ -40,7 +40,7 @@ declare const DescribeStackResourcesCommand_base: {
|
|
|
40
40
|
* the <code>LogicalResourceId</code> and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User Guide</a>.</p>
|
|
41
41
|
* <note>
|
|
42
42
|
* <p>A <code>ValidationError</code> is returned if you specify both <code>StackName</code> and
|
|
43
|
-
*
|
|
43
|
+
* <code>PhysicalResourceId</code> in the same request.</p>
|
|
44
44
|
* </note>
|
|
45
45
|
* @example
|
|
46
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -103,6 +103,7 @@ declare const DescribeStacksCommand_base: {
|
|
|
103
103
|
* // LastCheckTimestamp: new Date("TIMESTAMP"),
|
|
104
104
|
* // },
|
|
105
105
|
* // RetainExceptOnCreate: true || false,
|
|
106
|
+
* // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
|
|
106
107
|
* // },
|
|
107
108
|
* // ],
|
|
108
109
|
* // NextToken: "STRING_VALUE",
|
|
@@ -32,10 +32,10 @@ declare const DetectStackDriftCommand_base: {
|
|
|
32
32
|
* template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A
|
|
33
33
|
* stack is considered to have drifted if one or more of its resources differ from their expected template
|
|
34
34
|
* configurations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting Unregulated Configuration Changes to
|
|
35
|
-
*
|
|
35
|
+
* Stacks and Resources</a>.</p>
|
|
36
36
|
* <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a given stack, or <a>DetectStackResourceDrift</a> to detect drift on individual resources.</p>
|
|
37
37
|
* <p>For a list of stack resources that currently support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift
|
|
38
|
-
*
|
|
38
|
+
* Detection</a>.</p>
|
|
39
39
|
* <p>
|
|
40
40
|
* <code>DetectStackDrift</code> can take up to several minutes, depending on the number of resources contained
|
|
41
41
|
* within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack
|