@cdklabs/cdk-ecs-codedeploy 0.0.207 → 0.0.208

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 (718) hide show
  1. package/.jsii +108 -49
  2. package/.jsii.tabl.json +1 -1
  3. package/.projenrc.ts +3 -5
  4. package/API.md +4 -4
  5. package/API.md.md +4 -9
  6. package/lib/api-canary/index.d.ts +1 -1
  7. package/lib/api-canary/index.js +7 -7
  8. package/lib/ecs-appspec/index.js +1 -1
  9. package/lib/ecs-deployment/index.js +1 -1
  10. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +4 -4
  11. package/node_modules/@aws-sdk/client-codedeploy/README.md +7 -7
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/CodeDeployClient.js +6 -4
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +5 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +5 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +5 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +5 -0
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +5 -0
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +5 -0
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +3 -3
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +1 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeExtensions.js +22 -0
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +6 -4
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +5 -0
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +5 -0
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +5 -0
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +5 -0
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +5 -0
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +5 -0
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +5 -0
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +5 -0
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +5 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +5 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +5 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +5 -0
  110. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
  111. package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +3 -3
  112. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +1 -0
  113. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeExtensions.js +18 -0
  114. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +25 -25
  115. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +33 -28
  116. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -4
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +10 -11
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -16
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +10 -10
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +3 -4
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
  134. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
  135. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  139. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -5
  140. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
  141. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
  142. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
  144. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +8 -9
  146. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
  147. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  148. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -4
  149. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  150. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
  151. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +12 -11
  152. package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  153. package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +8 -0
  154. package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +26 -25
  155. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +701 -273
  156. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +8 -2
  157. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +5 -1
  158. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +5 -1
  159. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeExtensions.d.ts +17 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +7 -1
  162. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  163. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/index.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  165. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  166. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  167. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  169. package/node_modules/@aws-sdk/client-codedeploy/package.json +37 -37
  170. package/node_modules/@aws-sdk/client-sso/README.md +7 -10
  171. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +6 -4
  172. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
  173. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
  175. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
  176. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
  177. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +1 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  179. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +6 -4
  180. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
  183. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
  184. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
  185. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +1 -0
  186. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  187. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
  188. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +8 -6
  189. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
  190. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  191. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  192. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +1 -3
  193. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +25 -0
  194. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
  195. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
  196. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
  197. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  199. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +5 -1
  200. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  201. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  202. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  203. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  204. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  205. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  206. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  207. package/node_modules/@aws-sdk/client-sso/package.json +33 -33
  208. package/node_modules/@aws-sdk/client-sts/README.md +7 -7
  209. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +6 -4
  210. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
  211. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
  212. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  213. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
  214. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
  215. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
  216. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
  217. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
  218. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +1 -1
  219. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +35 -0
  220. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -0
  221. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  222. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +6 -4
  223. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
  224. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
  225. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
  229. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +1 -1
  232. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +35 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +1 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  235. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +8 -3
  236. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +8 -2
  237. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -2
  238. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -7
  239. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -4
  240. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +21 -16
  241. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +20 -18
  242. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  244. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +1 -0
  245. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +121 -28
  246. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
  247. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
  248. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
  249. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
  250. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  251. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +5 -1
  252. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +1 -0
  254. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +5 -0
  255. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  256. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  257. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  258. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  259. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  260. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  261. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  262. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
  263. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
  264. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
  265. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
  266. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  267. package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
  268. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  269. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  270. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
  271. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
  272. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  273. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  274. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +3 -0
  275. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  276. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  277. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  278. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +3 -0
  279. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
  280. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +8 -1
  281. package/node_modules/@aws-sdk/middleware-signing/package.json +9 -8
  282. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +3 -0
  283. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -6
  284. package/node_modules/@aws-sdk/{client-sso-oidc → region-config-resolver}/LICENSE +2 -2
  285. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  286. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  287. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  288. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  289. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  290. package/node_modules/@aws-sdk/{types/dist-cjs/connection → region-config-resolver/dist-cjs/regionConfig}/index.js +1 -2
  291. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  292. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  293. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  294. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  295. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  296. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  297. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  298. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  299. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  300. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  301. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  302. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  303. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  304. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  305. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  306. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  307. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  308. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  309. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  310. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  311. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  312. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  313. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  314. package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  315. package/node_modules/@aws-sdk/token-providers/README.md +20 -6
  316. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +895 -0
  317. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +901 -0
  318. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +2 -2
  319. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +2 -2
  320. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +1 -0
  321. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +872 -0
  322. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +878 -0
  323. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  324. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  325. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  326. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
  327. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
  328. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  329. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -2
  330. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  331. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
  332. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
  333. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  334. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -2
  335. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  336. package/node_modules/@aws-sdk/token-providers/package.json +42 -6
  337. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -5
  338. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
  339. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +2 -5
  340. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  341. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  342. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -6
  343. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -5
  344. package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  345. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -5
  346. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  347. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  348. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -6
  349. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -49
  350. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -55
  351. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -22
  352. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -63
  353. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -25
  354. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -10
  355. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  356. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -60
  357. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -19
  358. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -77
  359. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -108
  360. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  361. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +2 -87
  362. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -23
  363. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -15
  364. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  365. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -13
  366. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -475
  367. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -26
  368. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -22
  369. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -40
  370. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -128
  371. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -104
  372. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -72
  373. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -150
  374. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -22
  375. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -33
  376. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -11
  377. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -17
  378. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -7
  379. package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -12
  380. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -52
  381. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -17
  382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  383. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -14
  384. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -19
  385. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -43
  386. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -77
  387. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  388. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +10 -26
  389. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -8
  390. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -6
  391. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  392. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +2 -7
  393. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -211
  394. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -8
  395. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -7
  396. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +1 -11
  397. package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -43
  398. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +12 -46
  399. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -24
  400. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -59
  401. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -16
  402. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -26
  403. package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -11
  404. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -50
  405. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -9
  406. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -17
  407. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -155
  408. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -35
  409. package/node_modules/@aws-sdk/types/package.json +2 -1
  410. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -0
  411. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  412. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  413. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  414. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  415. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  416. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  417. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  418. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  419. package/node_modules/@smithy/abort-controller/package.json +7 -9
  420. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  421. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  422. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  423. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  424. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  425. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +1 -1
  426. package/node_modules/@smithy/config-resolver/package.json +11 -12
  427. package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
  428. package/node_modules/@smithy/eventstream-codec/package.json +9 -11
  429. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +23 -9
  430. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
  431. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +22 -2
  432. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +22 -2
  433. package/node_modules/@smithy/fetch-http-handler/package.json +11 -13
  434. package/node_modules/@smithy/hash-node/package.json +9 -11
  435. package/node_modules/@smithy/invalid-dependency/package.json +7 -9
  436. package/node_modules/@smithy/is-array-buffer/package.json +1 -1
  437. package/node_modules/@smithy/middleware-content-length/package.json +10 -10
  438. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
  439. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  440. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -3
  441. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +1 -1
  442. package/node_modules/@smithy/middleware-endpoint/package.json +11 -12
  443. package/node_modules/@smithy/middleware-retry/README.md +7 -0
  444. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -0
  445. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +3 -0
  446. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  447. package/node_modules/@smithy/middleware-serde/package.json +9 -9
  448. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
  449. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
  450. package/node_modules/@smithy/middleware-stack/package.json +7 -9
  451. package/node_modules/@smithy/node-config-provider/package.json +9 -11
  452. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
  453. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
  454. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
  455. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
  456. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  457. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
  458. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  459. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
  460. package/node_modules/@smithy/node-http-handler/package.json +10 -12
  461. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
  462. package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
  463. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +1 -1
  464. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  465. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +1 -1
  466. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  467. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +1 -1
  468. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +1 -1
  469. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +1 -1
  470. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  471. package/node_modules/@smithy/property-provider/package.json +7 -9
  472. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
  473. package/node_modules/{@aws-sdk/client-sso-oidc/dist-cjs/models → @smithy/protocol-http/dist-cjs/extensions}/index.js +1 -1
  474. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
  475. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  476. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  477. package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
  478. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  479. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  480. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
  481. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
  482. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  483. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  484. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
  485. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
  486. package/node_modules/@smithy/protocol-http/package.json +7 -9
  487. package/node_modules/@smithy/querystring-builder/package.json +7 -9
  488. package/node_modules/@smithy/querystring-parser/package.json +7 -9
  489. package/node_modules/@smithy/service-error-classification/package.json +9 -9
  490. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
  491. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
  492. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
  493. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -1
  494. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  495. package/node_modules/@smithy/signature-v4/package.json +14 -16
  496. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
  497. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
  498. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
  499. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
  500. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  501. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  502. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  503. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  504. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  505. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
  506. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  507. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +1 -1
  508. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  509. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  510. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  511. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  512. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
  513. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  514. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +1 -1
  515. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  516. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  517. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  518. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  519. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
  520. package/node_modules/@smithy/smithy-client/package.json +9 -11
  521. package/node_modules/@smithy/types/README.md +37 -0
  522. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
  523. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
  524. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
  525. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
  526. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
  527. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +8 -0
  528. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
  529. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
  530. package/node_modules/@smithy/types/dist-cjs/index.js +7 -0
  531. package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  532. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
  533. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
  534. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
  535. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
  536. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
  537. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
  538. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
  539. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  540. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  541. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  542. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  543. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  544. package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  545. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  546. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  547. package/node_modules/@smithy/types/dist-es/index.js +7 -0
  548. package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
  549. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  550. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  551. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  552. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  553. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  554. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  555. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  556. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  557. package/node_modules/@smithy/types/dist-types/client.d.ts +21 -2
  558. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  559. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  560. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  561. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  562. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  563. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  564. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  565. package/node_modules/@smithy/types/dist-types/index.d.ts +7 -0
  566. package/node_modules/@smithy/types/dist-types/middleware.d.ts +35 -0
  567. package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
  568. package/node_modules/@smithy/types/dist-types/response.d.ts +1 -1
  569. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  570. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  571. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  572. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  573. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +59 -0
  574. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  575. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  576. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  577. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +26 -2
  578. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  579. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  580. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  581. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  582. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  583. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  584. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  585. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +7 -0
  586. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +35 -0
  587. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
  588. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +1 -1
  589. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  590. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  591. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  592. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  593. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +64 -0
  594. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  595. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  596. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +14 -0
  597. package/node_modules/@smithy/types/dist-types/util.d.ts +6 -0
  598. package/node_modules/@smithy/types/package.json +9 -10
  599. package/node_modules/@smithy/url-parser/package.json +8 -10
  600. package/node_modules/@smithy/util-base64/package.json +2 -2
  601. package/node_modules/@smithy/util-body-length-browser/package.json +1 -1
  602. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
  603. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
  604. package/node_modules/@smithy/util-body-length-node/package.json +1 -1
  605. package/node_modules/@smithy/util-buffer-from/package.json +2 -2
  606. package/node_modules/@smithy/util-config-provider/package.json +1 -1
  607. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -11
  608. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
  609. package/node_modules/@smithy/util-hex-encoding/package.json +1 -1
  610. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
  611. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
  612. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  613. package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
  614. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  615. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
  616. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  617. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
  618. package/node_modules/@smithy/util-middleware/package.json +7 -9
  619. package/node_modules/@smithy/util-retry/README.md +2 -1
  620. package/node_modules/@smithy/util-retry/package.json +8 -10
  621. package/node_modules/@smithy/util-stream/README.md +0 -6
  622. package/node_modules/@smithy/util-stream/package.json +16 -15
  623. package/node_modules/@smithy/util-uri-escape/package.json +1 -1
  624. package/node_modules/@smithy/util-utf8/package.json +2 -2
  625. package/node_modules/@smithy/util-waiter/package.json +8 -10
  626. package/node_modules/tslib/package.json +2 -2
  627. package/node_modules/tslib/tslib.es6.js +28 -28
  628. package/node_modules/tslib/tslib.es6.mjs +1 -1
  629. package/node_modules/tslib/tslib.js +1 -1
  630. package/package.json +17 -19
  631. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  632. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -17
  633. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -38
  634. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -46
  635. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -46
  636. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -46
  637. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -6
  638. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -12
  639. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -12
  640. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  641. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -10
  642. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -12
  643. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -184
  644. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -469
  645. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -38
  646. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -45
  647. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  648. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -21
  649. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -13
  650. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -34
  651. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -42
  652. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -42
  653. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -42
  654. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -3
  655. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -8
  656. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -8
  657. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  658. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  659. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  660. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  661. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -169
  662. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -460
  663. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -33
  664. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -40
  665. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  666. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -17
  667. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -70
  668. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -197
  669. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -129
  670. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -98
  671. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -102
  672. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -3
  673. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -19
  674. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  675. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  676. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -49
  677. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -13
  678. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  679. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -377
  680. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -29
  681. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -35
  682. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -35
  683. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -34
  684. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -18
  685. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -56
  686. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -122
  687. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -35
  688. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -38
  689. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -42
  690. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -3
  691. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -33
  692. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  693. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  694. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -5
  695. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -8
  696. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  697. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -151
  698. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -41
  699. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -65
  700. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -65
  701. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -56
  702. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -18
  703. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -97
  704. package/node_modules/@aws-sdk/types/dist-es/connection/index.js +0 -3
  705. package/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +0 -7
  706. package/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +0 -3
  707. package/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +0 -28
  708. package/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +0 -24
  709. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +0 -3
  710. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  711. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +0 -14
  712. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +0 -9
  713. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/config.js → client-codedeploy/dist-cjs/extensionConfiguration.js} +0 -0
  714. /package/node_modules/@aws-sdk/{types/dist-es/connection/config.js → client-codedeploy/dist-es/extensionConfiguration.js} +0 -0
  715. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/manager.js → client-sso/dist-cjs/extensionConfiguration.js} +0 -0
  716. /package/node_modules/@aws-sdk/{types/dist-es/connection/manager.js → client-sso/dist-es/extensionConfiguration.js} +0 -0
  717. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/pool.js → client-sts/dist-cjs/extensionConfiguration.js} +0 -0
  718. /package/node_modules/@aws-sdk/{types/dist-es/connection/pool.js → client-sts/dist-es/extensionConfiguration.js} +0 -0
@@ -0,0 +1,878 @@
1
+ import { getHostHeaderPlugin, resolveHostHeaderConfig } from "@aws-sdk/middleware-host-header";
2
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
3
+ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
4
+ import { getUserAgentPlugin, resolveUserAgentConfig } from "@aws-sdk/middleware-user-agent";
5
+ import { resolveRegionConfig } from "@smithy/config-resolver";
6
+ import { getContentLengthPlugin } from "@smithy/middleware-content-length";
7
+ import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
8
+ import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { Client as __Client } from "@smithy/smithy-client";
10
+ var resolveClientEndpointParameters = (options) => {
11
+ return {
12
+ ...options,
13
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
14
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
15
+ defaultSigningName: "awsssooidc"
16
+ };
17
+ };
18
+ var package_default = { version: "3.387.0" };
19
+ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
20
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS } from "@smithy/config-resolver";
21
+ import { Hash } from "@smithy/hash-node";
22
+ import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
23
+ import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
24
+ import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
25
+ import { calculateBodyLength } from "@smithy/util-body-length-node";
26
+ import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
27
+ import { NoOpLogger } from "@smithy/smithy-client";
28
+ import { parseUrl } from "@smithy/url-parser";
29
+ import { fromBase64, toBase64 } from "@smithy/util-base64";
30
+ import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
31
+ import { resolveEndpoint } from "@aws-sdk/util-endpoints";
32
+ var p = "required";
33
+ var q = "fn";
34
+ var r = "argv";
35
+ var s = "ref";
36
+ var a = "PartitionResult";
37
+ var b = "tree";
38
+ var c = "error";
39
+ var d = "endpoint";
40
+ var e = { [p]: false, "type": "String" };
41
+ var f = { [p]: true, "default": false, "type": "Boolean" };
42
+ var g = { [s]: "Endpoint" };
43
+ var h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] };
44
+ var i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] };
45
+ var j = {};
46
+ var k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] };
47
+ var l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] };
48
+ var m = [g];
49
+ var n = [h];
50
+ var o = [i];
51
+ var _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
52
+ var ruleSet = _data;
53
+ var defaultEndpointResolver = (endpointParams, context = {}) => {
54
+ return resolveEndpoint(ruleSet, {
55
+ endpointParams,
56
+ logger: context.logger
57
+ });
58
+ };
59
+ var getRuntimeConfig = (config) => ({
60
+ apiVersion: "2019-06-10",
61
+ base64Decoder: config?.base64Decoder ?? fromBase64,
62
+ base64Encoder: config?.base64Encoder ?? toBase64,
63
+ disableHostPrefix: config?.disableHostPrefix ?? false,
64
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
65
+ logger: config?.logger ?? new NoOpLogger(),
66
+ serviceId: config?.serviceId ?? "SSO OIDC",
67
+ urlParser: config?.urlParser ?? parseUrl,
68
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
69
+ utf8Encoder: config?.utf8Encoder ?? toUtf8
70
+ });
71
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
72
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
73
+ import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
74
+ var getRuntimeConfig2 = (config) => {
75
+ emitWarningIfUnsupportedVersion(process.version);
76
+ const defaultsMode = resolveDefaultsModeConfig(config);
77
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
78
+ const clientSharedValues = getRuntimeConfig(config);
79
+ return {
80
+ ...clientSharedValues,
81
+ ...config,
82
+ runtime: "node",
83
+ defaultsMode,
84
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
85
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
86
+ maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
87
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
88
+ requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
89
+ retryMode: config?.retryMode ?? loadNodeConfig({
90
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
91
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE
92
+ }),
93
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
94
+ streamCollector: config?.streamCollector ?? streamCollector,
95
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
96
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS)
97
+ };
98
+ };
99
+ var SSOOIDCClient = class extends __Client {
100
+ constructor(...[configuration]) {
101
+ const _config_0 = getRuntimeConfig2(configuration || {});
102
+ const _config_1 = resolveClientEndpointParameters(_config_0);
103
+ const _config_2 = resolveRegionConfig(_config_1);
104
+ const _config_3 = resolveEndpointConfig(_config_2);
105
+ const _config_4 = resolveRetryConfig(_config_3);
106
+ const _config_5 = resolveHostHeaderConfig(_config_4);
107
+ const _config_6 = resolveUserAgentConfig(_config_5);
108
+ super(_config_6);
109
+ this.config = _config_6;
110
+ this.middlewareStack.use(getRetryPlugin(this.config));
111
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
112
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
113
+ this.middlewareStack.use(getLoggerPlugin(this.config));
114
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
115
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
116
+ }
117
+ destroy() {
118
+ super.destroy();
119
+ }
120
+ };
121
+ import { createAggregatedClient } from "@smithy/smithy-client";
122
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
123
+ import { getSerdePlugin } from "@smithy/middleware-serde";
124
+ import { Command as $Command } from "@smithy/smithy-client";
125
+ import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
126
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException } from "@smithy/smithy-client";
127
+ import { ServiceException as __ServiceException } from "@smithy/smithy-client";
128
+ var SSOOIDCServiceException = class _SSOOIDCServiceException extends __ServiceException {
129
+ constructor(options) {
130
+ super(options);
131
+ Object.setPrototypeOf(this, _SSOOIDCServiceException.prototype);
132
+ }
133
+ };
134
+ var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
135
+ constructor(opts) {
136
+ super({
137
+ name: "AccessDeniedException",
138
+ $fault: "client",
139
+ ...opts
140
+ });
141
+ this.name = "AccessDeniedException";
142
+ this.$fault = "client";
143
+ Object.setPrototypeOf(this, _AccessDeniedException.prototype);
144
+ this.error = opts.error;
145
+ this.error_description = opts.error_description;
146
+ }
147
+ };
148
+ var AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
149
+ constructor(opts) {
150
+ super({
151
+ name: "AuthorizationPendingException",
152
+ $fault: "client",
153
+ ...opts
154
+ });
155
+ this.name = "AuthorizationPendingException";
156
+ this.$fault = "client";
157
+ Object.setPrototypeOf(this, _AuthorizationPendingException.prototype);
158
+ this.error = opts.error;
159
+ this.error_description = opts.error_description;
160
+ }
161
+ };
162
+ var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
163
+ constructor(opts) {
164
+ super({
165
+ name: "ExpiredTokenException",
166
+ $fault: "client",
167
+ ...opts
168
+ });
169
+ this.name = "ExpiredTokenException";
170
+ this.$fault = "client";
171
+ Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
172
+ this.error = opts.error;
173
+ this.error_description = opts.error_description;
174
+ }
175
+ };
176
+ var InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
177
+ constructor(opts) {
178
+ super({
179
+ name: "InternalServerException",
180
+ $fault: "server",
181
+ ...opts
182
+ });
183
+ this.name = "InternalServerException";
184
+ this.$fault = "server";
185
+ Object.setPrototypeOf(this, _InternalServerException.prototype);
186
+ this.error = opts.error;
187
+ this.error_description = opts.error_description;
188
+ }
189
+ };
190
+ var InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
191
+ constructor(opts) {
192
+ super({
193
+ name: "InvalidClientException",
194
+ $fault: "client",
195
+ ...opts
196
+ });
197
+ this.name = "InvalidClientException";
198
+ this.$fault = "client";
199
+ Object.setPrototypeOf(this, _InvalidClientException.prototype);
200
+ this.error = opts.error;
201
+ this.error_description = opts.error_description;
202
+ }
203
+ };
204
+ var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
205
+ constructor(opts) {
206
+ super({
207
+ name: "InvalidGrantException",
208
+ $fault: "client",
209
+ ...opts
210
+ });
211
+ this.name = "InvalidGrantException";
212
+ this.$fault = "client";
213
+ Object.setPrototypeOf(this, _InvalidGrantException.prototype);
214
+ this.error = opts.error;
215
+ this.error_description = opts.error_description;
216
+ }
217
+ };
218
+ var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
219
+ constructor(opts) {
220
+ super({
221
+ name: "InvalidRequestException",
222
+ $fault: "client",
223
+ ...opts
224
+ });
225
+ this.name = "InvalidRequestException";
226
+ this.$fault = "client";
227
+ Object.setPrototypeOf(this, _InvalidRequestException.prototype);
228
+ this.error = opts.error;
229
+ this.error_description = opts.error_description;
230
+ }
231
+ };
232
+ var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
233
+ constructor(opts) {
234
+ super({
235
+ name: "InvalidScopeException",
236
+ $fault: "client",
237
+ ...opts
238
+ });
239
+ this.name = "InvalidScopeException";
240
+ this.$fault = "client";
241
+ Object.setPrototypeOf(this, _InvalidScopeException.prototype);
242
+ this.error = opts.error;
243
+ this.error_description = opts.error_description;
244
+ }
245
+ };
246
+ var SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
247
+ constructor(opts) {
248
+ super({
249
+ name: "SlowDownException",
250
+ $fault: "client",
251
+ ...opts
252
+ });
253
+ this.name = "SlowDownException";
254
+ this.$fault = "client";
255
+ Object.setPrototypeOf(this, _SlowDownException.prototype);
256
+ this.error = opts.error;
257
+ this.error_description = opts.error_description;
258
+ }
259
+ };
260
+ var UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
261
+ constructor(opts) {
262
+ super({
263
+ name: "UnauthorizedClientException",
264
+ $fault: "client",
265
+ ...opts
266
+ });
267
+ this.name = "UnauthorizedClientException";
268
+ this.$fault = "client";
269
+ Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
270
+ this.error = opts.error;
271
+ this.error_description = opts.error_description;
272
+ }
273
+ };
274
+ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
275
+ constructor(opts) {
276
+ super({
277
+ name: "UnsupportedGrantTypeException",
278
+ $fault: "client",
279
+ ...opts
280
+ });
281
+ this.name = "UnsupportedGrantTypeException";
282
+ this.$fault = "client";
283
+ Object.setPrototypeOf(this, _UnsupportedGrantTypeException.prototype);
284
+ this.error = opts.error;
285
+ this.error_description = opts.error_description;
286
+ }
287
+ };
288
+ var InvalidClientMetadataException = class _InvalidClientMetadataException extends SSOOIDCServiceException {
289
+ constructor(opts) {
290
+ super({
291
+ name: "InvalidClientMetadataException",
292
+ $fault: "client",
293
+ ...opts
294
+ });
295
+ this.name = "InvalidClientMetadataException";
296
+ this.$fault = "client";
297
+ Object.setPrototypeOf(this, _InvalidClientMetadataException.prototype);
298
+ this.error = opts.error;
299
+ this.error_description = opts.error_description;
300
+ }
301
+ };
302
+ var se_CreateTokenCommand = async (input, context) => {
303
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
304
+ const headers = {
305
+ "content-type": "application/json"
306
+ };
307
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}/token`;
308
+ let body;
309
+ body = JSON.stringify(take(input, {
310
+ clientId: [],
311
+ clientSecret: [],
312
+ code: [],
313
+ deviceCode: [],
314
+ grantType: [],
315
+ redirectUri: [],
316
+ refreshToken: [],
317
+ scope: (_) => _json(_)
318
+ }));
319
+ return new __HttpRequest({
320
+ protocol,
321
+ hostname,
322
+ port,
323
+ method: "POST",
324
+ headers,
325
+ path: resolvedPath,
326
+ body
327
+ });
328
+ };
329
+ var se_RegisterClientCommand = async (input, context) => {
330
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
331
+ const headers = {
332
+ "content-type": "application/json"
333
+ };
334
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}/client/register`;
335
+ let body;
336
+ body = JSON.stringify(take(input, {
337
+ clientName: [],
338
+ clientType: [],
339
+ scopes: (_) => _json(_)
340
+ }));
341
+ return new __HttpRequest({
342
+ protocol,
343
+ hostname,
344
+ port,
345
+ method: "POST",
346
+ headers,
347
+ path: resolvedPath,
348
+ body
349
+ });
350
+ };
351
+ var se_StartDeviceAuthorizationCommand = async (input, context) => {
352
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
353
+ const headers = {
354
+ "content-type": "application/json"
355
+ };
356
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}/device_authorization`;
357
+ let body;
358
+ body = JSON.stringify(take(input, {
359
+ clientId: [],
360
+ clientSecret: [],
361
+ startUrl: []
362
+ }));
363
+ return new __HttpRequest({
364
+ protocol,
365
+ hostname,
366
+ port,
367
+ method: "POST",
368
+ headers,
369
+ path: resolvedPath,
370
+ body
371
+ });
372
+ };
373
+ var de_CreateTokenCommand = async (output, context) => {
374
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
375
+ return de_CreateTokenCommandError(output, context);
376
+ }
377
+ const contents = map({
378
+ $metadata: deserializeMetadata(output)
379
+ });
380
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
381
+ const doc = take(data, {
382
+ accessToken: __expectString,
383
+ expiresIn: __expectInt32,
384
+ idToken: __expectString,
385
+ refreshToken: __expectString,
386
+ tokenType: __expectString
387
+ });
388
+ Object.assign(contents, doc);
389
+ return contents;
390
+ };
391
+ var de_CreateTokenCommandError = async (output, context) => {
392
+ const parsedOutput = {
393
+ ...output,
394
+ body: await parseErrorBody(output.body, context)
395
+ };
396
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
397
+ switch (errorCode) {
398
+ case "AccessDeniedException":
399
+ case "com.amazonaws.ssooidc#AccessDeniedException":
400
+ throw await de_AccessDeniedExceptionRes(parsedOutput, context);
401
+ case "AuthorizationPendingException":
402
+ case "com.amazonaws.ssooidc#AuthorizationPendingException":
403
+ throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
404
+ case "ExpiredTokenException":
405
+ case "com.amazonaws.ssooidc#ExpiredTokenException":
406
+ throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
407
+ case "InternalServerException":
408
+ case "com.amazonaws.ssooidc#InternalServerException":
409
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
410
+ case "InvalidClientException":
411
+ case "com.amazonaws.ssooidc#InvalidClientException":
412
+ throw await de_InvalidClientExceptionRes(parsedOutput, context);
413
+ case "InvalidGrantException":
414
+ case "com.amazonaws.ssooidc#InvalidGrantException":
415
+ throw await de_InvalidGrantExceptionRes(parsedOutput, context);
416
+ case "InvalidRequestException":
417
+ case "com.amazonaws.ssooidc#InvalidRequestException":
418
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
419
+ case "InvalidScopeException":
420
+ case "com.amazonaws.ssooidc#InvalidScopeException":
421
+ throw await de_InvalidScopeExceptionRes(parsedOutput, context);
422
+ case "SlowDownException":
423
+ case "com.amazonaws.ssooidc#SlowDownException":
424
+ throw await de_SlowDownExceptionRes(parsedOutput, context);
425
+ case "UnauthorizedClientException":
426
+ case "com.amazonaws.ssooidc#UnauthorizedClientException":
427
+ throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
428
+ case "UnsupportedGrantTypeException":
429
+ case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
430
+ throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
431
+ default:
432
+ const parsedBody = parsedOutput.body;
433
+ return throwDefaultError({
434
+ output,
435
+ parsedBody,
436
+ errorCode
437
+ });
438
+ }
439
+ };
440
+ var de_RegisterClientCommand = async (output, context) => {
441
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
442
+ return de_RegisterClientCommandError(output, context);
443
+ }
444
+ const contents = map({
445
+ $metadata: deserializeMetadata(output)
446
+ });
447
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
448
+ const doc = take(data, {
449
+ authorizationEndpoint: __expectString,
450
+ clientId: __expectString,
451
+ clientIdIssuedAt: __expectLong,
452
+ clientSecret: __expectString,
453
+ clientSecretExpiresAt: __expectLong,
454
+ tokenEndpoint: __expectString
455
+ });
456
+ Object.assign(contents, doc);
457
+ return contents;
458
+ };
459
+ var de_RegisterClientCommandError = async (output, context) => {
460
+ const parsedOutput = {
461
+ ...output,
462
+ body: await parseErrorBody(output.body, context)
463
+ };
464
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
465
+ switch (errorCode) {
466
+ case "InternalServerException":
467
+ case "com.amazonaws.ssooidc#InternalServerException":
468
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
469
+ case "InvalidClientMetadataException":
470
+ case "com.amazonaws.ssooidc#InvalidClientMetadataException":
471
+ throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
472
+ case "InvalidRequestException":
473
+ case "com.amazonaws.ssooidc#InvalidRequestException":
474
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
475
+ case "InvalidScopeException":
476
+ case "com.amazonaws.ssooidc#InvalidScopeException":
477
+ throw await de_InvalidScopeExceptionRes(parsedOutput, context);
478
+ default:
479
+ const parsedBody = parsedOutput.body;
480
+ return throwDefaultError({
481
+ output,
482
+ parsedBody,
483
+ errorCode
484
+ });
485
+ }
486
+ };
487
+ var de_StartDeviceAuthorizationCommand = async (output, context) => {
488
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
489
+ return de_StartDeviceAuthorizationCommandError(output, context);
490
+ }
491
+ const contents = map({
492
+ $metadata: deserializeMetadata(output)
493
+ });
494
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
495
+ const doc = take(data, {
496
+ deviceCode: __expectString,
497
+ expiresIn: __expectInt32,
498
+ interval: __expectInt32,
499
+ userCode: __expectString,
500
+ verificationUri: __expectString,
501
+ verificationUriComplete: __expectString
502
+ });
503
+ Object.assign(contents, doc);
504
+ return contents;
505
+ };
506
+ var de_StartDeviceAuthorizationCommandError = async (output, context) => {
507
+ const parsedOutput = {
508
+ ...output,
509
+ body: await parseErrorBody(output.body, context)
510
+ };
511
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
512
+ switch (errorCode) {
513
+ case "InternalServerException":
514
+ case "com.amazonaws.ssooidc#InternalServerException":
515
+ throw await de_InternalServerExceptionRes(parsedOutput, context);
516
+ case "InvalidClientException":
517
+ case "com.amazonaws.ssooidc#InvalidClientException":
518
+ throw await de_InvalidClientExceptionRes(parsedOutput, context);
519
+ case "InvalidRequestException":
520
+ case "com.amazonaws.ssooidc#InvalidRequestException":
521
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
522
+ case "SlowDownException":
523
+ case "com.amazonaws.ssooidc#SlowDownException":
524
+ throw await de_SlowDownExceptionRes(parsedOutput, context);
525
+ case "UnauthorizedClientException":
526
+ case "com.amazonaws.ssooidc#UnauthorizedClientException":
527
+ throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
528
+ default:
529
+ const parsedBody = parsedOutput.body;
530
+ return throwDefaultError({
531
+ output,
532
+ parsedBody,
533
+ errorCode
534
+ });
535
+ }
536
+ };
537
+ var throwDefaultError = withBaseException(SSOOIDCServiceException);
538
+ var de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
539
+ const contents = map({});
540
+ const data = parsedOutput.body;
541
+ const doc = take(data, {
542
+ error: __expectString,
543
+ error_description: __expectString
544
+ });
545
+ Object.assign(contents, doc);
546
+ const exception = new AccessDeniedException({
547
+ $metadata: deserializeMetadata(parsedOutput),
548
+ ...contents
549
+ });
550
+ return __decorateServiceException(exception, parsedOutput.body);
551
+ };
552
+ var de_AuthorizationPendingExceptionRes = async (parsedOutput, context) => {
553
+ const contents = map({});
554
+ const data = parsedOutput.body;
555
+ const doc = take(data, {
556
+ error: __expectString,
557
+ error_description: __expectString
558
+ });
559
+ Object.assign(contents, doc);
560
+ const exception = new AuthorizationPendingException({
561
+ $metadata: deserializeMetadata(parsedOutput),
562
+ ...contents
563
+ });
564
+ return __decorateServiceException(exception, parsedOutput.body);
565
+ };
566
+ var de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {
567
+ const contents = map({});
568
+ const data = parsedOutput.body;
569
+ const doc = take(data, {
570
+ error: __expectString,
571
+ error_description: __expectString
572
+ });
573
+ Object.assign(contents, doc);
574
+ const exception = new ExpiredTokenException({
575
+ $metadata: deserializeMetadata(parsedOutput),
576
+ ...contents
577
+ });
578
+ return __decorateServiceException(exception, parsedOutput.body);
579
+ };
580
+ var de_InternalServerExceptionRes = async (parsedOutput, context) => {
581
+ const contents = map({});
582
+ const data = parsedOutput.body;
583
+ const doc = take(data, {
584
+ error: __expectString,
585
+ error_description: __expectString
586
+ });
587
+ Object.assign(contents, doc);
588
+ const exception = new InternalServerException({
589
+ $metadata: deserializeMetadata(parsedOutput),
590
+ ...contents
591
+ });
592
+ return __decorateServiceException(exception, parsedOutput.body);
593
+ };
594
+ var de_InvalidClientExceptionRes = async (parsedOutput, context) => {
595
+ const contents = map({});
596
+ const data = parsedOutput.body;
597
+ const doc = take(data, {
598
+ error: __expectString,
599
+ error_description: __expectString
600
+ });
601
+ Object.assign(contents, doc);
602
+ const exception = new InvalidClientException({
603
+ $metadata: deserializeMetadata(parsedOutput),
604
+ ...contents
605
+ });
606
+ return __decorateServiceException(exception, parsedOutput.body);
607
+ };
608
+ var de_InvalidClientMetadataExceptionRes = async (parsedOutput, context) => {
609
+ const contents = map({});
610
+ const data = parsedOutput.body;
611
+ const doc = take(data, {
612
+ error: __expectString,
613
+ error_description: __expectString
614
+ });
615
+ Object.assign(contents, doc);
616
+ const exception = new InvalidClientMetadataException({
617
+ $metadata: deserializeMetadata(parsedOutput),
618
+ ...contents
619
+ });
620
+ return __decorateServiceException(exception, parsedOutput.body);
621
+ };
622
+ var de_InvalidGrantExceptionRes = async (parsedOutput, context) => {
623
+ const contents = map({});
624
+ const data = parsedOutput.body;
625
+ const doc = take(data, {
626
+ error: __expectString,
627
+ error_description: __expectString
628
+ });
629
+ Object.assign(contents, doc);
630
+ const exception = new InvalidGrantException({
631
+ $metadata: deserializeMetadata(parsedOutput),
632
+ ...contents
633
+ });
634
+ return __decorateServiceException(exception, parsedOutput.body);
635
+ };
636
+ var de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
637
+ const contents = map({});
638
+ const data = parsedOutput.body;
639
+ const doc = take(data, {
640
+ error: __expectString,
641
+ error_description: __expectString
642
+ });
643
+ Object.assign(contents, doc);
644
+ const exception = new InvalidRequestException({
645
+ $metadata: deserializeMetadata(parsedOutput),
646
+ ...contents
647
+ });
648
+ return __decorateServiceException(exception, parsedOutput.body);
649
+ };
650
+ var de_InvalidScopeExceptionRes = async (parsedOutput, context) => {
651
+ const contents = map({});
652
+ const data = parsedOutput.body;
653
+ const doc = take(data, {
654
+ error: __expectString,
655
+ error_description: __expectString
656
+ });
657
+ Object.assign(contents, doc);
658
+ const exception = new InvalidScopeException({
659
+ $metadata: deserializeMetadata(parsedOutput),
660
+ ...contents
661
+ });
662
+ return __decorateServiceException(exception, parsedOutput.body);
663
+ };
664
+ var de_SlowDownExceptionRes = async (parsedOutput, context) => {
665
+ const contents = map({});
666
+ const data = parsedOutput.body;
667
+ const doc = take(data, {
668
+ error: __expectString,
669
+ error_description: __expectString
670
+ });
671
+ Object.assign(contents, doc);
672
+ const exception = new SlowDownException({
673
+ $metadata: deserializeMetadata(parsedOutput),
674
+ ...contents
675
+ });
676
+ return __decorateServiceException(exception, parsedOutput.body);
677
+ };
678
+ var de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {
679
+ const contents = map({});
680
+ const data = parsedOutput.body;
681
+ const doc = take(data, {
682
+ error: __expectString,
683
+ error_description: __expectString
684
+ });
685
+ Object.assign(contents, doc);
686
+ const exception = new UnauthorizedClientException({
687
+ $metadata: deserializeMetadata(parsedOutput),
688
+ ...contents
689
+ });
690
+ return __decorateServiceException(exception, parsedOutput.body);
691
+ };
692
+ var de_UnsupportedGrantTypeExceptionRes = async (parsedOutput, context) => {
693
+ const contents = map({});
694
+ const data = parsedOutput.body;
695
+ const doc = take(data, {
696
+ error: __expectString,
697
+ error_description: __expectString
698
+ });
699
+ Object.assign(contents, doc);
700
+ const exception = new UnsupportedGrantTypeException({
701
+ $metadata: deserializeMetadata(parsedOutput),
702
+ ...contents
703
+ });
704
+ return __decorateServiceException(exception, parsedOutput.body);
705
+ };
706
+ var deserializeMetadata = (output) => ({
707
+ httpStatusCode: output.statusCode,
708
+ requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
709
+ extendedRequestId: output.headers["x-amz-id-2"],
710
+ cfId: output.headers["x-amz-cf-id"]
711
+ });
712
+ var collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
713
+ var parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
714
+ if (encoded.length) {
715
+ return JSON.parse(encoded);
716
+ }
717
+ return {};
718
+ });
719
+ var parseErrorBody = async (errorBody, context) => {
720
+ const value = await parseBody(errorBody, context);
721
+ value.message = value.message ?? value.Message;
722
+ return value;
723
+ };
724
+ var loadRestJsonErrorCode = (output, data) => {
725
+ const findKey = (object, key) => Object.keys(object).find((k2) => k2.toLowerCase() === key.toLowerCase());
726
+ const sanitizeErrorCode = (rawValue) => {
727
+ let cleanValue = rawValue;
728
+ if (typeof cleanValue === "number") {
729
+ cleanValue = cleanValue.toString();
730
+ }
731
+ if (cleanValue.indexOf(",") >= 0) {
732
+ cleanValue = cleanValue.split(",")[0];
733
+ }
734
+ if (cleanValue.indexOf(":") >= 0) {
735
+ cleanValue = cleanValue.split(":")[0];
736
+ }
737
+ if (cleanValue.indexOf("#") >= 0) {
738
+ cleanValue = cleanValue.split("#")[1];
739
+ }
740
+ return cleanValue;
741
+ };
742
+ const headerKey = findKey(output.headers, "x-amzn-errortype");
743
+ if (headerKey !== void 0) {
744
+ return sanitizeErrorCode(output.headers[headerKey]);
745
+ }
746
+ if (data.code !== void 0) {
747
+ return sanitizeErrorCode(data.code);
748
+ }
749
+ if (data["__type"] !== void 0) {
750
+ return sanitizeErrorCode(data["__type"]);
751
+ }
752
+ };
753
+ var CreateTokenCommand = class _CreateTokenCommand extends $Command {
754
+ constructor(input) {
755
+ super();
756
+ this.input = input;
757
+ }
758
+ static getEndpointParameterInstructions() {
759
+ return {
760
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
761
+ Endpoint: { type: "builtInParams", name: "endpoint" },
762
+ Region: { type: "builtInParams", name: "region" },
763
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
764
+ };
765
+ }
766
+ resolveMiddleware(clientStack, configuration, options) {
767
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
768
+ this.middlewareStack.use(getEndpointPlugin(configuration, _CreateTokenCommand.getEndpointParameterInstructions()));
769
+ const stack = clientStack.concat(this.middlewareStack);
770
+ const { logger } = configuration;
771
+ const clientName = "SSOOIDCClient";
772
+ const commandName = "CreateTokenCommand";
773
+ const handlerExecutionContext = {
774
+ logger,
775
+ clientName,
776
+ commandName,
777
+ inputFilterSensitiveLog: (_) => _,
778
+ outputFilterSensitiveLog: (_) => _
779
+ };
780
+ const { requestHandler } = configuration;
781
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
782
+ }
783
+ serialize(input, context) {
784
+ return se_CreateTokenCommand(input, context);
785
+ }
786
+ deserialize(output, context) {
787
+ return de_CreateTokenCommand(output, context);
788
+ }
789
+ };
790
+ import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";
791
+ import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";
792
+ import { Command as $Command2 } from "@smithy/smithy-client";
793
+ var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
794
+ constructor(input) {
795
+ super();
796
+ this.input = input;
797
+ }
798
+ static getEndpointParameterInstructions() {
799
+ return {
800
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
801
+ Endpoint: { type: "builtInParams", name: "endpoint" },
802
+ Region: { type: "builtInParams", name: "region" },
803
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
804
+ };
805
+ }
806
+ resolveMiddleware(clientStack, configuration, options) {
807
+ this.middlewareStack.use(getSerdePlugin2(configuration, this.serialize, this.deserialize));
808
+ this.middlewareStack.use(getEndpointPlugin2(configuration, _RegisterClientCommand.getEndpointParameterInstructions()));
809
+ const stack = clientStack.concat(this.middlewareStack);
810
+ const { logger } = configuration;
811
+ const clientName = "SSOOIDCClient";
812
+ const commandName = "RegisterClientCommand";
813
+ const handlerExecutionContext = {
814
+ logger,
815
+ clientName,
816
+ commandName,
817
+ inputFilterSensitiveLog: (_) => _,
818
+ outputFilterSensitiveLog: (_) => _
819
+ };
820
+ const { requestHandler } = configuration;
821
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
822
+ }
823
+ serialize(input, context) {
824
+ return se_RegisterClientCommand(input, context);
825
+ }
826
+ deserialize(output, context) {
827
+ return de_RegisterClientCommand(output, context);
828
+ }
829
+ };
830
+ import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";
831
+ import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";
832
+ import { Command as $Command3 } from "@smithy/smithy-client";
833
+ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends $Command3 {
834
+ constructor(input) {
835
+ super();
836
+ this.input = input;
837
+ }
838
+ static getEndpointParameterInstructions() {
839
+ return {
840
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
841
+ Endpoint: { type: "builtInParams", name: "endpoint" },
842
+ Region: { type: "builtInParams", name: "region" },
843
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
844
+ };
845
+ }
846
+ resolveMiddleware(clientStack, configuration, options) {
847
+ this.middlewareStack.use(getSerdePlugin3(configuration, this.serialize, this.deserialize));
848
+ this.middlewareStack.use(getEndpointPlugin3(configuration, _StartDeviceAuthorizationCommand.getEndpointParameterInstructions()));
849
+ const stack = clientStack.concat(this.middlewareStack);
850
+ const { logger } = configuration;
851
+ const clientName = "SSOOIDCClient";
852
+ const commandName = "StartDeviceAuthorizationCommand";
853
+ const handlerExecutionContext = {
854
+ logger,
855
+ clientName,
856
+ commandName,
857
+ inputFilterSensitiveLog: (_) => _,
858
+ outputFilterSensitiveLog: (_) => _
859
+ };
860
+ const { requestHandler } = configuration;
861
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
862
+ }
863
+ serialize(input, context) {
864
+ return se_StartDeviceAuthorizationCommand(input, context);
865
+ }
866
+ deserialize(output, context) {
867
+ return de_StartDeviceAuthorizationCommand(output, context);
868
+ }
869
+ };
870
+ var commands = {
871
+ CreateTokenCommand,
872
+ RegisterClientCommand,
873
+ StartDeviceAuthorizationCommand
874
+ };
875
+ var SSOOIDC = class extends SSOOIDCClient {
876
+ };
877
+ createAggregatedClient(commands, SSOOIDC);
878
+ export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException };