@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,54 @@
1
+ import { resolveAwsSdkSigV4Config } from "@aws-sdk/core";
2
+ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
+ export const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
+ return {
5
+ operation: getSmithyContext(context).operation,
6
+ region: (await normalizeProvider(config.region)()) ||
7
+ (() => {
8
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
+ })(),
10
+ };
11
+ };
12
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
13
+ return {
14
+ schemeId: "aws.auth#sigv4",
15
+ signingProperties: {
16
+ name: "cognito-identity",
17
+ region: authParameters.region,
18
+ },
19
+ propertiesExtractor: (config, context) => ({
20
+ signingProperties: {
21
+ config,
22
+ context,
23
+ },
24
+ }),
25
+ };
26
+ }
27
+ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
28
+ return {
29
+ schemeId: "smithy.api#noAuth",
30
+ };
31
+ }
32
+ export const defaultCognitoIdentityHttpAuthSchemeProvider = (authParameters) => {
33
+ const options = [];
34
+ switch (authParameters.operation) {
35
+ case "GetCredentialsForIdentity": {
36
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
37
+ break;
38
+ }
39
+ case "GetId": {
40
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
41
+ break;
42
+ }
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ export const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
@@ -1,16 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccounts$ } from "../schemas/schemas_0";
4
+ import { GetCredentialsForIdentity$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
- export class ListAccountsCommand extends $Command
6
+ export class GetCredentialsForIdentityCommand extends $Command
7
7
  .classBuilder()
8
8
  .ep(commonParams)
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
11
  })
12
- .s("SWBPortalService", "ListAccounts", {})
13
- .n("SSOClient", "ListAccountsCommand")
14
- .sc(ListAccounts$)
12
+ .s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
13
+ .n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
14
+ .sc(GetCredentialsForIdentity$)
15
15
  .build() {
16
16
  }
@@ -1,16 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { Logout$ } from "../schemas/schemas_0";
4
+ import { GetId$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
- export class LogoutCommand extends $Command
6
+ export class GetIdCommand extends $Command
7
7
  .classBuilder()
8
8
  .ep(commonParams)
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
11
  })
12
- .s("SWBPortalService", "Logout", {})
13
- .n("SSOClient", "LogoutCommand")
14
- .sc(Logout$)
12
+ .s("AWSCognitoIdentityService", "GetId", {})
13
+ .n("CognitoIdentityClient", "GetIdCommand")
14
+ .sc(GetId$)
15
15
  .build() {
16
16
  }
@@ -0,0 +1,2 @@
1
+ export * from "./GetCredentialsForIdentityCommand";
2
+ export * from "./GetIdCommand";
@@ -0,0 +1,13 @@
1
+ export const resolveClientEndpointParameters = (options) => {
2
+ return Object.assign(options, {
3
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
4
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
5
+ defaultSigningName: "cognito-identity",
6
+ });
7
+ };
8
+ export const commonParams = {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
@@ -0,0 +1,143 @@
1
+ const w = "required", x = "fn", y = "argv", z = "ref";
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = "stringEquals", j = { [w]: false, type: "string" }, k = { [w]: true, default: false, type: "boolean" }, l = { [z]: "Endpoint" }, m = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, n = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, o = {}, p = { [z]: "Region" }, q = { [x]: h, [y]: [{ [z]: g }, "supportsFIPS"] }, r = { [z]: g }, s = { [x]: c, [y]: [true, { [x]: h, [y]: [r, "supportsDualStack"] }] }, t = [m], u = [n], v = [p];
3
+ const _data = {
4
+ version: "1.0",
5
+ parameters: { Region: j, UseDualStack: k, UseFIPS: k, Endpoint: j },
6
+ rules: [
7
+ {
8
+ conditions: [{ [x]: b, [y]: [l] }],
9
+ rules: [
10
+ { conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
11
+ { conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
12
+ { endpoint: { url: l, properties: o, headers: o }, type: e },
13
+ ],
14
+ type: f,
15
+ },
16
+ {
17
+ conditions: [{ [x]: b, [y]: v }],
18
+ rules: [
19
+ {
20
+ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }],
21
+ rules: [
22
+ {
23
+ conditions: [m, n],
24
+ rules: [
25
+ {
26
+ conditions: [{ [x]: c, [y]: [a, q] }, s],
27
+ rules: [
28
+ {
29
+ conditions: [{ [x]: i, [y]: [p, "us-east-1"] }],
30
+ endpoint: {
31
+ url: "https://cognito-identity-fips.us-east-1.amazonaws.com",
32
+ properties: o,
33
+ headers: o,
34
+ },
35
+ type: e,
36
+ },
37
+ {
38
+ conditions: [{ [x]: i, [y]: [p, "us-east-2"] }],
39
+ endpoint: {
40
+ url: "https://cognito-identity-fips.us-east-2.amazonaws.com",
41
+ properties: o,
42
+ headers: o,
43
+ },
44
+ type: e,
45
+ },
46
+ {
47
+ conditions: [{ [x]: i, [y]: [p, "us-west-1"] }],
48
+ endpoint: {
49
+ url: "https://cognito-identity-fips.us-west-1.amazonaws.com",
50
+ properties: o,
51
+ headers: o,
52
+ },
53
+ type: e,
54
+ },
55
+ {
56
+ conditions: [{ [x]: i, [y]: [p, "us-west-2"] }],
57
+ endpoint: {
58
+ url: "https://cognito-identity-fips.us-west-2.amazonaws.com",
59
+ properties: o,
60
+ headers: o,
61
+ },
62
+ type: e,
63
+ },
64
+ {
65
+ endpoint: {
66
+ url: "https://cognito-identity-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
67
+ properties: o,
68
+ headers: o,
69
+ },
70
+ type: e,
71
+ },
72
+ ],
73
+ type: f,
74
+ },
75
+ { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
76
+ ],
77
+ type: f,
78
+ },
79
+ {
80
+ conditions: t,
81
+ rules: [
82
+ {
83
+ conditions: [{ [x]: c, [y]: [q, a] }],
84
+ rules: [
85
+ {
86
+ endpoint: {
87
+ url: "https://cognito-identity-fips.{Region}.{PartitionResult#dnsSuffix}",
88
+ properties: o,
89
+ headers: o,
90
+ },
91
+ type: e,
92
+ },
93
+ ],
94
+ type: f,
95
+ },
96
+ { error: "FIPS is enabled but this partition does not support FIPS", type: d },
97
+ ],
98
+ type: f,
99
+ },
100
+ {
101
+ conditions: u,
102
+ rules: [
103
+ {
104
+ conditions: [s],
105
+ rules: [
106
+ {
107
+ conditions: [{ [x]: i, [y]: ["aws", { [x]: h, [y]: [r, "name"] }] }],
108
+ endpoint: { url: "https://cognito-identity.{Region}.amazonaws.com", properties: o, headers: o },
109
+ type: e,
110
+ },
111
+ {
112
+ endpoint: {
113
+ url: "https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}",
114
+ properties: o,
115
+ headers: o,
116
+ },
117
+ type: e,
118
+ },
119
+ ],
120
+ type: f,
121
+ },
122
+ { error: "DualStack is enabled but this partition does not support DualStack", type: d },
123
+ ],
124
+ type: f,
125
+ },
126
+ {
127
+ endpoint: {
128
+ url: "https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}",
129
+ properties: o,
130
+ headers: o,
131
+ },
132
+ type: e,
133
+ },
134
+ ],
135
+ type: f,
136
+ },
137
+ ],
138
+ type: f,
139
+ },
140
+ { error: "Invalid Configuration: Missing Region", type: d },
141
+ ],
142
+ };
143
+ export const ruleSet = _data;
@@ -0,0 +1,7 @@
1
+ export * from "./CognitoIdentityClient";
2
+ export * from "./CognitoIdentity";
3
+ export * from "./commands";
4
+ export * from "./schemas/schemas_0";
5
+ export * from "./models/errors";
6
+ export * from "./models/models_0";
7
+ export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException";
@@ -0,0 +1,8 @@
1
+ import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
2
+ export { __ServiceException };
3
+ export class CognitoIdentityServiceException extends __ServiceException {
4
+ constructor(options) {
5
+ super(options);
6
+ Object.setPrototypeOf(this, CognitoIdentityServiceException.prototype);
7
+ }
8
+ }
@@ -0,0 +1,109 @@
1
+ import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
2
+ export class ExternalServiceException extends __BaseException {
3
+ name = "ExternalServiceException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "ExternalServiceException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, ExternalServiceException.prototype);
12
+ }
13
+ }
14
+ export class InternalErrorException extends __BaseException {
15
+ name = "InternalErrorException";
16
+ $fault = "server";
17
+ constructor(opts) {
18
+ super({
19
+ name: "InternalErrorException",
20
+ $fault: "server",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, InternalErrorException.prototype);
24
+ }
25
+ }
26
+ export class InvalidIdentityPoolConfigurationException extends __BaseException {
27
+ name = "InvalidIdentityPoolConfigurationException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "InvalidIdentityPoolConfigurationException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, InvalidIdentityPoolConfigurationException.prototype);
36
+ }
37
+ }
38
+ export class InvalidParameterException extends __BaseException {
39
+ name = "InvalidParameterException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "InvalidParameterException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
48
+ }
49
+ }
50
+ export class NotAuthorizedException extends __BaseException {
51
+ name = "NotAuthorizedException";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "NotAuthorizedException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, NotAuthorizedException.prototype);
60
+ }
61
+ }
62
+ export class ResourceConflictException extends __BaseException {
63
+ name = "ResourceConflictException";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "ResourceConflictException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, ResourceConflictException.prototype);
72
+ }
73
+ }
74
+ export class ResourceNotFoundException extends __BaseException {
75
+ name = "ResourceNotFoundException";
76
+ $fault = "client";
77
+ constructor(opts) {
78
+ super({
79
+ name: "ResourceNotFoundException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
84
+ }
85
+ }
86
+ export class TooManyRequestsException extends __BaseException {
87
+ name = "TooManyRequestsException";
88
+ $fault = "client";
89
+ constructor(opts) {
90
+ super({
91
+ name: "TooManyRequestsException",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
96
+ }
97
+ }
98
+ export class LimitExceededException extends __BaseException {
99
+ name = "LimitExceededException";
100
+ $fault = "client";
101
+ constructor(opts) {
102
+ super({
103
+ name: "LimitExceededException",
104
+ $fault: "client",
105
+ ...opts,
106
+ });
107
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
108
+ }
109
+ }
@@ -1,4 +1,4 @@
1
- import packageInfo from "../package.json";
1
+ import packageInfo from "../../../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
@@ -19,7 +19,8 @@ export const getRuntimeConfig = (config) => {
19
19
  runtime: "browser",
20
20
  defaultsMode,
21
21
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
23
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
23
24
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
24
25
  region: config?.region ?? invalidProvider("Region is missing"),
25
26
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -1,4 +1,4 @@
1
- import packageInfo from "../package.json";
1
+ import packageInfo from "../../../package.json";
2
2
  import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -28,9 +28,11 @@ export const getRuntimeConfig = (config) => {
28
28
  defaultsMode,
29
29
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
30
30
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
31
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
31
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
32
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
33
- region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
34
+ region: config?.region ??
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
34
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
35
37
  retryMode: config?.retryMode ??
36
38
  loadNodeConfig({
@@ -0,0 +1,46 @@
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { NoAuthSigner } from "@smithy/core";
4
+ import { NoOpLogger } from "@smithy/smithy-client";
5
+ import { parseUrl } from "@smithy/url-parser";
6
+ import { fromBase64, toBase64 } from "@smithy/util-base64";
7
+ import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
8
+ import { defaultCognitoIdentityHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
9
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
10
+ import { errorTypeRegistries } from "./schemas/schemas_0";
11
+ export const getRuntimeConfig = (config) => {
12
+ return {
13
+ apiVersion: "2014-06-30",
14
+ base64Decoder: config?.base64Decoder ?? fromBase64,
15
+ base64Encoder: config?.base64Encoder ?? toBase64,
16
+ disableHostPrefix: config?.disableHostPrefix ?? false,
17
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
18
+ extensions: config?.extensions ?? [],
19
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCognitoIdentityHttpAuthSchemeProvider,
20
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
21
+ {
22
+ schemeId: "aws.auth#sigv4",
23
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
24
+ signer: new AwsSdkSigV4Signer(),
25
+ },
26
+ {
27
+ schemeId: "smithy.api#noAuth",
28
+ identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
29
+ signer: new NoAuthSigner(),
30
+ },
31
+ ],
32
+ logger: config?.logger ?? new NoOpLogger(),
33
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
34
+ protocolSettings: config?.protocolSettings ?? {
35
+ defaultNamespace: "com.amazonaws.cognitoidentity",
36
+ errorTypeRegistries,
37
+ xmlNamespace: "http://cognito-identity.amazonaws.com/doc/2014-06-30/",
38
+ version: "2014-06-30",
39
+ serviceTarget: "AWSCognitoIdentityService",
40
+ },
41
+ serviceId: config?.serviceId ?? "Cognito Identity",
42
+ urlParser: config?.urlParser ?? parseUrl,
43
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
44
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
45
+ };
46
+ };
@@ -0,0 +1,107 @@
1
+ const _AI = "AccountId";
2
+ const _AKI = "AccessKeyId";
3
+ const _C = "Credentials";
4
+ const _CRA = "CustomRoleArn";
5
+ const _E = "Expiration";
6
+ const _ESE = "ExternalServiceException";
7
+ const _GCFI = "GetCredentialsForIdentity";
8
+ const _GCFII = "GetCredentialsForIdentityInput";
9
+ const _GCFIR = "GetCredentialsForIdentityResponse";
10
+ const _GI = "GetId";
11
+ const _GII = "GetIdInput";
12
+ const _GIR = "GetIdResponse";
13
+ const _IEE = "InternalErrorException";
14
+ const _II = "IdentityId";
15
+ const _IIPCE = "InvalidIdentityPoolConfigurationException";
16
+ const _IPE = "InvalidParameterException";
17
+ const _IPI = "IdentityPoolId";
18
+ const _IPT = "IdentityProviderToken";
19
+ const _L = "Logins";
20
+ const _LEE = "LimitExceededException";
21
+ const _LM = "LoginsMap";
22
+ const _NAE = "NotAuthorizedException";
23
+ const _RCE = "ResourceConflictException";
24
+ const _RNFE = "ResourceNotFoundException";
25
+ const _SK = "SecretKey";
26
+ const _SKS = "SecretKeyString";
27
+ const _ST = "SessionToken";
28
+ const _TMRE = "TooManyRequestsException";
29
+ const _c = "client";
30
+ const _e = "error";
31
+ const _hE = "httpError";
32
+ const _m = "message";
33
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
34
+ const _se = "server";
35
+ const n0 = "com.amazonaws.cognitoidentity";
36
+ import { TypeRegistry } from "@smithy/core/schema";
37
+ import { CognitoIdentityServiceException } from "../models/CognitoIdentityServiceException";
38
+ import { ExternalServiceException, InternalErrorException, InvalidIdentityPoolConfigurationException, InvalidParameterException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
39
+ const _s_registry = TypeRegistry.for(_s);
40
+ export var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
41
+ _s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
42
+ const n0_registry = TypeRegistry.for(n0);
43
+ export var ExternalServiceException$ = [-3, n0, _ESE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
44
+ n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
45
+ export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _se }, [_m], [0]];
46
+ n0_registry.registerError(InternalErrorException$, InternalErrorException);
47
+ export var InvalidIdentityPoolConfigurationException$ = [
48
+ -3,
49
+ n0,
50
+ _IIPCE,
51
+ { [_e]: _c, [_hE]: 400 },
52
+ [_m],
53
+ [0],
54
+ ];
55
+ n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
56
+ export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
57
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
58
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
59
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
60
+ export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
61
+ n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
62
+ export var ResourceConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
63
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
64
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
65
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
66
+ export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
67
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
68
+ export const errorTypeRegistries = [_s_registry, n0_registry];
69
+ var IdentityProviderToken = [0, n0, _IPT, 8, 0];
70
+ var SecretKeyString = [0, n0, _SKS, 8, 0];
71
+ export var Credentials$ = [
72
+ 3,
73
+ n0,
74
+ _C,
75
+ 0,
76
+ [_AKI, _SK, _ST, _E],
77
+ [0, [() => SecretKeyString, 0], 0, 4],
78
+ ];
79
+ export var GetCredentialsForIdentityInput$ = [
80
+ 3,
81
+ n0,
82
+ _GCFII,
83
+ 0,
84
+ [_II, _L, _CRA],
85
+ [0, [() => LoginsMap, 0], 0],
86
+ 1,
87
+ ];
88
+ export var GetCredentialsForIdentityResponse$ = [
89
+ 3,
90
+ n0,
91
+ _GCFIR,
92
+ 0,
93
+ [_II, _C],
94
+ [0, [() => Credentials$, 0]],
95
+ ];
96
+ export var GetIdInput$ = [3, n0, _GII, 0, [_IPI, _AI, _L], [0, 0, [() => LoginsMap, 0]], 1];
97
+ export var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
98
+ var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
99
+ export var GetCredentialsForIdentity$ = [
100
+ 9,
101
+ n0,
102
+ _GCFI,
103
+ 0,
104
+ () => GetCredentialsForIdentityInput$,
105
+ () => GetCredentialsForIdentityResponse$,
106
+ ];
107
+ export var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
@@ -1,5 +1,5 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
- import { CreateOAuth2TokenCommand, } from "./commands/CreateOAuth2TokenCommand";
2
+ import { CreateOAuth2TokenCommand } from "./commands/CreateOAuth2TokenCommand";
3
3
  import { SigninClient } from "./SigninClient";
4
4
  const commands = {
5
5
  CreateOAuth2TokenCommand,