@aws-sdk/client-cloudformation 3.296.0 → 3.297.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 (90) hide show
  1. package/dist-cjs/protocols/Aws_query.js +130 -755
  2. package/dist-es/protocols/Aws_query.js +130 -755
  3. package/dist-types/CloudFormation.d.ts +67 -0
  4. package/dist-types/CloudFormationClient.d.ts +24 -4
  5. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  8. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  13. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  34. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  35. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  36. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  37. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  38. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  39. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  42. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  43. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  55. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  56. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  57. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  58. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  59. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  60. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  63. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  65. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  70. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  71. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +543 -7
  73. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  90. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStackInstancesCommand}.
8
10
  */
9
11
  export interface UpdateStackInstancesCommandInput extends UpdateStackInstancesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStackInstancesCommand}.
13
17
  */
14
18
  export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the parameter values for stack instances for the specified accounts, within the
18
23
  * specified Amazon Web Services Regions. A stack instance refers to a stack in a specific
19
24
  * account and Region.</p>
@@ -38,6 +43,8 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param UpdateStackInstancesCommandInput - {@link UpdateStackInstancesCommandInput}
47
+ * @returns {@link UpdateStackInstancesCommandOutput}
41
48
  * @see {@link UpdateStackInstancesCommandInput} for command's `input` shape.
42
49
  * @see {@link UpdateStackInstancesCommandOutput} for command's `response` shape.
43
50
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -67,11 +74,20 @@ export interface UpdateStackInstancesCommandOutput extends UpdateStackInstancesO
67
74
  export declare class UpdateStackInstancesCommand extends $Command<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig> {
68
75
  readonly input: UpdateStackInstancesCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: UpdateStackInstancesCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackInstancesCommandInput, UpdateStackInstancesCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStackSetCommand}.
8
10
  */
9
11
  export interface UpdateStackSetCommandInput extends UpdateStackSetInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStackSetCommand}.
13
17
  */
14
18
  export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the stack set, and associated stack instances in the specified accounts and
18
23
  * Amazon Web Services Regions.</p>
19
24
  * <p>Even if the stack set operation created by updating the stack set fails (completely or
@@ -30,6 +35,8 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param UpdateStackSetCommandInput - {@link UpdateStackSetCommandInput}
39
+ * @returns {@link UpdateStackSetCommandOutput}
33
40
  * @see {@link UpdateStackSetCommandInput} for command's `input` shape.
34
41
  * @see {@link UpdateStackSetCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -59,11 +66,20 @@ export interface UpdateStackSetCommandOutput extends UpdateStackSetOutput, __Met
59
66
  export declare class UpdateStackSetCommand extends $Command<UpdateStackSetCommandInput, UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig> {
60
67
  readonly input: UpdateStackSetCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UpdateStackSetCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackSetCommandInput, UpdateStackSetCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTerminationProtectionCommand}.
8
10
  */
9
11
  export interface UpdateTerminationProtectionCommandInput extends UpdateTerminationProtectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTerminationProtectionCommand}.
13
17
  */
14
18
  export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminationProtectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates termination protection for the specified stack. If a user attempts to delete a
18
23
  * stack with termination protection enabled, the operation fails and the stack remains
19
24
  * unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
@@ -31,6 +36,8 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdateTerminationProtectionCommandInput - {@link UpdateTerminationProtectionCommandInput}
40
+ * @returns {@link UpdateTerminationProtectionCommandOutput}
34
41
  * @see {@link UpdateTerminationProtectionCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdateTerminationProtectionCommandOutput} for command's `response` shape.
36
43
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UpdateTerminationProtectionCommandOutput extends UpdateTerminat
40
47
  export declare class UpdateTerminationProtectionCommand extends $Command<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig> {
41
48
  readonly input: UpdateTerminationProtectionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UpdateTerminationProtectionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTerminationProtectionCommandInput, UpdateTerminationProtectionCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
5
5
  import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ValidateTemplateCommand}.
8
10
  */
9
11
  export interface ValidateTemplateCommandInput extends ValidateTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ValidateTemplateCommand}.
13
17
  */
14
18
  export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Validates a specified template. CloudFormation first checks if the template is
18
23
  * valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If
19
24
  * both these checks fail, CloudFormation returns a template validation error.</p>
@@ -27,6 +32,8 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ValidateTemplateCommandInput - {@link ValidateTemplateCommandInput}
36
+ * @returns {@link ValidateTemplateCommandOutput}
30
37
  * @see {@link ValidateTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link ValidateTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
@@ -36,11 +43,20 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
36
43
  export declare class ValidateTemplateCommand extends $Command<ValidateTemplateCommandInput, ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig> {
37
44
  readonly input: ValidateTemplateCommandInput;
38
45
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
46
+ /**
47
+ * @public
48
+ */
39
49
  constructor(input: ValidateTemplateCommandInput);
40
50
  /**
41
51
  * @internal
42
52
  */
43
53
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateTemplateCommandInput, ValidateTemplateCommandOutput>;
54
+ /**
55
+ * @internal
56
+ */
44
57
  private serialize;
58
+ /**
59
+ * @internal
60
+ */
45
61
  private deserialize;
46
62
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from CloudFormation service.
4
6
  */
5
7
  export declare class CloudFormationServiceException extends __ServiceException {