@cdklabs/cdk-ecs-codedeploy 0.0.103 → 0.0.105

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 (239) hide show
  1. package/.jsii +71 -6
  2. package/.projenrc.ts +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +2 -3
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +2 -3
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +2 -3
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +2 -3
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +2 -3
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +2 -3
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +2 -3
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +2 -3
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +2 -3
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +2 -3
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +2 -3
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +2 -3
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +2 -3
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +2 -3
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +2 -3
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +2 -3
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +2 -3
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +2 -3
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +2 -3
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +2 -3
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +2 -3
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +2 -3
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +2 -3
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +2 -3
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +2 -3
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +2 -3
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +2 -3
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +2 -3
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +2 -3
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +2 -3
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +2 -3
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -3
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +2 -3
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +2 -3
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -3
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -3
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +2 -3
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +2 -3
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +2 -3
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +2 -3
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +1 -556
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -3
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -3
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +2 -3
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -3
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -3
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -3
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +2 -3
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -3
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +2 -3
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +2 -3
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +2 -3
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +2 -3
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +2 -3
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +2 -3
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -3
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -3
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -3
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -3
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -3
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +2 -3
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +2 -3
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +2 -3
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +2 -3
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +2 -3
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +2 -3
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +2 -3
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -3
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +2 -3
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +2 -3
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +2 -3
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +2 -3
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +2 -3
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +2 -3
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +2 -3
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -3
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -3
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -3
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -3
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -3
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -3
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -3
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +2 -3
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +2 -3
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +2 -3
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +2 -3
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -3
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +0 -414
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +48 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +24 -4
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +16 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +16 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +16 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +16 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +16 -0
  110. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +16 -0
  111. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +16 -0
  112. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +16 -0
  113. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +16 -0
  114. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  115. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  116. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +16 -0
  117. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +16 -0
  118. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +16 -0
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +16 -0
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +16 -0
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +16 -0
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +16 -0
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +16 -0
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +16 -0
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +16 -0
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +16 -0
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +16 -0
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +16 -0
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  134. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +16 -0
  135. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +16 -0
  136. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +16 -0
  137. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +16 -0
  138. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  139. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +16 -0
  140. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +16 -0
  141. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  142. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +16 -0
  143. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +16 -0
  144. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +16 -0
  145. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +16 -0
  146. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +16 -0
  147. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
  148. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +16 -0
  149. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  150. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  151. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +16 -0
  152. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/CodeDeployServiceException.d.ts +2 -0
  153. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -552
  154. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/Interfaces.d.ts +3 -0
  155. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +3 -0
  156. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  157. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +3 -0
  158. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +3 -0
  159. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +3 -0
  160. package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +0 -378
  162. package/node_modules/@aws-sdk/client-codedeploy/package.json +4 -3
  163. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +1 -1
  164. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +1 -1
  165. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +1 -1
  166. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +1 -17
  167. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  168. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -1
  170. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -12
  171. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +5 -0
  172. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -4
  173. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  175. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  176. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +16 -0
  177. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -16
  179. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
  180. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -8
  183. package/node_modules/@aws-sdk/client-sso/package.json +2 -1
  184. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +2 -3
  185. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +2 -3
  186. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +2 -3
  187. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -25
  188. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +2 -3
  189. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +2 -3
  190. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +2 -3
  191. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -18
  192. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +4 -0
  193. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +24 -4
  194. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -0
  195. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  196. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +16 -0
  197. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -0
  198. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -24
  199. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -18
  200. package/node_modules/@aws-sdk/client-sso-oidc/package.json +2 -1
  201. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +2 -3
  202. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +2 -3
  203. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +2 -3
  204. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +2 -3
  205. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +2 -3
  206. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +2 -3
  207. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +2 -3
  208. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +2 -3
  209. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -85
  210. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +19 -83
  211. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +2 -3
  212. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +2 -3
  213. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +2 -3
  214. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +2 -3
  215. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +2 -3
  216. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +2 -3
  217. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +2 -3
  218. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +2 -3
  219. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -63
  220. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +19 -83
  221. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
  222. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +24 -4
  223. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -1
  224. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +16 -0
  225. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +16 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +16 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +16 -0
  229. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +16 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -0
  232. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +47 -84
  233. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -59
  234. package/node_modules/@aws-sdk/client-sts/package.json +3 -2
  235. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  236. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  237. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  238. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  239. package/package.json +11 -11
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetCallerIdentityRequest, GetCallerIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCallerIdentityCommand}.
8
10
  */
9
11
  export interface GetCallerIdentityCommandInput extends GetCallerIdentityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCallerIdentityCommand}.
13
17
  */
14
18
  export interface GetCallerIdentityCommandOutput extends GetCallerIdentityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about the IAM user or role whose credentials are used to call the
18
23
  * operation.</p>
19
24
  * <note>
@@ -34,6 +39,8 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param GetCallerIdentityCommandInput - {@link GetCallerIdentityCommandInput}
43
+ * @returns {@link GetCallerIdentityCommandOutput}
37
44
  * @see {@link GetCallerIdentityCommandInput} for command's `input` shape.
38
45
  * @see {@link GetCallerIdentityCommandOutput} for command's `response` shape.
39
46
  * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
@@ -91,11 +98,20 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
91
98
  export declare class GetCallerIdentityCommand extends $Command<GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput, STSClientResolvedConfig> {
92
99
  readonly input: GetCallerIdentityCommandInput;
93
100
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
94
104
  constructor(input: GetCallerIdentityCommandInput);
95
105
  /**
96
106
  * @internal
97
107
  */
98
108
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
99
112
  private serialize;
113
+ /**
114
+ * @internal
115
+ */
100
116
  private deserialize;
101
117
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetFederationTokenRequest, GetFederationTokenResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFederationTokenCommand}.
8
10
  */
9
11
  export interface GetFederationTokenCommandInput extends GetFederationTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFederationTokenCommand}.
13
17
  */
14
18
  export interface GetFederationTokenCommandOutput extends GetFederationTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a set of temporary security credentials (consisting of an access key ID, a
18
23
  * secret access key, and a security token) for a federated user. A typical use is in a proxy
19
24
  * application that gets temporary security credentials on behalf of distributed applications
@@ -111,6 +116,8 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
111
116
  * const response = await client.send(command);
112
117
  * ```
113
118
  *
119
+ * @param GetFederationTokenCommandInput - {@link GetFederationTokenCommandInput}
120
+ * @returns {@link GetFederationTokenCommandOutput}
114
121
  * @see {@link GetFederationTokenCommandInput} for command's `input` shape.
115
122
  * @see {@link GetFederationTokenCommandOutput} for command's `response` shape.
116
123
  * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
@@ -180,11 +187,20 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
180
187
  export declare class GetFederationTokenCommand extends $Command<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, STSClientResolvedConfig> {
181
188
  readonly input: GetFederationTokenCommandInput;
182
189
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
190
+ /**
191
+ * @public
192
+ */
183
193
  constructor(input: GetFederationTokenCommandInput);
184
194
  /**
185
195
  * @internal
186
196
  */
187
197
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFederationTokenCommandInput, GetFederationTokenCommandOutput>;
198
+ /**
199
+ * @internal
200
+ */
188
201
  private serialize;
202
+ /**
203
+ * @internal
204
+ */
189
205
  private deserialize;
190
206
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetSessionTokenRequest, GetSessionTokenResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSessionTokenCommand}.
8
10
  */
9
11
  export interface GetSessionTokenCommandInput extends GetSessionTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSessionTokenCommand}.
13
17
  */
14
18
  export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a set of temporary credentials for an Amazon Web Services account or IAM user. The
18
23
  * credentials consist of an access key ID, a secret access key, and a security token.
19
24
  * Typically, you use <code>GetSessionToken</code> if you want to use MFA to protect
@@ -83,6 +88,8 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
83
88
  * const response = await client.send(command);
84
89
  * ```
85
90
  *
91
+ * @param GetSessionTokenCommandInput - {@link GetSessionTokenCommandInput}
92
+ * @returns {@link GetSessionTokenCommandOutput}
86
93
  * @see {@link GetSessionTokenCommandInput} for command's `input` shape.
87
94
  * @see {@link GetSessionTokenCommandOutput} for command's `response` shape.
88
95
  * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
@@ -122,11 +129,20 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
122
129
  export declare class GetSessionTokenCommand extends $Command<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, STSClientResolvedConfig> {
123
130
  readonly input: GetSessionTokenCommandInput;
124
131
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
+ /**
133
+ * @public
134
+ */
125
135
  constructor(input: GetSessionTokenCommandInput);
126
136
  /**
127
137
  * @internal
128
138
  */
129
139
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSessionTokenCommandInput, GetSessionTokenCommandOutput>;
140
+ /**
141
+ * @internal
142
+ */
130
143
  private serialize;
144
+ /**
145
+ * @internal
146
+ */
131
147
  private deserialize;
132
148
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from STS service.
4
6
  */
5
7
  export declare class STSServiceException extends __ServiceException {
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { STSServiceException as __BaseException } from "./STSServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>The identifiers for the temporary security credentials that the operation
5
6
  * returns.</p>
6
7
  */
@@ -18,6 +19,7 @@ export interface AssumedRoleUser {
18
19
  Arn: string | undefined;
19
20
  }
20
21
  /**
22
+ * @public
21
23
  * <p>A reference to the IAM managed policy that is passed as a session policy for a role
22
24
  * session or a federated user session.</p>
23
25
  */
@@ -30,6 +32,7 @@ export interface PolicyDescriptorType {
30
32
  arn?: string;
31
33
  }
32
34
  /**
35
+ * @public
33
36
  * <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
34
37
  * These are called session tags. You can then use the session tags to control access to
35
38
  * resources. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS Sessions</a> in the
@@ -51,6 +54,9 @@ export interface Tag {
51
54
  */
52
55
  Value: string | undefined;
53
56
  }
57
+ /**
58
+ * @public
59
+ */
54
60
  export interface AssumeRoleRequest {
55
61
  /**
56
62
  * <p>The Amazon Resource Name (ARN) of the role to assume.</p>
@@ -242,6 +248,7 @@ export interface AssumeRoleRequest {
242
248
  SourceIdentity?: string;
243
249
  }
244
250
  /**
251
+ * @public
245
252
  * <p>Amazon Web Services credentials for API authentication.</p>
246
253
  */
247
254
  export interface Credentials {
@@ -264,6 +271,7 @@ export interface Credentials {
264
271
  Expiration: Date | undefined;
265
272
  }
266
273
  /**
274
+ * @public
267
275
  * <p>Contains the response to a successful <a>AssumeRole</a> request, including
268
276
  * temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
269
277
  */
@@ -309,6 +317,7 @@ export interface AssumeRoleResponse {
309
317
  SourceIdentity?: string;
310
318
  }
311
319
  /**
320
+ * @public
312
321
  * <p>The web identity token that was passed is expired or is not valid. Get a new identity
313
322
  * token from the identity provider and then retry the request.</p>
314
323
  */
@@ -321,6 +330,7 @@ export declare class ExpiredTokenException extends __BaseException {
321
330
  constructor(opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>);
322
331
  }
323
332
  /**
333
+ * @public
324
334
  * <p>The request was rejected because the policy document was malformed. The error message
325
335
  * describes the specific error.</p>
326
336
  */
@@ -333,6 +343,7 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
333
343
  constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
334
344
  }
335
345
  /**
346
+ * @public
336
347
  * <p>The request was rejected because the total packed size of the session policies and
337
348
  * session tags combined was too large. An Amazon Web Services conversion compresses the session policy
338
349
  * document, session policy ARNs, and session tags into a packed binary format that has a
@@ -352,6 +363,7 @@ export declare class PackedPolicyTooLargeException extends __BaseException {
352
363
  constructor(opts: __ExceptionOptionType<PackedPolicyTooLargeException, __BaseException>);
353
364
  }
354
365
  /**
366
+ * @public
355
367
  * <p>STS is not activated in the requested region for the account that is being asked to
356
368
  * generate credentials. The account administrator must use the IAM console to activate STS
357
369
  * in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
@@ -366,6 +378,9 @@ export declare class RegionDisabledException extends __BaseException {
366
378
  */
367
379
  constructor(opts: __ExceptionOptionType<RegionDisabledException, __BaseException>);
368
380
  }
381
+ /**
382
+ * @public
383
+ */
369
384
  export interface AssumeRoleWithSAMLRequest {
370
385
  /**
371
386
  * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
@@ -456,6 +471,7 @@ export interface AssumeRoleWithSAMLRequest {
456
471
  DurationSeconds?: number;
457
472
  }
458
473
  /**
474
+ * @public
459
475
  * <p>Contains the response to a successful <a>AssumeRoleWithSAML</a> request,
460
476
  * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
461
477
  */
@@ -546,6 +562,7 @@ export interface AssumeRoleWithSAMLResponse {
546
562
  SourceIdentity?: string;
547
563
  }
548
564
  /**
565
+ * @public
549
566
  * <p>The identity provider (IdP) reported that authentication failed. This might be because
550
567
  * the claim is invalid.</p>
551
568
  * <p>If this error is returned for the <code>AssumeRoleWithWebIdentity</code> operation, it
@@ -560,6 +577,7 @@ export declare class IDPRejectedClaimException extends __BaseException {
560
577
  constructor(opts: __ExceptionOptionType<IDPRejectedClaimException, __BaseException>);
561
578
  }
562
579
  /**
580
+ * @public
563
581
  * <p>The web identity token that was passed could not be validated by Amazon Web Services. Get a new
564
582
  * identity token from the identity provider and then retry the request.</p>
565
583
  */
@@ -571,6 +589,9 @@ export declare class InvalidIdentityTokenException extends __BaseException {
571
589
  */
572
590
  constructor(opts: __ExceptionOptionType<InvalidIdentityTokenException, __BaseException>);
573
591
  }
592
+ /**
593
+ * @public
594
+ */
574
595
  export interface AssumeRoleWithWebIdentityRequest {
575
596
  /**
576
597
  * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
@@ -674,6 +695,7 @@ export interface AssumeRoleWithWebIdentityRequest {
674
695
  DurationSeconds?: number;
675
696
  }
676
697
  /**
698
+ * @public
677
699
  * <p>Contains the response to a successful <a>AssumeRoleWithWebIdentity</a>
678
700
  * request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
679
701
  */
@@ -745,6 +767,7 @@ export interface AssumeRoleWithWebIdentityResponse {
745
767
  SourceIdentity?: string;
746
768
  }
747
769
  /**
770
+ * @public
748
771
  * <p>The request could not be fulfilled because the identity provider (IDP) that
749
772
  * was asked to verify the incoming identity token could not be reached. This is often a
750
773
  * transient error caused by network conditions. Retry the request a limited number of
@@ -759,6 +782,9 @@ export declare class IDPCommunicationErrorException extends __BaseException {
759
782
  */
760
783
  constructor(opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>);
761
784
  }
785
+ /**
786
+ * @public
787
+ */
762
788
  export interface DecodeAuthorizationMessageRequest {
763
789
  /**
764
790
  * <p>The encoded message that was returned with the response.</p>
@@ -766,6 +792,7 @@ export interface DecodeAuthorizationMessageRequest {
766
792
  EncodedMessage: string | undefined;
767
793
  }
768
794
  /**
795
+ * @public
769
796
  * <p>A document that contains additional information about the authorization status of a
770
797
  * request from an encoded message that is returned in response to an Amazon Web Services request.</p>
771
798
  */
@@ -776,6 +803,7 @@ export interface DecodeAuthorizationMessageResponse {
776
803
  DecodedMessage?: string;
777
804
  }
778
805
  /**
806
+ * @public
779
807
  * <p>The error returned if the message passed to <code>DecodeAuthorizationMessage</code>
780
808
  * was invalid. This can happen if the token contains invalid characters, such as
781
809
  * linebreaks. </p>
@@ -788,6 +816,9 @@ export declare class InvalidAuthorizationMessageException extends __BaseExceptio
788
816
  */
789
817
  constructor(opts: __ExceptionOptionType<InvalidAuthorizationMessageException, __BaseException>);
790
818
  }
819
+ /**
820
+ * @public
821
+ */
791
822
  export interface GetAccessKeyInfoRequest {
792
823
  /**
793
824
  * <p>The identifier of an access key.</p>
@@ -796,15 +827,22 @@ export interface GetAccessKeyInfoRequest {
796
827
  */
797
828
  AccessKeyId: string | undefined;
798
829
  }
830
+ /**
831
+ * @public
832
+ */
799
833
  export interface GetAccessKeyInfoResponse {
800
834
  /**
801
835
  * <p>The number used to identify the Amazon Web Services account.</p>
802
836
  */
803
837
  Account?: string;
804
838
  }
839
+ /**
840
+ * @public
841
+ */
805
842
  export interface GetCallerIdentityRequest {
806
843
  }
807
844
  /**
845
+ * @public
808
846
  * <p>Contains the response to a successful <a>GetCallerIdentity</a> request,
809
847
  * including information about the entity making the request.</p>
810
848
  */
@@ -826,6 +864,9 @@ export interface GetCallerIdentityResponse {
826
864
  */
827
865
  Arn?: string;
828
866
  }
867
+ /**
868
+ * @public
869
+ */
829
870
  export interface GetFederationTokenRequest {
830
871
  /**
831
872
  * <p>The name of the federated user. The name is used as an identifier for the temporary
@@ -938,6 +979,7 @@ export interface GetFederationTokenRequest {
938
979
  Tags?: Tag[];
939
980
  }
940
981
  /**
982
+ * @public
941
983
  * <p>Identifiers for the federated user that is associated with the credentials.</p>
942
984
  */
943
985
  export interface FederatedUser {
@@ -954,6 +996,7 @@ export interface FederatedUser {
954
996
  Arn: string | undefined;
955
997
  }
956
998
  /**
999
+ * @public
957
1000
  * <p>Contains the response to a successful <a>GetFederationToken</a> request,
958
1001
  * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
959
1002
  */
@@ -981,6 +1024,9 @@ export interface GetFederationTokenResponse {
981
1024
  */
982
1025
  PackedPolicySize?: number;
983
1026
  }
1027
+ /**
1028
+ * @public
1029
+ */
984
1030
  export interface GetSessionTokenRequest {
985
1031
  /**
986
1032
  * <p>The duration, in seconds, that the credentials should remain valid. Acceptable durations
@@ -1015,6 +1061,7 @@ export interface GetSessionTokenRequest {
1015
1061
  TokenCode?: string;
1016
1062
  }
1017
1063
  /**
1064
+ * @public
1018
1065
  * <p>Contains the response to a successful <a>GetSessionToken</a> request,
1019
1066
  * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
1020
1067
  */
@@ -1029,87 +1076,3 @@ export interface GetSessionTokenResponse {
1029
1076
  */
1030
1077
  Credentials?: Credentials;
1031
1078
  }
1032
- /**
1033
- * @internal
1034
- */
1035
- export declare const AssumedRoleUserFilterSensitiveLog: (obj: AssumedRoleUser) => any;
1036
- /**
1037
- * @internal
1038
- */
1039
- export declare const PolicyDescriptorTypeFilterSensitiveLog: (obj: PolicyDescriptorType) => any;
1040
- /**
1041
- * @internal
1042
- */
1043
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1044
- /**
1045
- * @internal
1046
- */
1047
- export declare const AssumeRoleRequestFilterSensitiveLog: (obj: AssumeRoleRequest) => any;
1048
- /**
1049
- * @internal
1050
- */
1051
- export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
1052
- /**
1053
- * @internal
1054
- */
1055
- export declare const AssumeRoleResponseFilterSensitiveLog: (obj: AssumeRoleResponse) => any;
1056
- /**
1057
- * @internal
1058
- */
1059
- export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: (obj: AssumeRoleWithSAMLRequest) => any;
1060
- /**
1061
- * @internal
1062
- */
1063
- export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: (obj: AssumeRoleWithSAMLResponse) => any;
1064
- /**
1065
- * @internal
1066
- */
1067
- export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityRequest) => any;
1068
- /**
1069
- * @internal
1070
- */
1071
- export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityResponse) => any;
1072
- /**
1073
- * @internal
1074
- */
1075
- export declare const DecodeAuthorizationMessageRequestFilterSensitiveLog: (obj: DecodeAuthorizationMessageRequest) => any;
1076
- /**
1077
- * @internal
1078
- */
1079
- export declare const DecodeAuthorizationMessageResponseFilterSensitiveLog: (obj: DecodeAuthorizationMessageResponse) => any;
1080
- /**
1081
- * @internal
1082
- */
1083
- export declare const GetAccessKeyInfoRequestFilterSensitiveLog: (obj: GetAccessKeyInfoRequest) => any;
1084
- /**
1085
- * @internal
1086
- */
1087
- export declare const GetAccessKeyInfoResponseFilterSensitiveLog: (obj: GetAccessKeyInfoResponse) => any;
1088
- /**
1089
- * @internal
1090
- */
1091
- export declare const GetCallerIdentityRequestFilterSensitiveLog: (obj: GetCallerIdentityRequest) => any;
1092
- /**
1093
- * @internal
1094
- */
1095
- export declare const GetCallerIdentityResponseFilterSensitiveLog: (obj: GetCallerIdentityResponse) => any;
1096
- /**
1097
- * @internal
1098
- */
1099
- export declare const GetFederationTokenRequestFilterSensitiveLog: (obj: GetFederationTokenRequest) => any;
1100
- /**
1101
- * @internal
1102
- */
1103
- export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any;
1104
- /**
1105
- * @internal
1106
- */
1107
- export declare const GetFederationTokenResponseFilterSensitiveLog: (obj: GetFederationTokenResponse) => any;
1108
- /**
1109
- * @internal
1110
- */
1111
- export declare const GetSessionTokenRequestFilterSensitiveLog: (obj: GetSessionTokenRequest) => any;
1112
- /**
1113
- * @internal
1114
- */
1115
- export declare const GetSessionTokenResponseFilterSensitiveLog: (obj: GetSessionTokenResponse) => any;
@@ -177,62 +177,3 @@ export interface GetSessionTokenRequest {
177
177
  export interface GetSessionTokenResponse {
178
178
  Credentials?: Credentials;
179
179
  }
180
- export declare const AssumedRoleUserFilterSensitiveLog: (
181
- obj: AssumedRoleUser
182
- ) => any;
183
- export declare const PolicyDescriptorTypeFilterSensitiveLog: (
184
- obj: PolicyDescriptorType
185
- ) => any;
186
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
187
- export declare const AssumeRoleRequestFilterSensitiveLog: (
188
- obj: AssumeRoleRequest
189
- ) => any;
190
- export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
191
- export declare const AssumeRoleResponseFilterSensitiveLog: (
192
- obj: AssumeRoleResponse
193
- ) => any;
194
- export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: (
195
- obj: AssumeRoleWithSAMLRequest
196
- ) => any;
197
- export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: (
198
- obj: AssumeRoleWithSAMLResponse
199
- ) => any;
200
- export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (
201
- obj: AssumeRoleWithWebIdentityRequest
202
- ) => any;
203
- export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (
204
- obj: AssumeRoleWithWebIdentityResponse
205
- ) => any;
206
- export declare const DecodeAuthorizationMessageRequestFilterSensitiveLog: (
207
- obj: DecodeAuthorizationMessageRequest
208
- ) => any;
209
- export declare const DecodeAuthorizationMessageResponseFilterSensitiveLog: (
210
- obj: DecodeAuthorizationMessageResponse
211
- ) => any;
212
- export declare const GetAccessKeyInfoRequestFilterSensitiveLog: (
213
- obj: GetAccessKeyInfoRequest
214
- ) => any;
215
- export declare const GetAccessKeyInfoResponseFilterSensitiveLog: (
216
- obj: GetAccessKeyInfoResponse
217
- ) => any;
218
- export declare const GetCallerIdentityRequestFilterSensitiveLog: (
219
- obj: GetCallerIdentityRequest
220
- ) => any;
221
- export declare const GetCallerIdentityResponseFilterSensitiveLog: (
222
- obj: GetCallerIdentityResponse
223
- ) => any;
224
- export declare const GetFederationTokenRequestFilterSensitiveLog: (
225
- obj: GetFederationTokenRequest
226
- ) => any;
227
- export declare const FederatedUserFilterSensitiveLog: (
228
- obj: FederatedUser
229
- ) => any;
230
- export declare const GetFederationTokenResponseFilterSensitiveLog: (
231
- obj: GetFederationTokenResponse
232
- ) => any;
233
- export declare const GetSessionTokenRequestFilterSensitiveLog: (
234
- obj: GetSessionTokenRequest
235
- ) => any;
236
- export declare const GetSessionTokenResponseFilterSensitiveLog: (
237
- obj: GetSessionTokenResponse
238
- ) => any;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
15
16
  "test": "yarn test:unit",
16
17
  "test:unit": "jest"
@@ -23,7 +24,7 @@
23
24
  "@aws-crypto/sha256-browser": "3.0.0",
24
25
  "@aws-crypto/sha256-js": "3.0.0",
25
26
  "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.296.0",
27
+ "@aws-sdk/credential-provider-node": "3.298.0",
27
28
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
29
  "@aws-sdk/hash-node": "3.296.0",
29
30
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.296.0",
3
+ "version": "3.298.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "@aws-sdk/credential-provider-env": "3.296.0",
28
28
  "@aws-sdk/credential-provider-imds": "3.296.0",
29
29
  "@aws-sdk/credential-provider-process": "3.296.0",
30
- "@aws-sdk/credential-provider-sso": "3.296.0",
30
+ "@aws-sdk/credential-provider-sso": "3.298.0",
31
31
  "@aws-sdk/credential-provider-web-identity": "3.296.0",
32
32
  "@aws-sdk/property-provider": "3.296.0",
33
33
  "@aws-sdk/shared-ini-file-loader": "3.296.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.296.0",
3
+ "version": "3.298.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@aws-sdk/credential-provider-env": "3.296.0",
31
31
  "@aws-sdk/credential-provider-imds": "3.296.0",
32
- "@aws-sdk/credential-provider-ini": "3.296.0",
32
+ "@aws-sdk/credential-provider-ini": "3.298.0",
33
33
  "@aws-sdk/credential-provider-process": "3.296.0",
34
- "@aws-sdk/credential-provider-sso": "3.296.0",
34
+ "@aws-sdk/credential-provider-sso": "3.298.0",
35
35
  "@aws-sdk/credential-provider-web-identity": "3.296.0",
36
36
  "@aws-sdk/property-provider": "3.296.0",
37
37
  "@aws-sdk/shared-ini-file-loader": "3.296.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.296.0",
3
+ "version": "3.298.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.296.0",
27
+ "@aws-sdk/client-sso": "3.298.0",
28
28
  "@aws-sdk/property-provider": "3.296.0",
29
29
  "@aws-sdk/shared-ini-file-loader": "3.296.0",
30
- "@aws-sdk/token-providers": "3.296.0",
30
+ "@aws-sdk/token-providers": "3.298.0",
31
31
  "@aws-sdk/types": "3.296.0",
32
32
  "tslib": "^2.5.0"
33
33
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.296.0",
3
+ "version": "3.298.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso-oidc": "3.296.0",
28
+ "@aws-sdk/client-sso-oidc": "3.298.0",
29
29
  "@aws-sdk/property-provider": "3.296.0",
30
30
  "@aws-sdk/shared-ini-file-loader": "3.296.0",
31
31
  "@aws-sdk/types": "3.296.0",