@aws-sdk/client-cloudformation 3.347.0 → 3.348.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 +1 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/CloudFormation.d.ts +1 -3
- package/dist-types/CloudFormationClient.d.ts +1 -3
- package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -4
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +9 -9
- package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -19
- package/dist-types/commands/CreateStackCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateTypeCommand.d.ts +5 -6
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +5 -8
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -3
- package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublisherCommand.d.ts +5 -6
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -11
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -5
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +7 -11
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +12 -14
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTypeCommand.d.ts +2 -3
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +5 -11
- package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -20
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +9 -12
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -21
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +8 -11
- package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -4
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
- package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListExportsCommand.d.ts +4 -6
- package/dist-types/commands/ListImportsCommand.d.ts +4 -6
- package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListStacksCommand.d.ts +4 -4
- package/dist-types/commands/PublishTypeCommand.d.ts +6 -5
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -6
- package/dist-types/commands/RegisterTypeCommand.d.ts +10 -16
- package/dist-types/commands/RollbackStackCommand.d.ts +6 -8
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +9 -10
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -2
- package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
- package/dist-types/commands/TestTypeCommand.d.ts +16 -18
- package/dist-types/commands/UpdateStackCommand.d.ts +6 -6
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -7
- package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
- package/dist-types/index.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +929 -1130
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
|
@@ -23,9 +23,9 @@ export interface ValidateTemplateCommandOutput extends ValidateTemplateOutput, _
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Validates a specified template. CloudFormation first checks if the template is
|
|
27
|
-
*
|
|
28
|
-
*
|
|
26
|
+
* <p>Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't,
|
|
27
|
+
* CloudFormation checks if the template is valid YAML. If both these checks fail, CloudFormation
|
|
28
|
+
* returns a template validation error.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,9 +8,7 @@
|
|
|
8
8
|
* resources of the stack together and manages all dependencies between the resources for you.</p>
|
|
9
9
|
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
|
10
10
|
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
|
11
|
-
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">
|
|
12
|
-
* <code>docs.aws.amazon.com</code>
|
|
13
|
-
* </a>.</p>
|
|
11
|
+
* 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>
|
|
14
12
|
*
|
|
15
13
|
* @packageDocumentation
|
|
16
14
|
*/
|