@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.12",
30
- "@aws-sdk/types": "^3.973.1",
31
- "@smithy/property-provider": "^4.2.8",
32
- "@smithy/shared-ini-file-loader": "^4.4.3",
33
- "@smithy/types": "^4.12.0",
29
+ "@aws-sdk/core": "^3.973.13",
30
+ "@aws-sdk/types": "^3.973.2",
31
+ "@smithy/property-provider": "^4.2.9",
32
+ "@smithy/shared-ini-file-loader": "^4.4.4",
33
+ "@smithy/types": "^4.12.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -54,7 +54,7 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss
54
54
  });
55
55
  }
56
56
  const { accessToken } = token;
57
- const { SSOClient, GetRoleCredentialsCommand } = await Promise.resolve().then(function () { return require('./loadSso-Bw7VSvlO.js'); });
57
+ const { SSOClient, GetRoleCredentialsCommand } = await Promise.resolve().then(function () { return require('./loadSso-BKDNrsal.js'); });
58
58
  const sso = ssoClient ||
59
59
  new SSOClient(Object.assign({}, clientConfig ?? {}, {
60
60
  logger: clientConfig?.logger ?? callerClientConfig?.logger ?? parentClientConfig?.logger,
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var sso = require('@aws-sdk/nested-clients/sso');
4
+
5
+
6
+
7
+ exports.GetRoleCredentialsCommand = sso.GetRoleCredentialsCommand;
8
+ exports.SSOClient = sso.SSOClient;
@@ -1,2 +1,2 @@
1
- import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso";
1
+ import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/nested-clients/sso";
2
2
  export { GetRoleCredentialsCommand, SSOClient };
@@ -1,3 +1,3 @@
1
- import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso";
1
+ import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/nested-clients/sso";
2
2
  export { GetRoleCredentialsCommand, SSOClient };
3
- export type { SSOClientConfig, GetRoleCredentialsCommandOutput } from "@aws-sdk/client-sso";
3
+ export type { SSOClientConfig, GetRoleCredentialsCommandOutput } from "@aws-sdk/nested-clients/sso";
@@ -1,6 +1,9 @@
1
- import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso";
1
+ import {
2
+ GetRoleCredentialsCommand,
3
+ SSOClient,
4
+ } from "@aws-sdk/nested-clients/sso";
2
5
  export { GetRoleCredentialsCommand, SSOClient };
3
6
  export {
4
7
  SSOClientConfig,
5
8
  GetRoleCredentialsCommandOutput,
6
- } from "@aws-sdk/client-sso";
9
+ } from "@aws-sdk/nested-clients/sso";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso": "3.996.0",
30
- "@aws-sdk/core": "^3.973.12",
31
- "@aws-sdk/token-providers": "3.996.0",
32
- "@aws-sdk/types": "^3.973.1",
33
- "@smithy/property-provider": "^4.2.8",
34
- "@smithy/shared-ini-file-loader": "^4.4.3",
35
- "@smithy/types": "^4.12.0",
29
+ "@aws-sdk/core": "^3.973.13",
30
+ "@aws-sdk/nested-clients": "^3.996.1",
31
+ "@aws-sdk/token-providers": "3.997.0",
32
+ "@aws-sdk/types": "^3.973.2",
33
+ "@smithy/property-provider": "^4.2.9",
34
+ "@smithy/shared-ini-file-loader": "^4.4.4",
35
+ "@smithy/types": "^4.12.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.12",
38
- "@aws-sdk/nested-clients": "3.996.0",
39
- "@aws-sdk/types": "^3.973.1",
40
- "@smithy/property-provider": "^4.2.8",
41
- "@smithy/shared-ini-file-loader": "^4.4.3",
42
- "@smithy/types": "^4.12.0",
37
+ "@aws-sdk/core": "^3.973.13",
38
+ "@aws-sdk/nested-clients": "^3.996.1",
39
+ "@aws-sdk/types": "^3.973.2",
40
+ "@smithy/property-provider": "^4.2.9",
41
+ "@smithy/shared-ini-file-loader": "^4.4.4",
42
+ "@smithy/types": "^4.12.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.972.3",
3
+ "version": "3.972.4",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.1",
29
- "@smithy/protocol-http": "^5.3.8",
30
- "@smithy/types": "^4.12.0",
28
+ "@aws-sdk/types": "^3.973.2",
29
+ "@smithy/protocol-http": "^5.3.9",
30
+ "@smithy/types": "^4.12.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.972.3",
3
+ "version": "3.972.4",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.1",
29
- "@smithy/types": "^4.12.0",
28
+ "@aws-sdk/types": "^3.973.2",
29
+ "@smithy/types": "^4.12.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -17,9 +17,13 @@ const getRecursionDetectionPlugin = (options) => ({
17
17
  });
18
18
 
19
19
  exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin;
20
- Object.keys(recursionDetectionMiddleware).forEach(function (k) {
21
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
20
+ Object.prototype.hasOwnProperty.call(recursionDetectionMiddleware, '__proto__') &&
21
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
22
+ Object.defineProperty(exports, '__proto__', {
22
23
  enumerable: true,
23
- get: function () { return recursionDetectionMiddleware[k]; }
24
+ value: recursionDetectionMiddleware['__proto__']
24
25
  });
26
+
27
+ Object.keys(recursionDetectionMiddleware).forEach(function (k) {
28
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = recursionDetectionMiddleware[k];
25
29
  });
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.3",
3
+ "version": "3.972.4",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.1",
27
+ "@aws-sdk/types": "^3.973.2",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.8",
30
- "@smithy/types": "^4.12.0",
29
+ "@smithy/protocol-http": "^5.3.9",
30
+ "@smithy/types": "^4.12.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  import type { AwsHandlerExecutionContext } from "@aws-sdk/types";
2
- import { AbsoluteLocation, BuildHandler, BuildHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@smithy/types";
3
- import { UserAgentResolvedConfig } from "./configurations";
2
+ import type { AbsoluteLocation, BuildHandler, BuildHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@smithy/types";
3
+ import type { UserAgentResolvedConfig } from "./configurations";
4
4
  /**
5
5
  * Build user agent header sections from:
6
6
  * 1. runtime-specific default user agent provider;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.12",
3
+ "version": "3.972.13",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.12",
29
- "@aws-sdk/types": "^3.973.1",
30
- "@aws-sdk/util-endpoints": "3.996.0",
31
- "@smithy/core": "^3.23.2",
32
- "@smithy/protocol-http": "^5.3.8",
33
- "@smithy/types": "^4.12.0",
28
+ "@aws-sdk/core": "^3.973.13",
29
+ "@aws-sdk/types": "^3.973.2",
30
+ "@aws-sdk/util-endpoints": "^3.996.1",
31
+ "@smithy/core": "^3.23.4",
32
+ "@smithy/protocol-http": "^5.3.9",
33
+ "@smithy/types": "^4.12.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -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/cognito-identity" {
6
+ export * from "@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/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/cognito-identity/index.js");
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.resolveHttpAuthSchemeConfig = exports.defaultCognitoIdentityHttpAuthSchemeProvider = exports.defaultCognitoIdentityHttpAuthSchemeParametersProvider = void 0;
4
+ const core_1 = require("@aws-sdk/core");
5
+ const util_middleware_1 = require("@smithy/util-middleware");
6
+ const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
+ return {
8
+ operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
+ region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
+ (() => {
11
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
+ })(),
13
+ };
14
+ };
15
+ exports.defaultCognitoIdentityHttpAuthSchemeParametersProvider = defaultCognitoIdentityHttpAuthSchemeParametersProvider;
16
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
17
+ return {
18
+ schemeId: "aws.auth#sigv4",
19
+ signingProperties: {
20
+ name: "cognito-identity",
21
+ region: authParameters.region,
22
+ },
23
+ propertiesExtractor: (config, context) => ({
24
+ signingProperties: {
25
+ config,
26
+ context,
27
+ },
28
+ }),
29
+ };
30
+ }
31
+ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
32
+ return {
33
+ schemeId: "smithy.api#noAuth",
34
+ };
35
+ }
36
+ const defaultCognitoIdentityHttpAuthSchemeProvider = (authParameters) => {
37
+ const options = [];
38
+ switch (authParameters.operation) {
39
+ case "GetCredentialsForIdentity": {
40
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
41
+ break;
42
+ }
43
+ case "GetId": {
44
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
45
+ break;
46
+ }
47
+ default: {
48
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
49
+ }
50
+ }
51
+ return options;
52
+ };
53
+ exports.defaultCognitoIdentityHttpAuthSchemeProvider = defaultCognitoIdentityHttpAuthSchemeProvider;
54
+ const resolveHttpAuthSchemeConfig = (config) => {
55
+ const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
56
+ return Object.assign(config_0, {
57
+ authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
58
+ });
59
+ };
60
+ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ruleSet = void 0;
4
+ const w = "required", x = "fn", y = "argv", z = "ref";
5
+ 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];
6
+ const _data = {
7
+ version: "1.0",
8
+ parameters: { Region: j, UseDualStack: k, UseFIPS: k, Endpoint: j },
9
+ rules: [
10
+ {
11
+ conditions: [{ [x]: b, [y]: [l] }],
12
+ rules: [
13
+ { conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
+ { conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
+ { endpoint: { url: l, properties: o, headers: o }, type: e },
16
+ ],
17
+ type: f,
18
+ },
19
+ {
20
+ conditions: [{ [x]: b, [y]: v }],
21
+ rules: [
22
+ {
23
+ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }],
24
+ rules: [
25
+ {
26
+ conditions: [m, n],
27
+ rules: [
28
+ {
29
+ conditions: [{ [x]: c, [y]: [a, q] }, s],
30
+ rules: [
31
+ {
32
+ conditions: [{ [x]: i, [y]: [p, "us-east-1"] }],
33
+ endpoint: {
34
+ url: "https://cognito-identity-fips.us-east-1.amazonaws.com",
35
+ properties: o,
36
+ headers: o,
37
+ },
38
+ type: e,
39
+ },
40
+ {
41
+ conditions: [{ [x]: i, [y]: [p, "us-east-2"] }],
42
+ endpoint: {
43
+ url: "https://cognito-identity-fips.us-east-2.amazonaws.com",
44
+ properties: o,
45
+ headers: o,
46
+ },
47
+ type: e,
48
+ },
49
+ {
50
+ conditions: [{ [x]: i, [y]: [p, "us-west-1"] }],
51
+ endpoint: {
52
+ url: "https://cognito-identity-fips.us-west-1.amazonaws.com",
53
+ properties: o,
54
+ headers: o,
55
+ },
56
+ type: e,
57
+ },
58
+ {
59
+ conditions: [{ [x]: i, [y]: [p, "us-west-2"] }],
60
+ endpoint: {
61
+ url: "https://cognito-identity-fips.us-west-2.amazonaws.com",
62
+ properties: o,
63
+ headers: o,
64
+ },
65
+ type: e,
66
+ },
67
+ {
68
+ endpoint: {
69
+ url: "https://cognito-identity-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
70
+ properties: o,
71
+ headers: o,
72
+ },
73
+ type: e,
74
+ },
75
+ ],
76
+ type: f,
77
+ },
78
+ { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
79
+ ],
80
+ type: f,
81
+ },
82
+ {
83
+ conditions: t,
84
+ rules: [
85
+ {
86
+ conditions: [{ [x]: c, [y]: [q, a] }],
87
+ rules: [
88
+ {
89
+ endpoint: {
90
+ url: "https://cognito-identity-fips.{Region}.{PartitionResult#dnsSuffix}",
91
+ properties: o,
92
+ headers: o,
93
+ },
94
+ type: e,
95
+ },
96
+ ],
97
+ type: f,
98
+ },
99
+ { error: "FIPS is enabled but this partition does not support FIPS", type: d },
100
+ ],
101
+ type: f,
102
+ },
103
+ {
104
+ conditions: u,
105
+ rules: [
106
+ {
107
+ conditions: [s],
108
+ rules: [
109
+ {
110
+ conditions: [{ [x]: i, [y]: ["aws", { [x]: h, [y]: [r, "name"] }] }],
111
+ endpoint: { url: "https://cognito-identity.{Region}.amazonaws.com", properties: o, headers: o },
112
+ type: e,
113
+ },
114
+ {
115
+ endpoint: {
116
+ url: "https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}",
117
+ properties: o,
118
+ headers: o,
119
+ },
120
+ type: e,
121
+ },
122
+ ],
123
+ type: f,
124
+ },
125
+ { error: "DualStack is enabled but this partition does not support DualStack", type: d },
126
+ ],
127
+ type: f,
128
+ },
129
+ {
130
+ endpoint: {
131
+ url: "https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}",
132
+ properties: o,
133
+ headers: o,
134
+ },
135
+ type: e,
136
+ },
137
+ ],
138
+ type: f,
139
+ },
140
+ ],
141
+ type: f,
142
+ },
143
+ { error: "Invalid Configuration: Missing Region", type: d },
144
+ ],
145
+ };
146
+ exports.ruleSet = _data;
@@ -0,0 +1,174 @@
1
+ 'use strict';
2
+
3
+ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
+ var middlewareLogger = require('@aws-sdk/middleware-logger');
5
+ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
+ var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
+ var configResolver = require('@smithy/config-resolver');
8
+ var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
10
+ var middlewareContentLength = require('@smithy/middleware-content-length');
11
+ var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
+ var middlewareRetry = require('@smithy/middleware-retry');
13
+ var smithyClient = require('@smithy/smithy-client');
14
+ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
+ var runtimeConfig = require('./runtimeConfig');
16
+ var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
+ var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var CognitoIdentityServiceException = require('./models/CognitoIdentityServiceException');
21
+
22
+ const resolveClientEndpointParameters = (options) => {
23
+ return Object.assign(options, {
24
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
25
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
26
+ defaultSigningName: "cognito-identity",
27
+ });
28
+ };
29
+ const commonParams = {
30
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
31
+ Endpoint: { type: "builtInParams", name: "endpoint" },
32
+ Region: { type: "builtInParams", name: "region" },
33
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
34
+ };
35
+
36
+ const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
37
+ const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
38
+ let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
39
+ let _credentials = runtimeConfig.credentials;
40
+ return {
41
+ setHttpAuthScheme(httpAuthScheme) {
42
+ const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
43
+ if (index === -1) {
44
+ _httpAuthSchemes.push(httpAuthScheme);
45
+ }
46
+ else {
47
+ _httpAuthSchemes.splice(index, 1, httpAuthScheme);
48
+ }
49
+ },
50
+ httpAuthSchemes() {
51
+ return _httpAuthSchemes;
52
+ },
53
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
54
+ _httpAuthSchemeProvider = httpAuthSchemeProvider;
55
+ },
56
+ httpAuthSchemeProvider() {
57
+ return _httpAuthSchemeProvider;
58
+ },
59
+ setCredentials(credentials) {
60
+ _credentials = credentials;
61
+ },
62
+ credentials() {
63
+ return _credentials;
64
+ },
65
+ };
66
+ };
67
+ const resolveHttpAuthRuntimeConfig = (config) => {
68
+ return {
69
+ httpAuthSchemes: config.httpAuthSchemes(),
70
+ httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
71
+ credentials: config.credentials(),
72
+ };
73
+ };
74
+
75
+ const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
76
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
77
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
78
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
79
+ };
80
+
81
+ class CognitoIdentityClient extends smithyClient.Client {
82
+ config;
83
+ constructor(...[configuration]) {
84
+ const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
85
+ super(_config_0);
86
+ this.initConfig = _config_0;
87
+ const _config_1 = resolveClientEndpointParameters(_config_0);
88
+ const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
89
+ const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
90
+ const _config_4 = configResolver.resolveRegionConfig(_config_3);
91
+ const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
92
+ const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
93
+ const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
94
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
95
+ this.config = _config_8;
96
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
97
+ this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
98
+ this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
99
+ this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
100
+ this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
101
+ this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
102
+ this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
103
+ this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
104
+ httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultCognitoIdentityHttpAuthSchemeParametersProvider,
105
+ identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
106
+ "aws.auth#sigv4": config.credentials,
107
+ }),
108
+ }));
109
+ this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
110
+ }
111
+ destroy() {
112
+ super.destroy();
113
+ }
114
+ }
115
+
116
+ class GetCredentialsForIdentityCommand extends smithyClient.Command
117
+ .classBuilder()
118
+ .ep(commonParams)
119
+ .m(function (Command, cs, config, o) {
120
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
121
+ })
122
+ .s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
123
+ .n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
124
+ .sc(schemas_0.GetCredentialsForIdentity$)
125
+ .build() {
126
+ }
127
+
128
+ class GetIdCommand extends smithyClient.Command
129
+ .classBuilder()
130
+ .ep(commonParams)
131
+ .m(function (Command, cs, config, o) {
132
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
+ })
134
+ .s("AWSCognitoIdentityService", "GetId", {})
135
+ .n("CognitoIdentityClient", "GetIdCommand")
136
+ .sc(schemas_0.GetId$)
137
+ .build() {
138
+ }
139
+
140
+ const commands = {
141
+ GetCredentialsForIdentityCommand,
142
+ GetIdCommand,
143
+ };
144
+ class CognitoIdentity extends CognitoIdentityClient {
145
+ }
146
+ smithyClient.createAggregatedClient(commands, CognitoIdentity);
147
+
148
+ exports.$Command = smithyClient.Command;
149
+ exports.__Client = smithyClient.Client;
150
+ exports.CognitoIdentityServiceException = CognitoIdentityServiceException.CognitoIdentityServiceException;
151
+ exports.CognitoIdentity = CognitoIdentity;
152
+ exports.CognitoIdentityClient = CognitoIdentityClient;
153
+ exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand;
154
+ exports.GetIdCommand = GetIdCommand;
155
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
156
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
157
+ Object.defineProperty(exports, '__proto__', {
158
+ enumerable: true,
159
+ value: schemas_0['__proto__']
160
+ });
161
+
162
+ Object.keys(schemas_0).forEach(function (k) {
163
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
164
+ });
165
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
166
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
167
+ Object.defineProperty(exports, '__proto__', {
168
+ enumerable: true,
169
+ value: errors['__proto__']
170
+ });
171
+
172
+ Object.keys(errors).forEach(function (k) {
173
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
174
+ });