@cdk8s/awscdk-resolver 0.0.1 → 0.0.3

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 (449) hide show
  1. package/.jsii +69 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +7 -7
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormationClient.js +4 -2
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +5 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js +5 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js +5 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ContinueUpdateRollbackCommand.js +5 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js +5 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackCommand.js +5 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js +5 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js +5 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +5 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js +5 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js +5 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackCommand.js +5 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js +5 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js +5 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js +5 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetCommand.js +5 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetHooksCommand.js +5 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +5 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribePublisherCommand.js +5 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackEventsCommand.js +5 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackInstanceCommand.js +5 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceCommand.js +5 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +5 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourcesCommand.js +5 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetCommand.js +5 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetOperationCommand.js +5 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStacksCommand.js +5 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeCommand.js +5 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeRegistrationCommand.js +5 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackDriftCommand.js +5 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackResourceDriftCommand.js +5 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackSetDriftCommand.js +5 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/EstimateTemplateCostCommand.js +5 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ExecuteChangeSetCommand.js +5 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetStackPolicyCommand.js +5 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateCommand.js +5 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateSummaryCommand.js +5 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ImportStacksToStackSetCommand.js +5 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListChangeSetsCommand.js +5 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListExportsCommand.js +5 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListImportsCommand.js +5 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstancesCommand.js +5 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackResourcesCommand.js +5 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationResultsCommand.js +5 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationsCommand.js +5 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetsCommand.js +5 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStacksCommand.js +5 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeRegistrationsCommand.js +5 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeVersionsCommand.js +5 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypesCommand.js +5 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/PublishTypeCommand.js +5 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RecordHandlerProgressCommand.js +5 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterPublisherCommand.js +5 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterTypeCommand.js +5 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RollbackStackCommand.js +5 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetStackPolicyCommand.js +5 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeConfigurationCommand.js +5 -0
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeDefaultVersionCommand.js +5 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SignalResourceCommand.js +5 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StopStackSetOperationCommand.js +5 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/TestTypeCommand.js +5 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackCommand.js +5 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackInstancesCommand.js +5 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackSetCommand.js +5 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateTerminationProtectionCommand.js +5 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ValidateTemplateCommand.js +5 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/extensionConfiguration.js +2 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeExtensions.js +22 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +4 -2
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +5 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +5 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +5 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +5 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +5 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +5 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +5 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +5 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +5 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +5 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +5 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +5 -0
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +5 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +5 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +5 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +5 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +5 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +5 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +5 -0
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +5 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +5 -0
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +5 -0
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +5 -0
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +5 -0
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +5 -0
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +5 -0
  108. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +5 -0
  109. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +5 -0
  110. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +5 -0
  111. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +5 -0
  112. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +5 -0
  113. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +5 -0
  114. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +5 -0
  115. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +5 -0
  116. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +5 -0
  117. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +5 -0
  118. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +5 -0
  119. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +5 -0
  120. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +5 -0
  121. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +5 -0
  122. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +5 -0
  123. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
  124. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +5 -0
  125. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +5 -0
  126. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +5 -0
  127. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +5 -0
  128. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +5 -0
  129. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +5 -0
  130. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +5 -0
  131. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +5 -0
  132. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +5 -0
  133. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +5 -0
  134. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +5 -0
  135. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +5 -0
  136. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +5 -0
  137. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +5 -0
  138. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +5 -0
  139. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +5 -0
  140. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +5 -0
  141. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +5 -0
  142. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +5 -0
  143. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +5 -0
  144. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +5 -0
  145. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +5 -0
  146. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +5 -0
  147. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +5 -0
  148. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +5 -0
  149. package/node_modules/@aws-sdk/client-cloudformation/dist-es/extensionConfiguration.js +1 -0
  150. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +1 -0
  151. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +18 -0
  152. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +6 -1
  153. package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +8 -0
  154. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +32 -36
  155. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +5 -1
  156. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +5 -1
  157. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +5 -1
  158. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
  159. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeExtensions.d.ts +17 -0
  160. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  162. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  163. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  164. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  165. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  166. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  167. package/node_modules/@aws-sdk/client-cloudformation/package.json +33 -32
  168. package/node_modules/@aws-sdk/client-sso/README.md +7 -10
  169. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +4 -2
  170. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
  171. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
  172. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
  173. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
  175. package/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +2 -0
  176. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +1 -0
  177. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
  179. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
  180. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
  183. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
  184. package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  185. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +1 -0
  186. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  187. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
  188. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +6 -4
  189. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
  190. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  191. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -3
  192. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
  193. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
  194. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
  195. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  197. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +3 -0
  198. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  199. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  200. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  201. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  202. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  203. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  204. package/node_modules/@aws-sdk/client-sso/package.json +29 -28
  205. package/node_modules/@aws-sdk/client-sts/README.md +7 -7
  206. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +4 -2
  207. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
  208. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
  209. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  210. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
  211. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
  212. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
  213. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
  214. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
  215. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +1 -1
  216. package/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +2 -0
  217. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -0
  218. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  219. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +4 -2
  220. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
  221. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
  222. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  223. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
  224. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
  225. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +1 -1
  229. package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +1 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  232. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +6 -1
  233. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
  235. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
  236. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
  237. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
  238. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  239. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +3 -0
  240. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  241. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  242. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  243. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  244. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  245. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  246. package/node_modules/@aws-sdk/client-sts/package.json +32 -31
  247. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  248. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
  249. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
  250. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
  251. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
  252. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  253. package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
  254. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  255. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  256. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
  257. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
  258. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  259. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  260. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  261. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  262. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  263. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
  264. package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
  265. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  266. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  267. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  268. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  269. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  270. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  271. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  272. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +5 -0
  273. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  274. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  275. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  276. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  277. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  278. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  279. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  280. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  281. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  282. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  283. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  284. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  285. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  286. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  287. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  288. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  289. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  290. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  291. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  292. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  293. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  294. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  295. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  296. package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  297. package/node_modules/@aws-sdk/token-providers/package.json +29 -29
  298. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  299. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  300. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  301. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  302. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  303. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  304. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  305. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  306. package/node_modules/@aws-sdk/types/package.json +2 -2
  307. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +7 -0
  308. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +7 -0
  309. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  310. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  311. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  312. package/node_modules/@smithy/abort-controller/package.json +7 -9
  313. package/node_modules/@smithy/config-resolver/package.json +9 -11
  314. package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
  315. package/node_modules/@smithy/eventstream-codec/package.json +7 -9
  316. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +23 -9
  317. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
  318. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +22 -2
  319. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +22 -2
  320. package/node_modules/@smithy/fetch-http-handler/package.json +9 -11
  321. package/node_modules/@smithy/hash-node/package.json +7 -9
  322. package/node_modules/@smithy/invalid-dependency/package.json +7 -9
  323. package/node_modules/@smithy/middleware-content-length/package.json +10 -10
  324. package/node_modules/@smithy/middleware-endpoint/package.json +10 -12
  325. package/node_modules/@smithy/middleware-retry/README.md +7 -0
  326. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  327. package/node_modules/@smithy/middleware-serde/package.json +9 -9
  328. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
  329. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
  330. package/node_modules/@smithy/middleware-stack/package.json +7 -9
  331. package/node_modules/@smithy/node-config-provider/package.json +9 -11
  332. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
  333. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
  334. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
  335. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
  336. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  337. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
  338. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  339. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
  340. package/node_modules/@smithy/node-http-handler/package.json +10 -12
  341. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
  342. package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
  343. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  344. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  345. package/node_modules/@smithy/property-provider/package.json +7 -9
  346. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
  347. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +4 -0
  348. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
  349. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  350. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  351. package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
  352. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  353. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  354. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
  355. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
  356. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  357. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  358. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
  359. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
  360. package/node_modules/@smithy/protocol-http/package.json +7 -9
  361. package/node_modules/@smithy/querystring-builder/package.json +6 -8
  362. package/node_modules/@smithy/querystring-parser/package.json +7 -9
  363. package/node_modules/@smithy/service-error-classification/package.json +9 -9
  364. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
  365. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
  366. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
  367. package/node_modules/@smithy/signature-v4/package.json +10 -12
  368. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
  369. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
  370. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
  371. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
  372. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  373. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  374. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  375. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  376. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  377. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
  378. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  379. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  380. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  381. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  382. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
  383. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  384. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  385. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  386. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  387. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
  388. package/node_modules/@smithy/smithy-client/package.json +9 -11
  389. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
  390. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +4 -0
  391. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
  392. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
  393. package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  394. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
  395. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  396. package/node_modules/@smithy/types/dist-es/extensions/index.js +2 -0
  397. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  398. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  399. package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
  400. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  401. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -1
  402. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +19 -2
  403. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +10 -0
  404. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  405. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +3 -0
  406. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  407. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  408. package/node_modules/@smithy/types/dist-types/middleware.d.ts +35 -0
  409. package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
  410. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +2 -1
  411. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  412. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +2 -1
  413. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  414. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +2 -1
  415. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +19 -2
  416. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +10 -0
  417. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  418. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +3 -0
  419. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  420. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  421. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +35 -0
  422. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
  423. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +2 -1
  424. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
  425. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +2 -1
  426. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  427. package/node_modules/@smithy/types/package.json +7 -9
  428. package/node_modules/@smithy/url-parser/package.json +8 -10
  429. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
  430. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
  431. package/node_modules/@smithy/util-body-length-node/package.json +1 -1
  432. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -11
  433. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
  434. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
  435. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
  436. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  437. package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
  438. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  439. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
  440. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  441. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
  442. package/node_modules/@smithy/util-middleware/package.json +7 -9
  443. package/node_modules/@smithy/util-retry/README.md +2 -1
  444. package/node_modules/@smithy/util-retry/package.json +8 -10
  445. package/node_modules/@smithy/util-stream/README.md +0 -6
  446. package/node_modules/@smithy/util-stream/package.json +11 -10
  447. package/node_modules/@smithy/util-waiter/package.json +8 -10
  448. package/node_modules/tslib/package.json +2 -2
  449. package/package.json +12 -12
@@ -2010,11 +2010,10 @@ export interface CreateStackInput {
2010
2010
  EnableTerminationProtection?: boolean;
2011
2011
  /**
2012
2012
  * @public
2013
- * <p>This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
2014
- * rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are
2015
- * retained. <code>RetainExceptOnCreate</code> can be specified for any resource that supports the
2016
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
2017
- * DeletionPolicy</a> attribute.</p>
2013
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
2014
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
2015
+ * <p>Default: <code>false</code>
2016
+ * </p>
2018
2017
  */
2019
2018
  RetainExceptOnCreate?: boolean;
2020
2019
  }
@@ -2480,7 +2479,7 @@ export interface CreateStackSetInput {
2480
2479
  * </p>
2481
2480
  * </li>
2482
2481
  * </ul>
2483
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
2482
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
2484
2483
  * </li>
2485
2484
  * <li>
2486
2485
  * <p>
@@ -2488,11 +2487,11 @@ export interface CreateStackSetInput {
2488
2487
  * </p>
2489
2488
  * <p>Some templates reference macros. If your stack set template references one or more macros, you must create the
2490
2489
  * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
2491
- * create the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html">Using CloudFormation Macros to Perform
2490
+ * create the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform
2492
2491
  * Custom Processing on Templates</a>.</p>
2493
2492
  * <important>
2494
2493
  * <p>Stack sets with service-managed permissions don't currently support the use of macros in templates. (This
2495
- * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
2494
+ * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
2496
2495
  * stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
2497
2496
  * fail.</p>
2498
2497
  * </important>
@@ -2515,7 +2514,7 @@ export interface CreateStackSetInput {
2515
2514
  * @public
2516
2515
  * <p>The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.</p>
2517
2516
  * <p>Specify an IAM role only if you are using customized administrator roles to control which users
2518
- * or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set
2517
+ * or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set
2519
2518
  * Operations</a> in the <i>CloudFormation User Guide</i>.</p>
2520
2519
  */
2521
2520
  AdministrationRoleARN?: string;
@@ -4387,7 +4386,8 @@ export interface DescribeStacksInput {
4387
4386
  * @public
4388
4387
  * <note>
4389
4388
  * <p>If you don't pass a parameter to <code>StackName</code>, the API returns a response that describes all
4390
- * resources in the account. This requires <code>ListStacks</code> and <code>DescribeStacks</code> permissions.</p>
4389
+ * resources in the account, which can impact performance. This requires <code>ListStacks</code> and <code>DescribeStacks</code> permissions.</p>
4390
+ * <p>Consider using the <a>ListStacks</a> API if you're not passing a parameter to <code>StackName</code>.</p>
4391
4391
  * <p>The IAM policy below can be added to IAM policies when you want to limit
4392
4392
  * resource-level permissions and avoid returning a response when no parameter is sent in the request:</p>
4393
4393
  * <p>\{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks",
@@ -4652,11 +4652,10 @@ export interface Stack {
4652
4652
  DriftInformation?: StackDriftInformation;
4653
4653
  /**
4654
4654
  * @public
4655
- * <p>This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
4656
- * rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are
4657
- * retained. <code>RetainExceptOnCreate</code> can be specified for any resource that supports the
4658
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
4659
- * DeletionPolicy</a> attribute.</p>
4655
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
4656
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
4657
+ * <p>Default: <code>false</code>
4658
+ * </p>
4660
4659
  */
4661
4660
  RetainExceptOnCreate?: boolean;
4662
4661
  }
@@ -4918,7 +4917,7 @@ export interface StackSet {
4918
4917
  * @public
4919
4918
  * <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.</p>
4920
4919
  * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
4921
- * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set Operations</a>
4920
+ * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set Operations</a>
4922
4921
  * in the <i>CloudFormation User Guide</i>.</p>
4923
4922
  */
4924
4923
  AdministrationRoleARN?: string;
@@ -5137,7 +5136,7 @@ export interface StackSetOperation {
5137
5136
  * @public
5138
5137
  * <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.</p>
5139
5138
  * <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
5140
- * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Define Permissions for Multiple Administrators</a> in the
5139
+ * same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define Permissions for Multiple Administrators</a> in the
5141
5140
  * <i>CloudFormation User Guide</i>.</p>
5142
5141
  */
5143
5142
  AdministrationRoleARN?: string;
@@ -5851,11 +5850,10 @@ export interface ExecuteChangeSetInput {
5851
5850
  DisableRollback?: boolean;
5852
5851
  /**
5853
5852
  * @public
5854
- * <p>This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
5855
- * rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are
5856
- * retained. <code>RetainExceptOnCreate</code> can be specified for any resource that supports the
5857
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
5858
- * DeletionPolicy</a> attribute.</p>
5853
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
5854
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
5855
+ * <p>Default: <code>false</code>
5856
+ * </p>
5859
5857
  */
5860
5858
  RetainExceptOnCreate?: boolean;
5861
5859
  }
@@ -8361,11 +8359,10 @@ export interface RollbackStackInput {
8361
8359
  ClientRequestToken?: string;
8362
8360
  /**
8363
8361
  * @public
8364
- * <p>This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
8365
- * rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are
8366
- * retained. <code>RetainExceptOnCreate</code> can be specified for any resource that supports the
8367
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
8368
- * DeletionPolicy</a> attribute.</p>
8362
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
8363
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
8364
+ * <p>Default: <code>false</code>
8365
+ * </p>
8369
8366
  */
8370
8367
  RetainExceptOnCreate?: boolean;
8371
8368
  }
@@ -8885,11 +8882,10 @@ export interface UpdateStackInput {
8885
8882
  ClientRequestToken?: string;
8886
8883
  /**
8887
8884
  * @public
8888
- * <p>This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
8889
- * rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are
8890
- * retained. <code>RetainExceptOnCreate</code> can be specified for any resource that supports the
8891
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html">
8892
- * DeletionPolicy</a> attribute.</p>
8885
+ * <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
8886
+ * created resources marked with a deletion policy of <code>Retain</code>.</p>
8887
+ * <p>Default: <code>false</code>
8888
+ * </p>
8893
8889
  */
8894
8890
  RetainExceptOnCreate?: boolean;
8895
8891
  }
@@ -9130,7 +9126,7 @@ export interface UpdateStackSetInput {
9130
9126
  * </p>
9131
9127
  * </li>
9132
9128
  * </ul>
9133
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
9129
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
9134
9130
  * </li>
9135
9131
  * <li>
9136
9132
  * <p>
@@ -9138,11 +9134,11 @@ export interface UpdateStackSetInput {
9138
9134
  * </p>
9139
9135
  * <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
9140
9136
  * stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
9141
- * update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html">Using CloudFormation Macros to Perform
9137
+ * update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform
9142
9138
  * Custom Processing on Templates</a>.</p>
9143
9139
  * <important>
9144
9140
  * <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
9145
- * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
9141
+ * includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
9146
9142
  * stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
9147
9143
  * fail.</p>
9148
9144
  * </important>
@@ -9188,7 +9184,7 @@ export interface UpdateStackSetInput {
9188
9184
  * @public
9189
9185
  * <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
9190
9186
  * <p>Specify an IAM role only if you are using customized administrator roles to control which users
9191
- * or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Granting Permissions for Stack Set
9187
+ * or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack Set
9192
9188
  * Operations</a> in the <i>CloudFormation User Guide</i>.</p>
9193
9189
  * <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
9194
9190
  * administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -26,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
26
29
  disableHostPrefix: boolean;
27
30
  serviceId: string;
28
31
  logger: import("@smithy/types").Logger;
32
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
29
33
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
34
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
35
  logger?: import("@smithy/types").Logger | undefined;
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -26,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
26
29
  disableHostPrefix: boolean;
27
30
  serviceId: string;
28
31
  logger: import("@smithy/types").Logger;
32
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
29
33
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
34
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
35
  logger?: import("@smithy/types").Logger | undefined;
@@ -5,7 +5,10 @@ import { CloudFormationClientConfig } from "./CloudFormationClient";
5
5
  export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
9
+ updateHttpClientConfig(key: never, value: never): void;
10
+ httpHandlerConfigs(): {};
11
+ }) | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
12
  apiVersion: string;
10
13
  urlParser: import("@smithy/types").UrlParser;
11
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -24,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
24
27
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
28
  retryMode: string | import("@smithy/types").Provider<string>;
26
29
  logger: import("@smithy/types").Logger;
30
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
27
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
28
32
  endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
29
33
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
12
12
  }) => import("@smithy/types").EndpointV2;
13
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
13
14
  logger: import("@smithy/types").Logger;
14
15
  serviceId: string;
15
16
  urlParser: import("@smithy/types").UrlParser;
@@ -0,0 +1,17 @@
1
+ import { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface RuntimeExtension {
6
+ configure(extensionConfiguration: CloudFormationExtensionConfiguration): void;
7
+ }
8
+ /**
9
+ * @public
10
+ */
11
+ export interface RuntimeExtensionsConfig {
12
+ extensions: RuntimeExtension[];
13
+ }
14
+ /**
15
+ * @internal
16
+ */
17
+ export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
@@ -330,6 +330,7 @@ import {
330
330
  ClientResolvedEndpointParameters,
331
331
  EndpointParameters,
332
332
  } from "./endpoint/EndpointParameters";
333
+ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
333
334
  export { __Client };
334
335
  export type ServiceInputTypes =
335
336
  | ActivateOrganizationsAccessCommandInput
@@ -495,6 +496,7 @@ export interface ClientDefaults
495
496
  maxAttempts?: number | __Provider<number>;
496
497
  retryMode?: string | __Provider<string>;
497
498
  logger?: __Logger;
499
+ extensions?: RuntimeExtension[];
498
500
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
499
501
  }
500
502
  export type CloudFormationClientConfigType = Partial<
@@ -513,6 +515,7 @@ export interface CloudFormationClientConfig
513
515
  export type CloudFormationClientResolvedConfigType =
514
516
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
515
517
  Required<ClientDefaults> &
518
+ RuntimeExtensionsConfig &
516
519
  RegionResolvedConfig &
517
520
  EndpointResolvedConfig<EndpointParameters> &
518
521
  RetryResolvedConfig &
@@ -0,0 +1,7 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import { DefaultExtensionConfiguration } from "@smithy/types";
4
+ export interface CloudFormationExtensionConfiguration
5
+ extends HttpHandlerExtensionConfiguration,
6
+ DefaultExtensionConfiguration,
7
+ AwsRegionExtensionConfiguration {}
@@ -20,7 +20,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
20
20
  any,
21
21
  import("@smithy/types").HttpHandlerOptions
22
22
  > &
23
- import("@smithy/protocol-http").HttpHandler)
23
+ import("@smithy/types").RequestHandler<
24
+ import("@smithy/protocol-http").HttpRequest,
25
+ import("@smithy/protocol-http").HttpResponse,
26
+ import("@smithy/types").HttpHandlerOptions
27
+ > & {
28
+ updateHttpClientConfig(key: never, value: never): void;
29
+ httpHandlerConfigs(): {};
30
+ })
24
31
  | RequestHandler;
25
32
  retryMode: string | import("@smithy/types").Provider<string>;
26
33
  sha256: import("@smithy/types").HashConstructor;
@@ -36,6 +43,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
36
43
  disableHostPrefix: boolean;
37
44
  serviceId: string;
38
45
  logger: import("@smithy/types").Logger;
46
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
39
47
  endpoint?:
40
48
  | ((
41
49
  | string
@@ -20,7 +20,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
20
20
  any,
21
21
  import("@smithy/types").HttpHandlerOptions
22
22
  > &
23
- import("@smithy/protocol-http").HttpHandler)
23
+ import("@smithy/types").RequestHandler<
24
+ import("@smithy/protocol-http").HttpRequest,
25
+ import("@smithy/protocol-http").HttpResponse,
26
+ import("@smithy/types").HttpHandlerOptions
27
+ > & {
28
+ updateHttpClientConfig(key: never, value: never): void;
29
+ httpHandlerConfigs(): {};
30
+ })
24
31
  | RequestHandler;
25
32
  retryMode: string | import("@smithy/types").Provider<string>;
26
33
  sha256: import("@smithy/types").HashConstructor;
@@ -36,6 +43,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
36
43
  disableHostPrefix: boolean;
37
44
  serviceId: string;
38
45
  logger: import("@smithy/types").Logger;
46
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
39
47
  endpoint?:
40
48
  | ((
41
49
  | string
@@ -8,7 +8,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
8
8
  any,
9
9
  import("@smithy/types").HttpHandlerOptions
10
10
  > &
11
- import("@smithy/protocol-http").HttpHandler)
11
+ import("@smithy/types").RequestHandler<
12
+ import("@smithy/protocol-http").HttpRequest,
13
+ import("@smithy/protocol-http").HttpResponse,
14
+ import("@smithy/types").HttpHandlerOptions
15
+ > & {
16
+ updateHttpClientConfig(key: never, value: never): void;
17
+ httpHandlerConfigs(): {};
18
+ })
12
19
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
20
  apiVersion: string;
14
21
  urlParser: import("@smithy/types").UrlParser;
@@ -32,6 +39,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
32
39
  maxAttempts: number | import("@smithy/types").Provider<number>;
33
40
  retryMode: string | import("@smithy/types").Provider<string>;
34
41
  logger: import("@smithy/types").Logger;
42
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
35
43
  defaultsMode:
36
44
  | import("@smithy/smithy-client").DefaultsMode
37
45
  | import("@smithy/types").Provider<
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
10
10
  logger?: import("@smithy/types").Logger | undefined;
11
11
  }
12
12
  ) => import("@smithy/types").EndpointV2;
13
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
13
14
  logger: import("@smithy/types").Logger;
14
15
  serviceId: string;
15
16
  urlParser: import("@smithy/types").UrlParser;
@@ -0,0 +1,11 @@
1
+ import { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
2
+ export interface RuntimeExtension {
3
+ configure(extensionConfiguration: CloudFormationExtensionConfiguration): void;
4
+ }
5
+ export interface RuntimeExtensionsConfig {
6
+ extensions: RuntimeExtension[];
7
+ }
8
+ export declare const resolveRuntimeExtensions: (
9
+ runtimeConfig: any,
10
+ extensions: RuntimeExtension[]
11
+ ) => any;
@@ -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.391.0",
4
+ "version": "3.423.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,40 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.391.0",
25
- "@aws-sdk/credential-provider-node": "3.391.0",
26
- "@aws-sdk/middleware-host-header": "3.391.0",
27
- "@aws-sdk/middleware-logger": "3.391.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.391.0",
29
- "@aws-sdk/middleware-signing": "3.391.0",
30
- "@aws-sdk/middleware-user-agent": "3.391.0",
31
- "@aws-sdk/types": "3.391.0",
32
- "@aws-sdk/util-endpoints": "3.391.0",
33
- "@aws-sdk/util-user-agent-browser": "3.391.0",
34
- "@aws-sdk/util-user-agent-node": "3.391.0",
35
- "@smithy/config-resolver": "^2.0.3",
36
- "@smithy/fetch-http-handler": "^2.0.3",
37
- "@smithy/hash-node": "^2.0.3",
38
- "@smithy/invalid-dependency": "^2.0.3",
39
- "@smithy/middleware-content-length": "^2.0.3",
40
- "@smithy/middleware-endpoint": "^2.0.3",
41
- "@smithy/middleware-retry": "^2.0.3",
42
- "@smithy/middleware-serde": "^2.0.3",
43
- "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.3",
45
- "@smithy/node-http-handler": "^2.0.3",
46
- "@smithy/protocol-http": "^2.0.3",
47
- "@smithy/smithy-client": "^2.0.3",
48
- "@smithy/types": "^2.2.0",
49
- "@smithy/url-parser": "^2.0.3",
24
+ "@aws-sdk/client-sts": "3.423.0",
25
+ "@aws-sdk/credential-provider-node": "3.423.0",
26
+ "@aws-sdk/middleware-host-header": "3.418.0",
27
+ "@aws-sdk/middleware-logger": "3.418.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.418.0",
29
+ "@aws-sdk/middleware-signing": "3.418.0",
30
+ "@aws-sdk/middleware-user-agent": "3.418.0",
31
+ "@aws-sdk/region-config-resolver": "3.418.0",
32
+ "@aws-sdk/types": "3.418.0",
33
+ "@aws-sdk/util-endpoints": "3.418.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.418.0",
35
+ "@aws-sdk/util-user-agent-node": "3.418.0",
36
+ "@smithy/config-resolver": "^2.0.10",
37
+ "@smithy/fetch-http-handler": "^2.1.5",
38
+ "@smithy/hash-node": "^2.0.9",
39
+ "@smithy/invalid-dependency": "^2.0.9",
40
+ "@smithy/middleware-content-length": "^2.0.11",
41
+ "@smithy/middleware-endpoint": "^2.0.9",
42
+ "@smithy/middleware-retry": "^2.0.12",
43
+ "@smithy/middleware-serde": "^2.0.9",
44
+ "@smithy/middleware-stack": "^2.0.2",
45
+ "@smithy/node-config-provider": "^2.0.12",
46
+ "@smithy/node-http-handler": "^2.1.5",
47
+ "@smithy/protocol-http": "^3.0.5",
48
+ "@smithy/smithy-client": "^2.1.6",
49
+ "@smithy/types": "^2.3.3",
50
+ "@smithy/url-parser": "^2.0.9",
50
51
  "@smithy/util-base64": "^2.0.0",
51
52
  "@smithy/util-body-length-browser": "^2.0.0",
52
- "@smithy/util-body-length-node": "^2.0.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.3",
54
- "@smithy/util-defaults-mode-node": "^2.0.3",
55
- "@smithy/util-retry": "^2.0.0",
53
+ "@smithy/util-body-length-node": "^2.1.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.10",
55
+ "@smithy/util-defaults-mode-node": "^2.0.12",
56
+ "@smithy/util-retry": "^2.0.2",
56
57
  "@smithy/util-utf8": "^2.0.0",
57
- "@smithy/util-waiter": "^2.0.3",
58
+ "@smithy/util-waiter": "^2.0.9",
58
59
  "fast-xml-parser": "4.2.5",
59
60
  "tslib": "^2.5.0",
60
61
  "uuid": "^8.3.2"
@@ -9,16 +9,13 @@ AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native.
9
9
  <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
10
10
  IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
11
11
  assigned to them and get federated into the application.</p>
12
-
13
12
  <note>
14
13
  <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
15
14
  <code>identitystore</code> API namespaces will continue to retain their original name for
16
15
  backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
17
16
  </note>
18
-
19
17
  <p>This reference guide describes the IAM Identity Center Portal operations that you can call
20
18
  programatically and includes detailed information on data types and errors.</p>
21
-
22
19
  <note>
23
20
  <p>AWS provides SDKs that consist of libraries and sample code for various programming
24
21
  languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
@@ -41,16 +38,16 @@ using your favorite package manager:
41
38
 
42
39
  The AWS SDK is modulized by clients and commands.
43
40
  To send a request, you only need to import the `SSOClient` and
44
- the commands you need, for example `GetRoleCredentialsCommand`:
41
+ the commands you need, for example `ListAccountsCommand`:
45
42
 
46
43
  ```js
47
44
  // ES5 example
48
- const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso");
45
+ const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso");
49
46
  ```
50
47
 
51
48
  ```ts
52
49
  // ES6+ example
53
- import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso";
50
+ import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso";
54
51
  ```
55
52
 
56
53
  ### Usage
@@ -69,7 +66,7 @@ const client = new SSOClient({ region: "REGION" });
69
66
  const params = {
70
67
  /** input parameters */
71
68
  };
72
- const command = new GetRoleCredentialsCommand(params);
69
+ const command = new ListAccountsCommand(params);
73
70
  ```
74
71
 
75
72
  #### Async/await
@@ -148,7 +145,7 @@ const client = new AWS.SSO({ region: "REGION" });
148
145
 
149
146
  // async/await.
150
147
  try {
151
- const data = await client.getRoleCredentials(params);
148
+ const data = await client.listAccounts(params);
152
149
  // process data.
153
150
  } catch (error) {
154
151
  // error handling.
@@ -156,7 +153,7 @@ try {
156
153
 
157
154
  // Promises.
158
155
  client
159
- .getRoleCredentials(params)
156
+ .listAccounts(params)
160
157
  .then((data) => {
161
158
  // process data.
162
159
  })
@@ -165,7 +162,7 @@ client
165
162
  });
166
163
 
167
164
  // callbacks.
168
- client.getRoleCredentials(params, (err, data) => {
165
+ client.listAccounts(params, (err, data) => {
169
166
  // process err and data.
170
167
  });
171
168
  ```
@@ -13,6 +13,7 @@ const smithy_client_1 = require("@smithy/smithy-client");
13
13
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
14
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
15
  const runtimeConfig_1 = require("./runtimeConfig");
16
+ const runtimeExtensions_1 = require("./runtimeExtensions");
16
17
  class SSOClient extends smithy_client_1.Client {
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
@@ -22,8 +23,9 @@ class SSOClient extends smithy_client_1.Client {
22
23
  const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
23
24
  const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
24
25
  const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
25
- super(_config_6);
26
- this.config = _config_6;
26
+ const _config_7 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_6, configuration?.extensions || []);
27
+ super(_config_7);
28
+ this.config = _config_7;
27
29
  this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
28
30
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
29
31
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetRoleCredentialsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetRoleCredentialsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.GetRoleCredentialsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.GetRoleCredentialsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "SWBPortalService",
39
+ operation: "GetRoleCredentials",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class ListAccountRolesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListAccountRolesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListAccountRolesRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "SWBPortalService",
39
+ operation: "ListAccountRoles",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);