@jjrawlins/cdk-diff-pr-github-action 1.5.4 → 1.5.6

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 (289) hide show
  1. package/.jsii +3 -3
  2. package/lib/CdkDiffIamTemplate.js +2 -2
  3. package/lib/CdkDiffIamTemplateStackSet.js +2 -2
  4. package/lib/CdkDiffStackWorkflow.js +1 -1
  5. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  6. package/lib/CdkDriftIamTemplate.js +2 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  8. package/node_modules/@aws-sdk/core/package.json +13 -13
  9. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  10. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  11. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  12. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  13. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  14. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  15. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  16. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  17. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  18. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  19. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  20. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  21. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  22. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  24. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  25. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  26. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  27. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  28. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  29. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  30. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  31. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  32. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  33. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  34. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  35. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  36. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  37. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  38. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  39. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  40. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  41. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  42. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  43. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +1 -53
  44. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  45. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  46. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  47. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  48. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  49. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  50. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  53. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  54. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  55. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  56. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  57. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  58. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  61. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  62. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  64. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  66. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  67. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  68. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  69. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  70. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  74. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  75. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  76. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  78. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  79. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  80. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  82. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  83. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  84. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  86. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  108. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  109. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  110. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  111. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  112. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  116. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  118. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  146. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  147. 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
  148. 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
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  152. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  154. 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
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  158. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  159. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  160. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  161. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  162. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  163. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  164. package/node_modules/@aws-sdk/types/package.json +2 -2
  165. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  166. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  167. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  168. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  169. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  170. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  171. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  172. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  173. package/node_modules/@smithy/abort-controller/package.json +2 -2
  174. package/node_modules/@smithy/config-resolver/package.json +5 -5
  175. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  176. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  177. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  178. package/node_modules/@smithy/core/package.json +7 -7
  179. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  180. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  181. package/node_modules/@smithy/hash-node/package.json +2 -2
  182. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  183. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  184. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  185. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  186. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  187. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  188. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  189. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  190. package/node_modules/@smithy/property-provider/package.json +2 -2
  191. package/node_modules/@smithy/protocol-http/package.json +2 -2
  192. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  193. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  194. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  195. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  196. package/node_modules/@smithy/signature-v4/package.json +4 -4
  197. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  198. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  199. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  200. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  201. package/node_modules/@smithy/smithy-client/package.json +10 -8
  202. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  203. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  204. package/node_modules/@smithy/types/package.json +1 -1
  205. package/node_modules/@smithy/url-parser/package.json +3 -3
  206. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  207. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  208. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  209. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  210. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  211. package/node_modules/@smithy/util-middleware/package.json +2 -2
  212. package/node_modules/@smithy/util-retry/package.json +3 -3
  213. package/node_modules/@smithy/util-stream/package.json +4 -4
  214. package/node_modules/@smithy/util-waiter/package.json +3 -3
  215. package/package.json +4 -4
  216. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  217. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  218. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  219. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  220. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  221. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  222. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  223. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  224. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  225. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  226. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  227. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  228. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  229. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  230. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  231. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  232. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  233. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  234. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  235. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  236. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  237. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  238. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  244. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  245. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  246. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  247. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  248. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  249. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +0 -8
  250. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  251. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  252. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  253. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  254. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  255. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  256. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  257. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  258. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  259. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  260. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  261. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  262. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  263. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  264. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  265. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  266. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  267. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  268. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  269. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  270. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  271. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  272. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  273. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  274. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  275. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  276. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  277. /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
  278. /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
  279. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  280. /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
  281. /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
  282. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  283. /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
  284. /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
  285. /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
  286. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  287. /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
  288. /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
  289. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -0,0 +1,126 @@
1
+ import { CognitoIdentityClientConfig } from "./CognitoIdentityClient";
2
+ export declare const getRuntimeConfig: (
3
+ config: CognitoIdentityClientConfig
4
+ ) => {
5
+ runtime: string;
6
+ sha256: import("@smithy/types").HashConstructor;
7
+ requestHandler:
8
+ | import("@smithy/types").NodeHttpHandlerOptions
9
+ | import("@smithy/types").FetchHttpHandlerOptions
10
+ | Record<string, unknown>
11
+ | import("@smithy/protocol-http").HttpHandler<any>
12
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
+ cacheMiddleware?: boolean;
14
+ protocol:
15
+ | import("@smithy/types").ClientProtocol<any, any>
16
+ | import("@smithy/types").ClientProtocolCtor<any, any>
17
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
18
+ protocolSettings: {
19
+ defaultNamespace?: string;
20
+ [setting: string]: unknown;
21
+ };
22
+ apiVersion: string;
23
+ urlParser: import("@smithy/types").UrlParser;
24
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
+ streamCollector: import("@smithy/types").StreamCollector;
26
+ base64Decoder: import("@smithy/types").Decoder;
27
+ base64Encoder: (_input: Uint8Array | string) => string;
28
+ utf8Decoder: import("@smithy/types").Decoder;
29
+ utf8Encoder: (input: Uint8Array | string) => string;
30
+ disableHostPrefix: boolean;
31
+ serviceId: string;
32
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
34
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
35
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
36
+ region: string | import("@smithy/types").Provider<any>;
37
+ profile?: string;
38
+ defaultUserAgentProvider: (
39
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
40
+ ) => Promise<import("@smithy/types").UserAgent>;
41
+ maxAttempts: number | import("@smithy/types").Provider<number>;
42
+ retryMode: string | import("@smithy/types").Provider<string>;
43
+ logger: import("@smithy/types").Logger;
44
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
45
+ defaultsMode:
46
+ | import("@smithy/smithy-client").DefaultsMode
47
+ | import("@smithy/types").Provider<
48
+ import("@smithy/smithy-client").DefaultsMode
49
+ >;
50
+ customUserAgent?: string | import("@smithy/types").UserAgent;
51
+ userAgentAppId?:
52
+ | string
53
+ | undefined
54
+ | import("@smithy/types").Provider<string | undefined>;
55
+ retryStrategy?:
56
+ | import("@smithy/types").RetryStrategy
57
+ | import("@smithy/types").RetryStrategyV2;
58
+ endpoint?:
59
+ | ((
60
+ | string
61
+ | import("@smithy/types").Endpoint
62
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
63
+ | import("@smithy/types").EndpointV2
64
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
65
+ ) &
66
+ (
67
+ | string
68
+ | import("@smithy/types").Provider<string>
69
+ | import("@smithy/types").Endpoint
70
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
71
+ | import("@smithy/types").EndpointV2
72
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
73
+ ))
74
+ | undefined;
75
+ endpointProvider: (
76
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
77
+ context?: {
78
+ logger?: import("@smithy/types").Logger;
79
+ }
80
+ ) => import("@smithy/types").EndpointV2;
81
+ tls?: boolean;
82
+ serviceConfiguredEndpoint?: never;
83
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
84
+ httpAuthSchemes:
85
+ | import("@smithy/types").HttpAuthScheme[]
86
+ | (
87
+ | {
88
+ schemeId: string;
89
+ identityProvider: (
90
+ ipc: import("@smithy/types").IdentityProviderConfig
91
+ ) =>
92
+ | import("@smithy/types").IdentityProvider<
93
+ import("@smithy/types").Identity
94
+ >
95
+ | undefined;
96
+ signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
97
+ }
98
+ | {
99
+ schemeId: string;
100
+ identityProvider: (
101
+ ipc: import("@smithy/types").IdentityProviderConfig
102
+ ) =>
103
+ | import("@smithy/types").IdentityProvider<
104
+ import("@smithy/types").Identity
105
+ >
106
+ | (() => Promise<{}>);
107
+ signer: import("@smithy/core").NoAuthSigner;
108
+ }
109
+ )[];
110
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CognitoIdentityHttpAuthSchemeProvider;
111
+ credentials?:
112
+ | import("@smithy/types").AwsCredentialIdentity
113
+ | import("@smithy/types").AwsCredentialIdentityProvider;
114
+ signer?:
115
+ | import("@smithy/types").RequestSigner
116
+ | ((
117
+ authScheme?: import("@smithy/types").AuthScheme
118
+ ) => Promise<import("@smithy/types").RequestSigner>);
119
+ signingEscapePath?: boolean;
120
+ systemClockOffset?: number;
121
+ signingRegion?: string;
122
+ signerConstructor?: new (
123
+ options: import("@smithy/signature-v4").SignatureV4Init &
124
+ import("@smithy/signature-v4").SignatureV4CryptoInit
125
+ ) => import("@smithy/types").RequestSigner;
126
+ };
@@ -0,0 +1,60 @@
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { NoAuthSigner } from "@smithy/core";
4
+ import { IdentityProviderConfig } from "@smithy/types";
5
+ import { CognitoIdentityClientConfig } from "./CognitoIdentityClient";
6
+ export declare const getRuntimeConfig: (
7
+ config: CognitoIdentityClientConfig
8
+ ) => {
9
+ apiVersion: string;
10
+ base64Decoder: import("@smithy/types").Decoder;
11
+ base64Encoder: (_input: Uint8Array | string) => string;
12
+ disableHostPrefix: boolean;
13
+ endpointProvider: (
14
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
15
+ context?: {
16
+ logger?: import("@smithy/types").Logger;
17
+ }
18
+ ) => import("@smithy/types").EndpointV2;
19
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
20
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CognitoIdentityHttpAuthSchemeProvider;
21
+ httpAuthSchemes:
22
+ | import("@smithy/types").HttpAuthScheme[]
23
+ | (
24
+ | {
25
+ schemeId: string;
26
+ identityProvider: (
27
+ ipc: IdentityProviderConfig
28
+ ) =>
29
+ | import("@smithy/types").IdentityProvider<
30
+ import("@smithy/types").Identity
31
+ >
32
+ | undefined;
33
+ signer: AwsSdkSigV4Signer;
34
+ }
35
+ | {
36
+ schemeId: string;
37
+ identityProvider: (
38
+ ipc: IdentityProviderConfig
39
+ ) =>
40
+ | import("@smithy/types").IdentityProvider<
41
+ import("@smithy/types").Identity
42
+ >
43
+ | (() => Promise<{}>);
44
+ signer: NoAuthSigner;
45
+ }
46
+ )[];
47
+ logger: import("@smithy/types").Logger;
48
+ protocol:
49
+ | import("@smithy/types").ClientProtocol<any, any>
50
+ | import("@smithy/types").ClientProtocolCtor<any, any>
51
+ | typeof AwsJson1_1Protocol;
52
+ protocolSettings: {
53
+ [setting: string]: unknown;
54
+ defaultNamespace?: string;
55
+ };
56
+ serviceId: string;
57
+ urlParser: import("@smithy/types").UrlParser;
58
+ utf8Decoder: import("@smithy/types").Decoder;
59
+ utf8Encoder: (input: Uint8Array | string) => string;
60
+ };
@@ -0,0 +1,13 @@
1
+ import { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
2
+ export interface RuntimeExtension {
3
+ configure(
4
+ extensionConfiguration: CognitoIdentityExtensionConfiguration
5
+ ): void;
6
+ }
7
+ export interface RuntimeExtensionsConfig {
8
+ extensions: RuntimeExtension[];
9
+ }
10
+ export declare const resolveRuntimeExtensions: (
11
+ runtimeConfig: any,
12
+ extensions: RuntimeExtension[]
13
+ ) => any;
@@ -0,0 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
2
+ import {
3
+ StaticErrorSchema,
4
+ StaticOperationSchema,
5
+ StaticStructureSchema,
6
+ } from "@smithy/types";
7
+ export declare var CognitoIdentityServiceException$: StaticErrorSchema;
8
+ export declare var ExternalServiceException$: StaticErrorSchema;
9
+ export declare var InternalErrorException$: StaticErrorSchema;
10
+ export declare var InvalidIdentityPoolConfigurationException$: StaticErrorSchema;
11
+ export declare var InvalidParameterException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var NotAuthorizedException$: StaticErrorSchema;
14
+ export declare var ResourceConflictException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var TooManyRequestsException$: StaticErrorSchema;
17
+ export declare const errorTypeRegistries: TypeRegistry[];
18
+ export declare var Credentials$: StaticStructureSchema;
19
+ export declare var GetCredentialsForIdentityInput$: StaticStructureSchema;
20
+ export declare var GetCredentialsForIdentityResponse$: StaticStructureSchema;
21
+ export declare var GetIdInput$: StaticStructureSchema;
22
+ export declare var GetIdResponse$: StaticStructureSchema;
23
+ export declare var GetCredentialsForIdentity$: StaticOperationSchema;
24
+ export declare var GetId$: StaticOperationSchema;
@@ -1,8 +1,8 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
5
4
  } from "@smithy/types";
5
+ import { HttpAuthScheme } from "@smithy/types";
6
6
  import { SigninHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
@@ -0,0 +1,22 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ GetRoleCredentialsCommandInput,
4
+ GetRoleCredentialsCommandOutput,
5
+ } from "./commands/GetRoleCredentialsCommand";
6
+ import { SSOClient } from "./SSOClient";
7
+ export interface SSO {
8
+ getRoleCredentials(
9
+ args: GetRoleCredentialsCommandInput,
10
+ options?: __HttpHandlerOptions
11
+ ): Promise<GetRoleCredentialsCommandOutput>;
12
+ getRoleCredentials(
13
+ args: GetRoleCredentialsCommandInput,
14
+ cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void
15
+ ): void;
16
+ getRoleCredentials(
17
+ args: GetRoleCredentialsCommandInput,
18
+ options: __HttpHandlerOptions,
19
+ cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void
20
+ ): void;
21
+ }
22
+ export declare class SSO extends SSOClient implements SSO {}
@@ -25,6 +25,7 @@ import {
25
25
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
+ import { Provider, UserAgent as __UserAgent } from "@smithy/types";
28
29
  import {
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- Provider,
41
- UserAgent as __UserAgent,
42
41
  } from "@smithy/types";
43
42
  import {
44
43
  HttpAuthSchemeInputConfig,
@@ -48,18 +47,6 @@ import {
48
47
  GetRoleCredentialsCommandInput,
49
48
  GetRoleCredentialsCommandOutput,
50
49
  } from "./commands/GetRoleCredentialsCommand";
51
- import {
52
- ListAccountRolesCommandInput,
53
- ListAccountRolesCommandOutput,
54
- } from "./commands/ListAccountRolesCommand";
55
- import {
56
- ListAccountsCommandInput,
57
- ListAccountsCommandOutput,
58
- } from "./commands/ListAccountsCommand";
59
- import {
60
- LogoutCommandInput,
61
- LogoutCommandOutput,
62
- } from "./commands/LogoutCommand";
63
50
  import {
64
51
  ClientInputEndpointParameters,
65
52
  ClientResolvedEndpointParameters,
@@ -67,16 +54,8 @@ import {
67
54
  } from "./endpoint/EndpointParameters";
68
55
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
69
56
  export { __Client };
70
- export type ServiceInputTypes =
71
- | GetRoleCredentialsCommandInput
72
- | ListAccountRolesCommandInput
73
- | ListAccountsCommandInput
74
- | LogoutCommandInput;
75
- export type ServiceOutputTypes =
76
- | GetRoleCredentialsCommandOutput
77
- | ListAccountRolesCommandOutput
78
- | ListAccountsCommandOutput
79
- | LogoutCommandOutput;
57
+ export type ServiceInputTypes = GetRoleCredentialsCommandInput;
58
+ export type ServiceOutputTypes = GetRoleCredentialsCommandOutput;
80
59
  export interface ClientDefaults
81
60
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
82
61
  requestHandler?: __HttpHandlerUserInput;
@@ -1,8 +1,8 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
5
4
  } from "@smithy/types";
5
+ import { HttpAuthScheme } from "@smithy/types";
6
6
  import { SSOHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
@@ -4,11 +4,7 @@ import {
4
4
  GetRoleCredentialsRequest,
5
5
  GetRoleCredentialsResponse,
6
6
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SSOClientResolvedConfig,
11
- } from "../SSOClient";
7
+ import { SSOClientResolvedConfig } from "../SSOClient";
12
8
  export { __MetadataBearer };
13
9
  export { $Command };
14
10
  export interface GetRoleCredentialsCommandInput
@@ -23,8 +19,8 @@ declare const GetRoleCredentialsCommand_base: {
23
19
  GetRoleCredentialsCommandInput,
24
20
  GetRoleCredentialsCommandOutput,
25
21
  SSOClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
22
+ GetRoleCredentialsCommandInput,
23
+ GetRoleCredentialsCommandOutput
28
24
  >;
29
25
  new (
30
26
  input: GetRoleCredentialsCommandInput
@@ -32,8 +28,8 @@ declare const GetRoleCredentialsCommand_base: {
32
28
  GetRoleCredentialsCommandInput,
33
29
  GetRoleCredentialsCommandOutput,
34
30
  SSOClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
31
+ GetRoleCredentialsCommandInput,
32
+ GetRoleCredentialsCommandOutput
37
33
  >;
38
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
35
  };
@@ -0,0 +1 @@
1
+ export * from "./GetRoleCredentialsCommand";
@@ -0,0 +1,51 @@
1
+ import {
2
+ Endpoint,
3
+ EndpointParameters as __EndpointParameters,
4
+ EndpointV2,
5
+ Provider,
6
+ } from "@smithy/types";
7
+ export interface ClientInputEndpointParameters {
8
+ region?: string | undefined | Provider<string | undefined>;
9
+ useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
10
+ useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
11
+ endpoint?:
12
+ | string
13
+ | Provider<string>
14
+ | Endpoint
15
+ | Provider<Endpoint>
16
+ | EndpointV2
17
+ | Provider<EndpointV2>;
18
+ }
19
+ export type ClientResolvedEndpointParameters = Pick<
20
+ ClientInputEndpointParameters,
21
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
22
+ > & {
23
+ defaultSigningName: string;
24
+ };
25
+ export declare const resolveClientEndpointParameters: <T>(
26
+ options: T & ClientInputEndpointParameters
27
+ ) => T & ClientResolvedEndpointParameters;
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
46
+ export interface EndpointParameters extends __EndpointParameters {
47
+ Region?: string | undefined;
48
+ UseDualStack?: boolean | undefined;
49
+ UseFIPS?: boolean | undefined;
50
+ Endpoint?: string | undefined;
51
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -5,7 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SSOExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./schemas/schemas_0";
8
- export * from "./pagination";
9
8
  export * from "./models/errors";
10
9
  export * from "./models/models_0";
11
10
  export { SSOServiceException } from "./models/SSOServiceException";
@@ -0,0 +1,14 @@
1
+ export interface GetRoleCredentialsRequest {
2
+ roleName: string | undefined;
3
+ accountId: string | undefined;
4
+ accessToken: string | undefined;
5
+ }
6
+ export interface RoleCredentials {
7
+ accessKeyId?: string | undefined;
8
+ secretAccessKey?: string | undefined;
9
+ sessionToken?: string | undefined;
10
+ expiration?: number | undefined;
11
+ }
12
+ export interface GetRoleCredentialsResponse {
13
+ roleCredentials?: RoleCredentials | undefined;
14
+ }
@@ -10,17 +10,7 @@ export declare var ResourceNotFoundException$: StaticErrorSchema;
10
10
  export declare var TooManyRequestsException$: StaticErrorSchema;
11
11
  export declare var UnauthorizedException$: StaticErrorSchema;
12
12
  export declare const errorTypeRegistries: TypeRegistry[];
13
- export declare var AccountInfo$: StaticStructureSchema;
14
13
  export declare var GetRoleCredentialsRequest$: StaticStructureSchema;
15
14
  export declare var GetRoleCredentialsResponse$: StaticStructureSchema;
16
- export declare var ListAccountRolesRequest$: StaticStructureSchema;
17
- export declare var ListAccountRolesResponse$: StaticStructureSchema;
18
- export declare var ListAccountsRequest$: StaticStructureSchema;
19
- export declare var ListAccountsResponse$: StaticStructureSchema;
20
- export declare var LogoutRequest$: StaticStructureSchema;
21
15
  export declare var RoleCredentials$: StaticStructureSchema;
22
- export declare var RoleInfo$: StaticStructureSchema;
23
16
  export declare var GetRoleCredentials$: StaticOperationSchema;
24
- export declare var ListAccountRoles$: StaticOperationSchema;
25
- export declare var ListAccounts$: StaticOperationSchema;
26
- export declare var Logout$: StaticOperationSchema;
@@ -1,8 +1,8 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
5
4
  } from "@smithy/types";
5
+ import { HttpAuthScheme } from "@smithy/types";
6
6
  import { SSOOIDCHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
@@ -1,8 +1,8 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
5
4
  } from "@smithy/types";
5
+ import { HttpAuthScheme } from "@smithy/types";
6
6
  import { STSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.0",
3
+ "version": "3.996.1",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,41 +29,41 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.12",
33
- "@aws-sdk/middleware-host-header": "^3.972.3",
34
- "@aws-sdk/middleware-logger": "^3.972.3",
35
- "@aws-sdk/middleware-recursion-detection": "^3.972.3",
36
- "@aws-sdk/middleware-user-agent": "^3.972.12",
37
- "@aws-sdk/region-config-resolver": "^3.972.3",
38
- "@aws-sdk/types": "^3.973.1",
39
- "@aws-sdk/util-endpoints": "3.996.0",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.3",
41
- "@aws-sdk/util-user-agent-node": "^3.972.11",
42
- "@smithy/config-resolver": "^4.4.6",
43
- "@smithy/core": "^3.23.2",
44
- "@smithy/fetch-http-handler": "^5.3.9",
45
- "@smithy/hash-node": "^4.2.8",
46
- "@smithy/invalid-dependency": "^4.2.8",
47
- "@smithy/middleware-content-length": "^4.2.8",
48
- "@smithy/middleware-endpoint": "^4.4.16",
49
- "@smithy/middleware-retry": "^4.4.33",
50
- "@smithy/middleware-serde": "^4.2.9",
51
- "@smithy/middleware-stack": "^4.2.8",
52
- "@smithy/node-config-provider": "^4.3.8",
53
- "@smithy/node-http-handler": "^4.4.10",
54
- "@smithy/protocol-http": "^5.3.8",
55
- "@smithy/smithy-client": "^4.11.5",
56
- "@smithy/types": "^4.12.0",
57
- "@smithy/url-parser": "^4.2.8",
58
- "@smithy/util-base64": "^4.3.0",
59
- "@smithy/util-body-length-browser": "^4.2.0",
60
- "@smithy/util-body-length-node": "^4.2.1",
61
- "@smithy/util-defaults-mode-browser": "^4.3.32",
62
- "@smithy/util-defaults-mode-node": "^4.2.35",
63
- "@smithy/util-endpoints": "^3.2.8",
64
- "@smithy/util-middleware": "^4.2.8",
65
- "@smithy/util-retry": "^4.2.8",
66
- "@smithy/util-utf8": "^4.2.0",
32
+ "@aws-sdk/core": "^3.973.13",
33
+ "@aws-sdk/middleware-host-header": "^3.972.4",
34
+ "@aws-sdk/middleware-logger": "^3.972.4",
35
+ "@aws-sdk/middleware-recursion-detection": "^3.972.4",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.13",
37
+ "@aws-sdk/region-config-resolver": "^3.972.4",
38
+ "@aws-sdk/types": "^3.973.2",
39
+ "@aws-sdk/util-endpoints": "^3.996.1",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.4",
41
+ "@aws-sdk/util-user-agent-node": "^3.972.12",
42
+ "@smithy/config-resolver": "^4.4.7",
43
+ "@smithy/core": "^3.23.4",
44
+ "@smithy/fetch-http-handler": "^5.3.10",
45
+ "@smithy/hash-node": "^4.2.9",
46
+ "@smithy/invalid-dependency": "^4.2.9",
47
+ "@smithy/middleware-content-length": "^4.2.9",
48
+ "@smithy/middleware-endpoint": "^4.4.18",
49
+ "@smithy/middleware-retry": "^4.4.35",
50
+ "@smithy/middleware-serde": "^4.2.10",
51
+ "@smithy/middleware-stack": "^4.2.9",
52
+ "@smithy/node-config-provider": "^4.3.9",
53
+ "@smithy/node-http-handler": "^4.4.11",
54
+ "@smithy/protocol-http": "^5.3.9",
55
+ "@smithy/smithy-client": "^4.11.7",
56
+ "@smithy/types": "^4.12.1",
57
+ "@smithy/url-parser": "^4.2.9",
58
+ "@smithy/util-base64": "^4.3.1",
59
+ "@smithy/util-body-length-browser": "^4.2.1",
60
+ "@smithy/util-body-length-node": "^4.2.2",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.34",
62
+ "@smithy/util-defaults-mode-node": "^4.2.37",
63
+ "@smithy/util-endpoints": "^3.2.9",
64
+ "@smithy/util-middleware": "^4.2.9",
65
+ "@smithy/util-retry": "^4.2.9",
66
+ "@smithy/util-utf8": "^4.2.1",
67
67
  "tslib": "^2.6.2"
68
68
  },
69
69
  "devDependencies": {
@@ -80,10 +80,14 @@
80
80
  }
81
81
  },
82
82
  "files": [
83
+ "./cognito-identity.d.ts",
84
+ "./cognito-identity.js",
83
85
  "./signin.d.ts",
84
86
  "./signin.js",
85
87
  "./sso-oidc.d.ts",
86
88
  "./sso-oidc.js",
89
+ "./sso.d.ts",
90
+ "./sso.js",
87
91
  "./sts.d.ts",
88
92
  "./sts.js",
89
93
  "dist-*/**"
@@ -122,6 +126,20 @@
122
126
  "node": "./dist-cjs/submodules/signin/index.js",
123
127
  "import": "./dist-es/submodules/signin/index.js",
124
128
  "require": "./dist-cjs/submodules/signin/index.js"
129
+ },
130
+ "./cognito-identity": {
131
+ "types": "./dist-types/submodules/cognito-identity/index.d.ts",
132
+ "module": "./dist-es/submodules/cognito-identity/index.js",
133
+ "node": "./dist-cjs/submodules/cognito-identity/index.js",
134
+ "import": "./dist-es/submodules/cognito-identity/index.js",
135
+ "require": "./dist-cjs/submodules/cognito-identity/index.js"
136
+ },
137
+ "./sso": {
138
+ "types": "./dist-types/submodules/sso/index.d.ts",
139
+ "module": "./dist-es/submodules/sso/index.js",
140
+ "node": "./dist-cjs/submodules/sso/index.js",
141
+ "import": "./dist-es/submodules/sso/index.js",
142
+ "require": "./dist-cjs/submodules/sso/index.js"
125
143
  }
126
144
  }
127
145
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@aws-sdk/nested-clients/sso" {
6
+ export * from "@aws-sdk/nested-clients/dist-types/submodules/sso/index.d";
7
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ module.exports = require("./dist-cjs/submodules/sso/index.js");