@cdk8s/awscdk-resolver 0.0.66 → 0.0.67

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 (62) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +11 -9
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +15 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +5 -13
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +14 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +11 -9
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -6
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +12 -8
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1083 -1066
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +201 -149
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +9 -11
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/package.json +1 -1
  62. package/package.json +4 -4
package/.jsii CHANGED
@@ -3674,6 +3674,6 @@
3674
3674
  "symbolId": "src/resolve:AwsCdkResolver"
3675
3675
  }
3676
3676
  },
3677
- "version": "0.0.66",
3678
- "fingerprint": "YyEV5/Y3wiY2QIpeU+NWs1DoIFTLCvcGThxjkfsxmNY="
3677
+ "version": "0.0.67",
3678
+ "fingerprint": "B2Sz8Lue46stsUBTrqPogaadiW9CnSfoapVwOHee/TU="
3679
3679
  }
package/lib/resolve.js CHANGED
@@ -61,5 +61,5 @@ class AwsCdkResolver {
61
61
  }
62
62
  exports.AwsCdkResolver = AwsCdkResolver;
63
63
  _a = JSII_RTTI_SYMBOL_1;
64
- AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.66" };
64
+ AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.67" };
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
@@ -8,15 +8,17 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
8
8
 
9
9
  <fullname>CloudFormation</fullname>
10
10
 
11
- <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
12
- and 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, Elastic Load Balancing, and Auto Scaling to build
13
- highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
14
- <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
15
- defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
16
- resources of the stack together and manages all dependencies between the resources for you.</p>
17
- <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
18
- <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
19
- 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>
11
+ <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
12
+ 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, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
13
+ scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
14
+ infrastructure.</p>
15
+ <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
16
+ collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
17
+ together and manages all dependencies between the resources for you.</p>
18
+ <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
19
+ product page</a>.</p>
20
+ <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
21
+ 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>
20
22
 
21
23
  ## Installing
22
24
 
@@ -78,6 +78,7 @@ __export(src_exports, {
78
78
  DescribeStacksCommand: () => DescribeStacksCommand,
79
79
  DescribeTypeCommand: () => DescribeTypeCommand,
80
80
  DescribeTypeRegistrationCommand: () => DescribeTypeRegistrationCommand,
81
+ DetailedStatus: () => DetailedStatus,
81
82
  DetectStackDriftCommand: () => DetectStackDriftCommand,
82
83
  DetectStackResourceDriftCommand: () => DetectStackResourceDriftCommand,
83
84
  DetectStackSetDriftCommand: () => DetectStackSetDriftCommand,
@@ -986,6 +987,10 @@ var StackDriftStatus = {
986
987
  NOT_CHECKED: "NOT_CHECKED",
987
988
  UNKNOWN: "UNKNOWN"
988
989
  };
990
+ var DetailedStatus = {
991
+ CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
992
+ VALIDATION_FAILED: "VALIDATION_FAILED"
993
+ };
989
994
  var HookStatus = {
990
995
  HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
991
996
  HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
@@ -1019,6 +1024,7 @@ var ResourceStatus = {
1019
1024
  var StackInstanceDetailedStatus = {
1020
1025
  CANCELLED: "CANCELLED",
1021
1026
  FAILED: "FAILED",
1027
+ FAILED_IMPORT: "FAILED_IMPORT",
1022
1028
  INOPERABLE: "INOPERABLE",
1023
1029
  PENDING: "PENDING",
1024
1030
  RUNNING: "RUNNING",
@@ -1264,6 +1270,8 @@ var ResourceSignalStatus = {
1264
1270
  FAILURE: "FAILURE",
1265
1271
  SUCCESS: "SUCCESS"
1266
1272
  };
1273
+
1274
+ // src/models/models_1.ts
1267
1275
  var _ResourceScanLimitExceededException = class _ResourceScanLimitExceededException extends CloudFormationServiceException {
1268
1276
  /**
1269
1277
  * @internal
@@ -7648,6 +7656,9 @@ var de_Stack = /* @__PURE__ */ __name((output, context) => {
7648
7656
  if (output[_REOC] != null) {
7649
7657
  contents[_REOC] = (0, import_smithy_client.parseBoolean)(output[_REOC]);
7650
7658
  }
7659
+ if (output[_DSeta] != null) {
7660
+ contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
7661
+ }
7651
7662
  return contents;
7652
7663
  }, "de_Stack");
7653
7664
  var de_StackDriftInformation = /* @__PURE__ */ __name((output, context) => {
@@ -7720,6 +7731,9 @@ var de_StackEvent = /* @__PURE__ */ __name((output, context) => {
7720
7731
  if (output[_HFM] != null) {
7721
7732
  contents[_HFM] = (0, import_smithy_client.expectString)(output[_HFM]);
7722
7733
  }
7734
+ if (output[_DSeta] != null) {
7735
+ contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
7736
+ }
7723
7737
  return contents;
7724
7738
  }, "de_StackEvent");
7725
7739
  var de_StackEvents = /* @__PURE__ */ __name((output, context) => {
@@ -11773,6 +11787,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11773
11787
  ResourceScanNotFoundException,
11774
11788
  StackDriftDetectionStatus,
11775
11789
  StackDriftStatus,
11790
+ DetailedStatus,
11776
11791
  HookStatus,
11777
11792
  ResourceStatus,
11778
11793
  StackInstanceDetailedStatus,
@@ -472,6 +472,10 @@ export const StackDriftStatus = {
472
472
  NOT_CHECKED: "NOT_CHECKED",
473
473
  UNKNOWN: "UNKNOWN",
474
474
  };
475
+ export const DetailedStatus = {
476
+ CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
477
+ VALIDATION_FAILED: "VALIDATION_FAILED",
478
+ };
475
479
  export const HookStatus = {
476
480
  HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
477
481
  HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
@@ -505,6 +509,7 @@ export const ResourceStatus = {
505
509
  export const StackInstanceDetailedStatus = {
506
510
  CANCELLED: "CANCELLED",
507
511
  FAILED: "FAILED",
512
+ FAILED_IMPORT: "FAILED_IMPORT",
508
513
  INOPERABLE: "INOPERABLE",
509
514
  PENDING: "PENDING",
510
515
  RUNNING: "RUNNING",
@@ -725,16 +730,3 @@ export const ResourceSignalStatus = {
725
730
  FAILURE: "FAILURE",
726
731
  SUCCESS: "SUCCESS",
727
732
  };
728
- export class ResourceScanLimitExceededException extends __BaseException {
729
- constructor(opts) {
730
- super({
731
- name: "ResourceScanLimitExceededException",
732
- $fault: "client",
733
- ...opts,
734
- });
735
- this.name = "ResourceScanLimitExceededException";
736
- this.$fault = "client";
737
- Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
738
- this.Message = opts.Message;
739
- }
740
- }
@@ -1 +1,14 @@
1
- export {};
1
+ import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
2
+ export class ResourceScanLimitExceededException extends __BaseException {
3
+ constructor(opts) {
4
+ super({
5
+ name: "ResourceScanLimitExceededException",
6
+ $fault: "client",
7
+ ...opts,
8
+ });
9
+ this.name = "ResourceScanLimitExceededException";
10
+ this.$fault = "client";
11
+ Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
12
+ this.Message = opts.Message;
13
+ }
14
+ }
@@ -3,7 +3,8 @@ import { collectBody, decorateServiceException as __decorateServiceException, ex
3
3
  import { XMLParser } from "fast-xml-parser";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { CloudFormationServiceException as __BaseException } from "../models/CloudFormationServiceException";
6
- import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanLimitExceededException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
6
+ import { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException, } from "../models/models_0";
7
+ import { ResourceScanLimitExceededException, } from "../models/models_1";
7
8
  export const se_ActivateOrganizationsAccessCommand = async (input, context) => {
8
9
  const headers = SHARED_HEADERS;
9
10
  let body;
@@ -6466,6 +6467,9 @@ const de_Stack = (output, context) => {
6466
6467
  if (output[_REOC] != null) {
6467
6468
  contents[_REOC] = __parseBoolean(output[_REOC]);
6468
6469
  }
6470
+ if (output[_DSeta] != null) {
6471
+ contents[_DSeta] = __expectString(output[_DSeta]);
6472
+ }
6469
6473
  return contents;
6470
6474
  };
6471
6475
  const de_StackDriftInformation = (output, context) => {
@@ -6538,6 +6542,9 @@ const de_StackEvent = (output, context) => {
6538
6542
  if (output[_HFM] != null) {
6539
6543
  contents[_HFM] = __expectString(output[_HFM]);
6540
6544
  }
6545
+ if (output[_DSeta] != null) {
6546
+ contents[_DSeta] = __expectString(output[_DSeta]);
6547
+ }
6541
6548
  return contents;
6542
6549
  };
6543
6550
  const de_StackEvents = (output, context) => {
@@ -572,15 +572,17 @@ export interface CloudFormation {
572
572
  /**
573
573
  * @public
574
574
  * <fullname>CloudFormation</fullname>
575
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
576
- * and 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, Elastic Load Balancing, and Auto Scaling to build
577
- * highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
578
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
579
- * defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
580
- * resources of the stack together and manages all dependencies between the resources for you.</p>
581
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
582
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
583
- * 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>
575
+ * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
576
+ * 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, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
577
+ * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
578
+ * infrastructure.</p>
579
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
580
+ * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
581
+ * together and manages all dependencies between the resources for you.</p>
582
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
583
+ * product page</a>.</p>
584
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
585
+ * 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>
584
586
  */
585
587
  export declare class CloudFormation extends CloudFormationClient implements CloudFormation {
586
588
  }
@@ -234,15 +234,17 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
234
234
  /**
235
235
  * @public
236
236
  * <fullname>CloudFormation</fullname>
237
- * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably
238
- * and 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, Elastic Load Balancing, and Auto Scaling to build
239
- * highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
240
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template
241
- * defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member
242
- * resources of the stack together and manages all dependencies between the resources for you.</p>
243
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
244
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
245
- * 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>
237
+ * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
238
+ * 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, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly
239
+ * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
240
+ * infrastructure.</p>
241
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
242
+ * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
243
+ * together and manages all dependencies between the resources for you.</p>
244
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
245
+ * product page</a>.</p>
246
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
247
+ * 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>
246
248
  */
247
249
  export declare class CloudFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFormationClientResolvedConfig> {
248
250
  /**
@@ -26,9 +26,9 @@ declare const ActivateOrganizationsAccessCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Activate trusted access with Organizations. With trusted access between StackSets
30
- * and Organizations activated, the management account has permissions to create
31
- * and manage StackSets for your organization.</p>
29
+ * <p>Activate trusted access with Organizations. With trusted access between StackSets and Organizations
30
+ * activated, the management account has permissions to create and manage StackSets for your
31
+ * organization.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -28,10 +28,10 @@ declare const ActivateTypeCommand_base: {
28
28
  * @public
29
29
  * <p>Activates a public third-party extension, making it available for use in stack templates. For more information,
30
30
  * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
31
- * extensions</a> in the <i>CloudFormation User Guide</i>.</p>
32
- * <p>Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For more information, see
33
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
34
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
31
+ * extensions</a> in the <i>CloudFormation User Guide</i>.</p>
32
+ * <p>Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">
33
+ * <code>SetTypeConfiguration</code>
34
+ * </a> to specify configuration properties for the extension. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -26,9 +26,10 @@ declare const BatchDescribeTypeConfigurationsCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and Region.</p>
29
+ * <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry
30
+ * for the account and Region.</p>
30
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at
31
- * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
32
+ * the account level</a> in the <i>CloudFormation User Guide</i>.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -27,14 +27,13 @@ declare const ContinueUpdateRollbackCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues rolling it back to the
30
- * <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the
31
- * error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state
30
+ * <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the
31
+ * error</a> and continue the rollback. By continuing the rollback, you can return your stack to a working state
32
32
  * (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try to update the stack again.</p>
33
- * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all
34
- * changes after a failed stack update. For example, you might have a stack that's rolling back to an old database
35
- * instance that was deleted outside of CloudFormation. Because CloudFormation doesn't know the database was
36
- * deleted, it assumes that the database instance still exists and attempts to roll back to it, causing the update
37
- * rollback to fail.</p>
33
+ * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll back all changes after
34
+ * a failed stack update. For example, you might have a stack that's rolling back to an old database instance that was
35
+ * deleted outside of CloudFormation. Because CloudFormation doesn't know the database was deleted, it assumes that the database instance
36
+ * still exists and attempts to roll back to it, causing the update rollback to fail.</p>
38
37
  * @example
39
38
  * Use a bare-bones client and the command you need to make an API call.
40
39
  * ```javascript
@@ -28,18 +28,15 @@ declare const CreateChangeSetCommand_base: {
28
28
  * @public
29
29
  * <p>Creates a list of changes that will be applied to a stack so that you can review the changes before executing
30
30
  * them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for
31
- * a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you
32
- * create a change set for an existing stack, CloudFormation compares the stack's information with the information
33
- * that you submit in the change set and lists the differences. Use change sets to understand which resources CloudFormation will create or change, and how it will change resources in an existing stack, before you create or update
34
- * a stack.</p>
31
+ * a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you create a change
32
+ * set for an existing stack, CloudFormation compares the stack's information with the information that you submit in the change
33
+ * set and lists the differences. Use change sets to understand which resources CloudFormation will create or
34
+ * change, and how it will change resources in an existing stack, before you create or update a stack.</p>
35
35
  * <p>To create a change set for a stack that doesn't exist, for the <code>ChangeSetType</code> parameter, specify
36
- * <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code> for the
37
- * <code>ChangeSetType</code> parameter. To create a change set for an import operation, specify <code>IMPORT</code>
38
- * for the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call successfully completes,
39
- * CloudFormation starts creating the change set. To check the status of the change set or to review it, use the
40
- * <a>DescribeChangeSet</a> action.</p>
41
- * <p>When you are satisfied with the changes the change set will make, execute the change set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until you execute the change
42
- * set.</p>
36
+ * <code>CREATE</code>. To create a change set for an existing stack, specify <code>UPDATE</code> for the
37
+ * <code>ChangeSetType</code> parameter. To create a change set for an import operation, specify <code>IMPORT</code> for
38
+ * the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call successfully completes, CloudFormation starts creating the change set. To check the status of the change set or to review it, use the <a>DescribeChangeSet</a> action.</p>
39
+ * <p>When you are satisfied with the changes the change set will make, execute the change set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make changes until you execute the change set.</p>
43
40
  * <p>To create a change set for the entire stack hierarchy, set <code>IncludeNestedStacks</code> to
44
41
  * <code>True</code>.</p>
45
42
  * @example
@@ -127,7 +124,7 @@ declare const CreateChangeSetCommand_base: {
127
124
  * @throws {@link LimitExceededException} (client fault)
128
125
  * <p>The quota for the resource has already been reached.</p>
129
126
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
130
- * <i>CloudFormation User Guide</i>.</p>
127
+ * <i>CloudFormation User Guide</i>.</p>
131
128
  *
132
129
  * @throws {@link CloudFormationServiceException}
133
130
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -76,7 +76,7 @@ declare const CreateGeneratedTemplateCommand_base: {
76
76
  * @throws {@link LimitExceededException} (client fault)
77
77
  * <p>The quota for the resource has already been reached.</p>
78
78
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
79
- * <i>CloudFormation User Guide</i>.</p>
79
+ * <i>CloudFormation User Guide</i>.</p>
80
80
  *
81
81
  * @throws {@link CloudFormationServiceException}
82
82
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -103,7 +103,7 @@ declare const CreateStackCommand_base: {
103
103
  * @throws {@link LimitExceededException} (client fault)
104
104
  * <p>The quota for the resource has already been reached.</p>
105
105
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
106
- * <i>CloudFormation User Guide</i>.</p>
106
+ * <i>CloudFormation User Guide</i>.</p>
107
107
  *
108
108
  * @throws {@link TokenAlreadyExistsException} (client fault)
109
109
  * <p>A client request token already exists.</p>
@@ -28,8 +28,8 @@ declare const CreateStackInstancesCommand_base: {
28
28
  * @public
29
29
  * <p>Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack
30
30
  * instance refers to a stack in a specific account and Region. You must specify at least one value for either
31
- * <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for
32
- * <code>Regions</code>.</p>
31
+ * <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for
32
+ * <code>Regions</code>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -96,7 +96,7 @@ declare const CreateStackInstancesCommand_base: {
96
96
  * @throws {@link LimitExceededException} (client fault)
97
97
  * <p>The quota for the resource has already been reached.</p>
98
98
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
99
- * <i>CloudFormation User Guide</i>.</p>
99
+ * <i>CloudFormation User Guide</i>.</p>
100
100
  *
101
101
  * @throws {@link OperationIdAlreadyExistsException} (client fault)
102
102
  * <p>The specified operation ID already exists.</p>
@@ -89,7 +89,7 @@ declare const CreateStackSetCommand_base: {
89
89
  * @throws {@link LimitExceededException} (client fault)
90
90
  * <p>The quota for the resource has already been reached.</p>
91
91
  * <p>For information about resource and stack limitations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation quotas</a> in the
92
- * <i>CloudFormation User Guide</i>.</p>
92
+ * <i>CloudFormation User Guide</i>.</p>
93
93
  *
94
94
  * @throws {@link NameAlreadyExistsException} (client fault)
95
95
  * <p>The specified name is already in use.</p>
@@ -26,9 +26,8 @@ declare const DeactivateOrganizationsAccessCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Deactivates trusted access with Organizations. If trusted access is deactivated,
30
- * the management account does not have permissions to create and manage
31
- * service-managed StackSets for your organization.</p>
29
+ * <p>Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your
30
+ * organization.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,10 +27,9 @@ declare const DeactivateTypeCommand_base: {
27
27
  /**
28
28
  * @public
29
29
  * <p>Deactivates a public extension that was previously activated in this account and Region.</p>
30
- * <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack
31
- * update operations where the stack template includes the extension, even if no updates are being made to the
32
- * extension. In addition, deactivated extensions aren't automatically updated if a new version of the extension is
33
- * released.</p>
30
+ * <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes stack update operations
31
+ * where the stack template includes the extension, even if no updates are being made to the extension. In addition,
32
+ * deactivated extensions aren't automatically updated if a new version of the extension is released.</p>
34
33
  * @example
35
34
  * Use a bare-bones client and the command you need to make an API call.
36
35
  * ```javascript
@@ -55,7 +55,7 @@ declare const DeleteChangeSetCommand_base: {
55
55
  *
56
56
  * @throws {@link InvalidChangeSetStatusException} (client fault)
57
57
  * <p>The specified change set can't be used to update the stack. For example, the change set status might be
58
- * <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
58
+ * <code>CREATE_IN_PROGRESS</code>, or the stack status might be <code>UPDATE_IN_PROGRESS</code>.</p>
59
59
  *
60
60
  * @throws {@link CloudFormationServiceException}
61
61
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -26,16 +26,17 @@ declare const DeregisterTypeCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry,
30
- * removing it from active use. Deprecated extensions or extension versions cannot be used in CloudFormation
31
- * operations.</p>
29
+ * <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from
30
+ * active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.</p>
32
31
  * <p>To deregister an entire extension, you must individually deregister all active versions of that extension. If an
33
32
  * extension has only a single active version, deregistering that version results in the extension itself being
34
33
  * deregistered and marked as deprecated in the registry.</p>
35
34
  * <p>You can't deregister the default version of an extension if there are other active version of that extension. If
36
35
  * you do deregister the default version of an extension, the extension type itself is deregistered as well and marked
37
36
  * as deprecated.</p>
38
- * <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
37
+ * <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">
38
+ * <code>DescribeType</code>
39
+ * </a>.</p>
39
40
  * @example
40
41
  * Use a bare-bones client and the command you need to make an API call.
41
42
  * ```javascript
@@ -26,9 +26,9 @@ declare const DescribeAccountLimitsCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in
30
- * your account. For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
31
- * <i>CloudFormation User Guide</i>.</p>
29
+ * <p>Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in your account.
30
+ * For more information about account limits, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation Quotas</a> in the
31
+ * <i>CloudFormation User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -26,8 +26,8 @@ declare const DescribeChangeSetCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
30
- * change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change
29
+ * <p>Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set.
30
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change
31
31
  * Sets</a> in the <i>CloudFormation User Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -132,7 +132,7 @@ declare const DescribeChangeSetCommand_base: {
132
132
  *
133
133
  * @throws {@link ChangeSetNotFoundException} (client fault)
134
134
  * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
135
- * <code>ListChangeSets</code> operation.</p>
135
+ * <code>ListChangeSets</code> operation.</p>
136
136
  *
137
137
  * @throws {@link CloudFormationServiceException}
138
138
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -26,8 +26,8 @@ declare const DescribeChangeSetHooksCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you
30
- * run the change set.</p>
29
+ * <p>Returns hook-related information for the change set and a list of changes that CloudFormation makes when you run the
30
+ * change set.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -78,7 +78,7 @@ declare const DescribeChangeSetHooksCommand_base: {
78
78
  *
79
79
  * @throws {@link ChangeSetNotFoundException} (client fault)
80
80
  * <p>The specified change set name or ID doesn't exit. To view valid change sets for a stack, use the
81
- * <code>ListChangeSets</code> operation.</p>
81
+ * <code>ListChangeSets</code> operation.</p>
82
82
  *
83
83
  * @throws {@link CloudFormationServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -26,10 +26,9 @@ declare const DescribeOrganizationsAccessCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API
30
- * can be called either by the management account or the delegated administrator by using the
31
- * <code>CallAs</code> parameter. This API can also be called without the <code>CallAs</code>
32
- * parameter by the management account.</p>
29
+ * <p>Retrieves information about the account's <code>OrganizationAccess</code> status. This API can be called either
30
+ * by the management account or the delegated administrator by using the <code>CallAs</code> parameter. This API can
31
+ * also be called without the <code>CallAs</code> parameter by the management account.</p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -28,19 +28,21 @@ declare const DescribePublisherCommand_base: {
28
28
  * @public
29
29
  * <p>Returns information about a CloudFormation extension publisher.</p>
30
30
  * <p>If you don't supply a <code>PublisherId</code>, and you have registered as an extension publisher,
31
- * <code>DescribePublisher</code> returns information about your own publisher account.</p>
31
+ * <code>DescribePublisher</code> returns information about your own publisher account.</p>
32
32
  * <p>For more information about registering as a publisher, see:</p>
33
33
  * <ul>
34
34
  * <li>
35
35
  * <p>
36
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>
36
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">
37
+ * <code>RegisterPublisher</code>
38
+ * </a>
37
39
  * </p>
38
40
  * </li>
39
41
  * <li>
40
42
  * <p>
41
43
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
42
- * extensions to make them available for public use</a> in the <i>CloudFormation CLI User
43
- * Guide</i>
44
+ * extensions to make them available for public use</a> in the <i>CloudFormation CLI User
45
+ * Guide</i>
44
46
  * </p>
45
47
  * </li>
46
48
  * </ul>