@cdk8s/awscdk-resolver 0.0.271 → 0.0.272

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 (118) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +91 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
  104. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  105. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-sso/package.json +1 -1
  109. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  110. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  111. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  112. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  116. package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
  117. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  118. package/package.json +5 -5
@@ -86,74 +86,72 @@ declare const UpdateGeneratedTemplateCommand_base: {
86
86
  * @throws {@link CloudFormationServiceException}
87
87
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
88
88
  *
89
- * @public
90
- * @example To update a generated template's name
89
+ *
90
+ * @example To add resources to a generated template
91
91
  * ```javascript
92
- * // This example updates a generated template with a new name.
92
+ * // This example adds resources to a generated template
93
93
  * const input = {
94
- * "GeneratedTemplateName": "JazzyTemplate",
95
- * "NewGeneratedTemplateName": "JazzierTemplate"
94
+ * AddResources: [
95
+ * {
96
+ * ResourceIdentifier: {
97
+ * BucketName: "jazz-bucket"
98
+ * },
99
+ * ResourceType: "AWS::S3::Bucket"
100
+ * },
101
+ * {
102
+ * ResourceIdentifier: {
103
+ * DhcpOptionsId: "random-id123"
104
+ * },
105
+ * ResourceType: "AWS::EC2::DHCPOptions"
106
+ * }
107
+ * ],
108
+ * GeneratedTemplateName: "JazzyTemplate"
96
109
  * };
97
110
  * const command = new UpdateGeneratedTemplateCommand(input);
98
111
  * const response = await client.send(command);
99
- * /* response ==
112
+ * /* response is
100
113
  * {
101
- * "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
114
+ * GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
102
115
  * }
103
116
  * *\/
104
- * // example id: to-update-a-generated-template-new-name
105
117
  * ```
106
118
  *
107
- * @example To remove resources from a generated template
119
+ * @example To update a generated template's name
108
120
  * ```javascript
109
- * // This example removes resources from a generated template
121
+ * // This example updates a generated template with a new name.
110
122
  * const input = {
111
- * "GeneratedTemplateName": "JazzyTemplate",
112
- * "RemoveResources": [
113
- * "LogicalResourceId1",
114
- * "LogicalResourceId2"
115
- * ]
123
+ * GeneratedTemplateName: "JazzyTemplate",
124
+ * NewGeneratedTemplateName: "JazzierTemplate"
116
125
  * };
117
126
  * const command = new UpdateGeneratedTemplateCommand(input);
118
127
  * const response = await client.send(command);
119
- * /* response ==
128
+ * /* response is
120
129
  * {
121
- * "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
130
+ * GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
122
131
  * }
123
132
  * *\/
124
- * // example id: to-update-a-generated-template-remove-resources
125
133
  * ```
126
134
  *
127
- * @example To add resources to a generated template
135
+ * @example To remove resources from a generated template
128
136
  * ```javascript
129
- * // This example adds resources to a generated template
137
+ * // This example removes resources from a generated template
130
138
  * const input = {
131
- * "AddResources": [
132
- * {
133
- * "ResourceIdentifier": {
134
- * "BucketName": "jazz-bucket"
135
- * },
136
- * "ResourceType": "AWS::S3::Bucket"
137
- * },
138
- * {
139
- * "ResourceIdentifier": {
140
- * "DhcpOptionsId": "random-id123"
141
- * },
142
- * "ResourceType": "AWS::EC2::DHCPOptions"
143
- * }
144
- * ],
145
- * "GeneratedTemplateName": "JazzyTemplate"
139
+ * GeneratedTemplateName: "JazzyTemplate",
140
+ * RemoveResources: [
141
+ * "LogicalResourceId1",
142
+ * "LogicalResourceId2"
143
+ * ]
146
144
  * };
147
145
  * const command = new UpdateGeneratedTemplateCommand(input);
148
146
  * const response = await client.send(command);
149
- * /* response ==
147
+ * /* response is
150
148
  * {
151
- * "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
149
+ * GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
152
150
  * }
153
151
  * *\/
154
- * // example id: to-update-a-generated-template-add-resources
155
152
  * ```
156
153
  *
154
+ * @public
157
155
  */
158
156
  export declare class UpdateGeneratedTemplateCommand extends UpdateGeneratedTemplateCommand_base {
159
157
  /** @internal type navigation helper, not in runtime. */
@@ -109,6 +109,7 @@ declare const UpdateStackCommand_base: {
109
109
  * @throws {@link CloudFormationServiceException}
110
110
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class UpdateStackCommand extends UpdateStackCommand_base {
@@ -123,6 +123,7 @@ declare const UpdateStackInstancesCommand_base: {
123
123
  * @throws {@link CloudFormationServiceException}
124
124
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class UpdateStackInstancesCommand extends UpdateStackInstancesCommand_base {
@@ -27,7 +27,7 @@ declare const UpdateStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the stack set, and associated stack instances in the specified accounts and
30
+ * <p>Updates the stack set and associated stack instances in the specified accounts and
31
31
  * Amazon Web Services Regions.</p>
32
32
  * <p>Even if the stack set operation created by updating the stack set fails (completely or
33
33
  * partially, below or above a specified failure tolerance), the stack set is updated with your
@@ -138,6 +138,7 @@ declare const UpdateStackSetCommand_base: {
138
138
  * @throws {@link CloudFormationServiceException}
139
139
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class UpdateStackSetCommand extends UpdateStackSetCommand_base {
@@ -61,6 +61,7 @@ declare const UpdateTerminationProtectionCommand_base: {
61
61
  * @throws {@link CloudFormationServiceException}
62
62
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class UpdateTerminationProtectionCommand extends UpdateTerminationProtectionCommand_base {
@@ -72,6 +72,7 @@ declare const ValidateTemplateCommand_base: {
72
72
  * @throws {@link CloudFormationServiceException}
73
73
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class ValidateTemplateCommand extends ValidateTemplateCommand_base {
@@ -1,17 +1,16 @@
1
1
  /**
2
2
  * <fullname>CloudFormation</fullname>
3
3
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
4
- * 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,
5
- * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
6
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
7
- * infrastructure.</p>
8
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
9
- * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
10
- * together and manages all dependencies between the resources for you.</p>
11
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
12
- * product page</a>.</p>
13
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
14
- * 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>
4
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
5
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
6
+ * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
7
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
8
+ * template defines a collection of resources as a single unit called a stack. CloudFormation creates
9
+ * and deletes all member resources of the stack together and manages all dependencies between the
10
+ * resources for you.</p>
11
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
12
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
13
+ * about a 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>
15
14
  *
16
15
  * @packageDocumentation
17
16
  */