@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.
Files changed (59) hide show
  1. package/README.md +1 -3
  2. package/dist-cjs/models/models_0.js +1 -0
  3. package/dist-es/models/models_0.js +1 -0
  4. package/dist-types/CloudFormation.d.ts +1 -3
  5. package/dist-types/CloudFormationClient.d.ts +1 -3
  6. package/dist-types/commands/ActivateTypeCommand.d.ts +6 -6
  7. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -4
  8. package/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -2
  9. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +9 -9
  10. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -19
  11. package/dist-types/commands/CreateStackCommand.d.ts +2 -2
  12. package/dist-types/commands/DeactivateTypeCommand.d.ts +5 -6
  13. package/dist-types/commands/DeleteChangeSetCommand.d.ts +5 -8
  14. package/dist-types/commands/DeleteStackCommand.d.ts +2 -3
  15. package/dist-types/commands/DeregisterTypeCommand.d.ts +9 -9
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -2
  17. package/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribePublisherCommand.d.ts +5 -6
  21. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -11
  22. package/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -5
  23. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +7 -11
  26. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +12 -14
  27. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeTypeCommand.d.ts +2 -3
  29. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +5 -11
  30. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -20
  31. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +9 -12
  32. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -21
  33. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -2
  34. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +8 -11
  35. package/dist-types/commands/GetStackPolicyCommand.d.ts +2 -2
  36. package/dist-types/commands/GetTemplateCommand.d.ts +3 -4
  37. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +7 -8
  38. package/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
  39. package/dist-types/commands/ListExportsCommand.d.ts +4 -6
  40. package/dist-types/commands/ListImportsCommand.d.ts +4 -6
  41. package/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
  43. package/dist-types/commands/ListStacksCommand.d.ts +4 -4
  44. package/dist-types/commands/PublishTypeCommand.d.ts +6 -5
  45. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
  46. package/dist-types/commands/RegisterPublisherCommand.d.ts +4 -6
  47. package/dist-types/commands/RegisterTypeCommand.d.ts +10 -16
  48. package/dist-types/commands/RollbackStackCommand.d.ts +6 -8
  49. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +9 -10
  50. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -2
  51. package/dist-types/commands/SignalResourceCommand.d.ts +4 -5
  52. package/dist-types/commands/TestTypeCommand.d.ts +16 -18
  53. package/dist-types/commands/UpdateStackCommand.d.ts +6 -6
  54. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +6 -7
  55. package/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  56. package/dist-types/index.d.ts +1 -3
  57. package/dist-types/models/models_0.d.ts +929 -1130
  58. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  59. 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
- * valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
28
- * these checks fail, CloudFormation returns a template validation error.</p>
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
@@ -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
  */