@cdklabs/cdk-ecs-codedeploy 0.0.430 → 0.0.431

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 (434) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +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/index.js +17 -18
  8. package/node_modules/@aws-sdk/client-codedeploy/package.json +38 -38
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -4
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  24. package/node_modules/@aws-sdk/core/package.json +13 -13
  25. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  26. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  37. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  38. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  39. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  40. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
  41. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  42. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  43. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  44. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  45. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  46. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  49. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  50. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  51. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  52. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  53. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  54. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
  57. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  58. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  59. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  60. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  61. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  62. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  63. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  64. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  65. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  66. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  67. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  68. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  69. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  70. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  71. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  72. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  73. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  74. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  75. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  77. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  78. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  79. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  80. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  83. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  86. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  87. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  91. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
  92. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  93. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  95. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +18 -71
  96. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
  104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  107. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  108. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  115. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  116. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  122. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  124. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  128. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  161. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  162. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  163. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  164. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  169. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  171. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  199. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  200. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  201. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  205. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  207. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  210. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  211. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  212. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  213. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  214. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  215. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  216. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  217. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  218. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  219. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
  220. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
  221. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  222. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  223. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  224. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  225. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  226. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  227. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  228. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  229. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  230. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  231. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  232. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  233. package/node_modules/@aws-sdk/types/package.json +2 -2
  234. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  235. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  236. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  237. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  238. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  239. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  240. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  241. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  242. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
  243. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
  244. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
  245. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
  246. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
  247. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
  248. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  249. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  250. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  251. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
  252. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  253. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  254. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  255. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  256. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  257. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  258. package/node_modules/@smithy/abort-controller/package.json +2 -2
  259. package/node_modules/@smithy/config-resolver/package.json +5 -5
  260. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  261. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  262. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  263. package/node_modules/@smithy/core/package.json +7 -7
  264. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  265. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  266. package/node_modules/@smithy/hash-node/package.json +2 -2
  267. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  268. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  269. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  270. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  271. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  272. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  273. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  274. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  275. package/node_modules/@smithy/property-provider/package.json +2 -2
  276. package/node_modules/@smithy/protocol-http/package.json +2 -2
  277. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  278. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  279. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  280. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  281. package/node_modules/@smithy/signature-v4/package.json +4 -4
  282. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  283. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  284. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  285. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  286. package/node_modules/@smithy/smithy-client/package.json +10 -8
  287. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  288. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  289. package/node_modules/@smithy/types/package.json +1 -1
  290. package/node_modules/@smithy/url-parser/package.json +3 -3
  291. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  292. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  293. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  294. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  295. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  296. package/node_modules/@smithy/util-middleware/package.json +2 -2
  297. package/node_modules/@smithy/util-retry/package.json +3 -3
  298. package/node_modules/@smithy/util-stream/package.json +4 -4
  299. package/node_modules/@smithy/util-waiter/package.json +3 -3
  300. package/node_modules/strnum/README.md +1 -0
  301. package/node_modules/strnum/package.json +3 -3
  302. package/node_modules/strnum/strnum.js +85 -59
  303. package/node_modules/strnum/tests/infinity_test.js +18 -0
  304. package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +67 -68
  305. package/package.json +3 -3
  306. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  307. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  308. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  309. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  310. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  311. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  312. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  313. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  314. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  315. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  316. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  317. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  318. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  319. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  320. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  321. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  322. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  323. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  324. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  325. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  326. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  327. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  328. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  329. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  330. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  331. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  332. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  333. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  334. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  335. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  336. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  337. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  338. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  339. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  340. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  341. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  342. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  343. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  344. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  345. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  346. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  347. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  348. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  349. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  350. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  351. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  352. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  353. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  354. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  355. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  356. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  357. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  358. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  359. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  360. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  361. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  362. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  363. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  364. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  365. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  366. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  367. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  368. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  369. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  370. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  371. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  372. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  373. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  374. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  375. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  376. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  377. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  378. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  379. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  380. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  381. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  382. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  383. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  384. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  385. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  386. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  387. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  388. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  389. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  390. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  391. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  392. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  393. package/node_modules/strnum/test.js +0 -9
  394. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  395. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  396. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  397. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  398. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  399. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  400. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  401. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  402. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  403. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  404. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  405. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  406. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  407. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  408. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  409. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  410. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
  411. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  412. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  413. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  414. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  415. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  416. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  417. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  418. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  419. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  420. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  421. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  422. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  423. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  424. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  425. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  426. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  427. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  428. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  429. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  430. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  431. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  432. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  433. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  434. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -1,67 +0,0 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
3
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
4
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
5
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
6
- import { SSOClient } from "./SSOClient";
7
- export interface SSO {
8
- /**
9
- * @see {@link GetRoleCredentialsCommand}
10
- */
11
- getRoleCredentials(args: GetRoleCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetRoleCredentialsCommandOutput>;
12
- getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
13
- getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
14
- /**
15
- * @see {@link ListAccountRolesCommand}
16
- */
17
- listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
18
- listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
19
- listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
20
- /**
21
- * @see {@link ListAccountsCommand}
22
- */
23
- listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
24
- listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
25
- listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
26
- /**
27
- * @see {@link LogoutCommand}
28
- */
29
- logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise<LogoutCommandOutput>;
30
- logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void;
31
- logout(args: LogoutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutCommandOutput) => void): void;
32
- /**
33
- * @see {@link ListAccountRolesCommand}
34
- * @param args - command input.
35
- * @param paginationConfig - optional pagination config.
36
- * @returns AsyncIterable of {@link ListAccountRolesCommandOutput}.
37
- */
38
- paginateListAccountRoles(args: ListAccountRolesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountRolesCommandOutput>;
39
- /**
40
- * @see {@link ListAccountsCommand}
41
- * @param args - command input.
42
- * @param paginationConfig - optional pagination config.
43
- * @returns AsyncIterable of {@link ListAccountsCommandOutput}.
44
- */
45
- paginateListAccounts(args: ListAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountsCommandOutput>;
46
- }
47
- /**
48
- * <p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
49
- * IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
50
- * assigned to them and get federated into the application.</p>
51
- * <note>
52
- * <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
53
- * <code>identitystore</code> API namespaces will continue to retain their original name for
54
- * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
55
- * </note>
56
- * <p>This reference guide describes the IAM Identity Center Portal operations that you can call
57
- * programatically and includes detailed information on data types and errors.</p>
58
- * <note>
59
- * <p>AWS provides SDKs that consist of libraries and sample code for various programming
60
- * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
61
- * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
62
- * information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
63
- * </note>
64
- * @public
65
- */
66
- export declare class SSO extends SSOClient implements SSO {
67
- }
@@ -1,98 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link ListAccountRolesCommand}.
14
- */
15
- export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link ListAccountRolesCommand}.
21
- */
22
- export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
23
- }
24
- declare const ListAccountRolesCommand_base: {
25
- new (input: ListAccountRolesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccountRolesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * <p>Lists all roles that are assigned to the user for a given AWS account.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
35
- * // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
36
- * // import type { SSOClientConfig } from "@aws-sdk/client-sso";
37
- * const config = {}; // type is SSOClientConfig
38
- * const client = new SSOClient(config);
39
- * const input = { // ListAccountRolesRequest
40
- * nextToken: "STRING_VALUE",
41
- * maxResults: Number("int"),
42
- * accessToken: "STRING_VALUE", // required
43
- * accountId: "STRING_VALUE", // required
44
- * };
45
- * const command = new ListAccountRolesCommand(input);
46
- * const response = await client.send(command);
47
- * // { // ListAccountRolesResponse
48
- * // nextToken: "STRING_VALUE",
49
- * // roleList: [ // RoleListType
50
- * // { // RoleInfo
51
- * // roleName: "STRING_VALUE",
52
- * // accountId: "STRING_VALUE",
53
- * // },
54
- * // ],
55
- * // };
56
- *
57
- * ```
58
- *
59
- * @param ListAccountRolesCommandInput - {@link ListAccountRolesCommandInput}
60
- * @returns {@link ListAccountRolesCommandOutput}
61
- * @see {@link ListAccountRolesCommandInput} for command's `input` shape.
62
- * @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
63
- * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
64
- *
65
- * @throws {@link InvalidRequestException} (client fault)
66
- * <p>Indicates that a problem occurred with the input to the request. For example, a required
67
- * parameter might be missing or out of range.</p>
68
- *
69
- * @throws {@link ResourceNotFoundException} (client fault)
70
- * <p>The specified resource doesn't exist.</p>
71
- *
72
- * @throws {@link TooManyRequestsException} (client fault)
73
- * <p>Indicates that the request is being made too frequently and is more than what the server
74
- * can handle.</p>
75
- *
76
- * @throws {@link UnauthorizedException} (client fault)
77
- * <p>Indicates that the request is not authorized. This can happen due to an invalid access
78
- * token in the request.</p>
79
- *
80
- * @throws {@link SSOServiceException}
81
- * <p>Base exception class for all service exceptions from SSO service.</p>
82
- *
83
- *
84
- * @public
85
- */
86
- export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
87
- /** @internal type navigation helper, not in runtime. */
88
- protected static __types: {
89
- api: {
90
- input: ListAccountRolesRequest;
91
- output: ListAccountRolesResponse;
92
- };
93
- sdk: {
94
- input: ListAccountRolesCommandInput;
95
- output: ListAccountRolesCommandOutput;
96
- };
97
- };
98
- }
@@ -1,100 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link ListAccountsCommand}.
14
- */
15
- export interface ListAccountsCommandInput extends ListAccountsRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link ListAccountsCommand}.
21
- */
22
- export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
23
- }
24
- declare const ListAccountsCommand_base: {
25
- new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
31
- * administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>IAM Identity Center User Guide</i>. This operation
32
- * returns a paginated response.</p>
33
- * @example
34
- * Use a bare-bones client and the command you need to make an API call.
35
- * ```javascript
36
- * import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
37
- * // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
38
- * // import type { SSOClientConfig } from "@aws-sdk/client-sso";
39
- * const config = {}; // type is SSOClientConfig
40
- * const client = new SSOClient(config);
41
- * const input = { // ListAccountsRequest
42
- * nextToken: "STRING_VALUE",
43
- * maxResults: Number("int"),
44
- * accessToken: "STRING_VALUE", // required
45
- * };
46
- * const command = new ListAccountsCommand(input);
47
- * const response = await client.send(command);
48
- * // { // ListAccountsResponse
49
- * // nextToken: "STRING_VALUE",
50
- * // accountList: [ // AccountListType
51
- * // { // AccountInfo
52
- * // accountId: "STRING_VALUE",
53
- * // accountName: "STRING_VALUE",
54
- * // emailAddress: "STRING_VALUE",
55
- * // },
56
- * // ],
57
- * // };
58
- *
59
- * ```
60
- *
61
- * @param ListAccountsCommandInput - {@link ListAccountsCommandInput}
62
- * @returns {@link ListAccountsCommandOutput}
63
- * @see {@link ListAccountsCommandInput} for command's `input` shape.
64
- * @see {@link ListAccountsCommandOutput} for command's `response` shape.
65
- * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
66
- *
67
- * @throws {@link InvalidRequestException} (client fault)
68
- * <p>Indicates that a problem occurred with the input to the request. For example, a required
69
- * parameter might be missing or out of range.</p>
70
- *
71
- * @throws {@link ResourceNotFoundException} (client fault)
72
- * <p>The specified resource doesn't exist.</p>
73
- *
74
- * @throws {@link TooManyRequestsException} (client fault)
75
- * <p>Indicates that the request is being made too frequently and is more than what the server
76
- * can handle.</p>
77
- *
78
- * @throws {@link UnauthorizedException} (client fault)
79
- * <p>Indicates that the request is not authorized. This can happen due to an invalid access
80
- * token in the request.</p>
81
- *
82
- * @throws {@link SSOServiceException}
83
- * <p>Base exception class for all service exceptions from SSO service.</p>
84
- *
85
- *
86
- * @public
87
- */
88
- export declare class ListAccountsCommand extends ListAccountsCommand_base {
89
- /** @internal type navigation helper, not in runtime. */
90
- protected static __types: {
91
- api: {
92
- input: ListAccountsRequest;
93
- output: ListAccountsResponse;
94
- };
95
- sdk: {
96
- input: ListAccountsCommandInput;
97
- output: ListAccountsCommandOutput;
98
- };
99
- };
100
- }
@@ -1,97 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LogoutRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link LogoutCommand}.
14
- */
15
- export interface LogoutCommandInput extends LogoutRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link LogoutCommand}.
21
- */
22
- export interface LogoutCommandOutput extends __MetadataBearer {
23
- }
24
- declare const LogoutCommand_base: {
25
- new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: LogoutCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * <p>Removes the locally stored SSO tokens from the client-side cache and sends an API call to
31
- * the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in
32
- * session.</p>
33
- * <note>
34
- * <p>If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is
35
- * used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set.
36
- * More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user,
37
- * and the corresponding temporary AWS credentials are returned to the client.</p>
38
- * <p>After user logout, any existing IAM role sessions that were created by using IAM Identity Center
39
- * permission sets continue based on the duration configured in the permission set.
40
- * For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html">User
41
- * authentications</a> in the <i>IAM Identity Center User
42
- * Guide</i>.</p>
43
- * </note>
44
- * @example
45
- * Use a bare-bones client and the command you need to make an API call.
46
- * ```javascript
47
- * import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
48
- * // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
49
- * // import type { SSOClientConfig } from "@aws-sdk/client-sso";
50
- * const config = {}; // type is SSOClientConfig
51
- * const client = new SSOClient(config);
52
- * const input = { // LogoutRequest
53
- * accessToken: "STRING_VALUE", // required
54
- * };
55
- * const command = new LogoutCommand(input);
56
- * const response = await client.send(command);
57
- * // {};
58
- *
59
- * ```
60
- *
61
- * @param LogoutCommandInput - {@link LogoutCommandInput}
62
- * @returns {@link LogoutCommandOutput}
63
- * @see {@link LogoutCommandInput} for command's `input` shape.
64
- * @see {@link LogoutCommandOutput} for command's `response` shape.
65
- * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
66
- *
67
- * @throws {@link InvalidRequestException} (client fault)
68
- * <p>Indicates that a problem occurred with the input to the request. For example, a required
69
- * parameter might be missing or out of range.</p>
70
- *
71
- * @throws {@link TooManyRequestsException} (client fault)
72
- * <p>Indicates that the request is being made too frequently and is more than what the server
73
- * can handle.</p>
74
- *
75
- * @throws {@link UnauthorizedException} (client fault)
76
- * <p>Indicates that the request is not authorized. This can happen due to an invalid access
77
- * token in the request.</p>
78
- *
79
- * @throws {@link SSOServiceException}
80
- * <p>Base exception class for all service exceptions from SSO service.</p>
81
- *
82
- *
83
- * @public
84
- */
85
- export declare class LogoutCommand extends LogoutCommand_base {
86
- /** @internal type navigation helper, not in runtime. */
87
- protected static __types: {
88
- api: {
89
- input: LogoutRequest;
90
- output: {};
91
- };
92
- sdk: {
93
- input: LogoutCommandInput;
94
- output: LogoutCommandOutput;
95
- };
96
- };
97
- }
@@ -1,4 +0,0 @@
1
- export * from "./GetRoleCredentialsCommand";
2
- export * from "./ListAccountRolesCommand";
3
- export * from "./ListAccountsCommand";
4
- export * from "./LogoutCommand";
@@ -1,189 +0,0 @@
1
- /**
2
- * <p>Provides information about your AWS account.</p>
3
- * @public
4
- */
5
- export interface AccountInfo {
6
- /**
7
- * <p>The identifier of the AWS account that is assigned to the user.</p>
8
- * @public
9
- */
10
- accountId?: string | undefined;
11
- /**
12
- * <p>The display name of the AWS account that is assigned to the user.</p>
13
- * @public
14
- */
15
- accountName?: string | undefined;
16
- /**
17
- * <p>The email address of the AWS account that is assigned to the user.</p>
18
- * @public
19
- */
20
- emailAddress?: string | undefined;
21
- }
22
- /**
23
- * @public
24
- */
25
- export interface GetRoleCredentialsRequest {
26
- /**
27
- * <p>The friendly name of the role that is assigned to the user.</p>
28
- * @public
29
- */
30
- roleName: string | undefined;
31
- /**
32
- * <p>The identifier for the AWS account that is assigned to the user.</p>
33
- * @public
34
- */
35
- accountId: string | undefined;
36
- /**
37
- * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
38
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
39
- * @public
40
- */
41
- accessToken: string | undefined;
42
- }
43
- /**
44
- * <p>Provides information about the role credentials that are assigned to the user.</p>
45
- * @public
46
- */
47
- export interface RoleCredentials {
48
- /**
49
- * <p>The identifier used for the temporary security credentials. For more information, see
50
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
51
- * <i>AWS IAM User Guide</i>.</p>
52
- * @public
53
- */
54
- accessKeyId?: string | undefined;
55
- /**
56
- * <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
57
- * <i>AWS IAM User Guide</i>.</p>
58
- * @public
59
- */
60
- secretAccessKey?: string | undefined;
61
- /**
62
- * <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
63
- * <i>AWS IAM User Guide</i>.</p>
64
- * @public
65
- */
66
- sessionToken?: string | undefined;
67
- /**
68
- * <p>The date on which temporary security credentials expire.</p>
69
- * @public
70
- */
71
- expiration?: number | undefined;
72
- }
73
- /**
74
- * @public
75
- */
76
- export interface GetRoleCredentialsResponse {
77
- /**
78
- * <p>The credentials for the role that is assigned to the user.</p>
79
- * @public
80
- */
81
- roleCredentials?: RoleCredentials | undefined;
82
- }
83
- /**
84
- * @public
85
- */
86
- export interface ListAccountRolesRequest {
87
- /**
88
- * <p>The page token from the previous response output when you request subsequent pages.</p>
89
- * @public
90
- */
91
- nextToken?: string | undefined;
92
- /**
93
- * <p>The number of items that clients can request per page.</p>
94
- * @public
95
- */
96
- maxResults?: number | undefined;
97
- /**
98
- * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
99
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
100
- * @public
101
- */
102
- accessToken: string | undefined;
103
- /**
104
- * <p>The identifier for the AWS account that is assigned to the user.</p>
105
- * @public
106
- */
107
- accountId: string | undefined;
108
- }
109
- /**
110
- * <p>Provides information about the role that is assigned to the user.</p>
111
- * @public
112
- */
113
- export interface RoleInfo {
114
- /**
115
- * <p>The friendly name of the role that is assigned to the user.</p>
116
- * @public
117
- */
118
- roleName?: string | undefined;
119
- /**
120
- * <p>The identifier of the AWS account assigned to the user.</p>
121
- * @public
122
- */
123
- accountId?: string | undefined;
124
- }
125
- /**
126
- * @public
127
- */
128
- export interface ListAccountRolesResponse {
129
- /**
130
- * <p>The page token client that is used to retrieve the list of accounts.</p>
131
- * @public
132
- */
133
- nextToken?: string | undefined;
134
- /**
135
- * <p>A paginated response with the list of roles and the next token if more results are
136
- * available.</p>
137
- * @public
138
- */
139
- roleList?: RoleInfo[] | undefined;
140
- }
141
- /**
142
- * @public
143
- */
144
- export interface ListAccountsRequest {
145
- /**
146
- * <p>(Optional) When requesting subsequent pages, this is the page token from the previous
147
- * response output.</p>
148
- * @public
149
- */
150
- nextToken?: string | undefined;
151
- /**
152
- * <p>This is the number of items clients can request per page.</p>
153
- * @public
154
- */
155
- maxResults?: number | undefined;
156
- /**
157
- * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
158
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
159
- * @public
160
- */
161
- accessToken: string | undefined;
162
- }
163
- /**
164
- * @public
165
- */
166
- export interface ListAccountsResponse {
167
- /**
168
- * <p>The page token client that is used to retrieve the list of accounts.</p>
169
- * @public
170
- */
171
- nextToken?: string | undefined;
172
- /**
173
- * <p>A paginated response with the list of account information and the next token if more
174
- * results are available.</p>
175
- * @public
176
- */
177
- accountList?: AccountInfo[] | undefined;
178
- }
179
- /**
180
- * @public
181
- */
182
- export interface LogoutRequest {
183
- /**
184
- * <p>The token issued by the <code>CreateToken</code> API call. For more information, see
185
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>IAM Identity Center OIDC API Reference Guide</i>.</p>
186
- * @public
187
- */
188
- accessToken: string | undefined;
189
- }
@@ -1,8 +0,0 @@
1
- import type { PaginationConfiguration } from "@smithy/types";
2
- import { SSOClient } from "../SSOClient";
3
- /**
4
- * @public
5
- */
6
- export interface SSOPaginationConfiguration extends PaginationConfiguration {
7
- client: SSOClient;
8
- }
@@ -1,7 +0,0 @@
1
- import type { Paginator } from "@smithy/types";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
3
- import { SSOPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateListAccountRoles: (config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...rest: any[]) => Paginator<ListAccountRolesCommandOutput>;
@@ -1,7 +0,0 @@
1
- import type { Paginator } from "@smithy/types";
2
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
3
- import { SSOPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateListAccounts: (config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...rest: any[]) => Paginator<ListAccountsCommandOutput>;
@@ -1,3 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAccountRolesPaginator";
3
- export * from "./ListAccountsPaginator";