@cdk8s/awscdk-resolver 0.0.65 → 0.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +11 -9
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +15 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +5 -13
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +14 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +11 -9
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +3 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +6 -7
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +9 -12
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -3
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +3 -4
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +5 -4
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +3 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +3 -4
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +6 -4
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +4 -5
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -4
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +9 -8
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -3
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -3
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +7 -6
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +6 -6
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +4 -4
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +10 -6
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +6 -6
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -3
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -3
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +12 -8
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +9 -3
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -2
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -9
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1083 -1066
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +201 -149
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +9 -11
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/package.json +17 -17
  62. package/node_modules/@aws-sdk/client-sso/package.json +15 -15
  63. package/node_modules/@aws-sdk/client-sso-oidc/package.json +17 -17
  64. package/node_modules/@aws-sdk/client-sts/package.json +16 -16
  65. package/node_modules/@aws-sdk/core/CHANGELOG.md +8 -0
  66. package/node_modules/@aws-sdk/core/package.json +3 -3
  67. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +5 -5
  70. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  71. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  72. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  73. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  74. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  75. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  76. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  77. package/package.json +6 -6
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormation.js +0 -1
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormationClient.js +0 -1
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +0 -1
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js +0 -1
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -1
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js +0 -1
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ContinueUpdateRollbackCommand.js +0 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js +0 -1
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +0 -1
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackCommand.js +0 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js +0 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js +0 -1
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +0 -1
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js +0 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js +0 -1
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +0 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackCommand.js +0 -1
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js +0 -1
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js +0 -1
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js +0 -1
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -1
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetCommand.js +0 -1
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetHooksCommand.js +0 -1
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +0 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +0 -1
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribePublisherCommand.js +0 -1
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +0 -1
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -1
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackEventsCommand.js +0 -1
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackInstanceCommand.js +0 -1
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceCommand.js +0 -1
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +0 -1
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourcesCommand.js +0 -1
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetCommand.js +0 -1
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetOperationCommand.js +0 -1
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStacksCommand.js +0 -1
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeCommand.js +0 -1
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeRegistrationCommand.js +0 -1
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackDriftCommand.js +0 -1
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackResourceDriftCommand.js +0 -1
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackSetDriftCommand.js +0 -1
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/EstimateTemplateCostCommand.js +0 -1
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ExecuteChangeSetCommand.js +0 -1
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +0 -1
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetStackPolicyCommand.js +0 -1
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateCommand.js +0 -1
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateSummaryCommand.js +0 -1
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ImportStacksToStackSetCommand.js +0 -1
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListChangeSetsCommand.js +0 -1
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListExportsCommand.js +0 -1
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +0 -1
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListImportsCommand.js +0 -1
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +0 -1
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +0 -1
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +0 -1
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +0 -1
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstancesCommand.js +0 -1
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackResourcesCommand.js +0 -1
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationResultsCommand.js +0 -1
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationsCommand.js +0 -1
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetsCommand.js +0 -1
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStacksCommand.js +0 -1
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeRegistrationsCommand.js +0 -1
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeVersionsCommand.js +0 -1
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypesCommand.js +0 -1
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/PublishTypeCommand.js +0 -1
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RecordHandlerProgressCommand.js +0 -1
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterPublisherCommand.js +0 -1
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterTypeCommand.js +0 -1
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RollbackStackCommand.js +0 -1
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetStackPolicyCommand.js +0 -1
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeConfigurationCommand.js +0 -1
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeDefaultVersionCommand.js +0 -1
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SignalResourceCommand.js +0 -1
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +0 -1
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StopStackSetOperationCommand.js +0 -1
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/TestTypeCommand.js +0 -1
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +0 -1
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackCommand.js +0 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackInstancesCommand.js +0 -1
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackSetCommand.js +0 -1
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateTerminationProtectionCommand.js +0 -1
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ValidateTemplateCommand.js +0 -1
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/index.js +0 -1
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/EndpointParameters.js +0 -1
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/extensionConfiguration.js +0 -1
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +0 -1
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/index.js +0 -1
  167. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +0 -1
  168. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +0 -1
  169. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +0 -1
  170. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackEventsPaginator.js +0 -1
  171. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -1
  172. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStacksPaginator.js +0 -1
  173. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/Interfaces.js +0 -1
  174. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListChangeSetsPaginator.js +0 -1
  175. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListExportsPaginator.js +0 -1
  176. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +0 -1
  177. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListImportsPaginator.js +0 -1
  178. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +0 -1
  179. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +0 -1
  180. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +0 -1
  181. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackInstancesPaginator.js +0 -1
  182. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackResourcesPaginator.js +0 -1
  183. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -1
  184. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationsPaginator.js +0 -1
  185. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetsPaginator.js +0 -1
  186. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStacksPaginator.js +0 -1
  187. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +0 -1
  188. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeVersionsPaginator.js +0 -1
  189. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypesPaginator.js +0 -1
  190. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/index.js +0 -1
  191. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +0 -1
  192. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeExtensions.js +0 -1
  193. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/index.js +0 -1
  194. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForChangeSetCreateComplete.js +0 -1
  195. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackCreateComplete.js +0 -1
  196. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackDeleteComplete.js +0 -1
  197. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackExists.js +0 -1
  198. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackImportComplete.js +0 -1
  199. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackRollbackComplete.js +0 -1
  200. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackUpdateComplete.js +0 -1
  201. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForTypeRegistrationComplete.js +0 -1
  202. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -1
  203. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -1
  204. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  205. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -1
  206. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -1
  207. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -1
  208. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -1
  209. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -1
  210. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +0 -1
  211. package/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +0 -1
  212. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +0 -1
  213. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -1
  214. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -1
  215. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -1
  216. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -1
  217. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -1
  218. package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -1
  219. package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -1
  220. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +0 -1
  221. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -1
  222. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -1
  223. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  224. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -1
  225. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenWithIAMCommand.js +0 -1
  226. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -1
  227. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -1
  228. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -1
  229. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -1
  230. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/extensionConfiguration.js +0 -1
  231. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -1
  232. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +0 -1
  233. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -1
  234. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -1
  235. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeExtensions.js +0 -1
  236. package/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -1
  237. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -1
  238. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -1
  239. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -1
  240. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -1
  241. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -1
  242. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -1
  243. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -1
  244. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -1
  245. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -1
  246. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -1
  247. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -1
  248. package/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +0 -1
  249. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +0 -1
  250. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -1
  251. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -1
  252. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1
@@ -907,6 +907,12 @@ export interface DescribeStackEventsInput {
907
907
  StackName?: string;
908
908
  NextToken?: string;
909
909
  }
910
+ export declare const DetailedStatus: {
911
+ readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
912
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
913
+ };
914
+ export type DetailedStatus =
915
+ (typeof DetailedStatus)[keyof typeof DetailedStatus];
910
916
  export declare const HookStatus: {
911
917
  readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
912
918
  readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
@@ -957,6 +963,7 @@ export interface StackEvent {
957
963
  HookStatusReason?: string;
958
964
  HookInvocationPoint?: HookInvocationPoint;
959
965
  HookFailureMode?: HookFailureMode;
966
+ DetailedStatus?: DetailedStatus;
960
967
  }
961
968
  export interface DescribeStackEventsOutput {
962
969
  StackEvents?: StackEvent[];
@@ -971,6 +978,7 @@ export interface DescribeStackInstanceInput {
971
978
  export declare const StackInstanceDetailedStatus: {
972
979
  readonly CANCELLED: "CANCELLED";
973
980
  readonly FAILED: "FAILED";
981
+ readonly FAILED_IMPORT: "FAILED_IMPORT";
974
982
  readonly INOPERABLE: "INOPERABLE";
975
983
  readonly PENDING: "PENDING";
976
984
  readonly RUNNING: "RUNNING";
@@ -1172,6 +1180,7 @@ export interface Stack {
1172
1180
  RootId?: string;
1173
1181
  DriftInformation?: StackDriftInformation;
1174
1182
  RetainExceptOnCreate?: boolean;
1183
+ DetailedStatus?: DetailedStatus;
1175
1184
  }
1176
1185
  export interface DescribeStacksOutput {
1177
1186
  Stacks?: Stack[];
@@ -1992,14 +2001,3 @@ export interface SignalResourceInput {
1992
2001
  UniqueId: string | undefined;
1993
2002
  Status: ResourceSignalStatus | undefined;
1994
2003
  }
1995
- export declare class ResourceScanLimitExceededException extends __BaseException {
1996
- readonly name: "ResourceScanLimitExceededException";
1997
- readonly $fault: "client";
1998
- Message?: string;
1999
- constructor(
2000
- opts: __ExceptionOptionType<
2001
- ResourceScanLimitExceededException,
2002
- __BaseException
2003
- >
2004
- );
2005
- }
@@ -1,3 +1,5 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
1
3
  import {
2
4
  AutoDeployment,
3
5
  CallAs,
@@ -13,6 +15,17 @@ import {
13
15
  TemplateConfiguration,
14
16
  ThirdPartyType,
15
17
  } from "./models_0";
18
+ export declare class ResourceScanLimitExceededException extends __BaseException {
19
+ readonly name: "ResourceScanLimitExceededException";
20
+ readonly $fault: "client";
21
+ Message?: string;
22
+ constructor(
23
+ opts: __ExceptionOptionType<
24
+ ResourceScanLimitExceededException,
25
+ __BaseException
26
+ >
27
+ );
28
+ }
16
29
  export interface StartResourceScanInput {
17
30
  ClientRequestToken?: string;
18
31
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.526.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.523.0",
24
- "@aws-sdk/core": "3.523.0",
25
- "@aws-sdk/credential-provider-node": "3.523.0",
23
+ "@aws-sdk/client-sts": "3.525.0",
24
+ "@aws-sdk/core": "3.525.0",
25
+ "@aws-sdk/credential-provider-node": "3.525.0",
26
26
  "@aws-sdk/middleware-host-header": "3.523.0",
27
27
  "@aws-sdk/middleware-logger": "3.523.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
29
+ "@aws-sdk/middleware-user-agent": "3.525.0",
30
+ "@aws-sdk/region-config-resolver": "3.525.0",
31
31
  "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.523.0",
32
+ "@aws-sdk/util-endpoints": "3.525.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
34
+ "@aws-sdk/util-user-agent-node": "3.525.0",
35
+ "@smithy/config-resolver": "^2.1.4",
36
+ "@smithy/core": "^1.3.5",
37
37
  "@smithy/fetch-http-handler": "^2.4.3",
38
38
  "@smithy/hash-node": "^2.1.3",
39
39
  "@smithy/invalid-dependency": "^2.1.3",
40
40
  "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.3",
42
- "@smithy/middleware-retry": "^2.1.3",
41
+ "@smithy/middleware-endpoint": "^2.4.4",
42
+ "@smithy/middleware-retry": "^2.1.4",
43
43
  "@smithy/middleware-serde": "^2.1.3",
44
44
  "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.3",
45
+ "@smithy/node-config-provider": "^2.2.4",
46
46
  "@smithy/node-http-handler": "^2.4.1",
47
47
  "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.1",
48
+ "@smithy/smithy-client": "^2.4.2",
49
49
  "@smithy/types": "^2.10.1",
50
50
  "@smithy/url-parser": "^2.1.3",
51
51
  "@smithy/util-base64": "^2.1.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
53
  "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
55
+ "@smithy/util-defaults-mode-node": "^2.2.3",
56
+ "@smithy/util-endpoints": "^1.1.4",
57
57
  "@smithy/util-middleware": "^2.1.3",
58
58
  "@smithy/util-retry": "^2.1.3",
59
59
  "@smithy/util-utf8": "^2.1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.523.0",
23
+ "@aws-sdk/core": "3.525.0",
24
24
  "@aws-sdk/middleware-host-header": "3.523.0",
25
25
  "@aws-sdk/middleware-logger": "3.523.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
27
- "@aws-sdk/middleware-user-agent": "3.523.0",
28
- "@aws-sdk/region-config-resolver": "3.523.0",
27
+ "@aws-sdk/middleware-user-agent": "3.525.0",
28
+ "@aws-sdk/region-config-resolver": "3.525.0",
29
29
  "@aws-sdk/types": "3.523.0",
30
- "@aws-sdk/util-endpoints": "3.523.0",
30
+ "@aws-sdk/util-endpoints": "3.525.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.523.0",
32
- "@aws-sdk/util-user-agent-node": "3.523.0",
33
- "@smithy/config-resolver": "^2.1.3",
34
- "@smithy/core": "^1.3.4",
32
+ "@aws-sdk/util-user-agent-node": "3.525.0",
33
+ "@smithy/config-resolver": "^2.1.4",
34
+ "@smithy/core": "^1.3.5",
35
35
  "@smithy/fetch-http-handler": "^2.4.3",
36
36
  "@smithy/hash-node": "^2.1.3",
37
37
  "@smithy/invalid-dependency": "^2.1.3",
38
38
  "@smithy/middleware-content-length": "^2.1.3",
39
- "@smithy/middleware-endpoint": "^2.4.3",
40
- "@smithy/middleware-retry": "^2.1.3",
39
+ "@smithy/middleware-endpoint": "^2.4.4",
40
+ "@smithy/middleware-retry": "^2.1.4",
41
41
  "@smithy/middleware-serde": "^2.1.3",
42
42
  "@smithy/middleware-stack": "^2.1.3",
43
- "@smithy/node-config-provider": "^2.2.3",
43
+ "@smithy/node-config-provider": "^2.2.4",
44
44
  "@smithy/node-http-handler": "^2.4.1",
45
45
  "@smithy/protocol-http": "^3.2.1",
46
- "@smithy/smithy-client": "^2.4.1",
46
+ "@smithy/smithy-client": "^2.4.2",
47
47
  "@smithy/types": "^2.10.1",
48
48
  "@smithy/url-parser": "^2.1.3",
49
49
  "@smithy/util-base64": "^2.1.1",
50
50
  "@smithy/util-body-length-browser": "^2.1.1",
51
51
  "@smithy/util-body-length-node": "^2.2.1",
52
- "@smithy/util-defaults-mode-browser": "^2.1.3",
53
- "@smithy/util-defaults-mode-node": "^2.2.2",
54
- "@smithy/util-endpoints": "^1.1.3",
52
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
53
+ "@smithy/util-defaults-mode-node": "^2.2.3",
54
+ "@smithy/util-endpoints": "^1.1.4",
55
55
  "@smithy/util-middleware": "^2.1.3",
56
56
  "@smithy/util-retry": "^2.1.3",
57
57
  "@smithy/util-utf8": "^2.1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.523.0",
24
- "@aws-sdk/core": "3.523.0",
23
+ "@aws-sdk/client-sts": "3.525.0",
24
+ "@aws-sdk/core": "3.525.0",
25
25
  "@aws-sdk/middleware-host-header": "3.523.0",
26
26
  "@aws-sdk/middleware-logger": "3.523.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
28
- "@aws-sdk/middleware-user-agent": "3.523.0",
29
- "@aws-sdk/region-config-resolver": "3.523.0",
28
+ "@aws-sdk/middleware-user-agent": "3.525.0",
29
+ "@aws-sdk/region-config-resolver": "3.525.0",
30
30
  "@aws-sdk/types": "3.523.0",
31
- "@aws-sdk/util-endpoints": "3.523.0",
31
+ "@aws-sdk/util-endpoints": "3.525.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.523.0",
33
- "@aws-sdk/util-user-agent-node": "3.523.0",
34
- "@smithy/config-resolver": "^2.1.3",
35
- "@smithy/core": "^1.3.4",
33
+ "@aws-sdk/util-user-agent-node": "3.525.0",
34
+ "@smithy/config-resolver": "^2.1.4",
35
+ "@smithy/core": "^1.3.5",
36
36
  "@smithy/fetch-http-handler": "^2.4.3",
37
37
  "@smithy/hash-node": "^2.1.3",
38
38
  "@smithy/invalid-dependency": "^2.1.3",
39
39
  "@smithy/middleware-content-length": "^2.1.3",
40
- "@smithy/middleware-endpoint": "^2.4.3",
41
- "@smithy/middleware-retry": "^2.1.3",
40
+ "@smithy/middleware-endpoint": "^2.4.4",
41
+ "@smithy/middleware-retry": "^2.1.4",
42
42
  "@smithy/middleware-serde": "^2.1.3",
43
43
  "@smithy/middleware-stack": "^2.1.3",
44
- "@smithy/node-config-provider": "^2.2.3",
44
+ "@smithy/node-config-provider": "^2.2.4",
45
45
  "@smithy/node-http-handler": "^2.4.1",
46
46
  "@smithy/protocol-http": "^3.2.1",
47
- "@smithy/smithy-client": "^2.4.1",
47
+ "@smithy/smithy-client": "^2.4.2",
48
48
  "@smithy/types": "^2.10.1",
49
49
  "@smithy/url-parser": "^2.1.3",
50
50
  "@smithy/util-base64": "^2.1.1",
51
51
  "@smithy/util-body-length-browser": "^2.1.1",
52
52
  "@smithy/util-body-length-node": "^2.2.1",
53
- "@smithy/util-defaults-mode-browser": "^2.1.3",
54
- "@smithy/util-defaults-mode-node": "^2.2.2",
55
- "@smithy/util-endpoints": "^1.1.3",
53
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
54
+ "@smithy/util-defaults-mode-node": "^2.2.3",
55
+ "@smithy/util-endpoints": "^1.1.4",
56
56
  "@smithy/util-middleware": "^2.1.3",
57
57
  "@smithy/util-retry": "^2.1.3",
58
58
  "@smithy/util-utf8": "^2.1.1",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "license": "Apache-2.0",
88
88
  "peerDependencies": {
89
- "@aws-sdk/credential-provider-node": "^3.523.0"
89
+ "@aws-sdk/credential-provider-node": "^3.525.0"
90
90
  },
91
91
  "browser": {
92
92
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -22,38 +22,38 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/core": "3.523.0",
25
+ "@aws-sdk/core": "3.525.0",
26
26
  "@aws-sdk/middleware-host-header": "3.523.0",
27
27
  "@aws-sdk/middleware-logger": "3.523.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
29
+ "@aws-sdk/middleware-user-agent": "3.525.0",
30
+ "@aws-sdk/region-config-resolver": "3.525.0",
31
31
  "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.523.0",
32
+ "@aws-sdk/util-endpoints": "3.525.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
34
+ "@aws-sdk/util-user-agent-node": "3.525.0",
35
+ "@smithy/config-resolver": "^2.1.4",
36
+ "@smithy/core": "^1.3.5",
37
37
  "@smithy/fetch-http-handler": "^2.4.3",
38
38
  "@smithy/hash-node": "^2.1.3",
39
39
  "@smithy/invalid-dependency": "^2.1.3",
40
40
  "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.3",
42
- "@smithy/middleware-retry": "^2.1.3",
41
+ "@smithy/middleware-endpoint": "^2.4.4",
42
+ "@smithy/middleware-retry": "^2.1.4",
43
43
  "@smithy/middleware-serde": "^2.1.3",
44
44
  "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.3",
45
+ "@smithy/node-config-provider": "^2.2.4",
46
46
  "@smithy/node-http-handler": "^2.4.1",
47
47
  "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.1",
48
+ "@smithy/smithy-client": "^2.4.2",
49
49
  "@smithy/types": "^2.10.1",
50
50
  "@smithy/url-parser": "^2.1.3",
51
51
  "@smithy/util-base64": "^2.1.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
53
  "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
55
+ "@smithy/util-defaults-mode-node": "^2.2.3",
56
+ "@smithy/util-endpoints": "^1.1.4",
57
57
  "@smithy/util-middleware": "^2.1.3",
58
58
  "@smithy/util-retry": "^2.1.3",
59
59
  "@smithy/util-utf8": "^2.1.1",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "license": "Apache-2.0",
90
90
  "peerDependencies": {
91
- "@aws-sdk/credential-provider-node": "^3.523.0"
91
+ "@aws-sdk/credential-provider-node": "^3.525.0"
92
92
  },
93
93
  "browser": {
94
94
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/core
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.523.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.522.0...v3.523.0) (2024-02-27)
7
15
 
8
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@smithy/core": "^1.3.4",
28
+ "@smithy/core": "^1.3.5",
29
29
  "@smithy/protocol-http": "^3.2.1",
30
30
  "@smithy/signature-v4": "^2.1.3",
31
- "@smithy/smithy-client": "^2.4.1",
31
+ "@smithy/smithy-client": "^2.4.2",
32
32
  "@smithy/types": "^2.10.1",
33
33
  "tslib": "^2.5.0"
34
34
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,7 +31,7 @@
31
31
  "@smithy/node-http-handler": "^2.4.1",
32
32
  "@smithy/property-provider": "^2.1.3",
33
33
  "@smithy/protocol-http": "^3.2.1",
34
- "@smithy/smithy-client": "^2.4.1",
34
+ "@smithy/smithy-client": "^2.4.2",
35
35
  "@smithy/types": "^2.10.1",
36
36
  "@smithy/util-stream": "^2.1.3",
37
37
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sts": "3.523.0",
27
+ "@aws-sdk/client-sts": "3.525.0",
28
28
  "@aws-sdk/credential-provider-env": "3.523.0",
29
29
  "@aws-sdk/credential-provider-process": "3.523.0",
30
- "@aws-sdk/credential-provider-sso": "3.523.0",
31
- "@aws-sdk/credential-provider-web-identity": "3.523.0",
30
+ "@aws-sdk/credential-provider-sso": "3.525.0",
31
+ "@aws-sdk/credential-provider-web-identity": "3.525.0",
32
32
  "@aws-sdk/types": "3.523.0",
33
33
  "@smithy/credential-provider-imds": "^2.2.3",
34
34
  "@smithy/property-provider": "^2.1.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -29,11 +29,11 @@
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
31
  "@aws-sdk/credential-provider-env": "3.523.0",
32
- "@aws-sdk/credential-provider-http": "3.523.0",
33
- "@aws-sdk/credential-provider-ini": "3.523.0",
32
+ "@aws-sdk/credential-provider-http": "3.525.0",
33
+ "@aws-sdk/credential-provider-ini": "3.525.0",
34
34
  "@aws-sdk/credential-provider-process": "3.523.0",
35
- "@aws-sdk/credential-provider-sso": "3.523.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.523.0",
35
+ "@aws-sdk/credential-provider-sso": "3.525.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.525.0",
37
37
  "@aws-sdk/types": "3.523.0",
38
38
  "@smithy/credential-provider-imds": "^2.2.3",
39
39
  "@smithy/property-provider": "^2.1.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.523.0",
28
- "@aws-sdk/token-providers": "3.523.0",
27
+ "@aws-sdk/client-sso": "3.525.0",
28
+ "@aws-sdk/token-providers": "3.525.0",
29
29
  "@aws-sdk/types": "3.523.0",
30
30
  "@smithy/property-provider": "^2.1.3",
31
31
  "@smithy/shared-ini-file-loader": "^2.3.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/client-sts": "3.523.0",
35
+ "@aws-sdk/client-sts": "3.525.0",
36
36
  "@aws-sdk/types": "3.523.0",
37
37
  "@smithy/property-provider": "^2.1.3",
38
38
  "@smithy/types": "^2.10.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@aws-sdk/types": "3.523.0",
26
- "@aws-sdk/util-endpoints": "3.523.0",
26
+ "@aws-sdk/util-endpoints": "3.525.0",
27
27
  "@smithy/protocol-http": "^3.2.1",
28
28
  "@smithy/types": "^2.10.1",
29
29
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
24
  "@aws-sdk/types": "3.523.0",
25
- "@smithy/node-config-provider": "^2.2.3",
25
+ "@smithy/node-config-provider": "^2.2.4",
26
26
  "@smithy/types": "^2.10.1",
27
27
  "@smithy/util-config-provider": "^2.2.1",
28
28
  "@smithy/util-middleware": "^2.1.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso-oidc": "3.523.0",
29
+ "@aws-sdk/client-sso-oidc": "3.525.0",
30
30
  "@aws-sdk/types": "3.523.0",
31
31
  "@smithy/property-provider": "^2.1.3",
32
32
  "@smithy/shared-ini-file-loader": "^2.3.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@aws-sdk/types": "3.523.0",
26
26
  "@smithy/types": "^2.10.1",
27
- "@smithy/util-endpoints": "^1.1.3",
27
+ "@smithy/util-endpoints": "^1.1.4",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.523.0",
3
+ "version": "3.525.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@aws-sdk/types": "3.523.0",
24
- "@smithy/node-config-provider": "^2.2.3",
24
+ "@smithy/node-config-provider": "^2.2.4",
25
25
  "@smithy/types": "^2.10.1",
26
26
  "tslib": "^2.5.0"
27
27
  },
package/package.json CHANGED
@@ -42,16 +42,16 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.495",
45
+ "@cdk8s/projen-common": "0.0.497",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "^16",
49
49
  "@typescript-eslint/eslint-plugin": "^6",
50
50
  "@typescript-eslint/parser": "^6",
51
- "aws-cdk": "^2.130.0",
51
+ "aws-cdk": "^2.131.0",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.4",
54
- "cdk8s-cli": "^2.198.59",
54
+ "cdk8s-cli": "^2.198.64",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-typescript": "^3.6.1",
@@ -62,9 +62,9 @@
62
62
  "jsii": "^5",
63
63
  "jsii-diff": "^1.94.0",
64
64
  "jsii-docgen": "^9.2.2",
65
- "jsii-pacmak": "^1.94.0",
65
+ "jsii-pacmak": "^1.95.0",
66
66
  "jsii-rosetta": "^5",
67
- "projen": "^0.80.3",
67
+ "projen": "^0.80.6",
68
68
  "standard-version": "^9",
69
69
  "ts-jest": "^27",
70
70
  "ts-node": "^10.9.2",
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.65",
95
+ "version": "0.0.67",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");