@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
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://aws.amazon.com"
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-cloudformation": "^3.775.0"
10
+ "@aws-sdk/client-cloudformation": "^3.777.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "aws-cdk-lib": "^2.106.1",
@@ -4056,6 +4056,6 @@
4056
4056
  "symbolId": "src/resolve:AwsCdkResolver"
4057
4057
  }
4058
4058
  },
4059
- "version": "0.0.271",
4060
- "fingerprint": "v8UbvM1EuOfvs07ih8QsCoWgH572cOFx8ooSFw/Gzug="
4059
+ "version": "0.0.272",
4060
+ "fingerprint": "MuUn6hZYnh0ZCopboHx6XGA0tUzm/XvNAkj8XILgNLE="
4061
4061
  }
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.271" };
64
+ AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.272" };
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
@@ -9,17 +9,16 @@ AWS SDK for JavaScript CloudFormation Client for Node.js, Browser and React Nati
9
9
  <fullname>CloudFormation</fullname>
10
10
 
11
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,
13
- Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
14
- scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
15
- infrastructure.</p>
16
- <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
17
- collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
18
- together and manages all dependencies between the resources for you.</p>
19
- <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
20
- product page</a>.</p>
21
- <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
22
- 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>
12
+ repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
13
+ Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
14
+ applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
15
+ <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
16
+ template defines a collection of resources as a single unit called a stack. CloudFormation creates
17
+ and deletes all member resources of the stack together and manages all dependencies between the
18
+ resources for you.</p>
19
+ <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
20
+ <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
21
+ 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>
23
22
 
24
23
  ## Installing
25
24
 
@@ -167,6 +167,7 @@ __export(index_exports, {
167
167
  ResourceSignalStatus: () => ResourceSignalStatus,
168
168
  ResourceStatus: () => ResourceStatus,
169
169
  RollbackStackCommand: () => RollbackStackCommand,
170
+ ScanType: () => ScanType,
170
171
  SetStackPolicyCommand: () => SetStackPolicyCommand,
171
172
  SetTypeConfigurationCommand: () => SetTypeConfigurationCommand,
172
173
  SetTypeDefaultVersionCommand: () => SetTypeDefaultVersionCommand,
@@ -1358,6 +1359,10 @@ var ResourceScanInProgressException = class _ResourceScanInProgressException ext
1358
1359
  this.Message = opts.Message;
1359
1360
  }
1360
1361
  };
1362
+ var ScanType = {
1363
+ FULL: "FULL",
1364
+ PARTIAL: "PARTIAL"
1365
+ };
1361
1366
  var StackInstanceFilterName = {
1362
1367
  DETAILED_STATUS: "DETAILED_STATUS",
1363
1368
  DRIFT_STATUS: "DRIFT_STATUS",
@@ -5085,6 +5090,9 @@ var se_ListResourceScansInput = /* @__PURE__ */ __name((input, context) => {
5085
5090
  if (input[_MR] != null) {
5086
5091
  entries[_MR] = input[_MR];
5087
5092
  }
5093
+ if (input[_STF] != null) {
5094
+ entries[_STF] = input[_STF];
5095
+ }
5088
5096
  return entries;
5089
5097
  }, "se_ListResourceScansInput");
5090
5098
  var se_ListStackInstanceResourceDriftsInput = /* @__PURE__ */ __name((input, context) => {
@@ -5694,6 +5702,18 @@ var se_ResourceToImport = /* @__PURE__ */ __name((input, context) => {
5694
5702
  }
5695
5703
  return entries;
5696
5704
  }, "se_ResourceToImport");
5705
+ var se_ResourceTypeFilters = /* @__PURE__ */ __name((input, context) => {
5706
+ const entries = {};
5707
+ let counter = 1;
5708
+ for (const entry of input) {
5709
+ if (entry === null) {
5710
+ continue;
5711
+ }
5712
+ entries[`member.${counter}`] = entry;
5713
+ counter++;
5714
+ }
5715
+ return entries;
5716
+ }, "se_ResourceTypeFilters");
5697
5717
  var se_ResourceTypes = /* @__PURE__ */ __name((input, context) => {
5698
5718
  const entries = {};
5699
5719
  let counter = 1;
@@ -5776,6 +5796,35 @@ var se_RollbackTriggers = /* @__PURE__ */ __name((input, context) => {
5776
5796
  }
5777
5797
  return entries;
5778
5798
  }, "se_RollbackTriggers");
5799
+ var se_ScanFilter = /* @__PURE__ */ __name((input, context) => {
5800
+ const entries = {};
5801
+ if (input[_Ty] != null) {
5802
+ const memberEntries = se_ResourceTypeFilters(input[_Ty], context);
5803
+ if (input[_Ty]?.length === 0) {
5804
+ entries.Types = [];
5805
+ }
5806
+ Object.entries(memberEntries).forEach(([key, value]) => {
5807
+ const loc = `Types.${key}`;
5808
+ entries[loc] = value;
5809
+ });
5810
+ }
5811
+ return entries;
5812
+ }, "se_ScanFilter");
5813
+ var se_ScanFilters = /* @__PURE__ */ __name((input, context) => {
5814
+ const entries = {};
5815
+ let counter = 1;
5816
+ for (const entry of input) {
5817
+ if (entry === null) {
5818
+ continue;
5819
+ }
5820
+ const memberEntries = se_ScanFilter(entry, context);
5821
+ Object.entries(memberEntries).forEach(([key, value]) => {
5822
+ entries[`member.${counter}.${key}`] = value;
5823
+ });
5824
+ counter++;
5825
+ }
5826
+ return entries;
5827
+ }, "se_ScanFilters");
5779
5828
  var se_ScannedResourceIdentifier = /* @__PURE__ */ __name((input, context) => {
5780
5829
  const entries = {};
5781
5830
  if (input[_RTes] != null) {
@@ -6007,6 +6056,16 @@ var se_StartResourceScanInput = /* @__PURE__ */ __name((input, context) => {
6007
6056
  if (input[_CRT] != null) {
6008
6057
  entries[_CRT] = input[_CRT];
6009
6058
  }
6059
+ if (input[_SF] != null) {
6060
+ const memberEntries = se_ScanFilters(input[_SF], context);
6061
+ if (input[_SF]?.length === 0) {
6062
+ entries.ScanFilters = [];
6063
+ }
6064
+ Object.entries(memberEntries).forEach(([key, value]) => {
6065
+ const loc = `ScanFilters.${key}`;
6066
+ entries[loc] = value;
6067
+ });
6068
+ }
6010
6069
  return entries;
6011
6070
  }, "se_StartResourceScanInput");
6012
6071
  var se_StopStackSetOperationInput = /* @__PURE__ */ __name((input, context) => {
@@ -7016,6 +7075,11 @@ var de_DescribeResourceScanOutput = /* @__PURE__ */ __name((output, context) =>
7016
7075
  if (output[_RRes] != null) {
7017
7076
  contents[_RRes] = (0, import_smithy_client.strictParseInt32)(output[_RRes]);
7018
7077
  }
7078
+ if (output.ScanFilters === "") {
7079
+ contents[_SF] = [];
7080
+ } else if (output[_SF] != null && output[_SF][_m] != null) {
7081
+ contents[_SF] = de_ScanFilters((0, import_smithy_client.getArrayIfSingleItem)(output[_SF][_m]), context);
7082
+ }
7019
7083
  return contents;
7020
7084
  }, "de_DescribeResourceScanOutput");
7021
7085
  var de_DescribeStackDriftDetectionStatusOutput = /* @__PURE__ */ __name((output, context) => {
@@ -8179,6 +8243,9 @@ var de_ResourceScanSummary = /* @__PURE__ */ __name((output, context) => {
8179
8243
  if (output[_PC] != null) {
8180
8244
  contents[_PC] = (0, import_smithy_client.strictParseFloat)(output[_PC]);
8181
8245
  }
8246
+ if (output[_STc] != null) {
8247
+ contents[_STc] = (0, import_smithy_client.expectString)(output[_STc]);
8248
+ }
8182
8249
  return contents;
8183
8250
  }, "de_ResourceScanSummary");
8184
8251
  var de_ResourceTargetDefinition = /* @__PURE__ */ __name((output, context) => {
@@ -8206,6 +8273,11 @@ var de_ResourceTargetDefinition = /* @__PURE__ */ __name((output, context) => {
8206
8273
  }
8207
8274
  return contents;
8208
8275
  }, "de_ResourceTargetDefinition");
8276
+ var de_ResourceTypeFilters = /* @__PURE__ */ __name((output, context) => {
8277
+ return (output || []).filter((e) => e != null).map((entry) => {
8278
+ return (0, import_smithy_client.expectString)(entry);
8279
+ });
8280
+ }, "de_ResourceTypeFilters");
8209
8281
  var de_ResourceTypes = /* @__PURE__ */ __name((output, context) => {
8210
8282
  return (output || []).filter((e) => e != null).map((entry) => {
8211
8283
  return (0, import_smithy_client.expectString)(entry);
@@ -8245,6 +8317,20 @@ var de_RollbackTriggers = /* @__PURE__ */ __name((output, context) => {
8245
8317
  return de_RollbackTrigger(entry, context);
8246
8318
  });
8247
8319
  }, "de_RollbackTriggers");
8320
+ var de_ScanFilter = /* @__PURE__ */ __name((output, context) => {
8321
+ const contents = {};
8322
+ if (output.Types === "") {
8323
+ contents[_Ty] = [];
8324
+ } else if (output[_Ty] != null && output[_Ty][_m] != null) {
8325
+ contents[_Ty] = de_ResourceTypeFilters((0, import_smithy_client.getArrayIfSingleItem)(output[_Ty][_m]), context);
8326
+ }
8327
+ return contents;
8328
+ }, "de_ScanFilter");
8329
+ var de_ScanFilters = /* @__PURE__ */ __name((output, context) => {
8330
+ return (output || []).filter((e) => e != null).map((entry) => {
8331
+ return de_ScanFilter(entry, context);
8332
+ });
8333
+ }, "de_ScanFilters");
8248
8334
  var de_ScannedResource = /* @__PURE__ */ __name((output, context) => {
8249
8335
  const contents = {};
8250
8336
  if (output[_RTes] != null) {
@@ -9954,6 +10040,7 @@ var _SDDI = "StackDriftDetectionId";
9954
10040
  var _SDS = "StackDriftStatus";
9955
10041
  var _SDt = "StatusDetails";
9956
10042
  var _SE = "StackEvents";
10043
+ var _SF = "ScanFilters";
9957
10044
  var _SHP = "SchemaHandlerPackage";
9958
10045
  var _SI = "StackId";
9959
10046
  var _SIA = "StackInstanceAccount";
@@ -9998,6 +10085,8 @@ var _SSta = "StackStatus";
9998
10085
  var _ST = "StartTime";
9999
10086
  var _STC = "SetTypeConfiguration";
10000
10087
  var _STDV = "SetTypeDefaultVersion";
10088
+ var _STF = "ScanTypeFilter";
10089
+ var _STc = "ScanType";
10001
10090
  var _SU = "SourceUrl";
10002
10091
  var _Sc = "Schema";
10003
10092
  var _Sco = "Scope";
@@ -10043,6 +10132,7 @@ var _TW = "TotalWarnings";
10043
10132
  var _Ta = "Tags";
10044
10133
  var _Tar = "Target";
10045
10134
  var _Ti = "Timestamp";
10135
+ var _Ty = "Types";
10046
10136
  var _U = "Url";
10047
10137
  var _UGT = "UpdateGeneratedTemplate";
10048
10138
  var _UI = "UniqueId";
@@ -12701,6 +12791,7 @@ var waitUntilTypeRegistrationComplete = /* @__PURE__ */ __name(async (params, in
12701
12791
  HookResultNotFoundException,
12702
12792
  ListHookResultsTargetType,
12703
12793
  ResourceScanInProgressException,
12794
+ ScanType,
12704
12795
  StackInstanceFilterName,
12705
12796
  StackRefactorActionType,
12706
12797
  StackRefactorDetection,
@@ -758,6 +758,10 @@ export class ResourceScanInProgressException extends __BaseException {
758
758
  this.Message = opts.Message;
759
759
  }
760
760
  }
761
+ export const ScanType = {
762
+ FULL: "FULL",
763
+ PARTIAL: "PARTIAL",
764
+ };
761
765
  export const StackInstanceFilterName = {
762
766
  DETAILED_STATUS: "DETAILED_STATUS",
763
767
  DRIFT_STATUS: "DRIFT_STATUS",
@@ -3612,6 +3612,9 @@ const se_ListResourceScansInput = (input, context) => {
3612
3612
  if (input[_MR] != null) {
3613
3613
  entries[_MR] = input[_MR];
3614
3614
  }
3615
+ if (input[_STF] != null) {
3616
+ entries[_STF] = input[_STF];
3617
+ }
3615
3618
  return entries;
3616
3619
  };
3617
3620
  const se_ListStackInstanceResourceDriftsInput = (input, context) => {
@@ -4223,6 +4226,18 @@ const se_ResourceToImport = (input, context) => {
4223
4226
  }
4224
4227
  return entries;
4225
4228
  };
4229
+ const se_ResourceTypeFilters = (input, context) => {
4230
+ const entries = {};
4231
+ let counter = 1;
4232
+ for (const entry of input) {
4233
+ if (entry === null) {
4234
+ continue;
4235
+ }
4236
+ entries[`member.${counter}`] = entry;
4237
+ counter++;
4238
+ }
4239
+ return entries;
4240
+ };
4226
4241
  const se_ResourceTypes = (input, context) => {
4227
4242
  const entries = {};
4228
4243
  let counter = 1;
@@ -4305,6 +4320,35 @@ const se_RollbackTriggers = (input, context) => {
4305
4320
  }
4306
4321
  return entries;
4307
4322
  };
4323
+ const se_ScanFilter = (input, context) => {
4324
+ const entries = {};
4325
+ if (input[_Ty] != null) {
4326
+ const memberEntries = se_ResourceTypeFilters(input[_Ty], context);
4327
+ if (input[_Ty]?.length === 0) {
4328
+ entries.Types = [];
4329
+ }
4330
+ Object.entries(memberEntries).forEach(([key, value]) => {
4331
+ const loc = `Types.${key}`;
4332
+ entries[loc] = value;
4333
+ });
4334
+ }
4335
+ return entries;
4336
+ };
4337
+ const se_ScanFilters = (input, context) => {
4338
+ const entries = {};
4339
+ let counter = 1;
4340
+ for (const entry of input) {
4341
+ if (entry === null) {
4342
+ continue;
4343
+ }
4344
+ const memberEntries = se_ScanFilter(entry, context);
4345
+ Object.entries(memberEntries).forEach(([key, value]) => {
4346
+ entries[`member.${counter}.${key}`] = value;
4347
+ });
4348
+ counter++;
4349
+ }
4350
+ return entries;
4351
+ };
4308
4352
  const se_ScannedResourceIdentifier = (input, context) => {
4309
4353
  const entries = {};
4310
4354
  if (input[_RTes] != null) {
@@ -4536,6 +4580,16 @@ const se_StartResourceScanInput = (input, context) => {
4536
4580
  if (input[_CRT] != null) {
4537
4581
  entries[_CRT] = input[_CRT];
4538
4582
  }
4583
+ if (input[_SF] != null) {
4584
+ const memberEntries = se_ScanFilters(input[_SF], context);
4585
+ if (input[_SF]?.length === 0) {
4586
+ entries.ScanFilters = [];
4587
+ }
4588
+ Object.entries(memberEntries).forEach(([key, value]) => {
4589
+ const loc = `ScanFilters.${key}`;
4590
+ entries[loc] = value;
4591
+ });
4592
+ }
4539
4593
  return entries;
4540
4594
  };
4541
4595
  const se_StopStackSetOperationInput = (input, context) => {
@@ -5575,6 +5629,12 @@ const de_DescribeResourceScanOutput = (output, context) => {
5575
5629
  if (output[_RRes] != null) {
5576
5630
  contents[_RRes] = __strictParseInt32(output[_RRes]);
5577
5631
  }
5632
+ if (output.ScanFilters === "") {
5633
+ contents[_SF] = [];
5634
+ }
5635
+ else if (output[_SF] != null && output[_SF][_m] != null) {
5636
+ contents[_SF] = de_ScanFilters(__getArrayIfSingleItem(output[_SF][_m]), context);
5637
+ }
5578
5638
  return contents;
5579
5639
  };
5580
5640
  const de_DescribeStackDriftDetectionStatusOutput = (output, context) => {
@@ -6819,6 +6879,9 @@ const de_ResourceScanSummary = (output, context) => {
6819
6879
  if (output[_PC] != null) {
6820
6880
  contents[_PC] = __strictParseFloat(output[_PC]);
6821
6881
  }
6882
+ if (output[_STc] != null) {
6883
+ contents[_STc] = __expectString(output[_STc]);
6884
+ }
6822
6885
  return contents;
6823
6886
  };
6824
6887
  const de_ResourceTargetDefinition = (output, context) => {
@@ -6846,6 +6909,13 @@ const de_ResourceTargetDefinition = (output, context) => {
6846
6909
  }
6847
6910
  return contents;
6848
6911
  };
6912
+ const de_ResourceTypeFilters = (output, context) => {
6913
+ return (output || [])
6914
+ .filter((e) => e != null)
6915
+ .map((entry) => {
6916
+ return __expectString(entry);
6917
+ });
6918
+ };
6849
6919
  const de_ResourceTypes = (output, context) => {
6850
6920
  return (output || [])
6851
6921
  .filter((e) => e != null)
@@ -6890,6 +6960,23 @@ const de_RollbackTriggers = (output, context) => {
6890
6960
  return de_RollbackTrigger(entry, context);
6891
6961
  });
6892
6962
  };
6963
+ const de_ScanFilter = (output, context) => {
6964
+ const contents = {};
6965
+ if (output.Types === "") {
6966
+ contents[_Ty] = [];
6967
+ }
6968
+ else if (output[_Ty] != null && output[_Ty][_m] != null) {
6969
+ contents[_Ty] = de_ResourceTypeFilters(__getArrayIfSingleItem(output[_Ty][_m]), context);
6970
+ }
6971
+ return contents;
6972
+ };
6973
+ const de_ScanFilters = (output, context) => {
6974
+ return (output || [])
6975
+ .filter((e) => e != null)
6976
+ .map((entry) => {
6977
+ return de_ScanFilter(entry, context);
6978
+ });
6979
+ };
6893
6980
  const de_ScannedResource = (output, context) => {
6894
6981
  const contents = {};
6895
6982
  if (output[_RTes] != null) {
@@ -8687,6 +8774,7 @@ const _SDDI = "StackDriftDetectionId";
8687
8774
  const _SDS = "StackDriftStatus";
8688
8775
  const _SDt = "StatusDetails";
8689
8776
  const _SE = "StackEvents";
8777
+ const _SF = "ScanFilters";
8690
8778
  const _SHP = "SchemaHandlerPackage";
8691
8779
  const _SI = "StackId";
8692
8780
  const _SIA = "StackInstanceAccount";
@@ -8731,6 +8819,8 @@ const _SSta = "StackStatus";
8731
8819
  const _ST = "StartTime";
8732
8820
  const _STC = "SetTypeConfiguration";
8733
8821
  const _STDV = "SetTypeDefaultVersion";
8822
+ const _STF = "ScanTypeFilter";
8823
+ const _STc = "ScanType";
8734
8824
  const _SU = "SourceUrl";
8735
8825
  const _Sc = "Schema";
8736
8826
  const _Sco = "Scope";
@@ -8776,6 +8866,7 @@ const _TW = "TotalWarnings";
8776
8866
  const _Ta = "Tags";
8777
8867
  const _Tar = "Target";
8778
8868
  const _Ti = "Timestamp";
8869
+ const _Ty = "Types";
8779
8870
  const _U = "Url";
8780
8871
  const _UGT = "UpdateGeneratedTemplate";
8781
8872
  const _UI = "UniqueId";
@@ -651,17 +651,16 @@ export interface CloudFormation {
651
651
  /**
652
652
  * <fullname>CloudFormation</fullname>
653
653
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
654
- * 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,
655
- * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
656
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
657
- * infrastructure.</p>
658
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
659
- * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
660
- * together and manages all dependencies between the resources for you.</p>
661
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
662
- * product page</a>.</p>
663
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
664
- * 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>
654
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
655
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
656
+ * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
657
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
658
+ * template defines a collection of resources as a single unit called a stack. CloudFormation creates
659
+ * and deletes all member resources of the stack together and manages all dependencies between the
660
+ * resources for you.</p>
661
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
662
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
663
+ * 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>
665
664
  * @public
666
665
  */
667
666
  export declare class CloudFormation extends CloudFormationClient implements CloudFormation {
@@ -259,17 +259,16 @@ export interface CloudFormationClientResolvedConfig extends CloudFormationClient
259
259
  /**
260
260
  * <fullname>CloudFormation</fullname>
261
261
  * <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
262
- * 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,
263
- * Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
264
- * scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
265
- * infrastructure.</p>
266
- * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a
267
- * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack
268
- * together and manages all dependencies between the resources for you.</p>
269
- * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
270
- * product page</a>.</p>
271
- * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a
272
- * 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>
262
+ * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
263
+ * Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
264
+ * applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
265
+ * <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
266
+ * template defines a collection of resources as a single unit called a stack. CloudFormation creates
267
+ * and deletes all member resources of the stack together and manages all dependencies between the
268
+ * resources for you.</p>
269
+ * <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
270
+ * <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
271
+ * 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>
273
272
  * @public
274
273
  */
275
274
  export declare class CloudFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFormationClientResolvedConfig> {
@@ -58,6 +58,7 @@ declare const ActivateOrganizationsAccessCommand_base: {
58
58
  * @throws {@link CloudFormationServiceException}
59
59
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class ActivateOrganizationsAccessCommand extends ActivateOrganizationsAccessCommand_base {
@@ -75,6 +75,7 @@ declare const ActivateTypeCommand_base: {
75
75
  * @throws {@link CloudFormationServiceException}
76
76
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class ActivateTypeCommand extends ActivateTypeCommand_base {
@@ -104,6 +104,7 @@ declare const BatchDescribeTypeConfigurationsCommand_base: {
104
104
  * @throws {@link CloudFormationServiceException}
105
105
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class BatchDescribeTypeConfigurationsCommand extends BatchDescribeTypeConfigurationsCommand_base {
@@ -60,6 +60,7 @@ declare const CancelUpdateStackCommand_base: {
60
60
  * @throws {@link CloudFormationServiceException}
61
61
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class CancelUpdateStackCommand extends CancelUpdateStackCommand_base {
@@ -29,9 +29,9 @@ declare const ContinueUpdateRollbackCommand_base: {
29
29
  /**
30
30
  * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
31
31
  * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of
32
- * the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can
33
- * return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
34
- * then try to update the stack again.</p>
32
+ * the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can return
33
+ * your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try
34
+ * to update the stack again.</p>
35
35
  * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll
36
36
  * back all changes after a failed stack update. For example, you might have a stack that's
37
37
  * rolling back to an old database instance that was deleted outside of CloudFormation. Because
@@ -69,6 +69,7 @@ declare const ContinueUpdateRollbackCommand_base: {
69
69
  * @throws {@link CloudFormationServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ContinueUpdateRollbackCommand extends ContinueUpdateRollbackCommand_base {
@@ -136,6 +136,7 @@ declare const CreateChangeSetCommand_base: {
136
136
  * @throws {@link CloudFormationServiceException}
137
137
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class CreateChangeSetCommand extends CreateChangeSetCommand_base {
@@ -83,37 +83,37 @@ declare const CreateGeneratedTemplateCommand_base: {
83
83
  * @throws {@link CloudFormationServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
85
85
  *
86
- * @public
86
+ *
87
87
  * @example To create a generated template
88
88
  * ```javascript
89
89
  * // This example creates a generated template with a resources file.
90
90
  * const input = {
91
- * "GeneratedTemplateName": "JazzyTemplate",
92
- * "Resources": [
91
+ * GeneratedTemplateName: "JazzyTemplate",
92
+ * Resources: [
93
93
  * {
94
- * "ResourceIdentifier": {
95
- * "BucketName": "jazz-bucket"
94
+ * ResourceIdentifier: {
95
+ * BucketName: "jazz-bucket"
96
96
  * },
97
- * "ResourceType": "AWS::S3::Bucket"
97
+ * ResourceType: "AWS::S3::Bucket"
98
98
  * },
99
99
  * {
100
- * "ResourceIdentifier": {
101
- * "DhcpOptionsId": "random-id123"
100
+ * ResourceIdentifier: {
101
+ * DhcpOptionsId: "random-id123"
102
102
  * },
103
- * "ResourceType": "AWS::EC2::DHCPOptions"
103
+ * ResourceType: "AWS::EC2::DHCPOptions"
104
104
  * }
105
105
  * ]
106
106
  * };
107
107
  * const command = new CreateGeneratedTemplateCommand(input);
108
108
  * const response = await client.send(command);
109
- * /* response ==
109
+ * /* response is
110
110
  * {
111
- * "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
111
+ * GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
112
112
  * }
113
113
  * *\/
114
- * // example id: to-create-a-generated-template
115
114
  * ```
116
115
  *
116
+ * @public
117
117
  */
118
118
  export declare class CreateGeneratedTemplateCommand extends CreateGeneratedTemplateCommand_base {
119
119
  /** @internal type navigation helper, not in runtime. */
@@ -115,6 +115,7 @@ declare const CreateStackCommand_base: {
115
115
  * @throws {@link CloudFormationServiceException}
116
116
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class CreateStackCommand extends CreateStackCommand_base {
@@ -115,6 +115,7 @@ declare const CreateStackInstancesCommand_base: {
115
115
  * @throws {@link CloudFormationServiceException}
116
116
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class CreateStackInstancesCommand extends CreateStackInstancesCommand_base {
@@ -27,7 +27,8 @@ declare const CreateStackRefactorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a refactor across multiple stacks, with the list of stacks and resources that are affected.</p>
30
+ * <p>Creates a refactor across multiple stacks, with the list of stacks and resources that are
31
+ * affected.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -74,6 +75,7 @@ declare const CreateStackRefactorCommand_base: {
74
75
  * @throws {@link CloudFormationServiceException}
75
76
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
76
77
  *
78
+ *
77
79
  * @public
78
80
  */
79
81
  export declare class CreateStackRefactorCommand extends CreateStackRefactorCommand_base {