@jjrawlins/cdk-diff-pr-github-action 0.0.17-beta → 0.0.18

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 (874) hide show
  1. package/.jsii +6 -6
  2. package/.mergify.yml +7 -28
  3. package/API.md +17 -0
  4. package/README.md +1 -1
  5. package/lib/CdkDiffIamTemplate.js +1 -1
  6. package/lib/CdkDiffStackWorkflow.js +1 -1
  7. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  8. package/lib/CdkDriftIamTemplate.js +1 -1
  9. package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
  10. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
  11. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
  12. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
  13. package/node_modules/@aws/lambda-invoke-store/package.json +3 -2
  14. package/node_modules/@aws-sdk/client-cloudformation/README.md +19 -3
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +4634 -10741
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +7 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +4 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +3 -9
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +3 -9
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +3 -9
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +3 -9
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +3 -9
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +3 -9
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +3 -9
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +3 -9
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +3 -9
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +3 -9
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +3 -9
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +3 -9
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +3 -9
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +3 -9
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +3 -9
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +3 -9
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +3 -9
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +3 -9
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +2 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -1
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -794
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +7 -0
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +3187 -0
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +23 -8
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -10
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +3 -0
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +3 -2
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +3 -0
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +109 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -1
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +6 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +2 -3
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +4 -1
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +2 -0
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -8
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2996 -1608
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -0
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -0
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -0
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +468 -0
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +36 -1
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +16 -0
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +2 -0
  204. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +3 -1
  205. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
  206. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
  207. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +473 -784
  208. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
  209. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
  210. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
  211. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  212. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  213. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  214. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  215. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +473 -0
  216. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -35
  217. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  218. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  219. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  220. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  223. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  224. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  225. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  226. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
  227. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  228. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  229. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  230. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  231. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  232. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  233. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
  234. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  235. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  236. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  237. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  238. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  244. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  245. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  246. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  247. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  248. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  249. package/node_modules/@aws-sdk/core/dist-cjs/index.js +53 -22
  250. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +53 -22
  251. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  252. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  253. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  254. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  255. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  256. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  257. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +10 -3
  258. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  259. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  260. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  261. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  262. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  263. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -1
  264. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
  265. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  266. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  267. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  268. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  269. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  270. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  271. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
  272. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  273. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
  274. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  275. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  276. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  277. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  278. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  279. package/node_modules/@aws-sdk/core/package.json +11 -11
  280. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  281. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  282. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  283. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  284. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  285. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  286. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  287. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  288. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  289. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -13
  290. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  291. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  292. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  293. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  294. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  295. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  296. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  297. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  298. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  299. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  300. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  301. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  302. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  303. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  304. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  305. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  306. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  307. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  308. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  309. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  310. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  311. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  312. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  313. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  314. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  315. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  316. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  317. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  318. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  320. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  322. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +255 -318
  323. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  324. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  325. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
  326. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  327. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  328. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  329. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  330. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  331. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  332. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  333. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  334. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  335. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  336. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  337. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  338. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  339. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  340. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  341. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  342. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  343. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  344. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  345. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  346. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  347. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  348. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  349. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  350. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  351. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
  352. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  354. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
  355. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  356. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  357. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  358. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  359. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  360. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  361. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
  362. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  363. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  365. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  366. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  367. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  370. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  371. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  373. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  375. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  376. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  384. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  385. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  386. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  387. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  388. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
  389. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  390. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  391. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  392. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  393. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  394. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  404. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  405. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  406. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  407. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  408. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  409. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  410. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  411. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  412. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  413. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  414. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  415. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  416. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  417. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  418. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  419. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  420. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  421. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  422. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  423. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  424. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  425. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  426. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  427. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  428. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  429. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  430. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  431. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
  432. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  433. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  434. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  435. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  436. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  437. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
  438. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  439. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  440. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  441. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  442. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  443. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  444. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  445. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  446. package/node_modules/@aws-sdk/nested-clients/package.json +43 -32
  447. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  448. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  449. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  450. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  451. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  452. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  453. package/node_modules/@aws-sdk/types/package.json +2 -2
  454. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  455. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  456. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  457. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  458. package/node_modules/@smithy/abort-controller/package.json +2 -2
  459. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  460. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  461. package/node_modules/@smithy/config-resolver/package.json +5 -5
  462. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -2
  463. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
  464. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +13 -2
  465. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  466. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  467. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  468. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
  469. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +7 -1
  470. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  471. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  472. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  473. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  474. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  475. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  476. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  477. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  478. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  479. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  480. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  481. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  482. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  483. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  484. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  485. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  486. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  487. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  488. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  489. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  490. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  491. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  510. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  511. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  512. package/node_modules/@smithy/core/package.json +7 -7
  513. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  514. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  515. package/node_modules/@smithy/hash-node/package.json +2 -2
  516. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  517. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  518. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  519. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  520. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  521. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  522. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  523. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  524. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  525. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  526. package/node_modules/@smithy/property-provider/package.json +2 -2
  527. package/node_modules/@smithy/protocol-http/package.json +2 -2
  528. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  529. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  530. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  531. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  532. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  533. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  534. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  535. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  536. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  537. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  538. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  539. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  540. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  541. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  542. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  543. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  544. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  545. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  546. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  547. package/node_modules/@smithy/signature-v4/package.json +4 -4
  548. package/node_modules/@smithy/smithy-client/package.json +7 -7
  549. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  550. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  551. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  552. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  553. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  554. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  555. package/node_modules/@smithy/types/package.json +1 -1
  556. package/node_modules/@smithy/url-parser/package.json +3 -3
  557. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  558. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  559. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  560. package/node_modules/@smithy/util-middleware/package.json +2 -2
  561. package/node_modules/@smithy/util-retry/package.json +3 -3
  562. package/node_modules/@smithy/util-stream/package.json +4 -4
  563. package/node_modules/@smithy/util-waiter/package.json +3 -3
  564. package/node_modules/js-yaml/README.md +9 -8
  565. package/node_modules/js-yaml/dist/js-yaml.js +22 -16
  566. package/node_modules/js-yaml/dist/js-yaml.min.js +2 -2
  567. package/node_modules/js-yaml/dist/js-yaml.mjs +20 -15
  568. package/node_modules/js-yaml/lib/loader.js +18 -12
  569. package/node_modules/js-yaml/package.json +1 -1
  570. package/package.json +14 -9
  571. package/.junie/guidelines.md +0 -62
  572. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4341
  573. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  574. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  575. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4340
  576. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  577. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  578. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4295
  579. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  580. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  581. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4311
  582. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  583. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  584. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
  585. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  586. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  587. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
  588. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  589. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  590. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  591. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  592. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  593. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  594. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  595. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  596. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
  597. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  598. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  599. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3946
  600. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  601. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  602. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3917
  603. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
  604. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
  605. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -276
  606. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  607. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  608. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -8
  609. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -96
  610. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  611. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
  612. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  613. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  614. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  615. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -2
  616. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -19
  617. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -137
  618. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  619. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  620. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -276
  621. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  622. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  623. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  624. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -96
  625. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  626. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
  627. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  628. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  629. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  630. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
  631. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -2
  632. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -19
  633. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -137
  634. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  635. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  636. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -298
  637. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  638. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  639. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  640. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  641. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  642. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
  643. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  644. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  645. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  646. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  647. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  648. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  649. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
  650. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
  651. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
  652. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  653. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  654. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  655. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
  656. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  657. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  658. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  659. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  660. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  661. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
  662. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  663. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  664. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  665. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  666. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  667. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  668. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  669. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
  670. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
  671. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
  672. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  673. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  674. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  675. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
  676. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  677. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  678. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  679. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  680. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  681. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  682. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  683. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  684. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  685. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  686. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  687. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  688. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  689. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
  690. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
  691. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
  692. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  693. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  694. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  695. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
  696. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  697. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  698. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  699. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  700. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  701. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  702. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
  703. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -216
  704. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  705. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  706. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  707. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  708. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  709. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  710. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  711. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  712. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  713. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  714. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  715. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  716. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  717. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -584
  718. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  719. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  720. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  721. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  722. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  723. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  724. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
  725. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -216
  726. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  727. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  728. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  729. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  730. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  731. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  732. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  733. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  734. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  735. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  736. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  737. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  738. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  739. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -584
  740. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  741. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  742. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  743. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  744. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  745. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  746. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
  747. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -217
  748. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  749. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  750. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  751. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  752. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  753. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  754. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  755. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  756. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  757. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  758. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  759. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  760. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  761. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -577
  762. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  763. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  764. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  765. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  766. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  767. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  768. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -17
  769. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -217
  770. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  771. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  772. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  773. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  774. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  775. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  776. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  777. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  778. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  779. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  780. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  781. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  782. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  783. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -566
  784. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  785. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  786. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  787. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  788. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  789. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  790. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
  791. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
  792. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  793. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  794. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  795. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  796. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.d.ts +0 -15
  797. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
  798. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  799. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  800. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  801. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  802. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  803. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  804. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  805. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  806. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  807. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -599
  808. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
  809. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
  810. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
  811. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
  812. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
  813. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
  814. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
  815. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
  816. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
  817. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
  818. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
  819. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
  820. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.d.ts +0 -15
  821. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
  822. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
  823. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
  824. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
  825. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
  826. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
  827. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
  828. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
  829. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
  830. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
  831. package/lib/bin/describe-cfn-changeset.d.ts +0 -1
  832. package/lib/bin/describe-cfn-changeset.js +0 -204
  833. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
  834. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -74
  835. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +0 -8938
  836. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
  837. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2270
  838. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +0 -794
  839. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
  840. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -379
  841. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
  842. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  843. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  844. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  845. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  846. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  847. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  848. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  849. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  850. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  851. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  852. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  853. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  854. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  855. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  856. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  857. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  858. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  859. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  860. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  861. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  862. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  863. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
  864. package/yalc.lock +0 -10
  865. /package/{.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts → node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts} +0 -0
  866. /package/{.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts → node_modules/@aws-sdk/credential-provider-login/dist-es/types.js} +0 -0
  867. /package/{.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts → node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js} +0 -0
  868. /package/{.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts → node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
  869. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/LICENSE +0 -0
  870. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/README.md +0 -0
  871. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/argparse.js +0 -0
  872. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/sub.js +0 -0
  873. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/textwrap.js +0 -0
  874. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/package.json +0 -0
@@ -1,20 +1,90 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
3
- export declare const AccountFilterType: {
4
- readonly DIFFERENCE: "DIFFERENCE";
5
- readonly INTERSECTION: "INTERSECTION";
6
- readonly NONE: "NONE";
7
- readonly UNION: "UNION";
8
- };
9
- export type AccountFilterType =
10
- (typeof AccountFilterType)[keyof typeof AccountFilterType];
11
- export declare const AccountGateStatus: {
12
- readonly FAILED: "FAILED";
13
- readonly SKIPPED: "SKIPPED";
14
- readonly SUCCEEDED: "SUCCEEDED";
15
- };
16
- export type AccountGateStatus =
17
- (typeof AccountGateStatus)[keyof typeof AccountGateStatus];
1
+ import {
2
+ AccountFilterType,
3
+ AccountGateStatus,
4
+ AfterValueFrom,
5
+ AnnotationSeverityLevel,
6
+ AnnotationStatus,
7
+ AttributeChangeType,
8
+ BeaconStackOperationStatus,
9
+ BeforeValueFrom,
10
+ CallAs,
11
+ Capability,
12
+ Category,
13
+ ChangeAction,
14
+ ChangeSetHooksStatus,
15
+ ChangeSetStatus,
16
+ ChangeSetType,
17
+ ChangeSource,
18
+ ChangeType,
19
+ ConcurrencyMode,
20
+ DeletionMode,
21
+ DeploymentMode,
22
+ DeprecatedStatus,
23
+ DetailedStatus,
24
+ DifferenceType,
25
+ DriftIgnoredReason,
26
+ EvaluationType,
27
+ EventType,
28
+ ExecutionStatus,
29
+ GeneratedTemplateDeletionPolicy,
30
+ GeneratedTemplateResourceStatus,
31
+ GeneratedTemplateStatus,
32
+ GeneratedTemplateUpdateReplacePolicy,
33
+ HandlerErrorCode,
34
+ HookFailureMode,
35
+ HookInvocationPoint,
36
+ HookStatus,
37
+ HookTargetAction,
38
+ HookTargetType,
39
+ IdentityProvider,
40
+ ListHookResultsTargetType,
41
+ OnFailure,
42
+ OnStackFailure,
43
+ OperationResultFilterName,
44
+ OperationStatus,
45
+ OperationType,
46
+ OrganizationStatus,
47
+ PermissionModels,
48
+ PolicyAction,
49
+ ProvisioningType,
50
+ PublisherStatus,
51
+ RegionConcurrencyType,
52
+ RegistrationStatus,
53
+ RegistryType,
54
+ Replacement,
55
+ RequiresRecreation,
56
+ ResourceAttribute,
57
+ ResourceScanStatus,
58
+ ResourceSignalStatus,
59
+ ResourceStatus,
60
+ ScanType,
61
+ StackDriftDetectionStatus,
62
+ StackDriftStatus,
63
+ StackInstanceDetailedStatus,
64
+ StackInstanceFilterName,
65
+ StackInstanceStatus,
66
+ StackRefactorActionEntity,
67
+ StackRefactorActionType,
68
+ StackRefactorDetection,
69
+ StackRefactorExecutionStatus,
70
+ StackRefactorStatus,
71
+ StackResourceDriftStatus,
72
+ StackSetDriftDetectionStatus,
73
+ StackSetDriftStatus,
74
+ StackSetOperationAction,
75
+ StackSetOperationResultStatus,
76
+ StackSetOperationStatus,
77
+ StackSetStatus,
78
+ StackStatus,
79
+ TemplateFormat,
80
+ TemplateStage,
81
+ ThirdPartyType,
82
+ TypeTestsStatus,
83
+ ValidationStatus,
84
+ VersionBump,
85
+ Visibility,
86
+ WarningType,
87
+ } from "./enums";
18
88
  export interface AccountGateResult {
19
89
  Status?: AccountGateStatus | undefined;
20
90
  StatusReason?: string | undefined;
@@ -25,38 +95,10 @@ export interface AccountLimit {
25
95
  }
26
96
  export interface ActivateOrganizationsAccessInput {}
27
97
  export interface ActivateOrganizationsAccessOutput {}
28
- export declare class InvalidOperationException extends __BaseException {
29
- readonly name: "InvalidOperationException";
30
- readonly $fault: "client";
31
- Message?: string | undefined;
32
- constructor(
33
- opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
34
- );
35
- }
36
- export declare class OperationNotFoundException extends __BaseException {
37
- readonly name: "OperationNotFoundException";
38
- readonly $fault: "client";
39
- Message?: string | undefined;
40
- constructor(
41
- opts: __ExceptionOptionType<OperationNotFoundException, __BaseException>
42
- );
43
- }
44
98
  export interface LoggingConfig {
45
99
  LogRoleArn: string | undefined;
46
100
  LogGroupName: string | undefined;
47
101
  }
48
- export declare const ThirdPartyType: {
49
- readonly HOOK: "HOOK";
50
- readonly MODULE: "MODULE";
51
- readonly RESOURCE: "RESOURCE";
52
- };
53
- export type ThirdPartyType =
54
- (typeof ThirdPartyType)[keyof typeof ThirdPartyType];
55
- export declare const VersionBump: {
56
- readonly MAJOR: "MAJOR";
57
- readonly MINOR: "MINOR";
58
- };
59
- export type VersionBump = (typeof VersionBump)[keyof typeof VersionBump];
60
102
  export interface ActivateTypeInput {
61
103
  Type?: ThirdPartyType | undefined;
62
104
  PublicTypeArn?: string | undefined;
@@ -72,40 +114,18 @@ export interface ActivateTypeInput {
72
114
  export interface ActivateTypeOutput {
73
115
  Arn?: string | undefined;
74
116
  }
75
- export declare class CFNRegistryException extends __BaseException {
76
- readonly name: "CFNRegistryException";
77
- readonly $fault: "client";
78
- Message?: string | undefined;
79
- constructor(
80
- opts: __ExceptionOptionType<CFNRegistryException, __BaseException>
81
- );
82
- }
83
- export declare class TypeNotFoundException extends __BaseException {
84
- readonly name: "TypeNotFoundException";
85
- readonly $fault: "client";
86
- Message?: string | undefined;
87
- constructor(
88
- opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>
89
- );
90
- }
91
- export declare class AlreadyExistsException extends __BaseException {
92
- readonly name: "AlreadyExistsException";
93
- readonly $fault: "client";
94
- Message?: string | undefined;
95
- constructor(
96
- opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
97
- );
98
- }
99
- export declare const AttributeChangeType: {
100
- readonly Add: "Add";
101
- readonly Modify: "Modify";
102
- readonly Remove: "Remove";
103
- };
104
- export type AttributeChangeType =
105
- (typeof AttributeChangeType)[keyof typeof AttributeChangeType];
117
+ export interface Annotation {
118
+ AnnotationName?: string | undefined;
119
+ Status?: AnnotationStatus | undefined;
120
+ StatusMessage?: string | undefined;
121
+ RemediationMessage?: string | undefined;
122
+ RemediationLink?: string | undefined;
123
+ SeverityLevel?: AnnotationSeverityLevel | undefined;
124
+ }
106
125
  export interface AutoDeployment {
107
126
  Enabled?: boolean | undefined;
108
127
  RetainStacksOnAccountRemoval?: boolean | undefined;
128
+ DependsOn?: string[] | undefined;
109
129
  }
110
130
  export interface TypeConfigurationIdentifier {
111
131
  TypeArn?: string | undefined;
@@ -136,87 +156,15 @@ export interface BatchDescribeTypeConfigurationsOutput {
136
156
  UnprocessedTypeConfigurations?: TypeConfigurationIdentifier[] | undefined;
137
157
  TypeConfigurations?: TypeConfigurationDetails[] | undefined;
138
158
  }
139
- export declare class TypeConfigurationNotFoundException extends __BaseException {
140
- readonly name: "TypeConfigurationNotFoundException";
141
- readonly $fault: "client";
142
- Message?: string | undefined;
143
- constructor(
144
- opts: __ExceptionOptionType<
145
- TypeConfigurationNotFoundException,
146
- __BaseException
147
- >
148
- );
149
- }
150
- export declare const CallAs: {
151
- readonly DELEGATED_ADMIN: "DELEGATED_ADMIN";
152
- readonly SELF: "SELF";
153
- };
154
- export type CallAs = (typeof CallAs)[keyof typeof CallAs];
155
159
  export interface CancelUpdateStackInput {
156
160
  StackName: string | undefined;
157
161
  ClientRequestToken?: string | undefined;
158
162
  }
159
- export declare class TokenAlreadyExistsException extends __BaseException {
160
- readonly name: "TokenAlreadyExistsException";
161
- readonly $fault: "client";
162
- Message?: string | undefined;
163
- constructor(
164
- opts: __ExceptionOptionType<TokenAlreadyExistsException, __BaseException>
165
- );
166
- }
167
- export declare const Capability: {
168
- readonly CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND";
169
- readonly CAPABILITY_IAM: "CAPABILITY_IAM";
170
- readonly CAPABILITY_NAMED_IAM: "CAPABILITY_NAMED_IAM";
171
- };
172
- export type Capability = (typeof Capability)[keyof typeof Capability];
173
- export declare const Category: {
174
- readonly ACTIVATED: "ACTIVATED";
175
- readonly AWS_TYPES: "AWS_TYPES";
176
- readonly REGISTERED: "REGISTERED";
177
- readonly THIRD_PARTY: "THIRD_PARTY";
178
- };
179
- export type Category = (typeof Category)[keyof typeof Category];
180
- export declare const ChangeAction: {
181
- readonly Add: "Add";
182
- readonly Dynamic: "Dynamic";
183
- readonly Import: "Import";
184
- readonly Modify: "Modify";
185
- readonly Remove: "Remove";
186
- };
187
- export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
188
- export declare const ChangeSource: {
189
- readonly Automatic: "Automatic";
190
- readonly DirectModification: "DirectModification";
191
- readonly ParameterReference: "ParameterReference";
192
- readonly ResourceAttribute: "ResourceAttribute";
193
- readonly ResourceReference: "ResourceReference";
194
- };
195
- export type ChangeSource = (typeof ChangeSource)[keyof typeof ChangeSource];
196
- export declare const EvaluationType: {
197
- readonly Dynamic: "Dynamic";
198
- readonly Static: "Static";
199
- };
200
- export type EvaluationType =
201
- (typeof EvaluationType)[keyof typeof EvaluationType];
202
- export declare const ResourceAttribute: {
203
- readonly CreationPolicy: "CreationPolicy";
204
- readonly DeletionPolicy: "DeletionPolicy";
205
- readonly Metadata: "Metadata";
206
- readonly Properties: "Properties";
207
- readonly Tags: "Tags";
208
- readonly UpdatePolicy: "UpdatePolicy";
209
- readonly UpdateReplacePolicy: "UpdateReplacePolicy";
210
- };
211
- export type ResourceAttribute =
212
- (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
213
- export declare const RequiresRecreation: {
214
- readonly Always: "Always";
215
- readonly Conditionally: "Conditionally";
216
- readonly Never: "Never";
217
- };
218
- export type RequiresRecreation =
219
- (typeof RequiresRecreation)[keyof typeof RequiresRecreation];
163
+ export interface LiveResourceDrift {
164
+ PreviousValue?: string | undefined;
165
+ ActualValue?: string | undefined;
166
+ DriftDetectionTimestamp?: Date | undefined;
167
+ }
220
168
  export interface ResourceTargetDefinition {
221
169
  Attribute?: ResourceAttribute | undefined;
222
170
  Name?: string | undefined;
@@ -224,6 +172,9 @@ export interface ResourceTargetDefinition {
224
172
  Path?: string | undefined;
225
173
  BeforeValue?: string | undefined;
226
174
  AfterValue?: string | undefined;
175
+ BeforeValueFrom?: BeforeValueFrom | undefined;
176
+ AfterValueFrom?: AfterValueFrom | undefined;
177
+ Drift?: LiveResourceDrift | undefined;
227
178
  AttributeChangeType?: AttributeChangeType | undefined;
228
179
  }
229
180
  export interface ResourceChangeDetail {
@@ -236,21 +187,10 @@ export interface ModuleInfo {
236
187
  TypeHierarchy?: string | undefined;
237
188
  LogicalIdHierarchy?: string | undefined;
238
189
  }
239
- export declare const PolicyAction: {
240
- readonly Delete: "Delete";
241
- readonly ReplaceAndDelete: "ReplaceAndDelete";
242
- readonly ReplaceAndRetain: "ReplaceAndRetain";
243
- readonly ReplaceAndSnapshot: "ReplaceAndSnapshot";
244
- readonly Retain: "Retain";
245
- readonly Snapshot: "Snapshot";
246
- };
247
- export type PolicyAction = (typeof PolicyAction)[keyof typeof PolicyAction];
248
- export declare const Replacement: {
249
- readonly Conditional: "Conditional";
250
- readonly False: "False";
251
- readonly True: "True";
252
- };
253
- export type Replacement = (typeof Replacement)[keyof typeof Replacement];
190
+ export interface ResourceDriftIgnoredAttribute {
191
+ Path?: string | undefined;
192
+ Reason?: DriftIgnoredReason | undefined;
193
+ }
254
194
  export interface ResourceChange {
255
195
  PolicyAction?: PolicyAction | undefined;
256
196
  Action?: ChangeAction | undefined;
@@ -259,42 +199,25 @@ export interface ResourceChange {
259
199
  ResourceType?: string | undefined;
260
200
  Replacement?: Replacement | undefined;
261
201
  Scope?: ResourceAttribute[] | undefined;
202
+ ResourceDriftStatus?: StackResourceDriftStatus | undefined;
203
+ ResourceDriftIgnoredAttributes?: ResourceDriftIgnoredAttribute[] | undefined;
262
204
  Details?: ResourceChangeDetail[] | undefined;
263
205
  ChangeSetId?: string | undefined;
264
206
  ModuleInfo?: ModuleInfo | undefined;
265
207
  BeforeContext?: string | undefined;
266
208
  AfterContext?: string | undefined;
209
+ PreviousDeploymentContext?: string | undefined;
267
210
  }
268
- export declare const ChangeType: {
269
- readonly Resource: "Resource";
270
- };
271
- export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
272
211
  export interface Change {
273
212
  Type?: ChangeType | undefined;
274
213
  HookInvocationCount?: number | undefined;
275
214
  ResourceChange?: ResourceChange | undefined;
276
215
  }
277
- export declare const HookFailureMode: {
278
- readonly FAIL: "FAIL";
279
- readonly WARN: "WARN";
280
- };
281
- export type HookFailureMode =
282
- (typeof HookFailureMode)[keyof typeof HookFailureMode];
283
- export declare const HookInvocationPoint: {
284
- readonly PRE_PROVISION: "PRE_PROVISION";
285
- };
286
- export type HookInvocationPoint =
287
- (typeof HookInvocationPoint)[keyof typeof HookInvocationPoint];
288
216
  export interface ChangeSetHookResourceTargetDetails {
289
217
  LogicalResourceId?: string | undefined;
290
218
  ResourceType?: string | undefined;
291
219
  ResourceAction?: ChangeAction | undefined;
292
220
  }
293
- export declare const HookTargetType: {
294
- readonly RESOURCE: "RESOURCE";
295
- };
296
- export type HookTargetType =
297
- (typeof HookTargetType)[keyof typeof HookTargetType];
298
221
  export interface ChangeSetHookTargetDetails {
299
222
  TargetType?: HookTargetType | undefined;
300
223
  ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | undefined;
@@ -307,43 +230,6 @@ export interface ChangeSetHook {
307
230
  TypeConfigurationVersionId?: string | undefined;
308
231
  TargetDetails?: ChangeSetHookTargetDetails | undefined;
309
232
  }
310
- export declare const ChangeSetHooksStatus: {
311
- readonly PLANNED: "PLANNED";
312
- readonly PLANNING: "PLANNING";
313
- readonly UNAVAILABLE: "UNAVAILABLE";
314
- };
315
- export type ChangeSetHooksStatus =
316
- (typeof ChangeSetHooksStatus)[keyof typeof ChangeSetHooksStatus];
317
- export declare class ChangeSetNotFoundException extends __BaseException {
318
- readonly name: "ChangeSetNotFoundException";
319
- readonly $fault: "client";
320
- Message?: string | undefined;
321
- constructor(
322
- opts: __ExceptionOptionType<ChangeSetNotFoundException, __BaseException>
323
- );
324
- }
325
- export declare const ChangeSetStatus: {
326
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
327
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
328
- readonly CREATE_PENDING: "CREATE_PENDING";
329
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
330
- readonly DELETE_FAILED: "DELETE_FAILED";
331
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
332
- readonly DELETE_PENDING: "DELETE_PENDING";
333
- readonly FAILED: "FAILED";
334
- };
335
- export type ChangeSetStatus =
336
- (typeof ChangeSetStatus)[keyof typeof ChangeSetStatus];
337
- export declare const ExecutionStatus: {
338
- readonly AVAILABLE: "AVAILABLE";
339
- readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
340
- readonly EXECUTE_FAILED: "EXECUTE_FAILED";
341
- readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
342
- readonly OBSOLETE: "OBSOLETE";
343
- readonly UNAVAILABLE: "UNAVAILABLE";
344
- };
345
- export type ExecutionStatus =
346
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
347
233
  export interface ChangeSetSummary {
348
234
  StackId?: string | undefined;
349
235
  StackName?: string | undefined;
@@ -359,12 +245,6 @@ export interface ChangeSetSummary {
359
245
  RootChangeSetId?: string | undefined;
360
246
  ImportExistingResources?: boolean | undefined;
361
247
  }
362
- export declare const ChangeSetType: {
363
- readonly CREATE: "CREATE";
364
- readonly IMPORT: "IMPORT";
365
- readonly UPDATE: "UPDATE";
366
- };
367
- export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
368
248
  export interface ContinueUpdateRollbackInput {
369
249
  StackName: string | undefined;
370
250
  RoleARN?: string | undefined;
@@ -372,13 +252,6 @@ export interface ContinueUpdateRollbackInput {
372
252
  ClientRequestToken?: string | undefined;
373
253
  }
374
254
  export interface ContinueUpdateRollbackOutput {}
375
- export declare const OnStackFailure: {
376
- readonly DELETE: "DELETE";
377
- readonly DO_NOTHING: "DO_NOTHING";
378
- readonly ROLLBACK: "ROLLBACK";
379
- };
380
- export type OnStackFailure =
381
- (typeof OnStackFailure)[keyof typeof OnStackFailure];
382
255
  export interface Parameter {
383
256
  ParameterKey?: string | undefined;
384
257
  ParameterValue?: string | undefined;
@@ -422,58 +295,17 @@ export interface CreateChangeSetInput {
422
295
  IncludeNestedStacks?: boolean | undefined;
423
296
  OnStackFailure?: OnStackFailure | undefined;
424
297
  ImportExistingResources?: boolean | undefined;
298
+ DeploymentMode?: DeploymentMode | undefined;
425
299
  }
426
300
  export interface CreateChangeSetOutput {
427
301
  Id?: string | undefined;
428
302
  StackId?: string | undefined;
429
303
  }
430
- export declare class InsufficientCapabilitiesException extends __BaseException {
431
- readonly name: "InsufficientCapabilitiesException";
432
- readonly $fault: "client";
433
- Message?: string | undefined;
434
- constructor(
435
- opts: __ExceptionOptionType<
436
- InsufficientCapabilitiesException,
437
- __BaseException
438
- >
439
- );
440
- }
441
- export declare class LimitExceededException extends __BaseException {
442
- readonly name: "LimitExceededException";
443
- readonly $fault: "client";
444
- Message?: string | undefined;
445
- constructor(
446
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
447
- );
448
- }
449
- export declare class ConcurrentResourcesLimitExceededException extends __BaseException {
450
- readonly name: "ConcurrentResourcesLimitExceededException";
451
- readonly $fault: "client";
452
- Message?: string | undefined;
453
- constructor(
454
- opts: __ExceptionOptionType<
455
- ConcurrentResourcesLimitExceededException,
456
- __BaseException
457
- >
458
- );
459
- }
460
304
  export interface ResourceDefinition {
461
305
  ResourceType: string | undefined;
462
306
  LogicalResourceId?: string | undefined;
463
307
  ResourceIdentifier: Record<string, string> | undefined;
464
308
  }
465
- export declare const GeneratedTemplateDeletionPolicy: {
466
- readonly DELETE: "DELETE";
467
- readonly RETAIN: "RETAIN";
468
- };
469
- export type GeneratedTemplateDeletionPolicy =
470
- (typeof GeneratedTemplateDeletionPolicy)[keyof typeof GeneratedTemplateDeletionPolicy];
471
- export declare const GeneratedTemplateUpdateReplacePolicy: {
472
- readonly DELETE: "DELETE";
473
- readonly RETAIN: "RETAIN";
474
- };
475
- export type GeneratedTemplateUpdateReplacePolicy =
476
- (typeof GeneratedTemplateUpdateReplacePolicy)[keyof typeof GeneratedTemplateUpdateReplacePolicy];
477
309
  export interface TemplateConfiguration {
478
310
  DeletionPolicy?: GeneratedTemplateDeletionPolicy | undefined;
479
311
  UpdateReplacePolicy?: GeneratedTemplateUpdateReplacePolicy | undefined;
@@ -487,12 +319,6 @@ export interface CreateGeneratedTemplateInput {
487
319
  export interface CreateGeneratedTemplateOutput {
488
320
  GeneratedTemplateId?: string | undefined;
489
321
  }
490
- export declare const OnFailure: {
491
- readonly DELETE: "DELETE";
492
- readonly DO_NOTHING: "DO_NOTHING";
493
- readonly ROLLBACK: "ROLLBACK";
494
- };
495
- export type OnFailure = (typeof OnFailure)[keyof typeof OnFailure];
496
322
  export interface CreateStackInput {
497
323
  StackName: string | undefined;
498
324
  TemplateBody?: string | undefined;
@@ -515,6 +341,7 @@ export interface CreateStackInput {
515
341
  }
516
342
  export interface CreateStackOutput {
517
343
  StackId?: string | undefined;
344
+ OperationId?: string | undefined;
518
345
  }
519
346
  export interface DeploymentTargets {
520
347
  Accounts?: string[] | undefined;
@@ -522,18 +349,6 @@ export interface DeploymentTargets {
522
349
  OrganizationalUnitIds?: string[] | undefined;
523
350
  AccountFilterType?: AccountFilterType | undefined;
524
351
  }
525
- export declare const ConcurrencyMode: {
526
- readonly SOFT_FAILURE_TOLERANCE: "SOFT_FAILURE_TOLERANCE";
527
- readonly STRICT_FAILURE_TOLERANCE: "STRICT_FAILURE_TOLERANCE";
528
- };
529
- export type ConcurrencyMode =
530
- (typeof ConcurrencyMode)[keyof typeof ConcurrencyMode];
531
- export declare const RegionConcurrencyType: {
532
- readonly PARALLEL: "PARALLEL";
533
- readonly SEQUENTIAL: "SEQUENTIAL";
534
- };
535
- export type RegionConcurrencyType =
536
- (typeof RegionConcurrencyType)[keyof typeof RegionConcurrencyType];
537
352
  export interface StackSetOperationPreferences {
538
353
  RegionConcurrencyType?: RegionConcurrencyType | undefined;
539
354
  RegionOrder?: string[] | undefined;
@@ -556,41 +371,6 @@ export interface CreateStackInstancesInput {
556
371
  export interface CreateStackInstancesOutput {
557
372
  OperationId?: string | undefined;
558
373
  }
559
- export declare class OperationIdAlreadyExistsException extends __BaseException {
560
- readonly name: "OperationIdAlreadyExistsException";
561
- readonly $fault: "client";
562
- Message?: string | undefined;
563
- constructor(
564
- opts: __ExceptionOptionType<
565
- OperationIdAlreadyExistsException,
566
- __BaseException
567
- >
568
- );
569
- }
570
- export declare class OperationInProgressException extends __BaseException {
571
- readonly name: "OperationInProgressException";
572
- readonly $fault: "client";
573
- Message?: string | undefined;
574
- constructor(
575
- opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
576
- );
577
- }
578
- export declare class StackSetNotFoundException extends __BaseException {
579
- readonly name: "StackSetNotFoundException";
580
- readonly $fault: "client";
581
- Message?: string | undefined;
582
- constructor(
583
- opts: __ExceptionOptionType<StackSetNotFoundException, __BaseException>
584
- );
585
- }
586
- export declare class StaleRequestException extends __BaseException {
587
- readonly name: "StaleRequestException";
588
- readonly $fault: "client";
589
- Message?: string | undefined;
590
- constructor(
591
- opts: __ExceptionOptionType<StaleRequestException, __BaseException>
592
- );
593
- }
594
374
  export interface ResourceLocation {
595
375
  StackName: string | undefined;
596
376
  LogicalResourceId: string | undefined;
@@ -613,23 +393,9 @@ export interface CreateStackRefactorInput {
613
393
  export interface CreateStackRefactorOutput {
614
394
  StackRefactorId: string | undefined;
615
395
  }
616
- export declare class CreatedButModifiedException extends __BaseException {
617
- readonly name: "CreatedButModifiedException";
618
- readonly $fault: "client";
619
- Message?: string | undefined;
620
- constructor(
621
- opts: __ExceptionOptionType<CreatedButModifiedException, __BaseException>
622
- );
623
- }
624
396
  export interface ManagedExecution {
625
397
  Active?: boolean | undefined;
626
398
  }
627
- export declare const PermissionModels: {
628
- readonly SELF_MANAGED: "SELF_MANAGED";
629
- readonly SERVICE_MANAGED: "SERVICE_MANAGED";
630
- };
631
- export type PermissionModels =
632
- (typeof PermissionModels)[keyof typeof PermissionModels];
633
399
  export interface CreateStackSetInput {
634
400
  StackSetName: string | undefined;
635
401
  Description?: string | undefined;
@@ -650,14 +416,6 @@ export interface CreateStackSetInput {
650
416
  export interface CreateStackSetOutput {
651
417
  StackSetId?: string | undefined;
652
418
  }
653
- export declare class NameAlreadyExistsException extends __BaseException {
654
- readonly name: "NameAlreadyExistsException";
655
- readonly $fault: "client";
656
- Message?: string | undefined;
657
- constructor(
658
- opts: __ExceptionOptionType<NameAlreadyExistsException, __BaseException>
659
- );
660
- }
661
419
  export interface DeactivateOrganizationsAccessInput {}
662
420
  export interface DeactivateOrganizationsAccessOutput {}
663
421
  export interface DeactivateTypeInput {
@@ -671,36 +429,9 @@ export interface DeleteChangeSetInput {
671
429
  StackName?: string | undefined;
672
430
  }
673
431
  export interface DeleteChangeSetOutput {}
674
- export declare class InvalidChangeSetStatusException extends __BaseException {
675
- readonly name: "InvalidChangeSetStatusException";
676
- readonly $fault: "client";
677
- Message?: string | undefined;
678
- constructor(
679
- opts: __ExceptionOptionType<
680
- InvalidChangeSetStatusException,
681
- __BaseException
682
- >
683
- );
684
- }
685
432
  export interface DeleteGeneratedTemplateInput {
686
433
  GeneratedTemplateName: string | undefined;
687
434
  }
688
- export declare class GeneratedTemplateNotFoundException extends __BaseException {
689
- readonly name: "GeneratedTemplateNotFoundException";
690
- readonly $fault: "client";
691
- Message?: string | undefined;
692
- constructor(
693
- opts: __ExceptionOptionType<
694
- GeneratedTemplateNotFoundException,
695
- __BaseException
696
- >
697
- );
698
- }
699
- export declare const DeletionMode: {
700
- readonly FORCE_DELETE_STACK: "FORCE_DELETE_STACK";
701
- readonly STANDARD: "STANDARD";
702
- };
703
- export type DeletionMode = (typeof DeletionMode)[keyof typeof DeletionMode];
704
435
  export interface DeleteStackInput {
705
436
  StackName: string | undefined;
706
437
  RetainResources?: string[] | undefined;
@@ -726,20 +457,6 @@ export interface DeleteStackSetInput {
726
457
  CallAs?: CallAs | undefined;
727
458
  }
728
459
  export interface DeleteStackSetOutput {}
729
- export declare class StackSetNotEmptyException extends __BaseException {
730
- readonly name: "StackSetNotEmptyException";
731
- readonly $fault: "client";
732
- Message?: string | undefined;
733
- constructor(
734
- opts: __ExceptionOptionType<StackSetNotEmptyException, __BaseException>
735
- );
736
- }
737
- export declare const RegistryType: {
738
- readonly HOOK: "HOOK";
739
- readonly MODULE: "MODULE";
740
- readonly RESOURCE: "RESOURCE";
741
- };
742
- export type RegistryType = (typeof RegistryType)[keyof typeof RegistryType];
743
460
  export interface DeregisterTypeInput {
744
461
  Arn?: string | undefined;
745
462
  Type?: RegistryType | undefined;
@@ -771,6 +488,7 @@ export interface DescribeChangeSetOutput {
771
488
  ExecutionStatus?: ExecutionStatus | undefined;
772
489
  Status?: ChangeSetStatus | undefined;
773
490
  StatusReason?: string | undefined;
491
+ StackDriftStatus?: StackDriftStatus | undefined;
774
492
  NotificationARNs?: string[] | undefined;
775
493
  RollbackConfiguration?: RollbackConfiguration | undefined;
776
494
  Capabilities?: Capability[] | undefined;
@@ -782,6 +500,7 @@ export interface DescribeChangeSetOutput {
782
500
  RootChangeSetId?: string | undefined;
783
501
  OnStackFailure?: OnStackFailure | undefined;
784
502
  ImportExistingResources?: boolean | undefined;
503
+ DeploymentMode?: DeploymentMode | undefined;
785
504
  }
786
505
  export interface DescribeChangeSetHooksInput {
787
506
  ChangeSetName: string | undefined;
@@ -798,6 +517,49 @@ export interface DescribeChangeSetHooksOutput {
798
517
  StackId?: string | undefined;
799
518
  StackName?: string | undefined;
800
519
  }
520
+ export interface EventFilter {
521
+ FailedEvents?: boolean | undefined;
522
+ }
523
+ export interface DescribeEventsInput {
524
+ StackName?: string | undefined;
525
+ ChangeSetName?: string | undefined;
526
+ OperationId?: string | undefined;
527
+ Filters?: EventFilter | undefined;
528
+ NextToken?: string | undefined;
529
+ }
530
+ export interface OperationEvent {
531
+ EventId?: string | undefined;
532
+ StackId?: string | undefined;
533
+ OperationId?: string | undefined;
534
+ OperationType?: OperationType | undefined;
535
+ OperationStatus?: BeaconStackOperationStatus | undefined;
536
+ EventType?: EventType | undefined;
537
+ LogicalResourceId?: string | undefined;
538
+ PhysicalResourceId?: string | undefined;
539
+ ResourceType?: string | undefined;
540
+ Timestamp?: Date | undefined;
541
+ StartTime?: Date | undefined;
542
+ EndTime?: Date | undefined;
543
+ ResourceStatus?: ResourceStatus | undefined;
544
+ ResourceStatusReason?: string | undefined;
545
+ ResourceProperties?: string | undefined;
546
+ ClientRequestToken?: string | undefined;
547
+ HookType?: string | undefined;
548
+ HookStatus?: HookStatus | undefined;
549
+ HookStatusReason?: string | undefined;
550
+ HookInvocationPoint?: HookInvocationPoint | undefined;
551
+ HookFailureMode?: HookFailureMode | undefined;
552
+ DetailedStatus?: DetailedStatus | undefined;
553
+ ValidationFailureMode?: HookFailureMode | undefined;
554
+ ValidationName?: string | undefined;
555
+ ValidationStatus?: ValidationStatus | undefined;
556
+ ValidationStatusReason?: string | undefined;
557
+ ValidationPath?: string | undefined;
558
+ }
559
+ export interface DescribeEventsOutput {
560
+ OperationEvents?: OperationEvent[] | undefined;
561
+ NextToken?: string | undefined;
562
+ }
801
563
  export interface DescribeGeneratedTemplateInput {
802
564
  GeneratedTemplateName: string | undefined;
803
565
  }
@@ -807,27 +569,11 @@ export interface TemplateProgress {
807
569
  ResourcesProcessing?: number | undefined;
808
570
  ResourcesPending?: number | undefined;
809
571
  }
810
- export declare const GeneratedTemplateResourceStatus: {
811
- readonly COMPLETE: "COMPLETE";
812
- readonly FAILED: "FAILED";
813
- readonly IN_PROGRESS: "IN_PROGRESS";
814
- readonly PENDING: "PENDING";
815
- };
816
- export type GeneratedTemplateResourceStatus =
817
- (typeof GeneratedTemplateResourceStatus)[keyof typeof GeneratedTemplateResourceStatus];
818
572
  export interface WarningProperty {
819
573
  PropertyPath?: string | undefined;
820
574
  Required?: boolean | undefined;
821
575
  Description?: string | undefined;
822
576
  }
823
- export declare const WarningType: {
824
- readonly EXCLUDED_PROPERTIES: "EXCLUDED_PROPERTIES";
825
- readonly EXCLUDED_RESOURCES: "EXCLUDED_RESOURCES";
826
- readonly MUTUALLY_EXCLUSIVE_PROPERTIES: "MUTUALLY_EXCLUSIVE_PROPERTIES";
827
- readonly MUTUALLY_EXCLUSIVE_TYPES: "MUTUALLY_EXCLUSIVE_TYPES";
828
- readonly UNSUPPORTED_PROPERTIES: "UNSUPPORTED_PROPERTIES";
829
- };
830
- export type WarningType = (typeof WarningType)[keyof typeof WarningType];
831
577
  export interface WarningDetail {
832
578
  Type?: WarningType | undefined;
833
579
  Properties?: WarningProperty[] | undefined;
@@ -840,18 +586,6 @@ export interface ResourceDetail {
840
586
  ResourceStatusReason?: string | undefined;
841
587
  Warnings?: WarningDetail[] | undefined;
842
588
  }
843
- export declare const GeneratedTemplateStatus: {
844
- readonly COMPLETE: "COMPLETE";
845
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
846
- readonly CREATE_PENDING: "CREATE_PENDING";
847
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
848
- readonly DELETE_PENDING: "DELETE_PENDING";
849
- readonly FAILED: "FAILED";
850
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
851
- readonly UPDATE_PENDING: "UPDATE_PENDING";
852
- };
853
- export type GeneratedTemplateStatus =
854
- (typeof GeneratedTemplateStatus)[keyof typeof GeneratedTemplateStatus];
855
589
  export interface DescribeGeneratedTemplateOutput {
856
590
  GeneratedTemplateId?: string | undefined;
857
591
  GeneratedTemplateName?: string | undefined;
@@ -868,32 +602,12 @@ export interface DescribeGeneratedTemplateOutput {
868
602
  export interface DescribeOrganizationsAccessInput {
869
603
  CallAs?: CallAs | undefined;
870
604
  }
871
- export declare const OrganizationStatus: {
872
- readonly DISABLED: "DISABLED";
873
- readonly DISABLED_PERMANENTLY: "DISABLED_PERMANENTLY";
874
- readonly ENABLED: "ENABLED";
875
- };
876
- export type OrganizationStatus =
877
- (typeof OrganizationStatus)[keyof typeof OrganizationStatus];
878
605
  export interface DescribeOrganizationsAccessOutput {
879
606
  Status?: OrganizationStatus | undefined;
880
607
  }
881
608
  export interface DescribePublisherInput {
882
609
  PublisherId?: string | undefined;
883
610
  }
884
- export declare const IdentityProvider: {
885
- readonly AWS_Marketplace: "AWS_Marketplace";
886
- readonly Bitbucket: "Bitbucket";
887
- readonly GitHub: "GitHub";
888
- };
889
- export type IdentityProvider =
890
- (typeof IdentityProvider)[keyof typeof IdentityProvider];
891
- export declare const PublisherStatus: {
892
- readonly UNVERIFIED: "UNVERIFIED";
893
- readonly VERIFIED: "VERIFIED";
894
- };
895
- export type PublisherStatus =
896
- (typeof PublisherStatus)[keyof typeof PublisherStatus];
897
611
  export interface DescribePublisherOutput {
898
612
  PublisherId?: string | undefined;
899
613
  PublisherStatus?: PublisherStatus | undefined;
@@ -906,14 +620,6 @@ export interface DescribeResourceScanInput {
906
620
  export interface ScanFilter {
907
621
  Types?: string[] | undefined;
908
622
  }
909
- export declare const ResourceScanStatus: {
910
- readonly COMPLETE: "COMPLETE";
911
- readonly EXPIRED: "EXPIRED";
912
- readonly FAILED: "FAILED";
913
- readonly IN_PROGRESS: "IN_PROGRESS";
914
- };
915
- export type ResourceScanStatus =
916
- (typeof ResourceScanStatus)[keyof typeof ResourceScanStatus];
917
623
  export interface DescribeResourceScanOutput {
918
624
  ResourceScanId?: string | undefined;
919
625
  Status?: ResourceScanStatus | undefined;
@@ -926,32 +632,9 @@ export interface DescribeResourceScanOutput {
926
632
  ResourcesRead?: number | undefined;
927
633
  ScanFilters?: ScanFilter[] | undefined;
928
634
  }
929
- export declare class ResourceScanNotFoundException extends __BaseException {
930
- readonly name: "ResourceScanNotFoundException";
931
- readonly $fault: "client";
932
- Message?: string | undefined;
933
- constructor(
934
- opts: __ExceptionOptionType<ResourceScanNotFoundException, __BaseException>
935
- );
936
- }
937
635
  export interface DescribeStackDriftDetectionStatusInput {
938
636
  StackDriftDetectionId: string | undefined;
939
637
  }
940
- export declare const StackDriftDetectionStatus: {
941
- readonly DETECTION_COMPLETE: "DETECTION_COMPLETE";
942
- readonly DETECTION_FAILED: "DETECTION_FAILED";
943
- readonly DETECTION_IN_PROGRESS: "DETECTION_IN_PROGRESS";
944
- };
945
- export type StackDriftDetectionStatus =
946
- (typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
947
- export declare const StackDriftStatus: {
948
- readonly DRIFTED: "DRIFTED";
949
- readonly IN_SYNC: "IN_SYNC";
950
- readonly NOT_CHECKED: "NOT_CHECKED";
951
- readonly UNKNOWN: "UNKNOWN";
952
- };
953
- export type StackDriftStatus =
954
- (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
955
638
  export interface DescribeStackDriftDetectionStatusOutput {
956
639
  StackId: string | undefined;
957
640
  StackDriftDetectionId: string | undefined;
@@ -962,58 +645,14 @@ export interface DescribeStackDriftDetectionStatusOutput {
962
645
  Timestamp: Date | undefined;
963
646
  }
964
647
  export interface DescribeStackEventsInput {
965
- StackName?: string | undefined;
648
+ StackName: string | undefined;
966
649
  NextToken?: string | undefined;
967
650
  }
968
- export declare const DetailedStatus: {
969
- readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
970
- readonly VALIDATION_FAILED: "VALIDATION_FAILED";
971
- };
972
- export type DetailedStatus =
973
- (typeof DetailedStatus)[keyof typeof DetailedStatus];
974
- export declare const HookStatus: {
975
- readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
976
- readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
977
- readonly HOOK_FAILED: "HOOK_FAILED";
978
- readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
979
- };
980
- export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
981
- export declare const ResourceStatus: {
982
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
983
- readonly CREATE_FAILED: "CREATE_FAILED";
984
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
985
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
986
- readonly DELETE_FAILED: "DELETE_FAILED";
987
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
988
- readonly DELETE_SKIPPED: "DELETE_SKIPPED";
989
- readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
990
- readonly EXPORT_FAILED: "EXPORT_FAILED";
991
- readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
992
- readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
993
- readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
994
- readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
995
- readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
996
- readonly IMPORT_FAILED: "IMPORT_FAILED";
997
- readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
998
- readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
999
- readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
1000
- readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
1001
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1002
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1003
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1004
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
1005
- readonly UPDATE_FAILED: "UPDATE_FAILED";
1006
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1007
- readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
1008
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
1009
- readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
1010
- };
1011
- export type ResourceStatus =
1012
- (typeof ResourceStatus)[keyof typeof ResourceStatus];
1013
651
  export interface StackEvent {
1014
652
  StackId: string | undefined;
1015
653
  EventId: string | undefined;
1016
654
  StackName: string | undefined;
655
+ OperationId?: string | undefined;
1017
656
  LogicalResourceId?: string | undefined;
1018
657
  PhysicalResourceId?: string | undefined;
1019
658
  ResourceType?: string | undefined;
@@ -1040,28 +679,9 @@ export interface DescribeStackInstanceInput {
1040
679
  StackInstanceRegion: string | undefined;
1041
680
  CallAs?: CallAs | undefined;
1042
681
  }
1043
- export declare const StackInstanceDetailedStatus: {
1044
- readonly CANCELLED: "CANCELLED";
1045
- readonly FAILED: "FAILED";
1046
- readonly FAILED_IMPORT: "FAILED_IMPORT";
1047
- readonly INOPERABLE: "INOPERABLE";
1048
- readonly PENDING: "PENDING";
1049
- readonly RUNNING: "RUNNING";
1050
- readonly SKIPPED_SUSPENDED_ACCOUNT: "SKIPPED_SUSPENDED_ACCOUNT";
1051
- readonly SUCCEEDED: "SUCCEEDED";
1052
- };
1053
- export type StackInstanceDetailedStatus =
1054
- (typeof StackInstanceDetailedStatus)[keyof typeof StackInstanceDetailedStatus];
1055
682
  export interface StackInstanceComprehensiveStatus {
1056
683
  DetailedStatus?: StackInstanceDetailedStatus | undefined;
1057
684
  }
1058
- export declare const StackInstanceStatus: {
1059
- readonly CURRENT: "CURRENT";
1060
- readonly INOPERABLE: "INOPERABLE";
1061
- readonly OUTDATED: "OUTDATED";
1062
- };
1063
- export type StackInstanceStatus =
1064
- (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
1065
685
  export interface StackInstance {
1066
686
  StackSetId?: string | undefined;
1067
687
  Region?: string | undefined;
@@ -1079,40 +699,9 @@ export interface StackInstance {
1079
699
  export interface DescribeStackInstanceOutput {
1080
700
  StackInstance?: StackInstance | undefined;
1081
701
  }
1082
- export declare class StackInstanceNotFoundException extends __BaseException {
1083
- readonly name: "StackInstanceNotFoundException";
1084
- readonly $fault: "client";
1085
- Message?: string | undefined;
1086
- constructor(
1087
- opts: __ExceptionOptionType<StackInstanceNotFoundException, __BaseException>
1088
- );
1089
- }
1090
702
  export interface DescribeStackRefactorInput {
1091
703
  StackRefactorId: string | undefined;
1092
704
  }
1093
- export declare const StackRefactorExecutionStatus: {
1094
- readonly AVAILABLE: "AVAILABLE";
1095
- readonly EXECUTE_COMPLETE: "EXECUTE_COMPLETE";
1096
- readonly EXECUTE_FAILED: "EXECUTE_FAILED";
1097
- readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
1098
- readonly OBSOLETE: "OBSOLETE";
1099
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1100
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1101
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1102
- readonly UNAVAILABLE: "UNAVAILABLE";
1103
- };
1104
- export type StackRefactorExecutionStatus =
1105
- (typeof StackRefactorExecutionStatus)[keyof typeof StackRefactorExecutionStatus];
1106
- export declare const StackRefactorStatus: {
1107
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
1108
- readonly CREATE_FAILED: "CREATE_FAILED";
1109
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1110
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
1111
- readonly DELETE_FAILED: "DELETE_FAILED";
1112
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1113
- };
1114
- export type StackRefactorStatus =
1115
- (typeof StackRefactorStatus)[keyof typeof StackRefactorStatus];
1116
705
  export interface DescribeStackRefactorOutput {
1117
706
  Description?: string | undefined;
1118
707
  StackRefactorId?: string | undefined;
@@ -1122,27 +711,10 @@ export interface DescribeStackRefactorOutput {
1122
711
  Status?: StackRefactorStatus | undefined;
1123
712
  StatusReason?: string | undefined;
1124
713
  }
1125
- export declare class StackRefactorNotFoundException extends __BaseException {
1126
- readonly name: "StackRefactorNotFoundException";
1127
- readonly $fault: "client";
1128
- Message?: string | undefined;
1129
- constructor(
1130
- opts: __ExceptionOptionType<StackRefactorNotFoundException, __BaseException>
1131
- );
1132
- }
1133
714
  export interface DescribeStackResourceInput {
1134
715
  StackName: string | undefined;
1135
716
  LogicalResourceId: string | undefined;
1136
717
  }
1137
- export declare const StackResourceDriftStatus: {
1138
- readonly DELETED: "DELETED";
1139
- readonly IN_SYNC: "IN_SYNC";
1140
- readonly MODIFIED: "MODIFIED";
1141
- readonly NOT_CHECKED: "NOT_CHECKED";
1142
- readonly UNKNOWN: "UNKNOWN";
1143
- };
1144
- export type StackResourceDriftStatus =
1145
- (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
1146
718
  export interface StackResourceDriftInformation {
1147
719
  StackResourceDriftStatus: StackResourceDriftStatus | undefined;
1148
720
  LastCheckTimestamp?: Date | undefined;
@@ -1174,13 +746,6 @@ export interface PhysicalResourceIdContextKeyValuePair {
1174
746
  Key: string | undefined;
1175
747
  Value: string | undefined;
1176
748
  }
1177
- export declare const DifferenceType: {
1178
- readonly ADD: "ADD";
1179
- readonly NOT_EQUAL: "NOT_EQUAL";
1180
- readonly REMOVE: "REMOVE";
1181
- };
1182
- export type DifferenceType =
1183
- (typeof DifferenceType)[keyof typeof DifferenceType];
1184
749
  export interface PropertyDifference {
1185
750
  PropertyPath: string | undefined;
1186
751
  ExpectedValue: string | undefined;
@@ -1236,38 +801,16 @@ export interface StackDriftInformation {
1236
801
  StackDriftStatus: StackDriftStatus | undefined;
1237
802
  LastCheckTimestamp?: Date | undefined;
1238
803
  }
804
+ export interface OperationEntry {
805
+ OperationType?: OperationType | undefined;
806
+ OperationId?: string | undefined;
807
+ }
1239
808
  export interface Output {
1240
809
  OutputKey?: string | undefined;
1241
810
  OutputValue?: string | undefined;
1242
811
  Description?: string | undefined;
1243
812
  ExportName?: string | undefined;
1244
813
  }
1245
- export declare const StackStatus: {
1246
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
1247
- readonly CREATE_FAILED: "CREATE_FAILED";
1248
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1249
- readonly DELETE_COMPLETE: "DELETE_COMPLETE";
1250
- readonly DELETE_FAILED: "DELETE_FAILED";
1251
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
1252
- readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
1253
- readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
1254
- readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
1255
- readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
1256
- readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
1257
- readonly REVIEW_IN_PROGRESS: "REVIEW_IN_PROGRESS";
1258
- readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
1259
- readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
1260
- readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
1261
- readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
1262
- readonly UPDATE_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
1263
- readonly UPDATE_FAILED: "UPDATE_FAILED";
1264
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1265
- readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
1266
- readonly UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS: "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
1267
- readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
1268
- readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
1269
- };
1270
- export type StackStatus = (typeof StackStatus)[keyof typeof StackStatus];
1271
814
  export interface Stack {
1272
815
  StackId?: string | undefined;
1273
816
  StackName: string | undefined;
@@ -1294,6 +837,7 @@ export interface Stack {
1294
837
  RetainExceptOnCreate?: boolean | undefined;
1295
838
  DeletionMode?: DeletionMode | undefined;
1296
839
  DetailedStatus?: DetailedStatus | undefined;
840
+ LastOperations?: OperationEntry[] | undefined;
1297
841
  }
1298
842
  export interface DescribeStacksOutput {
1299
843
  Stacks?: Stack[] | undefined;
@@ -1303,22 +847,6 @@ export interface DescribeStackSetInput {
1303
847
  StackSetName: string | undefined;
1304
848
  CallAs?: CallAs | undefined;
1305
849
  }
1306
- export declare const StackSetDriftDetectionStatus: {
1307
- readonly COMPLETED: "COMPLETED";
1308
- readonly FAILED: "FAILED";
1309
- readonly IN_PROGRESS: "IN_PROGRESS";
1310
- readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
1311
- readonly STOPPED: "STOPPED";
1312
- };
1313
- export type StackSetDriftDetectionStatus =
1314
- (typeof StackSetDriftDetectionStatus)[keyof typeof StackSetDriftDetectionStatus];
1315
- export declare const StackSetDriftStatus: {
1316
- readonly DRIFTED: "DRIFTED";
1317
- readonly IN_SYNC: "IN_SYNC";
1318
- readonly NOT_CHECKED: "NOT_CHECKED";
1319
- };
1320
- export type StackSetDriftStatus =
1321
- (typeof StackSetDriftStatus)[keyof typeof StackSetDriftStatus];
1322
850
  export interface StackSetDriftDetectionDetails {
1323
851
  DriftStatus?: StackSetDriftStatus | undefined;
1324
852
  DriftDetectionStatus?: StackSetDriftDetectionStatus | undefined;
@@ -1329,12 +857,6 @@ export interface StackSetDriftDetectionDetails {
1329
857
  InProgressStackInstancesCount?: number | undefined;
1330
858
  FailedStackInstancesCount?: number | undefined;
1331
859
  }
1332
- export declare const StackSetStatus: {
1333
- readonly ACTIVE: "ACTIVE";
1334
- readonly DELETED: "DELETED";
1335
- };
1336
- export type StackSetStatus =
1337
- (typeof StackSetStatus)[keyof typeof StackSetStatus];
1338
860
  export interface StackSet {
1339
861
  StackSetName?: string | undefined;
1340
862
  StackSetId?: string | undefined;
@@ -1362,24 +884,6 @@ export interface DescribeStackSetOperationInput {
1362
884
  OperationId: string | undefined;
1363
885
  CallAs?: CallAs | undefined;
1364
886
  }
1365
- export declare const StackSetOperationAction: {
1366
- readonly CREATE: "CREATE";
1367
- readonly DELETE: "DELETE";
1368
- readonly DETECT_DRIFT: "DETECT_DRIFT";
1369
- readonly UPDATE: "UPDATE";
1370
- };
1371
- export type StackSetOperationAction =
1372
- (typeof StackSetOperationAction)[keyof typeof StackSetOperationAction];
1373
- export declare const StackSetOperationStatus: {
1374
- readonly FAILED: "FAILED";
1375
- readonly QUEUED: "QUEUED";
1376
- readonly RUNNING: "RUNNING";
1377
- readonly STOPPED: "STOPPED";
1378
- readonly STOPPING: "STOPPING";
1379
- readonly SUCCEEDED: "SUCCEEDED";
1380
- };
1381
- export type StackSetOperationStatus =
1382
- (typeof StackSetOperationStatus)[keyof typeof StackSetOperationStatus];
1383
887
  export interface StackSetOperationStatusDetails {
1384
888
  FailedStackInstancesCount?: number | undefined;
1385
889
  }
@@ -1410,38 +914,12 @@ export interface DescribeTypeInput {
1410
914
  PublisherId?: string | undefined;
1411
915
  PublicVersionNumber?: string | undefined;
1412
916
  }
1413
- export declare const DeprecatedStatus: {
1414
- readonly DEPRECATED: "DEPRECATED";
1415
- readonly LIVE: "LIVE";
1416
- };
1417
- export type DeprecatedStatus =
1418
- (typeof DeprecatedStatus)[keyof typeof DeprecatedStatus];
1419
- export declare const ProvisioningType: {
1420
- readonly FULLY_MUTABLE: "FULLY_MUTABLE";
1421
- readonly IMMUTABLE: "IMMUTABLE";
1422
- readonly NON_PROVISIONABLE: "NON_PROVISIONABLE";
1423
- };
1424
- export type ProvisioningType =
1425
- (typeof ProvisioningType)[keyof typeof ProvisioningType];
1426
917
  export interface RequiredActivatedType {
1427
918
  TypeNameAlias?: string | undefined;
1428
919
  OriginalTypeName?: string | undefined;
1429
920
  PublisherId?: string | undefined;
1430
921
  SupportedMajorVersions?: number[] | undefined;
1431
922
  }
1432
- export declare const TypeTestsStatus: {
1433
- readonly FAILED: "FAILED";
1434
- readonly IN_PROGRESS: "IN_PROGRESS";
1435
- readonly NOT_TESTED: "NOT_TESTED";
1436
- readonly PASSED: "PASSED";
1437
- };
1438
- export type TypeTestsStatus =
1439
- (typeof TypeTestsStatus)[keyof typeof TypeTestsStatus];
1440
- export declare const Visibility: {
1441
- readonly PRIVATE: "PRIVATE";
1442
- readonly PUBLIC: "PUBLIC";
1443
- };
1444
- export type Visibility = (typeof Visibility)[keyof typeof Visibility];
1445
923
  export interface DescribeTypeOutput {
1446
924
  Arn?: string | undefined;
1447
925
  Type?: RegistryType | undefined;
@@ -1474,13 +952,6 @@ export interface DescribeTypeOutput {
1474
952
  export interface DescribeTypeRegistrationInput {
1475
953
  RegistrationToken: string | undefined;
1476
954
  }
1477
- export declare const RegistrationStatus: {
1478
- readonly COMPLETE: "COMPLETE";
1479
- readonly FAILED: "FAILED";
1480
- readonly IN_PROGRESS: "IN_PROGRESS";
1481
- };
1482
- export type RegistrationStatus =
1483
- (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
1484
955
  export interface DescribeTypeRegistrationOutput {
1485
956
  ProgressStatus?: RegistrationStatus | undefined;
1486
957
  Description?: string | undefined;
@@ -1529,12 +1000,6 @@ export interface ExecuteChangeSetOutput {}
1529
1000
  export interface ExecuteStackRefactorInput {
1530
1001
  StackRefactorId: string | undefined;
1531
1002
  }
1532
- export declare const TemplateFormat: {
1533
- readonly JSON: "JSON";
1534
- readonly YAML: "YAML";
1535
- };
1536
- export type TemplateFormat =
1537
- (typeof TemplateFormat)[keyof typeof TemplateFormat];
1538
1003
  export interface GetGeneratedTemplateInput {
1539
1004
  Format?: TemplateFormat | undefined;
1540
1005
  GeneratedTemplateName: string | undefined;
@@ -1543,17 +1008,36 @@ export interface GetGeneratedTemplateOutput {
1543
1008
  Status?: GeneratedTemplateStatus | undefined;
1544
1009
  TemplateBody?: string | undefined;
1545
1010
  }
1011
+ export interface GetHookResultInput {
1012
+ HookResultId?: string | undefined;
1013
+ }
1014
+ export interface HookTarget {
1015
+ TargetType: HookTargetType | undefined;
1016
+ TargetTypeName: string | undefined;
1017
+ TargetId: string | undefined;
1018
+ Action: HookTargetAction | undefined;
1019
+ }
1020
+ export interface GetHookResultOutput {
1021
+ HookResultId?: string | undefined;
1022
+ InvocationPoint?: HookInvocationPoint | undefined;
1023
+ FailureMode?: HookFailureMode | undefined;
1024
+ TypeName?: string | undefined;
1025
+ OriginalTypeName?: string | undefined;
1026
+ TypeVersionId?: string | undefined;
1027
+ TypeConfigurationVersionId?: string | undefined;
1028
+ TypeArn?: string | undefined;
1029
+ Status?: HookStatus | undefined;
1030
+ HookStatusReason?: string | undefined;
1031
+ InvokedAt?: Date | undefined;
1032
+ Target?: HookTarget | undefined;
1033
+ Annotations?: Annotation[] | undefined;
1034
+ }
1546
1035
  export interface GetStackPolicyInput {
1547
1036
  StackName: string | undefined;
1548
1037
  }
1549
1038
  export interface GetStackPolicyOutput {
1550
1039
  StackPolicyBody?: string | undefined;
1551
1040
  }
1552
- export declare const TemplateStage: {
1553
- readonly Original: "Original";
1554
- readonly Processed: "Processed";
1555
- };
1556
- export type TemplateStage = (typeof TemplateStage)[keyof typeof TemplateStage];
1557
1041
  export interface GetTemplateInput {
1558
1042
  StackName?: string | undefined;
1559
1043
  ChangeSetName?: string | undefined;
@@ -1617,14 +1101,6 @@ export interface ImportStacksToStackSetInput {
1617
1101
  export interface ImportStacksToStackSetOutput {
1618
1102
  OperationId?: string | undefined;
1619
1103
  }
1620
- export declare class StackNotFoundException extends __BaseException {
1621
- readonly name: "StackNotFoundException";
1622
- readonly $fault: "client";
1623
- Message?: string | undefined;
1624
- constructor(
1625
- opts: __ExceptionOptionType<StackNotFoundException, __BaseException>
1626
- );
1627
- }
1628
1104
  export interface ListChangeSetsInput {
1629
1105
  StackName: string | undefined;
1630
1106
  NextToken?: string | undefined;
@@ -1662,22 +1138,6 @@ export interface ListGeneratedTemplatesOutput {
1662
1138
  Summaries?: TemplateSummary[] | undefined;
1663
1139
  NextToken?: string | undefined;
1664
1140
  }
1665
- export declare class HookResultNotFoundException extends __BaseException {
1666
- readonly name: "HookResultNotFoundException";
1667
- readonly $fault: "client";
1668
- Message?: string | undefined;
1669
- constructor(
1670
- opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>
1671
- );
1672
- }
1673
- export declare const ListHookResultsTargetType: {
1674
- readonly CHANGE_SET: "CHANGE_SET";
1675
- readonly CLOUD_CONTROL: "CLOUD_CONTROL";
1676
- readonly RESOURCE: "RESOURCE";
1677
- readonly STACK: "STACK";
1678
- };
1679
- export type ListHookResultsTargetType =
1680
- (typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
1681
1141
  export interface ListHookResultsInput {
1682
1142
  TargetType?: ListHookResultsTargetType | undefined;
1683
1143
  TargetId?: string | undefined;
@@ -1733,17 +1193,6 @@ export interface ListResourceScanRelatedResourcesOutput {
1733
1193
  RelatedResources?: ScannedResource[] | undefined;
1734
1194
  NextToken?: string | undefined;
1735
1195
  }
1736
- export declare class ResourceScanInProgressException extends __BaseException {
1737
- readonly name: "ResourceScanInProgressException";
1738
- readonly $fault: "client";
1739
- Message?: string | undefined;
1740
- constructor(
1741
- opts: __ExceptionOptionType<
1742
- ResourceScanInProgressException,
1743
- __BaseException
1744
- >
1745
- );
1746
- }
1747
1196
  export interface ListResourceScanResourcesInput {
1748
1197
  ResourceScanId: string | undefined;
1749
1198
  ResourceIdentifier?: string | undefined;
@@ -1757,11 +1206,6 @@ export interface ListResourceScanResourcesOutput {
1757
1206
  Resources?: ScannedResource[] | undefined;
1758
1207
  NextToken?: string | undefined;
1759
1208
  }
1760
- export declare const ScanType: {
1761
- readonly FULL: "FULL";
1762
- readonly PARTIAL: "PARTIAL";
1763
- };
1764
- export type ScanType = (typeof ScanType)[keyof typeof ScanType];
1765
1209
  export interface ListResourceScansInput {
1766
1210
  NextToken?: string | undefined;
1767
1211
  MaxResults?: number | undefined;
@@ -1806,13 +1250,6 @@ export interface ListStackInstanceResourceDriftsOutput {
1806
1250
  Summaries?: StackInstanceResourceDriftsSummary[] | undefined;
1807
1251
  NextToken?: string | undefined;
1808
1252
  }
1809
- export declare const StackInstanceFilterName: {
1810
- readonly DETAILED_STATUS: "DETAILED_STATUS";
1811
- readonly DRIFT_STATUS: "DRIFT_STATUS";
1812
- readonly LAST_OPERATION_ID: "LAST_OPERATION_ID";
1813
- };
1814
- export type StackInstanceFilterName =
1815
- (typeof StackInstanceFilterName)[keyof typeof StackInstanceFilterName];
1816
1253
  export interface StackInstanceFilter {
1817
1254
  Name?: StackInstanceFilterName | undefined;
1818
1255
  Values?: string | undefined;
@@ -1848,24 +1285,6 @@ export interface ListStackRefactorActionsInput {
1848
1285
  NextToken?: string | undefined;
1849
1286
  MaxResults?: number | undefined;
1850
1287
  }
1851
- export declare const StackRefactorActionType: {
1852
- readonly CREATE: "CREATE";
1853
- readonly MOVE: "MOVE";
1854
- };
1855
- export type StackRefactorActionType =
1856
- (typeof StackRefactorActionType)[keyof typeof StackRefactorActionType];
1857
- export declare const StackRefactorDetection: {
1858
- readonly AUTO: "AUTO";
1859
- readonly MANUAL: "MANUAL";
1860
- };
1861
- export type StackRefactorDetection =
1862
- (typeof StackRefactorDetection)[keyof typeof StackRefactorDetection];
1863
- export declare const StackRefactorActionEntity: {
1864
- readonly RESOURCE: "RESOURCE";
1865
- readonly STACK: "STACK";
1866
- };
1867
- export type StackRefactorActionEntity =
1868
- (typeof StackRefactorActionEntity)[keyof typeof StackRefactorActionEntity];
1869
1288
  export interface StackRefactorAction {
1870
1289
  Action?: StackRefactorActionType | undefined;
1871
1290
  Entity?: StackRefactorActionEntity | undefined;
@@ -1941,6 +1360,7 @@ export interface StackSummary {
1941
1360
  ParentId?: string | undefined;
1942
1361
  RootId?: string | undefined;
1943
1362
  DriftInformation?: StackDriftInformationSummary | undefined;
1363
+ LastOperations?: OperationEntry[] | undefined;
1944
1364
  }
1945
1365
  export interface ListStacksOutput {
1946
1366
  StackSummaries?: StackSummary[] | undefined;
@@ -1960,11 +1380,6 @@ export interface ListStackSetAutoDeploymentTargetsOutput {
1960
1380
  Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
1961
1381
  NextToken?: string | undefined;
1962
1382
  }
1963
- export declare const OperationResultFilterName: {
1964
- readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
1965
- };
1966
- export type OperationResultFilterName =
1967
- (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
1968
1383
  export interface OperationResultFilter {
1969
1384
  Name?: OperationResultFilterName | undefined;
1970
1385
  Values?: string | undefined;
@@ -1977,15 +1392,6 @@ export interface ListStackSetOperationResultsInput {
1977
1392
  CallAs?: CallAs | undefined;
1978
1393
  Filters?: OperationResultFilter[] | undefined;
1979
1394
  }
1980
- export declare const StackSetOperationResultStatus: {
1981
- readonly CANCELLED: "CANCELLED";
1982
- readonly FAILED: "FAILED";
1983
- readonly PENDING: "PENDING";
1984
- readonly RUNNING: "RUNNING";
1985
- readonly SUCCEEDED: "SUCCEEDED";
1986
- };
1987
- export type StackSetOperationResultStatus =
1988
- (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
1989
1395
  export interface StackSetOperationResultSummary {
1990
1396
  Account?: string | undefined;
1991
1397
  Region?: string | undefined;
@@ -2018,3 +1424,286 @@ export interface ListStackSetOperationsOutput {
2018
1424
  Summaries?: StackSetOperationSummary[] | undefined;
2019
1425
  NextToken?: string | undefined;
2020
1426
  }
1427
+ export interface ListStackSetsInput {
1428
+ NextToken?: string | undefined;
1429
+ MaxResults?: number | undefined;
1430
+ Status?: StackSetStatus | undefined;
1431
+ CallAs?: CallAs | undefined;
1432
+ }
1433
+ export interface StackSetSummary {
1434
+ StackSetName?: string | undefined;
1435
+ StackSetId?: string | undefined;
1436
+ Description?: string | undefined;
1437
+ Status?: StackSetStatus | undefined;
1438
+ AutoDeployment?: AutoDeployment | undefined;
1439
+ PermissionModel?: PermissionModels | undefined;
1440
+ DriftStatus?: StackDriftStatus | undefined;
1441
+ LastDriftCheckTimestamp?: Date | undefined;
1442
+ ManagedExecution?: ManagedExecution | undefined;
1443
+ }
1444
+ export interface ListStackSetsOutput {
1445
+ Summaries?: StackSetSummary[] | undefined;
1446
+ NextToken?: string | undefined;
1447
+ }
1448
+ export interface ListTypeRegistrationsInput {
1449
+ Type?: RegistryType | undefined;
1450
+ TypeName?: string | undefined;
1451
+ TypeArn?: string | undefined;
1452
+ RegistrationStatusFilter?: RegistrationStatus | undefined;
1453
+ MaxResults?: number | undefined;
1454
+ NextToken?: string | undefined;
1455
+ }
1456
+ export interface ListTypeRegistrationsOutput {
1457
+ RegistrationTokenList?: string[] | undefined;
1458
+ NextToken?: string | undefined;
1459
+ }
1460
+ export interface TypeFilters {
1461
+ Category?: Category | undefined;
1462
+ PublisherId?: string | undefined;
1463
+ TypeNamePrefix?: string | undefined;
1464
+ }
1465
+ export interface ListTypesInput {
1466
+ Visibility?: Visibility | undefined;
1467
+ ProvisioningType?: ProvisioningType | undefined;
1468
+ DeprecatedStatus?: DeprecatedStatus | undefined;
1469
+ Type?: RegistryType | undefined;
1470
+ Filters?: TypeFilters | undefined;
1471
+ MaxResults?: number | undefined;
1472
+ NextToken?: string | undefined;
1473
+ }
1474
+ export interface TypeSummary {
1475
+ Type?: RegistryType | undefined;
1476
+ TypeName?: string | undefined;
1477
+ DefaultVersionId?: string | undefined;
1478
+ TypeArn?: string | undefined;
1479
+ LastUpdated?: Date | undefined;
1480
+ Description?: string | undefined;
1481
+ PublisherId?: string | undefined;
1482
+ OriginalTypeName?: string | undefined;
1483
+ PublicVersionNumber?: string | undefined;
1484
+ LatestPublicVersion?: string | undefined;
1485
+ PublisherIdentity?: IdentityProvider | undefined;
1486
+ PublisherName?: string | undefined;
1487
+ IsActivated?: boolean | undefined;
1488
+ }
1489
+ export interface ListTypesOutput {
1490
+ TypeSummaries?: TypeSummary[] | undefined;
1491
+ NextToken?: string | undefined;
1492
+ }
1493
+ export interface ListTypeVersionsInput {
1494
+ Type?: RegistryType | undefined;
1495
+ TypeName?: string | undefined;
1496
+ Arn?: string | undefined;
1497
+ MaxResults?: number | undefined;
1498
+ NextToken?: string | undefined;
1499
+ DeprecatedStatus?: DeprecatedStatus | undefined;
1500
+ PublisherId?: string | undefined;
1501
+ }
1502
+ export interface TypeVersionSummary {
1503
+ Type?: RegistryType | undefined;
1504
+ TypeName?: string | undefined;
1505
+ VersionId?: string | undefined;
1506
+ IsDefaultVersion?: boolean | undefined;
1507
+ Arn?: string | undefined;
1508
+ TimeCreated?: Date | undefined;
1509
+ Description?: string | undefined;
1510
+ PublicVersionNumber?: string | undefined;
1511
+ }
1512
+ export interface ListTypeVersionsOutput {
1513
+ TypeVersionSummaries?: TypeVersionSummary[] | undefined;
1514
+ NextToken?: string | undefined;
1515
+ }
1516
+ export interface PublishTypeInput {
1517
+ Type?: ThirdPartyType | undefined;
1518
+ Arn?: string | undefined;
1519
+ TypeName?: string | undefined;
1520
+ PublicVersionNumber?: string | undefined;
1521
+ }
1522
+ export interface PublishTypeOutput {
1523
+ PublicTypeArn?: string | undefined;
1524
+ }
1525
+ export interface RecordHandlerProgressInput {
1526
+ BearerToken: string | undefined;
1527
+ OperationStatus: OperationStatus | undefined;
1528
+ CurrentOperationStatus?: OperationStatus | undefined;
1529
+ StatusMessage?: string | undefined;
1530
+ ErrorCode?: HandlerErrorCode | undefined;
1531
+ ResourceModel?: string | undefined;
1532
+ ClientRequestToken?: string | undefined;
1533
+ }
1534
+ export interface RecordHandlerProgressOutput {}
1535
+ export interface RegisterPublisherInput {
1536
+ AcceptTermsAndConditions?: boolean | undefined;
1537
+ ConnectionArn?: string | undefined;
1538
+ }
1539
+ export interface RegisterPublisherOutput {
1540
+ PublisherId?: string | undefined;
1541
+ }
1542
+ export interface RegisterTypeInput {
1543
+ Type?: RegistryType | undefined;
1544
+ TypeName: string | undefined;
1545
+ SchemaHandlerPackage: string | undefined;
1546
+ LoggingConfig?: LoggingConfig | undefined;
1547
+ ExecutionRoleArn?: string | undefined;
1548
+ ClientRequestToken?: string | undefined;
1549
+ }
1550
+ export interface RegisterTypeOutput {
1551
+ RegistrationToken?: string | undefined;
1552
+ }
1553
+ export interface RollbackStackInput {
1554
+ StackName: string | undefined;
1555
+ RoleARN?: string | undefined;
1556
+ ClientRequestToken?: string | undefined;
1557
+ RetainExceptOnCreate?: boolean | undefined;
1558
+ }
1559
+ export interface RollbackStackOutput {
1560
+ StackId?: string | undefined;
1561
+ OperationId?: string | undefined;
1562
+ }
1563
+ export interface SetStackPolicyInput {
1564
+ StackName: string | undefined;
1565
+ StackPolicyBody?: string | undefined;
1566
+ StackPolicyURL?: string | undefined;
1567
+ }
1568
+ export interface SetTypeConfigurationInput {
1569
+ TypeArn?: string | undefined;
1570
+ Configuration: string | undefined;
1571
+ ConfigurationAlias?: string | undefined;
1572
+ TypeName?: string | undefined;
1573
+ Type?: ThirdPartyType | undefined;
1574
+ }
1575
+ export interface SetTypeConfigurationOutput {
1576
+ ConfigurationArn?: string | undefined;
1577
+ }
1578
+ export interface SetTypeDefaultVersionInput {
1579
+ Arn?: string | undefined;
1580
+ Type?: RegistryType | undefined;
1581
+ TypeName?: string | undefined;
1582
+ VersionId?: string | undefined;
1583
+ }
1584
+ export interface SetTypeDefaultVersionOutput {}
1585
+ export interface SignalResourceInput {
1586
+ StackName: string | undefined;
1587
+ LogicalResourceId: string | undefined;
1588
+ UniqueId: string | undefined;
1589
+ Status: ResourceSignalStatus | undefined;
1590
+ }
1591
+ export interface StartResourceScanInput {
1592
+ ClientRequestToken?: string | undefined;
1593
+ ScanFilters?: ScanFilter[] | undefined;
1594
+ }
1595
+ export interface StartResourceScanOutput {
1596
+ ResourceScanId?: string | undefined;
1597
+ }
1598
+ export interface StopStackSetOperationInput {
1599
+ StackSetName: string | undefined;
1600
+ OperationId: string | undefined;
1601
+ CallAs?: CallAs | undefined;
1602
+ }
1603
+ export interface StopStackSetOperationOutput {}
1604
+ export interface TestTypeInput {
1605
+ Arn?: string | undefined;
1606
+ Type?: ThirdPartyType | undefined;
1607
+ TypeName?: string | undefined;
1608
+ VersionId?: string | undefined;
1609
+ LogDeliveryBucket?: string | undefined;
1610
+ }
1611
+ export interface TestTypeOutput {
1612
+ TypeVersionArn?: string | undefined;
1613
+ }
1614
+ export interface UpdateGeneratedTemplateInput {
1615
+ GeneratedTemplateName: string | undefined;
1616
+ NewGeneratedTemplateName?: string | undefined;
1617
+ AddResources?: ResourceDefinition[] | undefined;
1618
+ RemoveResources?: string[] | undefined;
1619
+ RefreshAllResources?: boolean | undefined;
1620
+ TemplateConfiguration?: TemplateConfiguration | undefined;
1621
+ }
1622
+ export interface UpdateGeneratedTemplateOutput {
1623
+ GeneratedTemplateId?: string | undefined;
1624
+ }
1625
+ export interface UpdateStackInput {
1626
+ StackName: string | undefined;
1627
+ TemplateBody?: string | undefined;
1628
+ TemplateURL?: string | undefined;
1629
+ UsePreviousTemplate?: boolean | undefined;
1630
+ StackPolicyDuringUpdateBody?: string | undefined;
1631
+ StackPolicyDuringUpdateURL?: string | undefined;
1632
+ Parameters?: Parameter[] | undefined;
1633
+ Capabilities?: Capability[] | undefined;
1634
+ ResourceTypes?: string[] | undefined;
1635
+ RoleARN?: string | undefined;
1636
+ RollbackConfiguration?: RollbackConfiguration | undefined;
1637
+ StackPolicyBody?: string | undefined;
1638
+ StackPolicyURL?: string | undefined;
1639
+ NotificationARNs?: string[] | undefined;
1640
+ Tags?: Tag[] | undefined;
1641
+ DisableRollback?: boolean | undefined;
1642
+ ClientRequestToken?: string | undefined;
1643
+ RetainExceptOnCreate?: boolean | undefined;
1644
+ }
1645
+ export interface UpdateStackOutput {
1646
+ StackId?: string | undefined;
1647
+ OperationId?: string | undefined;
1648
+ }
1649
+ export interface UpdateStackInstancesInput {
1650
+ StackSetName: string | undefined;
1651
+ Accounts?: string[] | undefined;
1652
+ DeploymentTargets?: DeploymentTargets | undefined;
1653
+ Regions: string[] | undefined;
1654
+ ParameterOverrides?: Parameter[] | undefined;
1655
+ OperationPreferences?: StackSetOperationPreferences | undefined;
1656
+ OperationId?: string | undefined;
1657
+ CallAs?: CallAs | undefined;
1658
+ }
1659
+ export interface UpdateStackInstancesOutput {
1660
+ OperationId?: string | undefined;
1661
+ }
1662
+ export interface UpdateStackSetInput {
1663
+ StackSetName: string | undefined;
1664
+ Description?: string | undefined;
1665
+ TemplateBody?: string | undefined;
1666
+ TemplateURL?: string | undefined;
1667
+ UsePreviousTemplate?: boolean | undefined;
1668
+ Parameters?: Parameter[] | undefined;
1669
+ Capabilities?: Capability[] | undefined;
1670
+ Tags?: Tag[] | undefined;
1671
+ OperationPreferences?: StackSetOperationPreferences | undefined;
1672
+ AdministrationRoleARN?: string | undefined;
1673
+ ExecutionRoleName?: string | undefined;
1674
+ DeploymentTargets?: DeploymentTargets | undefined;
1675
+ PermissionModel?: PermissionModels | undefined;
1676
+ AutoDeployment?: AutoDeployment | undefined;
1677
+ OperationId?: string | undefined;
1678
+ Accounts?: string[] | undefined;
1679
+ Regions?: string[] | undefined;
1680
+ CallAs?: CallAs | undefined;
1681
+ ManagedExecution?: ManagedExecution | undefined;
1682
+ }
1683
+ export interface UpdateStackSetOutput {
1684
+ OperationId?: string | undefined;
1685
+ }
1686
+ export interface UpdateTerminationProtectionInput {
1687
+ EnableTerminationProtection: boolean | undefined;
1688
+ StackName: string | undefined;
1689
+ }
1690
+ export interface UpdateTerminationProtectionOutput {
1691
+ StackId?: string | undefined;
1692
+ }
1693
+ export interface ValidateTemplateInput {
1694
+ TemplateBody?: string | undefined;
1695
+ TemplateURL?: string | undefined;
1696
+ }
1697
+ export interface TemplateParameter {
1698
+ ParameterKey?: string | undefined;
1699
+ DefaultValue?: string | undefined;
1700
+ NoEcho?: boolean | undefined;
1701
+ Description?: string | undefined;
1702
+ }
1703
+ export interface ValidateTemplateOutput {
1704
+ Parameters?: TemplateParameter[] | undefined;
1705
+ Description?: string | undefined;
1706
+ Capabilities?: Capability[] | undefined;
1707
+ CapabilitiesReason?: string | undefined;
1708
+ DeclaredTransforms?: string[] | undefined;
1709
+ }