@cdk8s/awscdk-resolver 0.0.55 → 0.0.57

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 (160) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +88 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1677 -73
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +22 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +24 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +24 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +24 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +11 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +104 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +4 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +1322 -92
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +77 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +13 -2
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +4075 -3877
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +974 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +4 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +99 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +187 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +11 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +250 -99
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +132 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +4 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
  104. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  105. package/node_modules/@aws-sdk/client-sts/package.json +2 -2
  106. package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  107. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  108. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  109. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  110. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  111. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  112. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  113. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  114. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  115. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  116. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  117. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  118. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  119. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  120. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  121. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  122. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  123. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  124. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  125. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  126. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  127. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  128. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  129. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  130. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  131. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  132. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  133. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  134. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  135. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  136. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  137. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  138. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  139. package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +7 -10
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -8
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +1 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  145. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +4 -2
  146. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  147. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +5 -4
  148. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +2 -2
  149. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +4 -3
  150. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +3 -0
  151. package/node_modules/@aws-sdk/credential-provider-node/package.json +5 -4
  152. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +9 -6
  153. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +3 -5
  154. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +5 -2
  155. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  156. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  157. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  158. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  159. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  160. package/package.json +5 -5
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -6,12 +6,14 @@ import { BatchDescribeTypeConfigurationsCommand, } from "./commands/BatchDescrib
6
6
  import { CancelUpdateStackCommand, } from "./commands/CancelUpdateStackCommand";
7
7
  import { ContinueUpdateRollbackCommand, } from "./commands/ContinueUpdateRollbackCommand";
8
8
  import { CreateChangeSetCommand, } from "./commands/CreateChangeSetCommand";
9
+ import { CreateGeneratedTemplateCommand, } from "./commands/CreateGeneratedTemplateCommand";
9
10
  import { CreateStackCommand } from "./commands/CreateStackCommand";
10
11
  import { CreateStackInstancesCommand, } from "./commands/CreateStackInstancesCommand";
11
12
  import { CreateStackSetCommand, } from "./commands/CreateStackSetCommand";
12
13
  import { DeactivateOrganizationsAccessCommand, } from "./commands/DeactivateOrganizationsAccessCommand";
13
14
  import { DeactivateTypeCommand, } from "./commands/DeactivateTypeCommand";
14
15
  import { DeleteChangeSetCommand, } from "./commands/DeleteChangeSetCommand";
16
+ import { DeleteGeneratedTemplateCommand, } from "./commands/DeleteGeneratedTemplateCommand";
15
17
  import { DeleteStackCommand } from "./commands/DeleteStackCommand";
16
18
  import { DeleteStackInstancesCommand, } from "./commands/DeleteStackInstancesCommand";
17
19
  import { DeleteStackSetCommand, } from "./commands/DeleteStackSetCommand";
@@ -19,8 +21,10 @@ import { DeregisterTypeCommand, } from "./commands/DeregisterTypeCommand";
19
21
  import { DescribeAccountLimitsCommand, } from "./commands/DescribeAccountLimitsCommand";
20
22
  import { DescribeChangeSetCommand, } from "./commands/DescribeChangeSetCommand";
21
23
  import { DescribeChangeSetHooksCommand, } from "./commands/DescribeChangeSetHooksCommand";
24
+ import { DescribeGeneratedTemplateCommand, } from "./commands/DescribeGeneratedTemplateCommand";
22
25
  import { DescribeOrganizationsAccessCommand, } from "./commands/DescribeOrganizationsAccessCommand";
23
26
  import { DescribePublisherCommand, } from "./commands/DescribePublisherCommand";
27
+ import { DescribeResourceScanCommand, } from "./commands/DescribeResourceScanCommand";
24
28
  import { DescribeStackDriftDetectionStatusCommand, } from "./commands/DescribeStackDriftDetectionStatusCommand";
25
29
  import { DescribeStackEventsCommand, } from "./commands/DescribeStackEventsCommand";
26
30
  import { DescribeStackInstanceCommand, } from "./commands/DescribeStackInstanceCommand";
@@ -37,13 +41,18 @@ import { DetectStackResourceDriftCommand, } from "./commands/DetectStackResource
37
41
  import { DetectStackSetDriftCommand, } from "./commands/DetectStackSetDriftCommand";
38
42
  import { EstimateTemplateCostCommand, } from "./commands/EstimateTemplateCostCommand";
39
43
  import { ExecuteChangeSetCommand, } from "./commands/ExecuteChangeSetCommand";
44
+ import { GetGeneratedTemplateCommand, } from "./commands/GetGeneratedTemplateCommand";
40
45
  import { GetStackPolicyCommand, } from "./commands/GetStackPolicyCommand";
41
46
  import { GetTemplateCommand } from "./commands/GetTemplateCommand";
42
47
  import { GetTemplateSummaryCommand, } from "./commands/GetTemplateSummaryCommand";
43
48
  import { ImportStacksToStackSetCommand, } from "./commands/ImportStacksToStackSetCommand";
44
49
  import { ListChangeSetsCommand, } from "./commands/ListChangeSetsCommand";
45
50
  import { ListExportsCommand } from "./commands/ListExportsCommand";
51
+ import { ListGeneratedTemplatesCommand, } from "./commands/ListGeneratedTemplatesCommand";
46
52
  import { ListImportsCommand } from "./commands/ListImportsCommand";
53
+ import { ListResourceScanRelatedResourcesCommand, } from "./commands/ListResourceScanRelatedResourcesCommand";
54
+ import { ListResourceScanResourcesCommand, } from "./commands/ListResourceScanResourcesCommand";
55
+ import { ListResourceScansCommand, } from "./commands/ListResourceScansCommand";
47
56
  import { ListStackInstanceResourceDriftsCommand, } from "./commands/ListStackInstanceResourceDriftsCommand";
48
57
  import { ListStackInstancesCommand, } from "./commands/ListStackInstancesCommand";
49
58
  import { ListStackResourcesCommand, } from "./commands/ListStackResourcesCommand";
@@ -63,8 +72,10 @@ import { SetStackPolicyCommand, } from "./commands/SetStackPolicyCommand";
63
72
  import { SetTypeConfigurationCommand, } from "./commands/SetTypeConfigurationCommand";
64
73
  import { SetTypeDefaultVersionCommand, } from "./commands/SetTypeDefaultVersionCommand";
65
74
  import { SignalResourceCommand, } from "./commands/SignalResourceCommand";
75
+ import { StartResourceScanCommand, } from "./commands/StartResourceScanCommand";
66
76
  import { StopStackSetOperationCommand, } from "./commands/StopStackSetOperationCommand";
67
77
  import { TestTypeCommand } from "./commands/TestTypeCommand";
78
+ import { UpdateGeneratedTemplateCommand, } from "./commands/UpdateGeneratedTemplateCommand";
68
79
  import { UpdateStackCommand } from "./commands/UpdateStackCommand";
69
80
  import { UpdateStackInstancesCommand, } from "./commands/UpdateStackInstancesCommand";
70
81
  import { UpdateStackSetCommand, } from "./commands/UpdateStackSetCommand";
@@ -77,12 +88,14 @@ const commands = {
77
88
  CancelUpdateStackCommand,
78
89
  ContinueUpdateRollbackCommand,
79
90
  CreateChangeSetCommand,
91
+ CreateGeneratedTemplateCommand,
80
92
  CreateStackCommand,
81
93
  CreateStackInstancesCommand,
82
94
  CreateStackSetCommand,
83
95
  DeactivateOrganizationsAccessCommand,
84
96
  DeactivateTypeCommand,
85
97
  DeleteChangeSetCommand,
98
+ DeleteGeneratedTemplateCommand,
86
99
  DeleteStackCommand,
87
100
  DeleteStackInstancesCommand,
88
101
  DeleteStackSetCommand,
@@ -90,8 +103,10 @@ const commands = {
90
103
  DescribeAccountLimitsCommand,
91
104
  DescribeChangeSetCommand,
92
105
  DescribeChangeSetHooksCommand,
106
+ DescribeGeneratedTemplateCommand,
93
107
  DescribeOrganizationsAccessCommand,
94
108
  DescribePublisherCommand,
109
+ DescribeResourceScanCommand,
95
110
  DescribeStackDriftDetectionStatusCommand,
96
111
  DescribeStackEventsCommand,
97
112
  DescribeStackInstanceCommand,
@@ -108,13 +123,18 @@ const commands = {
108
123
  DetectStackSetDriftCommand,
109
124
  EstimateTemplateCostCommand,
110
125
  ExecuteChangeSetCommand,
126
+ GetGeneratedTemplateCommand,
111
127
  GetStackPolicyCommand,
112
128
  GetTemplateCommand,
113
129
  GetTemplateSummaryCommand,
114
130
  ImportStacksToStackSetCommand,
115
131
  ListChangeSetsCommand,
116
132
  ListExportsCommand,
133
+ ListGeneratedTemplatesCommand,
117
134
  ListImportsCommand,
135
+ ListResourceScanRelatedResourcesCommand,
136
+ ListResourceScanResourcesCommand,
137
+ ListResourceScansCommand,
118
138
  ListStackInstanceResourceDriftsCommand,
119
139
  ListStackInstancesCommand,
120
140
  ListStackResourcesCommand,
@@ -134,8 +154,10 @@ const commands = {
134
154
  SetTypeConfigurationCommand,
135
155
  SetTypeDefaultVersionCommand,
136
156
  SignalResourceCommand,
157
+ StartResourceScanCommand,
137
158
  StopStackSetOperationCommand,
138
159
  TestTypeCommand,
160
+ UpdateGeneratedTemplateCommand,
139
161
  UpdateStackCommand,
140
162
  UpdateStackInstancesCommand,
141
163
  UpdateStackSetCommand,
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateGeneratedTemplateCommand, se_CreateGeneratedTemplateCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class CreateGeneratedTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "CreateGeneratedTemplate", {})
19
+ .n("CloudFormationClient", "CreateGeneratedTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateGeneratedTemplateCommand)
22
+ .de(de_CreateGeneratedTemplateCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteGeneratedTemplateCommand, se_DeleteGeneratedTemplateCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class DeleteGeneratedTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "DeleteGeneratedTemplate", {})
19
+ .n("CloudFormationClient", "DeleteGeneratedTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteGeneratedTemplateCommand)
22
+ .de(de_DeleteGeneratedTemplateCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeGeneratedTemplateCommand, se_DescribeGeneratedTemplateCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class DescribeGeneratedTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "DescribeGeneratedTemplate", {})
19
+ .n("CloudFormationClient", "DescribeGeneratedTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeGeneratedTemplateCommand)
22
+ .de(de_DescribeGeneratedTemplateCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeResourceScanCommand, se_DescribeResourceScanCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class DescribeResourceScanCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "DescribeResourceScan", {})
19
+ .n("CloudFormationClient", "DescribeResourceScanCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeResourceScanCommand)
22
+ .de(de_DescribeResourceScanCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetGeneratedTemplateCommand, se_GetGeneratedTemplateCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class GetGeneratedTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "GetGeneratedTemplate", {})
19
+ .n("CloudFormationClient", "GetGeneratedTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetGeneratedTemplateCommand)
22
+ .de(de_GetGeneratedTemplateCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListGeneratedTemplatesCommand, se_ListGeneratedTemplatesCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class ListGeneratedTemplatesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "ListGeneratedTemplates", {})
19
+ .n("CloudFormationClient", "ListGeneratedTemplatesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListGeneratedTemplatesCommand)
22
+ .de(de_ListGeneratedTemplatesCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceScanRelatedResourcesCommand, se_ListResourceScanRelatedResourcesCommand, } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class ListResourceScanRelatedResourcesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "ListResourceScanRelatedResources", {})
19
+ .n("CloudFormationClient", "ListResourceScanRelatedResourcesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListResourceScanRelatedResourcesCommand)
22
+ .de(de_ListResourceScanRelatedResourcesCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceScanResourcesCommand, se_ListResourceScanResourcesCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class ListResourceScanResourcesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "ListResourceScanResources", {})
19
+ .n("CloudFormationClient", "ListResourceScanResourcesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListResourceScanResourcesCommand)
22
+ .de(de_ListResourceScanResourcesCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceScansCommand, se_ListResourceScansCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class ListResourceScansCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "ListResourceScans", {})
19
+ .n("CloudFormationClient", "ListResourceScansCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListResourceScansCommand)
22
+ .de(de_ListResourceScansCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class StartResourceScanCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "StartResourceScan", {})
19
+ .n("CloudFormationClient", "StartResourceScanCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartResourceScanCommand)
22
+ .de(de_StartResourceScanCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateGeneratedTemplateCommand, se_UpdateGeneratedTemplateCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class UpdateGeneratedTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudFormation", "UpdateGeneratedTemplate", {})
19
+ .n("CloudFormationClient", "UpdateGeneratedTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateGeneratedTemplateCommand)
22
+ .de(de_UpdateGeneratedTemplateCommand)
23
+ .build() {
24
+ }
@@ -4,12 +4,14 @@ export * from "./BatchDescribeTypeConfigurationsCommand";
4
4
  export * from "./CancelUpdateStackCommand";
5
5
  export * from "./ContinueUpdateRollbackCommand";
6
6
  export * from "./CreateChangeSetCommand";
7
+ export * from "./CreateGeneratedTemplateCommand";
7
8
  export * from "./CreateStackCommand";
8
9
  export * from "./CreateStackInstancesCommand";
9
10
  export * from "./CreateStackSetCommand";
10
11
  export * from "./DeactivateOrganizationsAccessCommand";
11
12
  export * from "./DeactivateTypeCommand";
12
13
  export * from "./DeleteChangeSetCommand";
14
+ export * from "./DeleteGeneratedTemplateCommand";
13
15
  export * from "./DeleteStackCommand";
14
16
  export * from "./DeleteStackInstancesCommand";
15
17
  export * from "./DeleteStackSetCommand";
@@ -17,8 +19,10 @@ export * from "./DeregisterTypeCommand";
17
19
  export * from "./DescribeAccountLimitsCommand";
18
20
  export * from "./DescribeChangeSetCommand";
19
21
  export * from "./DescribeChangeSetHooksCommand";
22
+ export * from "./DescribeGeneratedTemplateCommand";
20
23
  export * from "./DescribeOrganizationsAccessCommand";
21
24
  export * from "./DescribePublisherCommand";
25
+ export * from "./DescribeResourceScanCommand";
22
26
  export * from "./DescribeStackDriftDetectionStatusCommand";
23
27
  export * from "./DescribeStackEventsCommand";
24
28
  export * from "./DescribeStackInstanceCommand";
@@ -35,13 +39,18 @@ export * from "./DetectStackResourceDriftCommand";
35
39
  export * from "./DetectStackSetDriftCommand";
36
40
  export * from "./EstimateTemplateCostCommand";
37
41
  export * from "./ExecuteChangeSetCommand";
42
+ export * from "./GetGeneratedTemplateCommand";
38
43
  export * from "./GetStackPolicyCommand";
39
44
  export * from "./GetTemplateCommand";
40
45
  export * from "./GetTemplateSummaryCommand";
41
46
  export * from "./ImportStacksToStackSetCommand";
42
47
  export * from "./ListChangeSetsCommand";
43
48
  export * from "./ListExportsCommand";
49
+ export * from "./ListGeneratedTemplatesCommand";
44
50
  export * from "./ListImportsCommand";
51
+ export * from "./ListResourceScanRelatedResourcesCommand";
52
+ export * from "./ListResourceScanResourcesCommand";
53
+ export * from "./ListResourceScansCommand";
45
54
  export * from "./ListStackInstanceResourceDriftsCommand";
46
55
  export * from "./ListStackInstancesCommand";
47
56
  export * from "./ListStackResourcesCommand";
@@ -61,8 +70,10 @@ export * from "./SetStackPolicyCommand";
61
70
  export * from "./SetTypeConfigurationCommand";
62
71
  export * from "./SetTypeDefaultVersionCommand";
63
72
  export * from "./SignalResourceCommand";
73
+ export * from "./StartResourceScanCommand";
64
74
  export * from "./StopStackSetOperationCommand";
65
75
  export * from "./TestTypeCommand";
76
+ export * from "./UpdateGeneratedTemplateCommand";
66
77
  export * from "./UpdateStackCommand";
67
78
  export * from "./UpdateStackInstancesCommand";
68
79
  export * from "./UpdateStackSetCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";
@@ -247,6 +247,27 @@ export class LimitExceededException extends __BaseException {
247
247
  this.Message = opts.Message;
248
248
  }
249
249
  }
250
+ export class ConcurrentResourcesLimitExceededException extends __BaseException {
251
+ constructor(opts) {
252
+ super({
253
+ name: "ConcurrentResourcesLimitExceededException",
254
+ $fault: "client",
255
+ ...opts,
256
+ });
257
+ this.name = "ConcurrentResourcesLimitExceededException";
258
+ this.$fault = "client";
259
+ Object.setPrototypeOf(this, ConcurrentResourcesLimitExceededException.prototype);
260
+ this.Message = opts.Message;
261
+ }
262
+ }
263
+ export const GeneratedTemplateDeletionPolicy = {
264
+ DELETE: "DELETE",
265
+ RETAIN: "RETAIN",
266
+ };
267
+ export const GeneratedTemplateUpdateReplacePolicy = {
268
+ DELETE: "DELETE",
269
+ RETAIN: "RETAIN",
270
+ };
250
271
  export const OnFailure = {
251
272
  DELETE: "DELETE",
252
273
  DO_NOTHING: "DO_NOTHING",
@@ -355,6 +376,19 @@ export class InvalidChangeSetStatusException extends __BaseException {
355
376
  this.Message = opts.Message;
356
377
  }
357
378
  }
379
+ export class GeneratedTemplateNotFoundException extends __BaseException {
380
+ constructor(opts) {
381
+ super({
382
+ name: "GeneratedTemplateNotFoundException",
383
+ $fault: "client",
384
+ ...opts,
385
+ });
386
+ this.name = "GeneratedTemplateNotFoundException";
387
+ this.$fault = "client";
388
+ Object.setPrototypeOf(this, GeneratedTemplateNotFoundException.prototype);
389
+ this.Message = opts.Message;
390
+ }
391
+ }
358
392
  export class StackSetNotEmptyException extends __BaseException {
359
393
  constructor(opts) {
360
394
  super({
@@ -373,6 +407,27 @@ export const RegistryType = {
373
407
  MODULE: "MODULE",
374
408
  RESOURCE: "RESOURCE",
375
409
  };
410
+ export const GeneratedTemplateResourceStatus = {
411
+ COMPLETE: "COMPLETE",
412
+ FAILED: "FAILED",
413
+ IN_PROGRESS: "IN_PROGRESS",
414
+ PENDING: "PENDING",
415
+ };
416
+ export const WarningType = {
417
+ MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES",
418
+ MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES",
419
+ UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES",
420
+ };
421
+ export const GeneratedTemplateStatus = {
422
+ COMPLETE: "COMPLETE",
423
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
424
+ CREATE_PENDING: "CREATE_PENDING",
425
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
426
+ DELETE_PENDING: "DELETE_PENDING",
427
+ FAILED: "FAILED",
428
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
429
+ UPDATE_PENDING: "UPDATE_PENDING",
430
+ };
376
431
  export const OrganizationStatus = {
377
432
  DISABLED: "DISABLED",
378
433
  DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY",
@@ -387,6 +442,25 @@ export const PublisherStatus = {
387
442
  UNVERIFIED: "UNVERIFIED",
388
443
  VERIFIED: "VERIFIED",
389
444
  };
445
+ export const ResourceScanStatus = {
446
+ COMPLETE: "COMPLETE",
447
+ EXPIRED: "EXPIRED",
448
+ FAILED: "FAILED",
449
+ IN_PROGRESS: "IN_PROGRESS",
450
+ };
451
+ export class ResourceScanNotFoundException extends __BaseException {
452
+ constructor(opts) {
453
+ super({
454
+ name: "ResourceScanNotFoundException",
455
+ $fault: "client",
456
+ ...opts,
457
+ });
458
+ this.name = "ResourceScanNotFoundException";
459
+ this.$fault = "client";
460
+ Object.setPrototypeOf(this, ResourceScanNotFoundException.prototype);
461
+ this.Message = opts.Message;
462
+ }
463
+ }
390
464
  export const StackDriftDetectionStatus = {
391
465
  DETECTION_COMPLETE: "DETECTION_COMPLETE",
392
466
  DETECTION_FAILED: "DETECTION_FAILED",
@@ -545,6 +619,10 @@ export const RegistrationStatus = {
545
619
  FAILED: "FAILED",
546
620
  IN_PROGRESS: "IN_PROGRESS",
547
621
  };
622
+ export const TemplateFormat = {
623
+ JSON: "JSON",
624
+ YAML: "YAML",
625
+ };
548
626
  export const TemplateStage = {
549
627
  Original: "Original",
550
628
  Processed: "Processed",
@@ -562,6 +640,19 @@ export class StackNotFoundException extends __BaseException {
562
640
  this.Message = opts.Message;
563
641
  }
564
642
  }
643
+ export class ResourceScanInProgressException extends __BaseException {
644
+ constructor(opts) {
645
+ super({
646
+ name: "ResourceScanInProgressException",
647
+ $fault: "client",
648
+ ...opts,
649
+ });
650
+ this.name = "ResourceScanInProgressException";
651
+ this.$fault = "client";
652
+ Object.setPrototypeOf(this, ResourceScanInProgressException.prototype);
653
+ this.Message = opts.Message;
654
+ }
655
+ }
565
656
  export const StackInstanceFilterName = {
566
657
  DETAILED_STATUS: "DETAILED_STATUS",
567
658
  DRIFT_STATUS: "DRIFT_STATUS",
@@ -634,3 +725,16 @@ export const ResourceSignalStatus = {
634
725
  FAILURE: "FAILURE",
635
726
  SUCCESS: "SUCCESS",
636
727
  };
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
+ }
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { ListGeneratedTemplatesCommand, } from "../commands/ListGeneratedTemplatesCommand";
4
+ export const paginateListGeneratedTemplates = createPaginator(CloudFormationClient, ListGeneratedTemplatesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { ListResourceScanRelatedResourcesCommand, } from "../commands/ListResourceScanRelatedResourcesCommand";
4
+ export const paginateListResourceScanRelatedResources = createPaginator(CloudFormationClient, ListResourceScanRelatedResourcesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { ListResourceScanResourcesCommand, } from "../commands/ListResourceScanResourcesCommand";
4
+ export const paginateListResourceScanResources = createPaginator(CloudFormationClient, ListResourceScanResourcesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CloudFormationClient } from "../CloudFormationClient";
3
+ import { ListResourceScansCommand, } from "../commands/ListResourceScansCommand";
4
+ export const paginateListResourceScans = createPaginator(CloudFormationClient, ListResourceScansCommand, "NextToken", "NextToken", "MaxResults");
@@ -5,7 +5,11 @@ export * from "./DescribeStacksPaginator";
5
5
  export * from "./Interfaces";
6
6
  export * from "./ListChangeSetsPaginator";
7
7
  export * from "./ListExportsPaginator";
8
+ export * from "./ListGeneratedTemplatesPaginator";
8
9
  export * from "./ListImportsPaginator";
10
+ export * from "./ListResourceScanRelatedResourcesPaginator";
11
+ export * from "./ListResourceScanResourcesPaginator";
12
+ export * from "./ListResourceScansPaginator";
9
13
  export * from "./ListStackInstancesPaginator";
10
14
  export * from "./ListStackResourcesPaginator";
11
15
  export * from "./ListStackSetOperationResultsPaginator";