@cdklabs/cdk-ecs-codedeploy 0.0.207 → 0.0.209

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 (1125) hide show
  1. package/.gitattributes +1 -1
  2. package/.jsii +108 -49
  3. package/.jsii.tabl.json +1 -1
  4. package/.projenrc.ts +3 -5
  5. package/API.md +4 -4
  6. package/API.md.md +4 -9
  7. package/lib/api-canary/index.d.ts +1 -1
  8. package/lib/api-canary/index.js +7 -7
  9. package/lib/ecs-appspec/index.js +1 -1
  10. package/lib/ecs-deployment/index.js +1 -1
  11. package/lib/ecs-deployment-provider/on-event.lambda.js +1 -1
  12. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +4 -4
  13. package/node_modules/@aws-sdk/client-codedeploy/README.md +8 -8
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/CodeDeployClient.js +6 -4
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +5 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +5 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +5 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +5 -0
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +5 -0
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +5 -0
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/endpointResolver.js +1 -1
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +3 -3
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +1 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +2 -0
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +15 -12
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeExtensions.js +22 -0
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +6 -4
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +5 -0
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +5 -0
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +5 -0
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +5 -0
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +5 -0
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +5 -0
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +5 -0
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +5 -0
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  110. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  111. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +5 -0
  112. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +5 -0
  113. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +5 -0
  114. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +5 -0
  115. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
  116. package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/endpointResolver.js +1 -1
  117. package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +3 -3
  118. package/node_modules/@aws-sdk/client-codedeploy/dist-es/index.js +1 -0
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +2 -0
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +15 -12
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeExtensions.js +18 -0
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +25 -25
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +35 -28
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -4
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +10 -11
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -16
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +10 -10
  134. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
  135. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
  136. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
  138. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +3 -4
  139. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
  140. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
  141. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
  142. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
  143. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  147. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -5
  148. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
  149. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
  150. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
  152. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +8 -9
  154. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
  155. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  156. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -4
  157. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  158. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
  159. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +12 -11
  160. package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +8 -0
  162. package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +29 -25
  163. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +751 -323
  164. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +8 -2
  165. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +5 -1
  166. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +5 -1
  167. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeExtensions.d.ts +17 -0
  169. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +7 -1
  170. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  171. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/index.d.ts +4 -0
  172. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +50 -50
  173. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  174. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  175. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  176. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  177. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  178. package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -37
  179. package/node_modules/@aws-sdk/client-sso/README.md +8 -11
  180. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +6 -4
  181. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
  183. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
  184. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
  185. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +1 -1
  186. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
  187. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +1 -0
  188. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -0
  189. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +15 -12
  190. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  191. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +6 -4
  192. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
  193. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
  194. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
  195. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
  196. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +1 -1
  197. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
  198. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -0
  199. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -0
  200. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +15 -12
  201. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  202. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
  203. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -6
  204. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
  205. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  206. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  207. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +4 -3
  208. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +25 -0
  209. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
  210. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
  211. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
  212. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  213. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  214. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +5 -1
  215. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  216. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +4 -0
  217. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  218. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  219. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  220. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  221. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  222. package/node_modules/@aws-sdk/client-sso/package.json +35 -33
  223. package/node_modules/@aws-sdk/client-sts/README.md +8 -8
  224. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +6 -4
  225. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
  229. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
  232. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +1 -1
  234. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +2 -2
  235. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1 -0
  236. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +35 -0
  237. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -0
  238. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +15 -12
  239. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  240. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +6 -4
  241. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
  242. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  244. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
  245. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
  246. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
  247. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
  248. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
  249. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +1 -1
  250. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +2 -2
  251. package/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -0
  252. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +35 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -0
  254. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +15 -12
  255. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  256. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +10 -3
  257. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +8 -2
  258. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -2
  259. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -7
  260. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -4
  261. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +21 -16
  262. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +20 -18
  263. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  264. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  265. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +4 -0
  266. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +121 -28
  267. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
  268. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
  269. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
  270. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
  271. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  272. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +5 -1
  273. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  274. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +4 -0
  275. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +5 -0
  276. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  277. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  278. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  279. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  280. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  281. package/node_modules/@aws-sdk/client-sts/package.json +38 -36
  282. package/node_modules/@aws-sdk/core/CHANGELOG.md +70 -0
  283. package/node_modules/@aws-sdk/core/README.md +5 -0
  284. package/node_modules/@aws-sdk/core/api-extractor.json +4 -0
  285. package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +17 -0
  286. package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +4 -0
  287. package/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -0
  288. package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +59 -0
  289. package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +5 -0
  290. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +14 -0
  291. package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
  292. package/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
  293. package/node_modules/@aws-sdk/core/dist-es/index.js +2 -0
  294. package/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
  295. package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
  296. package/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
  297. package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  298. package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
  299. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +2 -0
  300. package/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
  301. package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
  302. package/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
  303. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  304. package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
  305. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +2 -0
  306. package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
  307. package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
  308. package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
  309. package/node_modules/@aws-sdk/core/jest.config.js +6 -0
  310. package/node_modules/@aws-sdk/core/package.json +57 -0
  311. package/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
  312. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
  313. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
  314. package/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
  315. package/node_modules/@aws-sdk/core/src/index.ts +2 -0
  316. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
  317. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
  318. package/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
  319. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
  320. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
  321. package/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
  322. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
  323. package/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
  324. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
  325. package/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
  326. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
  327. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  328. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
  329. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
  330. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
  331. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
  332. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  333. package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
  334. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  335. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  336. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
  337. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
  338. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  339. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  340. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -1
  341. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  342. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +3 -0
  343. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  344. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  345. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  346. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +3 -0
  347. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
  348. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +8 -1
  349. package/node_modules/@aws-sdk/middleware-signing/package.json +9 -8
  350. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +3 -0
  351. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -6
  352. package/node_modules/@aws-sdk/{client-sso-oidc → region-config-resolver}/LICENSE +2 -2
  353. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  354. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  355. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  356. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  357. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  358. package/node_modules/@aws-sdk/{types/dist-cjs/connection → region-config-resolver/dist-cjs/regionConfig}/index.js +1 -2
  359. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  360. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  361. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  362. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  363. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  364. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  365. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  366. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  367. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  368. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  369. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  370. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  371. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  372. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  373. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  374. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  375. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  376. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  377. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  378. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  379. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  380. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  381. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  382. package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  383. package/node_modules/@aws-sdk/token-providers/README.md +20 -6
  384. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +1032 -0
  385. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +1038 -0
  386. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +2 -2
  387. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +2 -2
  388. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +1 -0
  389. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +1010 -0
  390. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +1017 -0
  391. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  392. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  393. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  394. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
  395. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
  396. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  397. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -2
  398. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  399. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
  400. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
  401. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  402. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -2
  403. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  404. package/node_modules/@aws-sdk/token-providers/package.json +45 -6
  405. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -5
  406. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
  407. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +2 -5
  408. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  409. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  410. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -6
  411. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -5
  412. package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  413. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -5
  414. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  415. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  416. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -6
  417. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -49
  418. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -55
  419. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -22
  420. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -63
  421. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -25
  422. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -10
  423. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  424. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -60
  425. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -19
  426. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -77
  427. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -108
  428. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  429. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +2 -87
  430. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -23
  431. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -15
  432. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  433. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -13
  434. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -475
  435. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -26
  436. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -22
  437. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -40
  438. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -128
  439. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -104
  440. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -72
  441. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -150
  442. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -22
  443. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -33
  444. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -11
  445. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -17
  446. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -7
  447. package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -12
  448. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -52
  449. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -17
  450. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  451. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -14
  452. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -19
  453. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -43
  454. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -77
  455. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  456. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +10 -26
  457. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -8
  458. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -6
  459. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  460. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +2 -7
  461. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -211
  462. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -8
  463. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -7
  464. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +1 -11
  465. package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -43
  466. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +12 -46
  467. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -24
  468. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -59
  469. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -16
  470. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -26
  471. package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -11
  472. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -50
  473. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -9
  474. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -17
  475. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -155
  476. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -35
  477. package/node_modules/@aws-sdk/types/package.json +4 -2
  478. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +12 -0
  479. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +2 -0
  480. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +2 -2
  481. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  482. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +2 -3
  483. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +2 -39
  484. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +2 -7
  485. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  486. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +2 -0
  487. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  488. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  489. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -2
  490. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -37
  491. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -6
  492. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -0
  493. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +2 -0
  494. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  495. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  496. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -4
  497. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -6
  498. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -0
  499. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +2 -0
  500. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +1 -1
  501. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +1 -1
  502. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  503. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -6
  504. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -3
  505. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -15
  506. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -7
  507. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -19
  508. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -12
  509. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -29
  510. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -3
  511. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -15
  512. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -7
  513. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -19
  514. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -10
  515. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -25
  516. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -2
  517. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -3
  518. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +6 -0
  519. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +3 -1
  520. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +4 -8
  521. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  522. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +1 -0
  523. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +4 -8
  524. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  525. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +1 -1
  526. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  527. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +1 -1
  528. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  529. package/node_modules/@smithy/abort-controller/package.json +7 -9
  530. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  531. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  532. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  533. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  534. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  535. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +1 -1
  536. package/node_modules/@smithy/config-resolver/package.json +11 -12
  537. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +13 -0
  538. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +45 -3
  539. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  540. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +44 -3
  541. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  542. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +10 -2
  543. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  544. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +10 -2
  545. package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
  546. package/node_modules/@smithy/eventstream-codec/package.json +9 -11
  547. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +20 -6
  548. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
  549. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +28 -2
  550. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +28 -2
  551. package/node_modules/@smithy/fetch-http-handler/package.json +11 -13
  552. package/node_modules/@smithy/hash-node/package.json +9 -11
  553. package/node_modules/@smithy/invalid-dependency/package.json +7 -9
  554. package/node_modules/@smithy/is-array-buffer/package.json +1 -1
  555. package/node_modules/@smithy/middleware-content-length/package.json +10 -10
  556. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  557. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  558. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +8 -0
  559. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  560. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +13 -1
  561. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  562. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  563. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +8 -0
  564. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  565. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +12 -0
  566. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  567. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
  568. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  569. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
  570. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +6 -1
  571. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  572. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
  573. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  574. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -3
  575. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +6 -1
  576. package/node_modules/@smithy/middleware-endpoint/package.json +20 -12
  577. package/node_modules/@smithy/middleware-retry/README.md +7 -0
  578. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -0
  579. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +3 -0
  580. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  581. package/node_modules/@smithy/middleware-serde/package.json +9 -9
  582. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
  583. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
  584. package/node_modules/@smithy/middleware-stack/package.json +7 -9
  585. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +2 -1
  586. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  587. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  588. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +2 -2
  589. package/node_modules/@smithy/node-config-provider/package.json +9 -11
  590. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
  591. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
  592. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
  593. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
  594. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  595. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
  596. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  597. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
  598. package/node_modules/@smithy/node-http-handler/package.json +10 -12
  599. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
  600. package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
  601. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +1 -1
  602. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  603. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +1 -1
  604. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  605. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +1 -1
  606. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +1 -1
  607. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +1 -1
  608. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  609. package/node_modules/@smithy/property-provider/package.json +7 -9
  610. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
  611. package/node_modules/{@aws-sdk/client-sso-oidc/dist-cjs/models → @smithy/protocol-http/dist-cjs/extensions}/index.js +1 -1
  612. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
  613. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  614. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  615. package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
  616. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  617. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  618. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
  619. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
  620. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  621. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  622. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
  623. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
  624. package/node_modules/@smithy/protocol-http/package.json +7 -9
  625. package/node_modules/@smithy/querystring-builder/package.json +7 -9
  626. package/node_modules/@smithy/querystring-parser/package.json +7 -9
  627. package/node_modules/@smithy/service-error-classification/package.json +9 -9
  628. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +21 -0
  629. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
  630. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +4 -3
  631. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +4 -3
  632. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +37 -15
  633. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +17 -0
  634. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
  635. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +4 -3
  636. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -2
  637. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +37 -15
  638. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  639. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -0
  640. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  641. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
  642. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
  643. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -1
  644. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  645. package/node_modules/@smithy/signature-v4/package.json +14 -16
  646. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
  647. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
  648. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
  649. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
  650. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  651. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  652. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  653. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  654. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  655. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
  656. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  657. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +1 -1
  658. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  659. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  660. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  661. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  662. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
  663. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  664. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +1 -1
  665. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  666. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  667. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  668. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  669. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
  670. package/node_modules/@smithy/smithy-client/package.json +9 -11
  671. package/node_modules/@smithy/types/README.md +37 -0
  672. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +8 -0
  673. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +2 -0
  674. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +2 -0
  675. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +2 -0
  676. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +2 -0
  677. package/node_modules/@smithy/types/dist-cjs/auth/index.js +9 -0
  678. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
  679. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
  680. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
  681. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
  682. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
  683. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +8 -0
  684. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
  685. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
  686. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +2 -0
  687. package/node_modules/@smithy/types/dist-cjs/identity/index.js +2 -0
  688. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +2 -0
  689. package/node_modules/@smithy/types/dist-cjs/index.js +7 -0
  690. package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  691. package/node_modules/@smithy/types/dist-cjs/profile.js +7 -0
  692. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
  693. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
  694. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
  695. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
  696. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
  697. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
  698. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
  699. package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  700. package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  701. package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  702. package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  703. package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  704. package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  705. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  706. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  707. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  708. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  709. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  710. package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  711. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  712. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  713. package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  714. package/node_modules/@smithy/types/dist-es/identity/index.js +2 -0
  715. package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  716. package/node_modules/@smithy/types/dist-es/index.js +7 -0
  717. package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
  718. package/node_modules/@smithy/types/dist-es/profile.js +6 -1
  719. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  720. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  721. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  722. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  723. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  724. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  725. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  726. package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  727. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  728. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  729. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +16 -0
  730. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  731. package/node_modules/@smithy/types/dist-types/{auth.d.ts → auth/auth.d.ts} +2 -0
  732. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  733. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  734. package/node_modules/@smithy/types/dist-types/client.d.ts +21 -2
  735. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  736. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  737. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  738. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  739. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  740. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  741. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  742. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  743. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  744. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  745. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +2 -0
  746. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  747. package/node_modules/@smithy/types/dist-types/index.d.ts +7 -0
  748. package/node_modules/@smithy/types/dist-types/middleware.d.ts +36 -1
  749. package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
  750. package/node_modules/@smithy/types/dist-types/profile.d.ts +8 -0
  751. package/node_modules/@smithy/types/dist-types/response.d.ts +1 -1
  752. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  753. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  754. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  755. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  756. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
  757. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  758. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  759. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  760. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  761. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  762. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +16 -0
  763. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  764. package/node_modules/@smithy/types/dist-types/ts3.4/{auth.d.ts → auth/auth.d.ts} +2 -0
  765. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  766. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  767. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +26 -2
  768. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  769. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  770. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +1 -1
  771. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  772. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  773. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  774. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  775. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  776. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  777. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  778. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +2 -0
  779. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  780. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +7 -0
  781. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +36 -1
  782. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
  783. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +8 -0
  784. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +1 -1
  785. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  786. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  787. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  788. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  789. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
  790. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  791. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  792. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +14 -0
  793. package/node_modules/@smithy/types/dist-types/util.d.ts +6 -0
  794. package/node_modules/@smithy/types/package.json +9 -10
  795. package/node_modules/@smithy/url-parser/package.json +8 -10
  796. package/node_modules/@smithy/util-base64/package.json +10 -10
  797. package/node_modules/@smithy/util-body-length-browser/package.json +1 -1
  798. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
  799. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
  800. package/node_modules/@smithy/util-body-length-node/package.json +1 -1
  801. package/node_modules/@smithy/util-buffer-from/package.json +2 -2
  802. package/node_modules/@smithy/util-config-provider/package.json +1 -1
  803. package/node_modules/@smithy/util-defaults-mode-browser/package.json +11 -14
  804. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
  805. package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  806. package/node_modules/@smithy/util-endpoints/README.md +10 -0
  807. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +25 -0
  808. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +8 -0
  809. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/index.js +0 -2
  810. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +6 -0
  811. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/parseURL.js +1 -1
  812. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +42 -0
  813. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +10 -0
  814. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +2 -0
  815. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +2 -0
  816. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +2 -0
  817. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +2 -0
  818. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +2 -0
  819. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +10 -0
  820. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +2 -0
  821. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +15 -0
  822. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +4 -0
  823. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +15 -0
  824. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/index.js +1 -0
  825. package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  826. package/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
  827. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/index.js +0 -1
  828. package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  829. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/parseURL.js +1 -1
  830. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
  831. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  832. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  833. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  834. package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  835. package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  836. package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  837. package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  838. package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  839. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  840. package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  841. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  842. package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  843. package/node_modules/{@aws-sdk/util-endpoints/dist-types/ts3.4 → @smithy/util-endpoints/dist-types}/debug/toDebugString.d.ts +1 -1
  844. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  845. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
  846. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/index.d.ts +0 -1
  847. package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  848. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  849. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  850. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -1
  851. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -2
  852. package/node_modules/{@aws-sdk/util-endpoints/dist-types → @smithy/util-endpoints/dist-types/ts3.4}/debug/toDebugString.d.ts +9 -9
  853. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  854. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  855. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  856. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  857. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  858. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -11
  859. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  860. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  861. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  862. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  863. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  864. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  865. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  866. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  867. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  868. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  869. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  870. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  871. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  872. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  873. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  874. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  875. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  876. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  877. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  878. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  879. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  880. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  881. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  882. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  883. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  884. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  885. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  886. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  887. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  888. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  889. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  890. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  891. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  892. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  893. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  894. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  895. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  896. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  897. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  898. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  899. package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  900. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  901. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  902. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  903. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +1 -1
  904. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  905. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -1
  906. package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -1
  907. package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  908. package/node_modules/@smithy/util-endpoints/package.json +67 -0
  909. package/node_modules/@smithy/util-hex-encoding/package.json +1 -1
  910. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
  911. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
  912. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  913. package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
  914. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  915. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
  916. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  917. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
  918. package/node_modules/@smithy/util-middleware/package.json +7 -9
  919. package/node_modules/@smithy/util-retry/README.md +2 -1
  920. package/node_modules/@smithy/util-retry/package.json +8 -10
  921. package/node_modules/@smithy/util-stream/README.md +0 -6
  922. package/node_modules/@smithy/util-stream/package.json +19 -16
  923. package/node_modules/@smithy/util-uri-escape/package.json +1 -1
  924. package/node_modules/@smithy/util-utf8/package.json +8 -13
  925. package/node_modules/@smithy/util-waiter/package.json +8 -10
  926. package/node_modules/tslib/package.json +2 -2
  927. package/node_modules/tslib/tslib.es6.js +28 -28
  928. package/node_modules/tslib/tslib.es6.mjs +1 -1
  929. package/node_modules/tslib/tslib.js +1 -1
  930. package/package.json +17 -20
  931. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  932. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -17
  933. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -38
  934. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -46
  935. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -46
  936. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -46
  937. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -6
  938. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -12
  939. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -12
  940. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  941. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -10
  942. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -12
  943. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -184
  944. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -469
  945. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -38
  946. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -45
  947. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  948. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -21
  949. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -13
  950. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -34
  951. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -42
  952. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -42
  953. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -42
  954. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -3
  955. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -8
  956. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -8
  957. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  958. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  959. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  960. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  961. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -169
  962. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -460
  963. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -33
  964. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -40
  965. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  966. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -17
  967. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -70
  968. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -197
  969. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -129
  970. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -98
  971. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -102
  972. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -3
  973. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -19
  974. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  975. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  976. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -49
  977. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -13
  978. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  979. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -377
  980. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -29
  981. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -35
  982. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -35
  983. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -34
  984. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -18
  985. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -56
  986. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -122
  987. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -35
  988. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -38
  989. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -42
  990. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -3
  991. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -33
  992. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  993. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  994. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -5
  995. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -8
  996. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  997. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -151
  998. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -41
  999. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -65
  1000. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -65
  1001. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -56
  1002. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -18
  1003. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -97
  1004. package/node_modules/@aws-sdk/types/dist-es/connection/index.js +0 -3
  1005. package/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +0 -7
  1006. package/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +0 -3
  1007. package/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +0 -28
  1008. package/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +0 -24
  1009. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +0 -3
  1010. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1011. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +0 -14
  1012. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +0 -9
  1013. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js +0 -11
  1014. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js +0 -6
  1015. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js +0 -1
  1016. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -4
  1017. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -11
  1018. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -1
  1019. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -1
  1020. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -4
  1021. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -1
  1022. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -4
  1023. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -1
  1024. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -6
  1025. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -1
  1026. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -5
  1027. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -13
  1028. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -13
  1029. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -6
  1030. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -5
  1031. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -6
  1032. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -6
  1033. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -5
  1034. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -6
  1035. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -5
  1036. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -5
  1037. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -6
  1038. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -5
  1039. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -5
  1040. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -1
  1041. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  1042. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts +0 -1
  1043. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileData.js +0 -10
  1044. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileData.js +0 -6
  1045. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileData.d.ts +0 -7
  1046. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts +0 -7
  1047. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/config.js → client-codedeploy/dist-cjs/extensionConfiguration.js} +0 -0
  1048. /package/node_modules/@aws-sdk/{types/dist-es/connection/config.js → client-codedeploy/dist-es/extensionConfiguration.js} +0 -0
  1049. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/manager.js → client-sso/dist-cjs/extensionConfiguration.js} +0 -0
  1050. /package/node_modules/@aws-sdk/{types/dist-es/connection/manager.js → client-sso/dist-es/extensionConfiguration.js} +0 -0
  1051. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/pool.js → client-sts/dist-cjs/extensionConfiguration.js} +0 -0
  1052. /package/node_modules/@aws-sdk/{types/dist-es/connection/pool.js → client-sts/dist-es/extensionConfiguration.js} +0 -0
  1053. /package/node_modules/@smithy/types/dist-cjs/{auth.js → auth/auth.js} +0 -0
  1054. /package/node_modules/@smithy/types/dist-es/{auth.js → auth/auth.js} +0 -0
  1055. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/debug/debugId.js +0 -0
  1056. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/debug/index.js +0 -0
  1057. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/debug/toDebugString.js +0 -0
  1058. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -0
  1059. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/getAttr.js +0 -0
  1060. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -0
  1061. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/isSet.js +0 -0
  1062. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -0
  1063. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/not.js +0 -0
  1064. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/stringEquals.js +0 -0
  1065. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/substring.js +0 -0
  1066. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/lib/uriEncode.js +0 -0
  1067. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -0
  1068. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -0
  1069. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -0
  1070. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -0
  1071. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -0
  1072. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -0
  1073. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -0
  1074. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -0
  1075. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -0
  1076. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -0
  1077. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -0
  1078. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -0
  1079. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -0
  1080. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/debug/debugId.js +0 -0
  1081. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/debug/index.js +0 -0
  1082. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/debug/toDebugString.js +0 -0
  1083. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/booleanEquals.js +0 -0
  1084. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/getAttr.js +0 -0
  1085. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/getAttrPathList.js +0 -0
  1086. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/isSet.js +0 -0
  1087. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -0
  1088. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/not.js +0 -0
  1089. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/stringEquals.js +0 -0
  1090. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/substring.js +0 -0
  1091. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/lib/uriEncode.js +0 -0
  1092. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateCondition.js +0 -0
  1093. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateConditions.js +0 -0
  1094. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -0
  1095. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -0
  1096. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateExpression.js +0 -0
  1097. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateRules.js +0 -0
  1098. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -0
  1099. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -0
  1100. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -0
  1101. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -0
  1102. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -0
  1103. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -0
  1104. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-es/utils/getReferenceValue.js +0 -0
  1105. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/debug/debugId.d.ts +0 -0
  1106. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/debug/index.d.ts +0 -0
  1107. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -0
  1108. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/getAttr.d.ts +0 -0
  1109. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -0
  1110. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/isSet.d.ts +0 -0
  1111. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -0
  1112. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/not.d.ts +0 -0
  1113. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -0
  1114. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/substring.d.ts +0 -0
  1115. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -0
  1116. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/callFunction.d.ts +0 -0
  1117. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -0
  1118. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -0
  1119. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -0
  1120. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -0
  1121. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -0
  1122. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -0
  1123. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -0
  1124. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -0
  1125. /package/node_modules/{@aws-sdk → @smithy}/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -0
@@ -0,0 +1,1032 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.SSOOIDCClient = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.CreateTokenCommand = exports.AuthorizationPendingException = exports.AccessDeniedException = void 0;
4
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
+ const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
10
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
11
+ const middleware_retry_1 = require("@smithy/middleware-retry");
12
+ const smithy_client_1 = require("@smithy/smithy-client");
13
+ var resolveClientEndpointParameters = (options) => {
14
+ var _a, _b;
15
+ return {
16
+ ...options,
17
+ useDualstackEndpoint: (_a = options.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false,
18
+ useFipsEndpoint: (_b = options.useFipsEndpoint) !== null && _b !== void 0 ? _b : false,
19
+ defaultSigningName: "awsssooidc",
20
+ };
21
+ };
22
+ var package_default = { version: "3.429.0" };
23
+ const sha256_browser_1 = require("@aws-crypto/sha256-browser");
24
+ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
25
+ const config_resolver_2 = require("@smithy/config-resolver");
26
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
27
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
28
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
29
+ const util_retry_1 = require("@smithy/util-retry");
30
+ const smithy_client_2 = require("@smithy/smithy-client");
31
+ const url_parser_1 = require("@smithy/url-parser");
32
+ const util_base64_1 = require("@smithy/util-base64");
33
+ const util_utf8_1 = require("@smithy/util-utf8");
34
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
35
+ var s = "required";
36
+ var t = "fn";
37
+ var u = "argv";
38
+ var v = "ref";
39
+ var a = "isSet";
40
+ var b = "tree";
41
+ var c = "error";
42
+ var d = "endpoint";
43
+ var e = "PartitionResult";
44
+ var f = "getAttr";
45
+ var g = { [s]: false, type: "String" };
46
+ var h = { [s]: true, default: false, type: "Boolean" };
47
+ var i = { [v]: "Endpoint" };
48
+ var j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] };
49
+ var k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] };
50
+ var l = {};
51
+ var m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] };
52
+ var n = { [v]: e };
53
+ var o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] };
54
+ var p = [j];
55
+ var q = [k];
56
+ var r = [{ [v]: "Region" }];
57
+ var _data = {
58
+ version: "1.0",
59
+ parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g },
60
+ rules: [
61
+ {
62
+ conditions: [{ [t]: a, [u]: [i] }],
63
+ type: b,
64
+ rules: [
65
+ { conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c },
66
+ { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c },
67
+ { endpoint: { url: i, properties: l, headers: l }, type: d },
68
+ ],
69
+ },
70
+ {
71
+ conditions: [{ [t]: a, [u]: r }],
72
+ type: b,
73
+ rules: [
74
+ {
75
+ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }],
76
+ type: b,
77
+ rules: [
78
+ {
79
+ conditions: [j, k],
80
+ type: b,
81
+ rules: [
82
+ {
83
+ conditions: [m, o],
84
+ type: b,
85
+ rules: [
86
+ {
87
+ endpoint: {
88
+ url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
89
+ properties: l,
90
+ headers: l,
91
+ },
92
+ type: d,
93
+ },
94
+ ],
95
+ },
96
+ { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c },
97
+ ],
98
+ },
99
+ {
100
+ conditions: p,
101
+ type: b,
102
+ rules: [
103
+ {
104
+ conditions: [m],
105
+ type: b,
106
+ rules: [
107
+ {
108
+ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }],
109
+ endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: l, headers: l },
110
+ type: d,
111
+ },
112
+ {
113
+ endpoint: {
114
+ url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
115
+ properties: l,
116
+ headers: l,
117
+ },
118
+ type: d,
119
+ },
120
+ ],
121
+ },
122
+ { error: "FIPS is enabled but this partition does not support FIPS", type: c },
123
+ ],
124
+ },
125
+ {
126
+ conditions: q,
127
+ type: b,
128
+ rules: [
129
+ {
130
+ conditions: [o],
131
+ type: b,
132
+ rules: [
133
+ {
134
+ endpoint: {
135
+ url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
136
+ properties: l,
137
+ headers: l,
138
+ },
139
+ type: d,
140
+ },
141
+ ],
142
+ },
143
+ { error: "DualStack is enabled but this partition does not support DualStack", type: c },
144
+ ],
145
+ },
146
+ {
147
+ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l },
148
+ type: d,
149
+ },
150
+ ],
151
+ },
152
+ ],
153
+ },
154
+ { error: "Invalid Configuration: Missing Region", type: c },
155
+ ],
156
+ };
157
+ var ruleSet = _data;
158
+ var defaultEndpointResolver = (endpointParams, context = {}) => {
159
+ return (0, util_endpoints_1.resolveEndpoint)(ruleSet, {
160
+ endpointParams,
161
+ logger: context.logger,
162
+ });
163
+ };
164
+ var getRuntimeConfig = (config) => {
165
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
166
+ return ({
167
+ apiVersion: "2019-06-10",
168
+ base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_1.fromBase64,
169
+ base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_1.toBase64,
170
+ disableHostPrefix: (_c = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _c !== void 0 ? _c : false,
171
+ endpointProvider: (_d = config === null || config === void 0 ? void 0 : config.endpointProvider) !== null && _d !== void 0 ? _d : defaultEndpointResolver,
172
+ extensions: (_e = config === null || config === void 0 ? void 0 : config.extensions) !== null && _e !== void 0 ? _e : [],
173
+ logger: (_f = config === null || config === void 0 ? void 0 : config.logger) !== null && _f !== void 0 ? _f : new smithy_client_2.NoOpLogger(),
174
+ serviceId: (_g = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _g !== void 0 ? _g : "SSO OIDC",
175
+ urlParser: (_h = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _h !== void 0 ? _h : url_parser_1.parseUrl,
176
+ utf8Decoder: (_j = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _j !== void 0 ? _j : util_utf8_1.fromUtf8,
177
+ utf8Encoder: (_k = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _k !== void 0 ? _k : util_utf8_1.toUtf8,
178
+ });
179
+ };
180
+ const smithy_client_3 = require("@smithy/smithy-client");
181
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
182
+ var getRuntimeConfig2 = (config) => {
183
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
184
+ const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
185
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_3.loadConfigsForDefaultMode);
186
+ const clientSharedValues = getRuntimeConfig(config);
187
+ return {
188
+ ...clientSharedValues,
189
+ ...config,
190
+ runtime: "browser",
191
+ defaultsMode,
192
+ bodyLengthChecker: (_a = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _a !== void 0 ? _a : util_body_length_browser_1.calculateBodyLength,
193
+ defaultUserAgentProvider: (_b = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _b !== void 0 ? _b : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
194
+ maxAttempts: (_c = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _c !== void 0 ? _c : util_retry_1.DEFAULT_MAX_ATTEMPTS,
195
+ region: (_d = config === null || config === void 0 ? void 0 : config.region) !== null && _d !== void 0 ? _d : (0, invalid_dependency_1.invalidProvider)("Region is missing"),
196
+ requestHandler: (_e = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _e !== void 0 ? _e : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
197
+ retryMode: (_f = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _f !== void 0 ? _f : (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
198
+ sha256: (_g = config === null || config === void 0 ? void 0 : config.sha256) !== null && _g !== void 0 ? _g : sha256_browser_1.Sha256,
199
+ streamCollector: (_h = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _h !== void 0 ? _h : fetch_http_handler_1.streamCollector,
200
+ useDualstackEndpoint: (_j = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _j !== void 0 ? _j : (() => Promise.resolve(config_resolver_2.DEFAULT_USE_DUALSTACK_ENDPOINT)),
201
+ useFipsEndpoint: (_k = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _k !== void 0 ? _k : (() => Promise.resolve(config_resolver_2.DEFAULT_USE_FIPS_ENDPOINT)),
202
+ };
203
+ };
204
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
205
+ const protocol_http_1 = require("@smithy/protocol-http");
206
+ const smithy_client_4 = require("@smithy/smithy-client");
207
+ var asPartial = (t2) => t2;
208
+ var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
209
+ const extensionConfiguration = {
210
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
211
+ ...asPartial((0, smithy_client_4.getDefaultExtensionConfiguration)(runtimeConfig)),
212
+ ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
213
+ };
214
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
215
+ return {
216
+ ...runtimeConfig,
217
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
218
+ ...(0, smithy_client_4.resolveDefaultRuntimeConfig)(extensionConfiguration),
219
+ ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
220
+ };
221
+ };
222
+ var SSOOIDCClient = class extends smithy_client_1.Client {
223
+ constructor(...[configuration]) {
224
+ const _config_0 = getRuntimeConfig2(configuration || {});
225
+ const _config_1 = resolveClientEndpointParameters(_config_0);
226
+ const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
227
+ const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
228
+ const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
229
+ const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
230
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
231
+ const _config_7 = resolveRuntimeExtensions(_config_6, (configuration === null || configuration === void 0 ? void 0 : configuration.extensions) || []);
232
+ super(_config_7);
233
+ this.config = _config_7;
234
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
235
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
236
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
237
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
238
+ this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
239
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
240
+ }
241
+ destroy() {
242
+ super.destroy();
243
+ }
244
+ };
245
+ exports.SSOOIDCClient = SSOOIDCClient;
246
+ const smithy_client_5 = require("@smithy/smithy-client");
247
+ const middleware_endpoint_2 = require("@smithy/middleware-endpoint");
248
+ const middleware_serde_1 = require("@smithy/middleware-serde");
249
+ const smithy_client_6 = require("@smithy/smithy-client");
250
+ const types_1 = require("@smithy/types");
251
+ const protocol_http_2 = require("@smithy/protocol-http");
252
+ const smithy_client_7 = require("@smithy/smithy-client");
253
+ const smithy_client_8 = require("@smithy/smithy-client");
254
+ var SSOOIDCServiceException = class _SSOOIDCServiceException extends smithy_client_8.ServiceException {
255
+ constructor(options) {
256
+ super(options);
257
+ Object.setPrototypeOf(this, _SSOOIDCServiceException.prototype);
258
+ }
259
+ };
260
+ var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
261
+ constructor(opts) {
262
+ super({
263
+ name: "AccessDeniedException",
264
+ $fault: "client",
265
+ ...opts,
266
+ });
267
+ this.name = "AccessDeniedException";
268
+ this.$fault = "client";
269
+ Object.setPrototypeOf(this, _AccessDeniedException.prototype);
270
+ this.error = opts.error;
271
+ this.error_description = opts.error_description;
272
+ }
273
+ };
274
+ exports.AccessDeniedException = AccessDeniedException;
275
+ var AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
276
+ constructor(opts) {
277
+ super({
278
+ name: "AuthorizationPendingException",
279
+ $fault: "client",
280
+ ...opts,
281
+ });
282
+ this.name = "AuthorizationPendingException";
283
+ this.$fault = "client";
284
+ Object.setPrototypeOf(this, _AuthorizationPendingException.prototype);
285
+ this.error = opts.error;
286
+ this.error_description = opts.error_description;
287
+ }
288
+ };
289
+ exports.AuthorizationPendingException = AuthorizationPendingException;
290
+ var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
291
+ constructor(opts) {
292
+ super({
293
+ name: "ExpiredTokenException",
294
+ $fault: "client",
295
+ ...opts,
296
+ });
297
+ this.name = "ExpiredTokenException";
298
+ this.$fault = "client";
299
+ Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
300
+ this.error = opts.error;
301
+ this.error_description = opts.error_description;
302
+ }
303
+ };
304
+ exports.ExpiredTokenException = ExpiredTokenException;
305
+ var InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
306
+ constructor(opts) {
307
+ super({
308
+ name: "InternalServerException",
309
+ $fault: "server",
310
+ ...opts,
311
+ });
312
+ this.name = "InternalServerException";
313
+ this.$fault = "server";
314
+ Object.setPrototypeOf(this, _InternalServerException.prototype);
315
+ this.error = opts.error;
316
+ this.error_description = opts.error_description;
317
+ }
318
+ };
319
+ exports.InternalServerException = InternalServerException;
320
+ var InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
321
+ constructor(opts) {
322
+ super({
323
+ name: "InvalidClientException",
324
+ $fault: "client",
325
+ ...opts,
326
+ });
327
+ this.name = "InvalidClientException";
328
+ this.$fault = "client";
329
+ Object.setPrototypeOf(this, _InvalidClientException.prototype);
330
+ this.error = opts.error;
331
+ this.error_description = opts.error_description;
332
+ }
333
+ };
334
+ exports.InvalidClientException = InvalidClientException;
335
+ var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
336
+ constructor(opts) {
337
+ super({
338
+ name: "InvalidGrantException",
339
+ $fault: "client",
340
+ ...opts,
341
+ });
342
+ this.name = "InvalidGrantException";
343
+ this.$fault = "client";
344
+ Object.setPrototypeOf(this, _InvalidGrantException.prototype);
345
+ this.error = opts.error;
346
+ this.error_description = opts.error_description;
347
+ }
348
+ };
349
+ var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
350
+ constructor(opts) {
351
+ super({
352
+ name: "InvalidRequestException",
353
+ $fault: "client",
354
+ ...opts,
355
+ });
356
+ this.name = "InvalidRequestException";
357
+ this.$fault = "client";
358
+ Object.setPrototypeOf(this, _InvalidRequestException.prototype);
359
+ this.error = opts.error;
360
+ this.error_description = opts.error_description;
361
+ }
362
+ };
363
+ exports.InvalidRequestException = InvalidRequestException;
364
+ var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
365
+ constructor(opts) {
366
+ super({
367
+ name: "InvalidScopeException",
368
+ $fault: "client",
369
+ ...opts,
370
+ });
371
+ this.name = "InvalidScopeException";
372
+ this.$fault = "client";
373
+ Object.setPrototypeOf(this, _InvalidScopeException.prototype);
374
+ this.error = opts.error;
375
+ this.error_description = opts.error_description;
376
+ }
377
+ };
378
+ exports.InvalidScopeException = InvalidScopeException;
379
+ var SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
380
+ constructor(opts) {
381
+ super({
382
+ name: "SlowDownException",
383
+ $fault: "client",
384
+ ...opts,
385
+ });
386
+ this.name = "SlowDownException";
387
+ this.$fault = "client";
388
+ Object.setPrototypeOf(this, _SlowDownException.prototype);
389
+ this.error = opts.error;
390
+ this.error_description = opts.error_description;
391
+ }
392
+ };
393
+ exports.SlowDownException = SlowDownException;
394
+ var UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
395
+ constructor(opts) {
396
+ super({
397
+ name: "UnauthorizedClientException",
398
+ $fault: "client",
399
+ ...opts,
400
+ });
401
+ this.name = "UnauthorizedClientException";
402
+ this.$fault = "client";
403
+ Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
404
+ this.error = opts.error;
405
+ this.error_description = opts.error_description;
406
+ }
407
+ };
408
+ exports.UnauthorizedClientException = UnauthorizedClientException;
409
+ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
410
+ constructor(opts) {
411
+ super({
412
+ name: "UnsupportedGrantTypeException",
413
+ $fault: "client",
414
+ ...opts,
415
+ });
416
+ this.name = "UnsupportedGrantTypeException";
417
+ this.$fault = "client";
418
+ Object.setPrototypeOf(this, _UnsupportedGrantTypeException.prototype);
419
+ this.error = opts.error;
420
+ this.error_description = opts.error_description;
421
+ }
422
+ };
423
+ exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException;
424
+ var InvalidClientMetadataException = class _InvalidClientMetadataException extends SSOOIDCServiceException {
425
+ constructor(opts) {
426
+ super({
427
+ name: "InvalidClientMetadataException",
428
+ $fault: "client",
429
+ ...opts,
430
+ });
431
+ this.name = "InvalidClientMetadataException";
432
+ this.$fault = "client";
433
+ Object.setPrototypeOf(this, _InvalidClientMetadataException.prototype);
434
+ this.error = opts.error;
435
+ this.error_description = opts.error_description;
436
+ }
437
+ };
438
+ var se_CreateTokenCommand = async (input, context) => {
439
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
440
+ const headers = {
441
+ "content-type": "application/json",
442
+ };
443
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/token`;
444
+ let body;
445
+ body = JSON.stringify((0, smithy_client_7.take)(input, {
446
+ clientId: [],
447
+ clientSecret: [],
448
+ code: [],
449
+ deviceCode: [],
450
+ grantType: [],
451
+ redirectUri: [],
452
+ refreshToken: [],
453
+ scope: (_) => (0, smithy_client_7._json)(_),
454
+ }));
455
+ return new protocol_http_2.HttpRequest({
456
+ protocol,
457
+ hostname,
458
+ port,
459
+ method: "POST",
460
+ headers,
461
+ path: resolvedPath,
462
+ body,
463
+ });
464
+ };
465
+ var se_RegisterClientCommand = async (input, context) => {
466
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
467
+ const headers = {
468
+ "content-type": "application/json",
469
+ };
470
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/client/register`;
471
+ let body;
472
+ body = JSON.stringify((0, smithy_client_7.take)(input, {
473
+ clientName: [],
474
+ clientType: [],
475
+ scopes: (_) => (0, smithy_client_7._json)(_),
476
+ }));
477
+ return new protocol_http_2.HttpRequest({
478
+ protocol,
479
+ hostname,
480
+ port,
481
+ method: "POST",
482
+ headers,
483
+ path: resolvedPath,
484
+ body,
485
+ });
486
+ };
487
+ var se_StartDeviceAuthorizationCommand = async (input, context) => {
488
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
489
+ const headers = {
490
+ "content-type": "application/json",
491
+ };
492
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/device_authorization`;
493
+ let body;
494
+ body = JSON.stringify((0, smithy_client_7.take)(input, {
495
+ clientId: [],
496
+ clientSecret: [],
497
+ startUrl: [],
498
+ }));
499
+ return new protocol_http_2.HttpRequest({
500
+ protocol,
501
+ hostname,
502
+ port,
503
+ method: "POST",
504
+ headers,
505
+ path: resolvedPath,
506
+ body,
507
+ });
508
+ };
509
+ var de_CreateTokenCommand = async (output, context) => {
510
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
511
+ return de_CreateTokenCommandError(output, context);
512
+ }
513
+ const contents = (0, smithy_client_7.map)({
514
+ $metadata: deserializeMetadata(output),
515
+ });
516
+ const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
517
+ const doc = (0, smithy_client_7.take)(data, {
518
+ accessToken: smithy_client_7.expectString,
519
+ expiresIn: smithy_client_7.expectInt32,
520
+ idToken: smithy_client_7.expectString,
521
+ refreshToken: smithy_client_7.expectString,
522
+ tokenType: smithy_client_7.expectString,
523
+ });
524
+ Object.assign(contents, doc);
525
+ return contents;
526
+ };
527
+ var de_CreateTokenCommandError = async (output, context) => {
528
+ const parsedOutput = {
529
+ ...output,
530
+ body: await parseErrorBody(output.body, context),
531
+ };
532
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
533
+ switch (errorCode) {
534
+ case "AccessDeniedException":
535
+ case "com.amazonaws.ssooidc#AccessDeniedException":
536
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
537
+ case "AuthorizationPendingException":
538
+ case "com.amazonaws.ssooidc#AuthorizationPendingException":
539
+ throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
540
+ case "ExpiredTokenException":
541
+ case "com.amazonaws.ssooidc#ExpiredTokenException":
542
+ throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
543
+ case "InternalServerException":
544
+ case "com.amazonaws.ssooidc#InternalServerException":
545
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
546
+ case "InvalidClientException":
547
+ case "com.amazonaws.ssooidc#InvalidClientException":
548
+ throw await de_InvalidClientExceptionRes(parsedOutput, context);
549
+ case "InvalidGrantException":
550
+ case "com.amazonaws.ssooidc#InvalidGrantException":
551
+ throw await de_InvalidGrantExceptionRes(parsedOutput, context);
552
+ case "InvalidRequestException":
553
+ case "com.amazonaws.ssooidc#InvalidRequestException":
554
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
555
+ case "InvalidScopeException":
556
+ case "com.amazonaws.ssooidc#InvalidScopeException":
557
+ throw await de_InvalidScopeExceptionRes(parsedOutput, context);
558
+ case "SlowDownException":
559
+ case "com.amazonaws.ssooidc#SlowDownException":
560
+ throw await de_SlowDownExceptionRes(parsedOutput, context);
561
+ case "UnauthorizedClientException":
562
+ case "com.amazonaws.ssooidc#UnauthorizedClientException":
563
+ throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
564
+ case "UnsupportedGrantTypeException":
565
+ case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
566
+ throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
567
+ default:
568
+ const parsedBody = parsedOutput.body;
569
+ return throwDefaultError({
570
+ output,
571
+ parsedBody,
572
+ errorCode,
573
+ });
574
+ }
575
+ };
576
+ var de_RegisterClientCommand = async (output, context) => {
577
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
578
+ return de_RegisterClientCommandError(output, context);
579
+ }
580
+ const contents = (0, smithy_client_7.map)({
581
+ $metadata: deserializeMetadata(output),
582
+ });
583
+ const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
584
+ const doc = (0, smithy_client_7.take)(data, {
585
+ authorizationEndpoint: smithy_client_7.expectString,
586
+ clientId: smithy_client_7.expectString,
587
+ clientIdIssuedAt: smithy_client_7.expectLong,
588
+ clientSecret: smithy_client_7.expectString,
589
+ clientSecretExpiresAt: smithy_client_7.expectLong,
590
+ tokenEndpoint: smithy_client_7.expectString,
591
+ });
592
+ Object.assign(contents, doc);
593
+ return contents;
594
+ };
595
+ var de_RegisterClientCommandError = async (output, context) => {
596
+ const parsedOutput = {
597
+ ...output,
598
+ body: await parseErrorBody(output.body, context),
599
+ };
600
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
601
+ switch (errorCode) {
602
+ case "InternalServerException":
603
+ case "com.amazonaws.ssooidc#InternalServerException":
604
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
605
+ case "InvalidClientMetadataException":
606
+ case "com.amazonaws.ssooidc#InvalidClientMetadataException":
607
+ throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
608
+ case "InvalidRequestException":
609
+ case "com.amazonaws.ssooidc#InvalidRequestException":
610
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
611
+ case "InvalidScopeException":
612
+ case "com.amazonaws.ssooidc#InvalidScopeException":
613
+ throw await de_InvalidScopeExceptionRes(parsedOutput, context);
614
+ default:
615
+ const parsedBody = parsedOutput.body;
616
+ return throwDefaultError({
617
+ output,
618
+ parsedBody,
619
+ errorCode,
620
+ });
621
+ }
622
+ };
623
+ var de_StartDeviceAuthorizationCommand = async (output, context) => {
624
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
625
+ return de_StartDeviceAuthorizationCommandError(output, context);
626
+ }
627
+ const contents = (0, smithy_client_7.map)({
628
+ $metadata: deserializeMetadata(output),
629
+ });
630
+ const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
631
+ const doc = (0, smithy_client_7.take)(data, {
632
+ deviceCode: smithy_client_7.expectString,
633
+ expiresIn: smithy_client_7.expectInt32,
634
+ interval: smithy_client_7.expectInt32,
635
+ userCode: smithy_client_7.expectString,
636
+ verificationUri: smithy_client_7.expectString,
637
+ verificationUriComplete: smithy_client_7.expectString,
638
+ });
639
+ Object.assign(contents, doc);
640
+ return contents;
641
+ };
642
+ var de_StartDeviceAuthorizationCommandError = async (output, context) => {
643
+ const parsedOutput = {
644
+ ...output,
645
+ body: await parseErrorBody(output.body, context),
646
+ };
647
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
648
+ switch (errorCode) {
649
+ case "InternalServerException":
650
+ case "com.amazonaws.ssooidc#InternalServerException":
651
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
652
+ case "InvalidClientException":
653
+ case "com.amazonaws.ssooidc#InvalidClientException":
654
+ throw await de_InvalidClientExceptionRes(parsedOutput, context);
655
+ case "InvalidRequestException":
656
+ case "com.amazonaws.ssooidc#InvalidRequestException":
657
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
658
+ case "SlowDownException":
659
+ case "com.amazonaws.ssooidc#SlowDownException":
660
+ throw await de_SlowDownExceptionRes(parsedOutput, context);
661
+ case "UnauthorizedClientException":
662
+ case "com.amazonaws.ssooidc#UnauthorizedClientException":
663
+ throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
664
+ default:
665
+ const parsedBody = parsedOutput.body;
666
+ return throwDefaultError({
667
+ output,
668
+ parsedBody,
669
+ errorCode,
670
+ });
671
+ }
672
+ };
673
+ var throwDefaultError = (0, smithy_client_7.withBaseException)(SSOOIDCServiceException);
674
+ var de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
675
+ const contents = (0, smithy_client_7.map)({});
676
+ const data = parsedOutput.body;
677
+ const doc = (0, smithy_client_7.take)(data, {
678
+ error: smithy_client_7.expectString,
679
+ error_description: smithy_client_7.expectString,
680
+ });
681
+ Object.assign(contents, doc);
682
+ const exception = new AccessDeniedException({
683
+ $metadata: deserializeMetadata(parsedOutput),
684
+ ...contents,
685
+ });
686
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
687
+ };
688
+ var de_AuthorizationPendingExceptionRes = async (parsedOutput, context) => {
689
+ const contents = (0, smithy_client_7.map)({});
690
+ const data = parsedOutput.body;
691
+ const doc = (0, smithy_client_7.take)(data, {
692
+ error: smithy_client_7.expectString,
693
+ error_description: smithy_client_7.expectString,
694
+ });
695
+ Object.assign(contents, doc);
696
+ const exception = new AuthorizationPendingException({
697
+ $metadata: deserializeMetadata(parsedOutput),
698
+ ...contents,
699
+ });
700
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
701
+ };
702
+ var de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {
703
+ const contents = (0, smithy_client_7.map)({});
704
+ const data = parsedOutput.body;
705
+ const doc = (0, smithy_client_7.take)(data, {
706
+ error: smithy_client_7.expectString,
707
+ error_description: smithy_client_7.expectString,
708
+ });
709
+ Object.assign(contents, doc);
710
+ const exception = new ExpiredTokenException({
711
+ $metadata: deserializeMetadata(parsedOutput),
712
+ ...contents,
713
+ });
714
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
715
+ };
716
+ var de_InternalServerExceptionRes = async (parsedOutput, context) => {
717
+ const contents = (0, smithy_client_7.map)({});
718
+ const data = parsedOutput.body;
719
+ const doc = (0, smithy_client_7.take)(data, {
720
+ error: smithy_client_7.expectString,
721
+ error_description: smithy_client_7.expectString,
722
+ });
723
+ Object.assign(contents, doc);
724
+ const exception = new InternalServerException({
725
+ $metadata: deserializeMetadata(parsedOutput),
726
+ ...contents,
727
+ });
728
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
729
+ };
730
+ var de_InvalidClientExceptionRes = async (parsedOutput, context) => {
731
+ const contents = (0, smithy_client_7.map)({});
732
+ const data = parsedOutput.body;
733
+ const doc = (0, smithy_client_7.take)(data, {
734
+ error: smithy_client_7.expectString,
735
+ error_description: smithy_client_7.expectString,
736
+ });
737
+ Object.assign(contents, doc);
738
+ const exception = new InvalidClientException({
739
+ $metadata: deserializeMetadata(parsedOutput),
740
+ ...contents,
741
+ });
742
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
743
+ };
744
+ var de_InvalidClientMetadataExceptionRes = async (parsedOutput, context) => {
745
+ const contents = (0, smithy_client_7.map)({});
746
+ const data = parsedOutput.body;
747
+ const doc = (0, smithy_client_7.take)(data, {
748
+ error: smithy_client_7.expectString,
749
+ error_description: smithy_client_7.expectString,
750
+ });
751
+ Object.assign(contents, doc);
752
+ const exception = new InvalidClientMetadataException({
753
+ $metadata: deserializeMetadata(parsedOutput),
754
+ ...contents,
755
+ });
756
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
757
+ };
758
+ var de_InvalidGrantExceptionRes = async (parsedOutput, context) => {
759
+ const contents = (0, smithy_client_7.map)({});
760
+ const data = parsedOutput.body;
761
+ const doc = (0, smithy_client_7.take)(data, {
762
+ error: smithy_client_7.expectString,
763
+ error_description: smithy_client_7.expectString,
764
+ });
765
+ Object.assign(contents, doc);
766
+ const exception = new InvalidGrantException({
767
+ $metadata: deserializeMetadata(parsedOutput),
768
+ ...contents,
769
+ });
770
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
771
+ };
772
+ var de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
773
+ const contents = (0, smithy_client_7.map)({});
774
+ const data = parsedOutput.body;
775
+ const doc = (0, smithy_client_7.take)(data, {
776
+ error: smithy_client_7.expectString,
777
+ error_description: smithy_client_7.expectString,
778
+ });
779
+ Object.assign(contents, doc);
780
+ const exception = new InvalidRequestException({
781
+ $metadata: deserializeMetadata(parsedOutput),
782
+ ...contents,
783
+ });
784
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
785
+ };
786
+ var de_InvalidScopeExceptionRes = async (parsedOutput, context) => {
787
+ const contents = (0, smithy_client_7.map)({});
788
+ const data = parsedOutput.body;
789
+ const doc = (0, smithy_client_7.take)(data, {
790
+ error: smithy_client_7.expectString,
791
+ error_description: smithy_client_7.expectString,
792
+ });
793
+ Object.assign(contents, doc);
794
+ const exception = new InvalidScopeException({
795
+ $metadata: deserializeMetadata(parsedOutput),
796
+ ...contents,
797
+ });
798
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
799
+ };
800
+ var de_SlowDownExceptionRes = async (parsedOutput, context) => {
801
+ const contents = (0, smithy_client_7.map)({});
802
+ const data = parsedOutput.body;
803
+ const doc = (0, smithy_client_7.take)(data, {
804
+ error: smithy_client_7.expectString,
805
+ error_description: smithy_client_7.expectString,
806
+ });
807
+ Object.assign(contents, doc);
808
+ const exception = new SlowDownException({
809
+ $metadata: deserializeMetadata(parsedOutput),
810
+ ...contents,
811
+ });
812
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
813
+ };
814
+ var de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {
815
+ const contents = (0, smithy_client_7.map)({});
816
+ const data = parsedOutput.body;
817
+ const doc = (0, smithy_client_7.take)(data, {
818
+ error: smithy_client_7.expectString,
819
+ error_description: smithy_client_7.expectString,
820
+ });
821
+ Object.assign(contents, doc);
822
+ const exception = new UnauthorizedClientException({
823
+ $metadata: deserializeMetadata(parsedOutput),
824
+ ...contents,
825
+ });
826
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
827
+ };
828
+ var de_UnsupportedGrantTypeExceptionRes = async (parsedOutput, context) => {
829
+ const contents = (0, smithy_client_7.map)({});
830
+ const data = parsedOutput.body;
831
+ const doc = (0, smithy_client_7.take)(data, {
832
+ error: smithy_client_7.expectString,
833
+ error_description: smithy_client_7.expectString,
834
+ });
835
+ Object.assign(contents, doc);
836
+ const exception = new UnsupportedGrantTypeException({
837
+ $metadata: deserializeMetadata(parsedOutput),
838
+ ...contents,
839
+ });
840
+ return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
841
+ };
842
+ var deserializeMetadata = (output) => {
843
+ var _a, _b;
844
+ return ({
845
+ httpStatusCode: output.statusCode,
846
+ requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
847
+ extendedRequestId: output.headers["x-amz-id-2"],
848
+ cfId: output.headers["x-amz-cf-id"],
849
+ });
850
+ };
851
+ var collectBodyString = (streamBody, context) => (0, smithy_client_7.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
852
+ var parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
853
+ if (encoded.length) {
854
+ return JSON.parse(encoded);
855
+ }
856
+ return {};
857
+ });
858
+ var parseErrorBody = async (errorBody, context) => {
859
+ var _a;
860
+ const value = await parseBody(errorBody, context);
861
+ value.message = (_a = value.message) !== null && _a !== void 0 ? _a : value.Message;
862
+ return value;
863
+ };
864
+ var loadRestJsonErrorCode = (output, data) => {
865
+ const findKey = (object, key) => Object.keys(object).find((k2) => k2.toLowerCase() === key.toLowerCase());
866
+ const sanitizeErrorCode = (rawValue) => {
867
+ let cleanValue = rawValue;
868
+ if (typeof cleanValue === "number") {
869
+ cleanValue = cleanValue.toString();
870
+ }
871
+ if (cleanValue.indexOf(",") >= 0) {
872
+ cleanValue = cleanValue.split(",")[0];
873
+ }
874
+ if (cleanValue.indexOf(":") >= 0) {
875
+ cleanValue = cleanValue.split(":")[0];
876
+ }
877
+ if (cleanValue.indexOf("#") >= 0) {
878
+ cleanValue = cleanValue.split("#")[1];
879
+ }
880
+ return cleanValue;
881
+ };
882
+ const headerKey = findKey(output.headers, "x-amzn-errortype");
883
+ if (headerKey !== void 0) {
884
+ return sanitizeErrorCode(output.headers[headerKey]);
885
+ }
886
+ if (data.code !== void 0) {
887
+ return sanitizeErrorCode(data.code);
888
+ }
889
+ if (data["__type"] !== void 0) {
890
+ return sanitizeErrorCode(data["__type"]);
891
+ }
892
+ };
893
+ var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_6.Command {
894
+ constructor(input) {
895
+ super();
896
+ this.input = input;
897
+ }
898
+ static getEndpointParameterInstructions() {
899
+ return {
900
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
901
+ Endpoint: { type: "builtInParams", name: "endpoint" },
902
+ Region: { type: "builtInParams", name: "region" },
903
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
904
+ };
905
+ }
906
+ resolveMiddleware(clientStack, configuration, options) {
907
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
908
+ this.middlewareStack.use((0, middleware_endpoint_2.getEndpointPlugin)(configuration, _CreateTokenCommand.getEndpointParameterInstructions()));
909
+ const stack = clientStack.concat(this.middlewareStack);
910
+ const { logger } = configuration;
911
+ const clientName = "SSOOIDCClient";
912
+ const commandName = "CreateTokenCommand";
913
+ const handlerExecutionContext = {
914
+ logger,
915
+ clientName,
916
+ commandName,
917
+ inputFilterSensitiveLog: (_) => _,
918
+ outputFilterSensitiveLog: (_) => _,
919
+ [types_1.SMITHY_CONTEXT_KEY]: {
920
+ service: "AWSSSOOIDCService",
921
+ operation: "CreateToken",
922
+ },
923
+ };
924
+ const { requestHandler } = configuration;
925
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
926
+ }
927
+ serialize(input, context) {
928
+ return se_CreateTokenCommand(input, context);
929
+ }
930
+ deserialize(output, context) {
931
+ return de_CreateTokenCommand(output, context);
932
+ }
933
+ };
934
+ exports.CreateTokenCommand = CreateTokenCommand;
935
+ const middleware_endpoint_3 = require("@smithy/middleware-endpoint");
936
+ const middleware_serde_2 = require("@smithy/middleware-serde");
937
+ const smithy_client_9 = require("@smithy/smithy-client");
938
+ const types_2 = require("@smithy/types");
939
+ var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9.Command {
940
+ constructor(input) {
941
+ super();
942
+ this.input = input;
943
+ }
944
+ static getEndpointParameterInstructions() {
945
+ return {
946
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
947
+ Endpoint: { type: "builtInParams", name: "endpoint" },
948
+ Region: { type: "builtInParams", name: "region" },
949
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
950
+ };
951
+ }
952
+ resolveMiddleware(clientStack, configuration, options) {
953
+ this.middlewareStack.use((0, middleware_serde_2.getSerdePlugin)(configuration, this.serialize, this.deserialize));
954
+ this.middlewareStack.use((0, middleware_endpoint_3.getEndpointPlugin)(configuration, _RegisterClientCommand.getEndpointParameterInstructions()));
955
+ const stack = clientStack.concat(this.middlewareStack);
956
+ const { logger } = configuration;
957
+ const clientName = "SSOOIDCClient";
958
+ const commandName = "RegisterClientCommand";
959
+ const handlerExecutionContext = {
960
+ logger,
961
+ clientName,
962
+ commandName,
963
+ inputFilterSensitiveLog: (_) => _,
964
+ outputFilterSensitiveLog: (_) => _,
965
+ [types_2.SMITHY_CONTEXT_KEY]: {
966
+ service: "AWSSSOOIDCService",
967
+ operation: "RegisterClient",
968
+ },
969
+ };
970
+ const { requestHandler } = configuration;
971
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
972
+ }
973
+ serialize(input, context) {
974
+ return se_RegisterClientCommand(input, context);
975
+ }
976
+ deserialize(output, context) {
977
+ return de_RegisterClientCommand(output, context);
978
+ }
979
+ };
980
+ const middleware_endpoint_4 = require("@smithy/middleware-endpoint");
981
+ const middleware_serde_3 = require("@smithy/middleware-serde");
982
+ const smithy_client_10 = require("@smithy/smithy-client");
983
+ const types_3 = require("@smithy/types");
984
+ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends smithy_client_10.Command {
985
+ constructor(input) {
986
+ super();
987
+ this.input = input;
988
+ }
989
+ static getEndpointParameterInstructions() {
990
+ return {
991
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
992
+ Endpoint: { type: "builtInParams", name: "endpoint" },
993
+ Region: { type: "builtInParams", name: "region" },
994
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
995
+ };
996
+ }
997
+ resolveMiddleware(clientStack, configuration, options) {
998
+ this.middlewareStack.use((0, middleware_serde_3.getSerdePlugin)(configuration, this.serialize, this.deserialize));
999
+ this.middlewareStack.use((0, middleware_endpoint_4.getEndpointPlugin)(configuration, _StartDeviceAuthorizationCommand.getEndpointParameterInstructions()));
1000
+ const stack = clientStack.concat(this.middlewareStack);
1001
+ const { logger } = configuration;
1002
+ const clientName = "SSOOIDCClient";
1003
+ const commandName = "StartDeviceAuthorizationCommand";
1004
+ const handlerExecutionContext = {
1005
+ logger,
1006
+ clientName,
1007
+ commandName,
1008
+ inputFilterSensitiveLog: (_) => _,
1009
+ outputFilterSensitiveLog: (_) => _,
1010
+ [types_3.SMITHY_CONTEXT_KEY]: {
1011
+ service: "AWSSSOOIDCService",
1012
+ operation: "StartDeviceAuthorization",
1013
+ },
1014
+ };
1015
+ const { requestHandler } = configuration;
1016
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
1017
+ }
1018
+ serialize(input, context) {
1019
+ return se_StartDeviceAuthorizationCommand(input, context);
1020
+ }
1021
+ deserialize(output, context) {
1022
+ return de_StartDeviceAuthorizationCommand(output, context);
1023
+ }
1024
+ };
1025
+ var commands = {
1026
+ CreateTokenCommand,
1027
+ RegisterClientCommand,
1028
+ StartDeviceAuthorizationCommand,
1029
+ };
1030
+ var SSOOIDC = class extends SSOOIDCClient {
1031
+ };
1032
+ (0, smithy_client_5.createAggregatedClient)(commands, SSOOIDC);