serverless-spy 0.0.5 → 0.0.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 (269) hide show
  1. package/.jsii +3 -2
  2. package/lib/ServerlessSpy.js +1 -1
  3. package/listener/createServerlessSpyListener.ts +12 -2
  4. package/listener/index.ts +1 -0
  5. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +4150 -0
  6. package/node_modules/@aws-sdk/client-cognito-identity/LICENSE +201 -0
  7. package/node_modules/@aws-sdk/client-cognito-identity/README.md +219 -0
  8. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js +352 -0
  9. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js +36 -0
  10. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js +38 -0
  11. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js +38 -0
  12. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js +38 -0
  13. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js +38 -0
  14. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js +38 -0
  15. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js +36 -0
  16. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js +36 -0
  17. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js +38 -0
  18. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js +36 -0
  19. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +38 -0
  20. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +38 -0
  21. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js +38 -0
  22. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js +38 -0
  23. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js +38 -0
  24. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js +38 -0
  25. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +38 -0
  26. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js +38 -0
  27. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +38 -0
  28. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js +38 -0
  29. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +38 -0
  30. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js +36 -0
  31. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js +38 -0
  32. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js +38 -0
  33. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js +26 -0
  34. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoints.js +167 -0
  35. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +11 -0
  36. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js +11 -0
  37. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js +4 -0
  38. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js +354 -0
  39. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js +2 -0
  40. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js +36 -0
  41. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js +5 -0
  42. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +2236 -0
  43. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +45 -0
  44. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +52 -0
  45. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js +16 -0
  46. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +17 -0
  47. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +355 -0
  48. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +38 -0
  49. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +41 -0
  50. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +41 -0
  51. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +41 -0
  52. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +41 -0
  53. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +41 -0
  54. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +39 -0
  55. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +39 -0
  56. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +41 -0
  57. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +39 -0
  58. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +41 -0
  59. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +41 -0
  60. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +41 -0
  61. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +41 -0
  62. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +41 -0
  63. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +41 -0
  64. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +41 -0
  65. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +41 -0
  66. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +41 -0
  67. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +41 -0
  68. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +41 -0
  69. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +39 -0
  70. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +41 -0
  71. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +41 -0
  72. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js +23 -0
  73. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoints.js +163 -0
  74. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +6 -0
  75. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js +12 -0
  76. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js +1 -0
  77. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +202 -0
  78. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js +1 -0
  79. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js +75 -0
  80. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js +2 -0
  81. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +2662 -0
  82. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +26 -0
  83. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +30 -0
  84. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js +8 -0
  85. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +13 -0
  86. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +295 -0
  87. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +180 -0
  88. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +61 -0
  89. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +37 -0
  90. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +37 -0
  91. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +37 -0
  92. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +37 -0
  93. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +39 -0
  94. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +37 -0
  95. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +36 -0
  96. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +39 -0
  97. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +47 -0
  98. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +35 -0
  99. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +36 -0
  100. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +36 -0
  101. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  102. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +51 -0
  103. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +47 -0
  104. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +36 -0
  105. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +35 -0
  106. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +49 -0
  107. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +39 -0
  108. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +38 -0
  109. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +36 -0
  110. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +36 -0
  111. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts +23 -0
  112. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoints.d.ts +2 -0
  113. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +6 -0
  114. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +10 -0
  115. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts +1 -0
  116. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +1166 -0
  117. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts +6 -0
  118. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
  119. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts +2 -0
  120. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts +71 -0
  121. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +40 -0
  122. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +40 -0
  123. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +39 -0
  124. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +13 -0
  125. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +120 -0
  126. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +96 -0
  127. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +17 -0
  128. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +17 -0
  129. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +17 -0
  130. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +17 -0
  131. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +17 -0
  132. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +17 -0
  133. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +17 -0
  134. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +17 -0
  135. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +17 -0
  136. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +17 -0
  137. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +17 -0
  138. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +17 -0
  139. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +17 -0
  140. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  141. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +17 -0
  142. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +17 -0
  143. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +17 -0
  144. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +17 -0
  145. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  146. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +17 -0
  147. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +17 -0
  148. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  149. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +17 -0
  150. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -0
  151. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoints.d.ts +2 -0
  152. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -0
  153. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +6 -0
  154. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -0
  155. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +567 -0
  156. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  157. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
  158. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -0
  159. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +71 -0
  160. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  161. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  162. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  163. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  164. package/node_modules/@aws-sdk/client-cognito-identity/package.json +107 -0
  165. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +4874 -0
  166. package/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE +201 -0
  167. package/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md +11 -0
  168. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js +2 -0
  169. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js +21 -0
  170. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js +71 -0
  171. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js +2 -0
  172. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js +2 -0
  173. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js +32 -0
  174. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js +42 -0
  175. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +8 -0
  176. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js +16 -0
  177. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js +19 -0
  178. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js +1 -0
  179. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js +20 -0
  180. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js +70 -0
  181. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js +1 -0
  182. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js +1 -0
  183. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +50 -0
  184. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +73 -0
  185. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js +5 -0
  186. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js +12 -0
  187. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js +19 -0
  188. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts +25 -0
  189. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts +8 -0
  190. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts +10 -0
  191. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts +3 -0
  192. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts +14 -0
  193. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +23 -0
  194. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts +44 -0
  195. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts +5 -0
  196. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts +2 -0
  197. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts +5 -0
  198. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +10 -0
  199. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -0
  200. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -0
  201. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -0
  202. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +6 -0
  203. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +13 -0
  204. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +15 -0
  205. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -0
  206. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -0
  207. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +3 -0
  208. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +59 -0
  209. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +570 -0
  210. package/node_modules/@aws-sdk/credential-providers/LICENSE +201 -0
  211. package/node_modules/@aws-sdk/credential-providers/README.md +663 -0
  212. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js +13 -0
  213. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js +13 -0
  214. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js +6 -0
  215. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js +6 -0
  216. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js +14 -0
  217. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js +6 -0
  218. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js +14 -0
  219. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js +6 -0
  220. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js +7 -0
  221. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +31 -0
  222. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js +13 -0
  223. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js +13 -0
  224. package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +15 -0
  225. package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js +7 -0
  226. package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js +7 -0
  227. package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js +7 -0
  228. package/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js +2 -0
  229. package/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js +2 -0
  230. package/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js +8 -0
  231. package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +2 -0
  232. package/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js +8 -0
  233. package/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js +2 -0
  234. package/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js +7 -0
  235. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +40 -0
  236. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js +8 -0
  237. package/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js +7 -0
  238. package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +12 -0
  239. package/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js +4 -0
  240. package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +45 -0
  241. package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts +46 -0
  242. package/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts +24 -0
  243. package/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts +26 -0
  244. package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +43 -0
  245. package/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts +22 -0
  246. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +29 -0
  247. package/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts +28 -0
  248. package/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts +48 -0
  249. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts +48 -0
  250. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +32 -0
  251. package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +41 -0
  252. package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +12 -0
  253. package/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts +4 -0
  254. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +9 -0
  255. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +7 -0
  256. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts +6 -0
  257. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts +3 -0
  258. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +8 -0
  259. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts +4 -0
  260. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts +8 -0
  261. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts +6 -0
  262. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts +8 -0
  263. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts +12 -0
  264. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts +8 -0
  265. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts +8 -0
  266. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +12 -0
  267. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts +4 -0
  268. package/node_modules/@aws-sdk/credential-providers/package.json +78 -0
  269. package/package.json +4 -2
@@ -0,0 +1,41 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
+ import { Command as $Command } from "@aws-sdk/smithy-client";
5
+ import { TagResourceInputFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
7
+ var TagResourceCommand = (function (_super) {
8
+ __extends(TagResourceCommand, _super);
9
+ function TagResourceCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
15
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
16
+ this.middlewareStack.use(getAwsAuthPlugin(configuration));
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "CognitoIdentityClient";
20
+ var commandName = "TagResourceCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ TagResourceCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1TagResourceCommand(input, context);
35
+ };
36
+ TagResourceCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1TagResourceCommand(output, context);
38
+ };
39
+ return TagResourceCommand;
40
+ }($Command));
41
+ export { TagResourceCommand };
@@ -0,0 +1,41 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
+ import { Command as $Command } from "@aws-sdk/smithy-client";
5
+ import { UnlinkDeveloperIdentityInputFilterSensitiveLog } from "../models/models_0";
6
+ import { deserializeAws_json1_1UnlinkDeveloperIdentityCommand, serializeAws_json1_1UnlinkDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
7
+ var UnlinkDeveloperIdentityCommand = (function (_super) {
8
+ __extends(UnlinkDeveloperIdentityCommand, _super);
9
+ function UnlinkDeveloperIdentityCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ UnlinkDeveloperIdentityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
15
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
16
+ this.middlewareStack.use(getAwsAuthPlugin(configuration));
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "CognitoIdentityClient";
20
+ var commandName = "UnlinkDeveloperIdentityCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: UnlinkDeveloperIdentityInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: function (output) { return output; },
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ UnlinkDeveloperIdentityCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1UnlinkDeveloperIdentityCommand(input, context);
35
+ };
36
+ UnlinkDeveloperIdentityCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1UnlinkDeveloperIdentityCommand(output, context);
38
+ };
39
+ return UnlinkDeveloperIdentityCommand;
40
+ }($Command));
41
+ export { UnlinkDeveloperIdentityCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UnlinkIdentityInputFilterSensitiveLog } from "../models/models_0";
5
+ import { deserializeAws_json1_1UnlinkIdentityCommand, serializeAws_json1_1UnlinkIdentityCommand, } from "../protocols/Aws_json1_1";
6
+ var UnlinkIdentityCommand = (function (_super) {
7
+ __extends(UnlinkIdentityCommand, _super);
8
+ function UnlinkIdentityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UnlinkIdentityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "CognitoIdentityClient";
18
+ var commandName = "UnlinkIdentityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UnlinkIdentityInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UnlinkIdentityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UnlinkIdentityCommand(input, context);
33
+ };
34
+ UnlinkIdentityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UnlinkIdentityCommand(output, context);
36
+ };
37
+ return UnlinkIdentityCommand;
38
+ }($Command));
39
+ export { UnlinkIdentityCommand };
@@ -0,0 +1,41 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
+ import { Command as $Command } from "@aws-sdk/smithy-client";
5
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
7
+ var UntagResourceCommand = (function (_super) {
8
+ __extends(UntagResourceCommand, _super);
9
+ function UntagResourceCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
15
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
16
+ this.middlewareStack.use(getAwsAuthPlugin(configuration));
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "CognitoIdentityClient";
20
+ var commandName = "UntagResourceCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ UntagResourceCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1UntagResourceCommand(input, context);
35
+ };
36
+ UntagResourceCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1UntagResourceCommand(output, context);
38
+ };
39
+ return UntagResourceCommand;
40
+ }($Command));
41
+ export { UntagResourceCommand };
@@ -0,0 +1,41 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
+ import { Command as $Command } from "@aws-sdk/smithy-client";
5
+ import { IdentityPoolFilterSensitiveLog } from "../models/models_0";
6
+ import { deserializeAws_json1_1UpdateIdentityPoolCommand, serializeAws_json1_1UpdateIdentityPoolCommand, } from "../protocols/Aws_json1_1";
7
+ var UpdateIdentityPoolCommand = (function (_super) {
8
+ __extends(UpdateIdentityPoolCommand, _super);
9
+ function UpdateIdentityPoolCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ UpdateIdentityPoolCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
15
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
16
+ this.middlewareStack.use(getAwsAuthPlugin(configuration));
17
+ var stack = clientStack.concat(this.middlewareStack);
18
+ var logger = configuration.logger;
19
+ var clientName = "CognitoIdentityClient";
20
+ var commandName = "UpdateIdentityPoolCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: IdentityPoolFilterSensitiveLog,
26
+ outputFilterSensitiveLog: IdentityPoolFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ UpdateIdentityPoolCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1UpdateIdentityPoolCommand(input, context);
35
+ };
36
+ UpdateIdentityPoolCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1UpdateIdentityPoolCommand(output, context);
38
+ };
39
+ return UpdateIdentityPoolCommand;
40
+ }($Command));
41
+ export { UpdateIdentityPoolCommand };
@@ -0,0 +1,23 @@
1
+ export * from "./CreateIdentityPoolCommand";
2
+ export * from "./DeleteIdentitiesCommand";
3
+ export * from "./DeleteIdentityPoolCommand";
4
+ export * from "./DescribeIdentityCommand";
5
+ export * from "./DescribeIdentityPoolCommand";
6
+ export * from "./GetCredentialsForIdentityCommand";
7
+ export * from "./GetIdCommand";
8
+ export * from "./GetIdentityPoolRolesCommand";
9
+ export * from "./GetOpenIdTokenCommand";
10
+ export * from "./GetOpenIdTokenForDeveloperIdentityCommand";
11
+ export * from "./GetPrincipalTagAttributeMapCommand";
12
+ export * from "./ListIdentitiesCommand";
13
+ export * from "./ListIdentityPoolsCommand";
14
+ export * from "./ListTagsForResourceCommand";
15
+ export * from "./LookupDeveloperIdentityCommand";
16
+ export * from "./MergeDeveloperIdentitiesCommand";
17
+ export * from "./SetIdentityPoolRolesCommand";
18
+ export * from "./SetPrincipalTagAttributeMapCommand";
19
+ export * from "./TagResourceCommand";
20
+ export * from "./UnlinkDeveloperIdentityCommand";
21
+ export * from "./UnlinkIdentityCommand";
22
+ export * from "./UntagResourceCommand";
23
+ export * from "./UpdateIdentityPoolCommand";
@@ -0,0 +1,163 @@
1
+ import { __assign, __awaiter, __generator } from "tslib";
2
+ import { getRegionInfo } from "@aws-sdk/config-resolver";
3
+ var regionHash = {
4
+ "us-east-1": {
5
+ variants: [
6
+ {
7
+ hostname: "cognito-identity-fips.us-east-1.amazonaws.com",
8
+ tags: ["fips"],
9
+ },
10
+ ],
11
+ },
12
+ "us-east-2": {
13
+ variants: [
14
+ {
15
+ hostname: "cognito-identity-fips.us-east-2.amazonaws.com",
16
+ tags: ["fips"],
17
+ },
18
+ ],
19
+ },
20
+ "us-gov-west-1": {
21
+ variants: [
22
+ {
23
+ hostname: "cognito-identity-fips.us-gov-west-1.amazonaws.com",
24
+ tags: ["fips"],
25
+ },
26
+ ],
27
+ },
28
+ "us-west-2": {
29
+ variants: [
30
+ {
31
+ hostname: "cognito-identity-fips.us-west-2.amazonaws.com",
32
+ tags: ["fips"],
33
+ },
34
+ ],
35
+ },
36
+ };
37
+ var partitionHash = {
38
+ aws: {
39
+ regions: [
40
+ "af-south-1",
41
+ "ap-east-1",
42
+ "ap-northeast-1",
43
+ "ap-northeast-2",
44
+ "ap-northeast-3",
45
+ "ap-south-1",
46
+ "ap-southeast-1",
47
+ "ap-southeast-2",
48
+ "ap-southeast-3",
49
+ "ca-central-1",
50
+ "eu-central-1",
51
+ "eu-north-1",
52
+ "eu-south-1",
53
+ "eu-west-1",
54
+ "eu-west-2",
55
+ "eu-west-3",
56
+ "fips-us-east-1",
57
+ "fips-us-east-2",
58
+ "fips-us-west-2",
59
+ "me-south-1",
60
+ "sa-east-1",
61
+ "us-east-1",
62
+ "us-east-2",
63
+ "us-west-1",
64
+ "us-west-2",
65
+ ],
66
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
67
+ variants: [
68
+ {
69
+ hostname: "cognito-identity.{region}.amazonaws.com",
70
+ tags: [],
71
+ },
72
+ {
73
+ hostname: "cognito-identity-fips.{region}.amazonaws.com",
74
+ tags: ["fips"],
75
+ },
76
+ {
77
+ hostname: "cognito-identity-fips.{region}.api.aws",
78
+ tags: ["dualstack", "fips"],
79
+ },
80
+ {
81
+ hostname: "cognito-identity.{region}.api.aws",
82
+ tags: ["dualstack"],
83
+ },
84
+ ],
85
+ },
86
+ "aws-cn": {
87
+ regions: ["cn-north-1", "cn-northwest-1"],
88
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
89
+ variants: [
90
+ {
91
+ hostname: "cognito-identity.{region}.amazonaws.com.cn",
92
+ tags: [],
93
+ },
94
+ {
95
+ hostname: "cognito-identity-fips.{region}.amazonaws.com.cn",
96
+ tags: ["fips"],
97
+ },
98
+ {
99
+ hostname: "cognito-identity-fips.{region}.api.amazonwebservices.com.cn",
100
+ tags: ["dualstack", "fips"],
101
+ },
102
+ {
103
+ hostname: "cognito-identity.{region}.api.amazonwebservices.com.cn",
104
+ tags: ["dualstack"],
105
+ },
106
+ ],
107
+ },
108
+ "aws-iso": {
109
+ regions: ["us-iso-east-1", "us-iso-west-1"],
110
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
111
+ variants: [
112
+ {
113
+ hostname: "cognito-identity.{region}.c2s.ic.gov",
114
+ tags: [],
115
+ },
116
+ {
117
+ hostname: "cognito-identity-fips.{region}.c2s.ic.gov",
118
+ tags: ["fips"],
119
+ },
120
+ ],
121
+ },
122
+ "aws-iso-b": {
123
+ regions: ["us-isob-east-1"],
124
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
125
+ variants: [
126
+ {
127
+ hostname: "cognito-identity.{region}.sc2s.sgov.gov",
128
+ tags: [],
129
+ },
130
+ {
131
+ hostname: "cognito-identity-fips.{region}.sc2s.sgov.gov",
132
+ tags: ["fips"],
133
+ },
134
+ ],
135
+ },
136
+ "aws-us-gov": {
137
+ regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
138
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
139
+ variants: [
140
+ {
141
+ hostname: "cognito-identity.{region}.amazonaws.com",
142
+ tags: [],
143
+ },
144
+ {
145
+ hostname: "cognito-identity-fips.{region}.amazonaws.com",
146
+ tags: ["fips"],
147
+ },
148
+ {
149
+ hostname: "cognito-identity-fips.{region}.api.aws",
150
+ tags: ["dualstack", "fips"],
151
+ },
152
+ {
153
+ hostname: "cognito-identity.{region}.api.aws",
154
+ tags: ["dualstack"],
155
+ },
156
+ ],
157
+ },
158
+ };
159
+ export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
160
+ return __generator(this, function (_a) {
161
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "cognito-identity", regionHash: regionHash, partitionHash: partitionHash }))];
162
+ });
163
+ }); };
@@ -0,0 +1,6 @@
1
+ export * from "./CognitoIdentity";
2
+ export * from "./CognitoIdentityClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var CognitoIdentityServiceException = (function (_super) {
4
+ __extends(CognitoIdentityServiceException, _super);
5
+ function CognitoIdentityServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, CognitoIdentityServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return CognitoIdentityServiceException;
11
+ }(__ServiceException));
12
+ export { CognitoIdentityServiceException };
@@ -0,0 +1 @@
1
+ export * from "./models_0";
@@ -0,0 +1,202 @@
1
+ import { __assign, __extends } from "tslib";
2
+ import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
3
+ export var AmbiguousRoleResolutionType;
4
+ (function (AmbiguousRoleResolutionType) {
5
+ AmbiguousRoleResolutionType["AUTHENTICATED_ROLE"] = "AuthenticatedRole";
6
+ AmbiguousRoleResolutionType["DENY"] = "Deny";
7
+ })(AmbiguousRoleResolutionType || (AmbiguousRoleResolutionType = {}));
8
+ var InternalErrorException = (function (_super) {
9
+ __extends(InternalErrorException, _super);
10
+ function InternalErrorException(opts) {
11
+ var _this = _super.call(this, __assign({ name: "InternalErrorException", $fault: "server" }, opts)) || this;
12
+ _this.name = "InternalErrorException";
13
+ _this.$fault = "server";
14
+ Object.setPrototypeOf(_this, InternalErrorException.prototype);
15
+ return _this;
16
+ }
17
+ return InternalErrorException;
18
+ }(__BaseException));
19
+ export { InternalErrorException };
20
+ var InvalidParameterException = (function (_super) {
21
+ __extends(InvalidParameterException, _super);
22
+ function InvalidParameterException(opts) {
23
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
24
+ _this.name = "InvalidParameterException";
25
+ _this.$fault = "client";
26
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
27
+ return _this;
28
+ }
29
+ return InvalidParameterException;
30
+ }(__BaseException));
31
+ export { InvalidParameterException };
32
+ var LimitExceededException = (function (_super) {
33
+ __extends(LimitExceededException, _super);
34
+ function LimitExceededException(opts) {
35
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
36
+ _this.name = "LimitExceededException";
37
+ _this.$fault = "client";
38
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
39
+ return _this;
40
+ }
41
+ return LimitExceededException;
42
+ }(__BaseException));
43
+ export { LimitExceededException };
44
+ var NotAuthorizedException = (function (_super) {
45
+ __extends(NotAuthorizedException, _super);
46
+ function NotAuthorizedException(opts) {
47
+ var _this = _super.call(this, __assign({ name: "NotAuthorizedException", $fault: "client" }, opts)) || this;
48
+ _this.name = "NotAuthorizedException";
49
+ _this.$fault = "client";
50
+ Object.setPrototypeOf(_this, NotAuthorizedException.prototype);
51
+ return _this;
52
+ }
53
+ return NotAuthorizedException;
54
+ }(__BaseException));
55
+ export { NotAuthorizedException };
56
+ var ResourceConflictException = (function (_super) {
57
+ __extends(ResourceConflictException, _super);
58
+ function ResourceConflictException(opts) {
59
+ var _this = _super.call(this, __assign({ name: "ResourceConflictException", $fault: "client" }, opts)) || this;
60
+ _this.name = "ResourceConflictException";
61
+ _this.$fault = "client";
62
+ Object.setPrototypeOf(_this, ResourceConflictException.prototype);
63
+ return _this;
64
+ }
65
+ return ResourceConflictException;
66
+ }(__BaseException));
67
+ export { ResourceConflictException };
68
+ var TooManyRequestsException = (function (_super) {
69
+ __extends(TooManyRequestsException, _super);
70
+ function TooManyRequestsException(opts) {
71
+ var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
72
+ _this.name = "TooManyRequestsException";
73
+ _this.$fault = "client";
74
+ Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
75
+ return _this;
76
+ }
77
+ return TooManyRequestsException;
78
+ }(__BaseException));
79
+ export { TooManyRequestsException };
80
+ export var ErrorCode;
81
+ (function (ErrorCode) {
82
+ ErrorCode["ACCESS_DENIED"] = "AccessDenied";
83
+ ErrorCode["INTERNAL_SERVER_ERROR"] = "InternalServerError";
84
+ })(ErrorCode || (ErrorCode = {}));
85
+ var ResourceNotFoundException = (function (_super) {
86
+ __extends(ResourceNotFoundException, _super);
87
+ function ResourceNotFoundException(opts) {
88
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
89
+ _this.name = "ResourceNotFoundException";
90
+ _this.$fault = "client";
91
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
92
+ return _this;
93
+ }
94
+ return ResourceNotFoundException;
95
+ }(__BaseException));
96
+ export { ResourceNotFoundException };
97
+ var ExternalServiceException = (function (_super) {
98
+ __extends(ExternalServiceException, _super);
99
+ function ExternalServiceException(opts) {
100
+ var _this = _super.call(this, __assign({ name: "ExternalServiceException", $fault: "client" }, opts)) || this;
101
+ _this.name = "ExternalServiceException";
102
+ _this.$fault = "client";
103
+ Object.setPrototypeOf(_this, ExternalServiceException.prototype);
104
+ return _this;
105
+ }
106
+ return ExternalServiceException;
107
+ }(__BaseException));
108
+ export { ExternalServiceException };
109
+ var InvalidIdentityPoolConfigurationException = (function (_super) {
110
+ __extends(InvalidIdentityPoolConfigurationException, _super);
111
+ function InvalidIdentityPoolConfigurationException(opts) {
112
+ var _this = _super.call(this, __assign({ name: "InvalidIdentityPoolConfigurationException", $fault: "client" }, opts)) || this;
113
+ _this.name = "InvalidIdentityPoolConfigurationException";
114
+ _this.$fault = "client";
115
+ Object.setPrototypeOf(_this, InvalidIdentityPoolConfigurationException.prototype);
116
+ return _this;
117
+ }
118
+ return InvalidIdentityPoolConfigurationException;
119
+ }(__BaseException));
120
+ export { InvalidIdentityPoolConfigurationException };
121
+ export var MappingRuleMatchType;
122
+ (function (MappingRuleMatchType) {
123
+ MappingRuleMatchType["CONTAINS"] = "Contains";
124
+ MappingRuleMatchType["EQUALS"] = "Equals";
125
+ MappingRuleMatchType["NOT_EQUAL"] = "NotEqual";
126
+ MappingRuleMatchType["STARTS_WITH"] = "StartsWith";
127
+ })(MappingRuleMatchType || (MappingRuleMatchType = {}));
128
+ export var RoleMappingType;
129
+ (function (RoleMappingType) {
130
+ RoleMappingType["RULES"] = "Rules";
131
+ RoleMappingType["TOKEN"] = "Token";
132
+ })(RoleMappingType || (RoleMappingType = {}));
133
+ var DeveloperUserAlreadyRegisteredException = (function (_super) {
134
+ __extends(DeveloperUserAlreadyRegisteredException, _super);
135
+ function DeveloperUserAlreadyRegisteredException(opts) {
136
+ var _this = _super.call(this, __assign({ name: "DeveloperUserAlreadyRegisteredException", $fault: "client" }, opts)) || this;
137
+ _this.name = "DeveloperUserAlreadyRegisteredException";
138
+ _this.$fault = "client";
139
+ Object.setPrototypeOf(_this, DeveloperUserAlreadyRegisteredException.prototype);
140
+ return _this;
141
+ }
142
+ return DeveloperUserAlreadyRegisteredException;
143
+ }(__BaseException));
144
+ export { DeveloperUserAlreadyRegisteredException };
145
+ var ConcurrentModificationException = (function (_super) {
146
+ __extends(ConcurrentModificationException, _super);
147
+ function ConcurrentModificationException(opts) {
148
+ var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
149
+ _this.name = "ConcurrentModificationException";
150
+ _this.$fault = "client";
151
+ Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
152
+ return _this;
153
+ }
154
+ return ConcurrentModificationException;
155
+ }(__BaseException));
156
+ export { ConcurrentModificationException };
157
+ export var CognitoIdentityProviderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
+ export var CreateIdentityPoolInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
159
+ export var IdentityPoolFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
160
+ export var DeleteIdentitiesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
161
+ export var UnprocessedIdentityIdFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
162
+ export var DeleteIdentitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
+ export var DeleteIdentityPoolInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
164
+ export var DescribeIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
+ export var IdentityDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
166
+ export var DescribeIdentityPoolInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
167
+ export var GetCredentialsForIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
168
+ export var CredentialsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
169
+ export var GetCredentialsForIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
+ export var GetIdInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
171
+ export var GetIdResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
+ export var GetIdentityPoolRolesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
173
+ export var MappingRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
174
+ export var RulesConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
175
+ export var RoleMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
176
+ export var GetIdentityPoolRolesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
+ export var GetOpenIdTokenInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
+ export var GetOpenIdTokenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
+ export var GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
180
+ export var GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
181
+ export var GetPrincipalTagAttributeMapInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
182
+ export var GetPrincipalTagAttributeMapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
+ export var ListIdentitiesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
+ export var ListIdentitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
+ export var ListIdentityPoolsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
+ export var IdentityPoolShortDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
+ export var ListIdentityPoolsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
188
+ export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
+ export var LookupDeveloperIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
+ export var LookupDeveloperIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
192
+ export var MergeDeveloperIdentitiesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
+ export var MergeDeveloperIdentitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
+ export var SetIdentityPoolRolesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
195
+ export var SetPrincipalTagAttributeMapInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
196
+ export var SetPrincipalTagAttributeMapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
+ export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
+ export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
199
+ export var UnlinkDeveloperIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
200
+ export var UnlinkIdentityInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
+ export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
202
+ export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };