@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.
Files changed (71) hide show
  1. package/dist-cjs/models/models_0.js +332 -385
  2. package/dist-es/models/models_0.js +332 -385
  3. package/dist-types/commands/ActivateTypeCommand.d.ts +2 -2
  4. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -3
  5. package/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -1
  6. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateChangeSetCommand.d.ts +14 -14
  8. package/dist-types/commands/CreateStackCommand.d.ts +11 -11
  9. package/dist-types/commands/CreateStackInstancesCommand.d.ts +8 -8
  10. package/dist-types/commands/CreateStackSetCommand.d.ts +8 -8
  11. package/dist-types/commands/DeactivateTypeCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteStackCommand.d.ts +2 -2
  14. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +6 -6
  15. package/dist-types/commands/DeleteStackSetCommand.d.ts +1 -1
  16. package/dist-types/commands/DeregisterTypeCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribePublisherCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  26. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeTypeCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -1
  32. package/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
  33. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  34. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +3 -3
  35. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +3 -3
  36. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -1
  37. package/dist-types/commands/GetStackPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  39. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -1
  40. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +5 -5
  41. package/dist-types/commands/ListChangeSetsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  45. package/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStackSetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListStacksCommand.d.ts +2 -2
  50. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTypesCommand.d.ts +2 -2
  53. package/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  54. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  55. package/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  56. package/dist-types/commands/RegisterTypeCommand.d.ts +2 -2
  57. package/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  58. package/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  61. package/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  63. package/dist-types/commands/TestTypeCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateStackCommand.d.ts +11 -11
  65. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +8 -8
  66. package/dist-types/commands/UpdateStackSetCommand.d.ts +13 -13
  67. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  68. package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  69. package/dist-types/models/models_0.d.ts +597 -332
  70. package/dist-types/ts3.4/models/models_0.d.ts +423 -332
  71. package/package.json +35 -35
@@ -34,18 +34,18 @@ export interface ImportStacksToStackSetCommandOutput extends ImportStacksToStack
34
34
  * import { CloudFormationClient, ImportStacksToStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
35
35
  * // const { CloudFormationClient, ImportStacksToStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
36
36
  * const client = new CloudFormationClient(config);
37
- * const input = {
37
+ * const input = { // ImportStacksToStackSetInput
38
38
  * StackSetName: "STRING_VALUE", // required
39
- * StackIds: [
39
+ * StackIds: [ // StackIdList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * StackIdsUrl: "STRING_VALUE",
43
- * OrganizationalUnitIds: [
43
+ * OrganizationalUnitIds: [ // OrganizationalUnitIdList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
- * OperationPreferences: {
46
+ * OperationPreferences: { // StackSetOperationPreferences
47
47
  * RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
48
- * RegionOrder: [
48
+ * RegionOrder: [ // RegionList
49
49
  * "STRING_VALUE",
50
50
  * ],
51
51
  * FailureToleranceCount: Number("int"),
@@ -27,7 +27,7 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsOutput, __Met
27
27
  * import { CloudFormationClient, ListChangeSetsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
28
28
  * // const { CloudFormationClient, ListChangeSetsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
29
29
  * const client = new CloudFormationClient(config);
30
- * const input = {
30
+ * const input = { // ListChangeSetsInput
31
31
  * StackName: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * };
@@ -32,7 +32,7 @@ export interface ListExportsCommandOutput extends ListExportsOutput, __MetadataB
32
32
  * import { CloudFormationClient, ListExportsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
33
33
  * // const { CloudFormationClient, ListExportsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
34
34
  * const client = new CloudFormationClient(config);
35
- * const input = {
35
+ * const input = { // ListExportsInput
36
36
  * NextToken: "STRING_VALUE",
37
37
  * };
38
38
  * const command = new ListExportsCommand(input);
@@ -31,7 +31,7 @@ export interface ListImportsCommandOutput extends ListImportsOutput, __MetadataB
31
31
  * import { CloudFormationClient, ListImportsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
32
32
  * // const { CloudFormationClient, ListImportsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
33
33
  * const client = new CloudFormationClient(config);
34
- * const input = {
34
+ * const input = { // ListImportsInput
35
35
  * ExportName: "STRING_VALUE", // required
36
36
  * NextToken: "STRING_VALUE",
37
37
  * };
@@ -27,12 +27,12 @@ export interface ListStackInstancesCommandOutput extends ListStackInstancesOutpu
27
27
  * import { CloudFormationClient, ListStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
28
28
  * // const { CloudFormationClient, ListStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
29
29
  * const client = new CloudFormationClient(config);
30
- * const input = {
30
+ * const input = { // ListStackInstancesInput
31
31
  * StackSetName: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
34
- * Filters: [
35
- * {
34
+ * Filters: [ // StackInstanceFilters
35
+ * { // StackInstanceFilter
36
36
  * Name: "DETAILED_STATUS" || "LAST_OPERATION_ID",
37
37
  * Values: "STRING_VALUE",
38
38
  * },
@@ -28,7 +28,7 @@ export interface ListStackResourcesCommandOutput extends ListStackResourcesOutpu
28
28
  * import { CloudFormationClient, ListStackResourcesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
29
29
  * // const { CloudFormationClient, ListStackResourcesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
30
30
  * const client = new CloudFormationClient(config);
31
- * const input = {
31
+ * const input = { // ListStackResourcesInput
32
32
  * StackName: "STRING_VALUE", // required
33
33
  * NextToken: "STRING_VALUE",
34
34
  * };
@@ -26,14 +26,14 @@ export interface ListStackSetOperationResultsCommandOutput extends ListStackSetO
26
26
  * import { CloudFormationClient, ListStackSetOperationResultsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, ListStackSetOperationResultsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListStackSetOperationResultsInput
30
30
  * StackSetName: "STRING_VALUE", // required
31
31
  * OperationId: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
34
34
  * CallAs: "SELF" || "DELEGATED_ADMIN",
35
- * Filters: [
36
- * {
35
+ * Filters: [ // OperationResultFilters
36
+ * { // OperationResultFilter
37
37
  * Name: "OPERATION_RESULT_STATUS",
38
38
  * Values: "STRING_VALUE",
39
39
  * },
@@ -26,7 +26,7 @@ export interface ListStackSetOperationsCommandOutput extends ListStackSetOperati
26
26
  * import { CloudFormationClient, ListStackSetOperationsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, ListStackSetOperationsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListStackSetOperationsInput
30
30
  * StackSetName: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -44,7 +44,7 @@ export interface ListStackSetsCommandOutput extends ListStackSetsOutput, __Metad
44
44
  * import { CloudFormationClient, ListStackSetsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
45
45
  * // const { CloudFormationClient, ListStackSetsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
46
46
  * const client = new CloudFormationClient(config);
47
- * const input = {
47
+ * const input = { // ListStackSetsInput
48
48
  * NextToken: "STRING_VALUE",
49
49
  * MaxResults: Number("int"),
50
50
  * Status: "ACTIVE" || "DELETED",
@@ -30,9 +30,9 @@ export interface ListStacksCommandOutput extends ListStacksOutput, __MetadataBea
30
30
  * import { CloudFormationClient, ListStacksCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
31
31
  * // const { CloudFormationClient, ListStacksCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
32
32
  * const client = new CloudFormationClient(config);
33
- * const input = {
33
+ * const input = { // ListStacksInput
34
34
  * NextToken: "STRING_VALUE",
35
- * StackStatusFilter: [
35
+ * StackStatusFilter: [ // StackStatusFilter
36
36
  * "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_FAILED" || "ROLLBACK_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_FAILED" || "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "REVIEW_IN_PROGRESS" || "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE",
37
37
  * ],
38
38
  * };
@@ -26,7 +26,7 @@ export interface ListTypeRegistrationsCommandOutput extends ListTypeRegistration
26
26
  * import { CloudFormationClient, ListTypeRegistrationsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, ListTypeRegistrationsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListTypeRegistrationsInput
30
30
  * Type: "RESOURCE" || "MODULE" || "HOOK",
31
31
  * TypeName: "STRING_VALUE",
32
32
  * TypeArn: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListTypeVersionsCommandOutput extends ListTypeVersionsOutput, _
26
26
  * import { CloudFormationClient, ListTypeVersionsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, ListTypeVersionsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListTypeVersionsInput
30
30
  * Type: "RESOURCE" || "MODULE" || "HOOK",
31
31
  * TypeName: "STRING_VALUE",
32
32
  * Arn: "STRING_VALUE",
@@ -26,12 +26,12 @@ export interface ListTypesCommandOutput extends ListTypesOutput, __MetadataBeare
26
26
  * import { CloudFormationClient, ListTypesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, ListTypesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListTypesInput
30
30
  * Visibility: "PUBLIC" || "PRIVATE",
31
31
  * ProvisioningType: "NON_PROVISIONABLE" || "IMMUTABLE" || "FULLY_MUTABLE",
32
32
  * DeprecatedStatus: "LIVE" || "DEPRECATED",
33
33
  * Type: "RESOURCE" || "MODULE" || "HOOK",
34
- * Filters: {
34
+ * Filters: { // TypeFilters
35
35
  * Category: "REGISTERED" || "ACTIVATED" || "THIRD_PARTY" || "AWS_TYPES",
36
36
  * PublisherId: "STRING_VALUE",
37
37
  * TypeNamePrefix: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface PublishTypeCommandOutput extends PublishTypeOutput, __MetadataB
29
29
  * import { CloudFormationClient, PublishTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
30
30
  * // const { CloudFormationClient, PublishTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
31
31
  * const client = new CloudFormationClient(config);
32
- * const input = {
32
+ * const input = { // PublishTypeInput
33
33
  * Type: "RESOURCE" || "MODULE" || "HOOK",
34
34
  * Arn: "STRING_VALUE",
35
35
  * TypeName: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface RecordHandlerProgressCommandOutput extends RecordHandlerProgres
27
27
  * import { CloudFormationClient, RecordHandlerProgressCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
28
28
  * // const { CloudFormationClient, RecordHandlerProgressCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
29
29
  * const client = new CloudFormationClient(config);
30
- * const input = {
30
+ * const input = { // RecordHandlerProgressInput
31
31
  * BearerToken: "STRING_VALUE", // required
32
32
  * OperationStatus: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED", // required
33
33
  * CurrentOperationStatus: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED",
@@ -32,7 +32,7 @@ export interface RegisterPublisherCommandOutput extends RegisterPublisherOutput,
32
32
  * import { CloudFormationClient, RegisterPublisherCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
33
33
  * // const { CloudFormationClient, RegisterPublisherCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
34
34
  * const client = new CloudFormationClient(config);
35
- * const input = {
35
+ * const input = { // RegisterPublisherInput
36
36
  * AcceptTermsAndConditions: true || false,
37
37
  * ConnectionArn: "STRING_VALUE",
38
38
  * };
@@ -52,11 +52,11 @@ export interface RegisterTypeCommandOutput extends RegisterTypeOutput, __Metadat
52
52
  * import { CloudFormationClient, RegisterTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
53
53
  * // const { CloudFormationClient, RegisterTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
54
54
  * const client = new CloudFormationClient(config);
55
- * const input = {
55
+ * const input = { // RegisterTypeInput
56
56
  * Type: "RESOURCE" || "MODULE" || "HOOK",
57
57
  * TypeName: "STRING_VALUE", // required
58
58
  * SchemaHandlerPackage: "STRING_VALUE", // required
59
- * LoggingConfig: {
59
+ * LoggingConfig: { // LoggingConfig
60
60
  * LogRoleArn: "STRING_VALUE", // required
61
61
  * LogGroupName: "STRING_VALUE", // required
62
62
  * },
@@ -60,7 +60,7 @@ export interface RollbackStackCommandOutput extends RollbackStackOutput, __Metad
60
60
  * import { CloudFormationClient, RollbackStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
61
61
  * // const { CloudFormationClient, RollbackStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
62
62
  * const client = new CloudFormationClient(config);
63
- * const input = {
63
+ * const input = { // RollbackStackInput
64
64
  * StackName: "STRING_VALUE", // required
65
65
  * RoleARN: "STRING_VALUE",
66
66
  * ClientRequestToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface SetStackPolicyCommandOutput extends __MetadataBearer {
26
26
  * import { CloudFormationClient, SetStackPolicyCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
27
27
  * // const { CloudFormationClient, SetStackPolicyCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
28
28
  * const client = new CloudFormationClient(config);
29
- * const input = {
29
+ * const input = { // SetStackPolicyInput
30
30
  * StackName: "STRING_VALUE", // required
31
31
  * StackPolicyBody: "STRING_VALUE",
32
32
  * StackPolicyURL: "STRING_VALUE",
@@ -38,7 +38,7 @@ export interface SetTypeConfigurationCommandOutput extends SetTypeConfigurationO
38
38
  * import { CloudFormationClient, SetTypeConfigurationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
39
39
  * // const { CloudFormationClient, SetTypeConfigurationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
40
40
  * const client = new CloudFormationClient(config);
41
- * const input = {
41
+ * const input = { // SetTypeConfigurationInput
42
42
  * TypeArn: "STRING_VALUE",
43
43
  * Configuration: "STRING_VALUE", // required
44
44
  * ConfigurationAlias: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface SetTypeDefaultVersionCommandOutput extends SetTypeDefaultVersio
27
27
  * import { CloudFormationClient, SetTypeDefaultVersionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
28
28
  * // const { CloudFormationClient, SetTypeDefaultVersionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
29
29
  * const client = new CloudFormationClient(config);
30
- * const input = {
30
+ * const input = { // SetTypeDefaultVersionInput
31
31
  * Arn: "STRING_VALUE",
32
32
  * Type: "RESOURCE" || "MODULE" || "HOOK",
33
33
  * TypeName: "STRING_VALUE",
@@ -31,7 +31,7 @@ export interface SignalResourceCommandOutput extends __MetadataBearer {
31
31
  * import { CloudFormationClient, SignalResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
32
32
  * // const { CloudFormationClient, SignalResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
33
33
  * const client = new CloudFormationClient(config);
34
- * const input = {
34
+ * const input = { // SignalResourceInput
35
35
  * StackName: "STRING_VALUE", // required
36
36
  * LogicalResourceId: "STRING_VALUE", // required
37
37
  * UniqueId: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface StopStackSetOperationCommandOutput extends StopStackSetOperatio
28
28
  * import { CloudFormationClient, StopStackSetOperationCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
29
29
  * // const { CloudFormationClient, StopStackSetOperationCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
30
30
  * const client = new CloudFormationClient(config);
31
- * const input = {
31
+ * const input = { // StopStackSetOperationInput
32
32
  * StackSetName: "STRING_VALUE", // required
33
33
  * OperationId: "STRING_VALUE", // required
34
34
  * CallAs: "SELF" || "DELEGATED_ADMIN",
@@ -48,7 +48,7 @@ export interface TestTypeCommandOutput extends TestTypeOutput, __MetadataBearer
48
48
  * import { CloudFormationClient, TestTypeCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
49
49
  * // const { CloudFormationClient, TestTypeCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
50
50
  * const client = new CloudFormationClient(config);
51
- * const input = {
51
+ * const input = { // TestTypeInput
52
52
  * Arn: "STRING_VALUE",
53
53
  * Type: "RESOURCE" || "MODULE" || "HOOK",
54
54
  * TypeName: "STRING_VALUE",
@@ -31,31 +31,31 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
31
31
  * import { CloudFormationClient, UpdateStackCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
32
32
  * // const { CloudFormationClient, UpdateStackCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
33
33
  * const client = new CloudFormationClient(config);
34
- * const input = {
34
+ * const input = { // UpdateStackInput
35
35
  * StackName: "STRING_VALUE", // required
36
36
  * TemplateBody: "STRING_VALUE",
37
37
  * TemplateURL: "STRING_VALUE",
38
38
  * UsePreviousTemplate: true || false,
39
39
  * StackPolicyDuringUpdateBody: "STRING_VALUE",
40
40
  * StackPolicyDuringUpdateURL: "STRING_VALUE",
41
- * Parameters: [
42
- * {
41
+ * Parameters: [ // Parameters
42
+ * { // Parameter
43
43
  * ParameterKey: "STRING_VALUE",
44
44
  * ParameterValue: "STRING_VALUE",
45
45
  * UsePreviousValue: true || false,
46
46
  * ResolvedValue: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * Capabilities: [
49
+ * Capabilities: [ // Capabilities
50
50
  * "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
51
51
  * ],
52
- * ResourceTypes: [
52
+ * ResourceTypes: [ // ResourceTypes
53
53
  * "STRING_VALUE",
54
54
  * ],
55
55
  * RoleARN: "STRING_VALUE",
56
- * RollbackConfiguration: {
57
- * RollbackTriggers: [
58
- * {
56
+ * RollbackConfiguration: { // RollbackConfiguration
57
+ * RollbackTriggers: [ // RollbackTriggers
58
+ * { // RollbackTrigger
59
59
  * Arn: "STRING_VALUE", // required
60
60
  * Type: "STRING_VALUE", // required
61
61
  * },
@@ -64,11 +64,11 @@ export interface UpdateStackCommandOutput extends UpdateStackOutput, __MetadataB
64
64
  * },
65
65
  * StackPolicyBody: "STRING_VALUE",
66
66
  * StackPolicyURL: "STRING_VALUE",
67
- * NotificationARNs: [
67
+ * NotificationARNs: [ // NotificationARNs
68
68
  * "STRING_VALUE",
69
69
  * ],
70
- * Tags: [
71
- * {
70
+ * Tags: [ // Tags
71
+ * { // Tag
72
72
  * Key: "STRING_VALUE", // required
73
73
  * Value: "STRING_VALUE", // required
74
74
  * },
@@ -39,33 +39,33 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
39
39
  * import { CloudFormationClient, UpdateStackInstancesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
40
40
  * // const { CloudFormationClient, UpdateStackInstancesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
41
41
  * const client = new CloudFormationClient(config);
42
- * const input = {
42
+ * const input = { // UpdateStackInstancesInput
43
43
  * StackSetName: "STRING_VALUE", // required
44
- * Accounts: [
44
+ * Accounts: [ // AccountList
45
45
  * "STRING_VALUE",
46
46
  * ],
47
- * DeploymentTargets: {
47
+ * DeploymentTargets: { // DeploymentTargets
48
48
  * Accounts: [
49
49
  * "STRING_VALUE",
50
50
  * ],
51
51
  * AccountsUrl: "STRING_VALUE",
52
- * OrganizationalUnitIds: [
52
+ * OrganizationalUnitIds: [ // OrganizationalUnitIdList
53
53
  * "STRING_VALUE",
54
54
  * ],
55
55
  * AccountFilterType: "NONE" || "INTERSECTION" || "DIFFERENCE" || "UNION",
56
56
  * },
57
- * Regions: [ // required
57
+ * Regions: [ // RegionList // required
58
58
  * "STRING_VALUE",
59
59
  * ],
60
- * ParameterOverrides: [
61
- * {
60
+ * ParameterOverrides: [ // Parameters
61
+ * { // Parameter
62
62
  * ParameterKey: "STRING_VALUE",
63
63
  * ParameterValue: "STRING_VALUE",
64
64
  * UsePreviousValue: true || false,
65
65
  * ResolvedValue: "STRING_VALUE",
66
66
  * },
67
67
  * ],
68
- * OperationPreferences: {
68
+ * OperationPreferences: { // StackSetOperationPreferences
69
69
  * RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
70
70
  * RegionOrder: [
71
71
  * "STRING_VALUE",
@@ -31,32 +31,32 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
31
31
  * import { CloudFormationClient, UpdateStackSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
32
32
  * // const { CloudFormationClient, UpdateStackSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
33
33
  * const client = new CloudFormationClient(config);
34
- * const input = {
34
+ * const input = { // UpdateStackSetInput
35
35
  * StackSetName: "STRING_VALUE", // required
36
36
  * Description: "STRING_VALUE",
37
37
  * TemplateBody: "STRING_VALUE",
38
38
  * TemplateURL: "STRING_VALUE",
39
39
  * UsePreviousTemplate: true || false,
40
- * Parameters: [
41
- * {
40
+ * Parameters: [ // Parameters
41
+ * { // Parameter
42
42
  * ParameterKey: "STRING_VALUE",
43
43
  * ParameterValue: "STRING_VALUE",
44
44
  * UsePreviousValue: true || false,
45
45
  * ResolvedValue: "STRING_VALUE",
46
46
  * },
47
47
  * ],
48
- * Capabilities: [
48
+ * Capabilities: [ // Capabilities
49
49
  * "CAPABILITY_IAM" || "CAPABILITY_NAMED_IAM" || "CAPABILITY_AUTO_EXPAND",
50
50
  * ],
51
- * Tags: [
52
- * {
51
+ * Tags: [ // Tags
52
+ * { // Tag
53
53
  * Key: "STRING_VALUE", // required
54
54
  * Value: "STRING_VALUE", // required
55
55
  * },
56
56
  * ],
57
- * OperationPreferences: {
57
+ * OperationPreferences: { // StackSetOperationPreferences
58
58
  * RegionConcurrencyType: "SEQUENTIAL" || "PARALLEL",
59
- * RegionOrder: [
59
+ * RegionOrder: [ // RegionList
60
60
  * "STRING_VALUE",
61
61
  * ],
62
62
  * FailureToleranceCount: Number("int"),
@@ -66,18 +66,18 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
66
66
  * },
67
67
  * AdministrationRoleARN: "STRING_VALUE",
68
68
  * ExecutionRoleName: "STRING_VALUE",
69
- * DeploymentTargets: {
70
- * Accounts: [
69
+ * DeploymentTargets: { // DeploymentTargets
70
+ * Accounts: [ // AccountList
71
71
  * "STRING_VALUE",
72
72
  * ],
73
73
  * AccountsUrl: "STRING_VALUE",
74
- * OrganizationalUnitIds: [
74
+ * OrganizationalUnitIds: [ // OrganizationalUnitIdList
75
75
  * "STRING_VALUE",
76
76
  * ],
77
77
  * AccountFilterType: "NONE" || "INTERSECTION" || "DIFFERENCE" || "UNION",
78
78
  * },
79
79
  * PermissionModel: "SERVICE_MANAGED" || "SELF_MANAGED",
80
- * AutoDeployment: {
80
+ * AutoDeployment: { // AutoDeployment
81
81
  * Enabled: true || false,
82
82
  * RetainStacksOnAccountRemoval: true || false,
83
83
  * },
@@ -89,7 +89,7 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
89
89
  * "STRING_VALUE",
90
90
  * ],
91
91
  * CallAs: "SELF" || "DELEGATED_ADMIN",
92
- * ManagedExecution: {
92
+ * ManagedExecution: { // ManagedExecution
93
93
  * Active: true || false,
94
94
  * },
95
95
  * };
@@ -32,7 +32,7 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
32
32
  * import { CloudFormationClient, UpdateTerminationProtectionCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
33
33
  * // const { CloudFormationClient, UpdateTerminationProtectionCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
34
34
  * const client = new CloudFormationClient(config);
35
- * const input = {
35
+ * const input = { // UpdateTerminationProtectionInput
36
36
  * EnableTerminationProtection: true || false, // required
37
37
  * StackName: "STRING_VALUE", // required
38
38
  * };
@@ -28,7 +28,7 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
28
28
  * import { CloudFormationClient, ValidateTemplateCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
29
29
  * // const { CloudFormationClient, ValidateTemplateCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
30
30
  * const client = new CloudFormationClient(config);
31
- * const input = {
31
+ * const input = { // ValidateTemplateInput
32
32
  * TemplateBody: "STRING_VALUE",
33
33
  * TemplateURL: "STRING_VALUE",
34
34
  * };