serverless-spy 0.0.5 → 0.0.8

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 (270) hide show
  1. package/.eslintrc.yml +1 -1
  2. package/.jsii +3 -2
  3. package/lib/ServerlessSpy.js +1 -1
  4. package/listener/createServerlessSpyListener.ts +12 -2
  5. package/listener/index.ts +1 -0
  6. package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +4150 -0
  7. package/node_modules/@aws-sdk/client-cognito-identity/LICENSE +201 -0
  8. package/node_modules/@aws-sdk/client-cognito-identity/README.md +219 -0
  9. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js +352 -0
  10. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js +36 -0
  11. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js +38 -0
  12. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js +38 -0
  13. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js +38 -0
  14. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js +38 -0
  15. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js +38 -0
  16. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js +36 -0
  17. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js +36 -0
  18. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js +38 -0
  19. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js +36 -0
  20. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +38 -0
  21. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +38 -0
  22. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js +38 -0
  23. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js +38 -0
  24. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js +38 -0
  25. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js +38 -0
  26. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +38 -0
  27. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js +38 -0
  28. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +38 -0
  29. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js +38 -0
  30. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +38 -0
  31. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js +36 -0
  32. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js +38 -0
  33. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js +38 -0
  34. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js +26 -0
  35. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoints.js +167 -0
  36. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +11 -0
  37. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js +11 -0
  38. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js +4 -0
  39. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js +354 -0
  40. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js +2 -0
  41. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js +36 -0
  42. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js +5 -0
  43. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +2236 -0
  44. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +45 -0
  45. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +52 -0
  46. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js +16 -0
  47. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +17 -0
  48. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +355 -0
  49. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +38 -0
  50. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +41 -0
  51. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +41 -0
  52. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +41 -0
  53. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +41 -0
  54. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +41 -0
  55. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +39 -0
  56. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +39 -0
  57. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +41 -0
  58. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +39 -0
  59. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +41 -0
  60. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +41 -0
  61. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +41 -0
  62. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +41 -0
  63. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +41 -0
  64. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +41 -0
  65. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +41 -0
  66. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +41 -0
  67. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +41 -0
  68. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +41 -0
  69. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +41 -0
  70. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +39 -0
  71. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +41 -0
  72. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +41 -0
  73. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js +23 -0
  74. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoints.js +163 -0
  75. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +6 -0
  76. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js +12 -0
  77. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js +1 -0
  78. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js +202 -0
  79. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js +1 -0
  80. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js +75 -0
  81. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js +2 -0
  82. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +2662 -0
  83. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +26 -0
  84. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +30 -0
  85. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js +8 -0
  86. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +13 -0
  87. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +295 -0
  88. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +180 -0
  89. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +61 -0
  90. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +37 -0
  91. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +37 -0
  92. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +37 -0
  93. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +37 -0
  94. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +39 -0
  95. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts +37 -0
  96. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +36 -0
  97. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +39 -0
  98. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +47 -0
  99. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +35 -0
  100. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +36 -0
  101. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +36 -0
  102. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  103. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +51 -0
  104. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +47 -0
  105. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +36 -0
  106. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +35 -0
  107. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +49 -0
  108. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +39 -0
  109. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +38 -0
  110. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +36 -0
  111. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +36 -0
  112. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts +23 -0
  113. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoints.d.ts +2 -0
  114. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +6 -0
  115. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts +10 -0
  116. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +1166 -0
  118. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts +6 -0
  119. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
  120. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts +2 -0
  121. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts +71 -0
  122. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +40 -0
  123. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +40 -0
  124. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +39 -0
  125. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +13 -0
  126. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +120 -0
  127. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +96 -0
  128. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +17 -0
  129. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +17 -0
  130. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +17 -0
  131. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +17 -0
  132. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +17 -0
  133. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +17 -0
  134. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +17 -0
  135. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +17 -0
  136. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +17 -0
  137. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +17 -0
  138. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +17 -0
  139. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +17 -0
  140. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +17 -0
  141. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  142. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +17 -0
  143. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +17 -0
  144. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +17 -0
  145. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +17 -0
  146. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  147. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +17 -0
  148. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +17 -0
  149. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  150. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +17 -0
  151. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -0
  152. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoints.d.ts +2 -0
  153. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -0
  154. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +6 -0
  155. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -0
  156. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +567 -0
  157. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  158. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
  159. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -0
  160. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +71 -0
  161. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  162. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  163. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  164. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  165. package/node_modules/@aws-sdk/client-cognito-identity/package.json +107 -0
  166. package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +4874 -0
  167. package/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE +201 -0
  168. package/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md +11 -0
  169. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js +2 -0
  170. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js +21 -0
  171. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js +71 -0
  172. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js +2 -0
  173. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js +2 -0
  174. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js +32 -0
  175. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js +42 -0
  176. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +8 -0
  177. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js +16 -0
  178. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js +19 -0
  179. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js +1 -0
  180. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js +20 -0
  181. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js +70 -0
  182. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js +1 -0
  183. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js +1 -0
  184. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js +50 -0
  185. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js +73 -0
  186. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js +5 -0
  187. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js +12 -0
  188. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js +19 -0
  189. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts +25 -0
  190. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts +8 -0
  191. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts +10 -0
  192. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts +3 -0
  193. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts +14 -0
  194. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +23 -0
  195. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts +44 -0
  196. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts +5 -0
  197. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts +2 -0
  198. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts +5 -0
  199. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +10 -0
  200. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -0
  201. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -0
  202. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -0
  203. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +6 -0
  204. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +13 -0
  205. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +15 -0
  206. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -0
  207. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -0
  208. package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +3 -0
  209. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +59 -0
  210. package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +570 -0
  211. package/node_modules/@aws-sdk/credential-providers/LICENSE +201 -0
  212. package/node_modules/@aws-sdk/credential-providers/README.md +663 -0
  213. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js +13 -0
  214. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js +13 -0
  215. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js +6 -0
  216. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js +6 -0
  217. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js +14 -0
  218. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js +6 -0
  219. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js +14 -0
  220. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js +6 -0
  221. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js +7 -0
  222. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +31 -0
  223. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js +13 -0
  224. package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js +13 -0
  225. package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js +15 -0
  226. package/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js +7 -0
  227. package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js +7 -0
  228. package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js +7 -0
  229. package/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js +2 -0
  230. package/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js +2 -0
  231. package/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js +8 -0
  232. package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +2 -0
  233. package/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js +8 -0
  234. package/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js +2 -0
  235. package/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js +7 -0
  236. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +40 -0
  237. package/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js +8 -0
  238. package/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js +7 -0
  239. package/node_modules/@aws-sdk/credential-providers/dist-es/index.js +12 -0
  240. package/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js +4 -0
  241. package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +45 -0
  242. package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts +46 -0
  243. package/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts +24 -0
  244. package/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts +26 -0
  245. package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +43 -0
  246. package/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts +22 -0
  247. package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +29 -0
  248. package/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts +28 -0
  249. package/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts +48 -0
  250. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts +48 -0
  251. package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +32 -0
  252. package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +41 -0
  253. package/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts +12 -0
  254. package/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts +4 -0
  255. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +9 -0
  256. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +7 -0
  257. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts +6 -0
  258. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts +3 -0
  259. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +8 -0
  260. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts +4 -0
  261. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts +8 -0
  262. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts +6 -0
  263. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts +8 -0
  264. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts +12 -0
  265. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts +8 -0
  266. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts +8 -0
  267. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +12 -0
  268. package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts +4 -0
  269. package/node_modules/@aws-sdk/credential-providers/package.json +78 -0
  270. package/package.json +6 -3
@@ -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 { DescribeIdentityInputFilterSensitiveLog, IdentityDescriptionFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1DescribeIdentityCommand, serializeAws_json1_1DescribeIdentityCommand, } from "../protocols/Aws_json1_1";
7
+ var DescribeIdentityCommand = (function (_super) {
8
+ __extends(DescribeIdentityCommand, _super);
9
+ function DescribeIdentityCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ DescribeIdentityCommand.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 = "DescribeIdentityCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: DescribeIdentityInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: IdentityDescriptionFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ DescribeIdentityCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1DescribeIdentityCommand(input, context);
35
+ };
36
+ DescribeIdentityCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1DescribeIdentityCommand(output, context);
38
+ };
39
+ return DescribeIdentityCommand;
40
+ }($Command));
41
+ export { DescribeIdentityCommand };
@@ -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 { DescribeIdentityPoolInputFilterSensitiveLog, IdentityPoolFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1DescribeIdentityPoolCommand, serializeAws_json1_1DescribeIdentityPoolCommand, } from "../protocols/Aws_json1_1";
7
+ var DescribeIdentityPoolCommand = (function (_super) {
8
+ __extends(DescribeIdentityPoolCommand, _super);
9
+ function DescribeIdentityPoolCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ DescribeIdentityPoolCommand.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 = "DescribeIdentityPoolCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: DescribeIdentityPoolInputFilterSensitiveLog,
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
+ DescribeIdentityPoolCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1DescribeIdentityPoolCommand(input, context);
35
+ };
36
+ DescribeIdentityPoolCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1DescribeIdentityPoolCommand(output, context);
38
+ };
39
+ return DescribeIdentityPoolCommand;
40
+ }($Command));
41
+ export { DescribeIdentityPoolCommand };
@@ -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 { GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetCredentialsForIdentityCommand, serializeAws_json1_1GetCredentialsForIdentityCommand, } from "../protocols/Aws_json1_1";
6
+ var GetCredentialsForIdentityCommand = (function (_super) {
7
+ __extends(GetCredentialsForIdentityCommand, _super);
8
+ function GetCredentialsForIdentityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetCredentialsForIdentityCommand.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 = "GetCredentialsForIdentityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetCredentialsForIdentityInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCredentialsForIdentityResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetCredentialsForIdentityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetCredentialsForIdentityCommand(input, context);
33
+ };
34
+ GetCredentialsForIdentityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetCredentialsForIdentityCommand(output, context);
36
+ };
37
+ return GetCredentialsForIdentityCommand;
38
+ }($Command));
39
+ export { GetCredentialsForIdentityCommand };
@@ -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 { GetIdInputFilterSensitiveLog, GetIdResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetIdCommand, serializeAws_json1_1GetIdCommand } from "../protocols/Aws_json1_1";
6
+ var GetIdCommand = (function (_super) {
7
+ __extends(GetIdCommand, _super);
8
+ function GetIdCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetIdCommand.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 = "GetIdCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetIdInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetIdResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetIdCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetIdCommand(input, context);
33
+ };
34
+ GetIdCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetIdCommand(output, context);
36
+ };
37
+ return GetIdCommand;
38
+ }($Command));
39
+ export { GetIdCommand };
@@ -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 { GetIdentityPoolRolesInputFilterSensitiveLog, GetIdentityPoolRolesResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1GetIdentityPoolRolesCommand, serializeAws_json1_1GetIdentityPoolRolesCommand, } from "../protocols/Aws_json1_1";
7
+ var GetIdentityPoolRolesCommand = (function (_super) {
8
+ __extends(GetIdentityPoolRolesCommand, _super);
9
+ function GetIdentityPoolRolesCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ GetIdentityPoolRolesCommand.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 = "GetIdentityPoolRolesCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: GetIdentityPoolRolesInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: GetIdentityPoolRolesResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ GetIdentityPoolRolesCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1GetIdentityPoolRolesCommand(input, context);
35
+ };
36
+ GetIdentityPoolRolesCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1GetIdentityPoolRolesCommand(output, context);
38
+ };
39
+ return GetIdentityPoolRolesCommand;
40
+ }($Command));
41
+ export { GetIdentityPoolRolesCommand };
@@ -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 { GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetOpenIdTokenCommand, serializeAws_json1_1GetOpenIdTokenCommand, } from "../protocols/Aws_json1_1";
6
+ var GetOpenIdTokenCommand = (function (_super) {
7
+ __extends(GetOpenIdTokenCommand, _super);
8
+ function GetOpenIdTokenCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetOpenIdTokenCommand.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 = "GetOpenIdTokenCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetOpenIdTokenInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetOpenIdTokenResponseFilterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetOpenIdTokenCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetOpenIdTokenCommand(input, context);
33
+ };
34
+ GetOpenIdTokenCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetOpenIdTokenCommand(output, context);
36
+ };
37
+ return GetOpenIdTokenCommand;
38
+ }($Command));
39
+ export { GetOpenIdTokenCommand };
@@ -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 { GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand, serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
7
+ var GetOpenIdTokenForDeveloperIdentityCommand = (function (_super) {
8
+ __extends(GetOpenIdTokenForDeveloperIdentityCommand, _super);
9
+ function GetOpenIdTokenForDeveloperIdentityCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ GetOpenIdTokenForDeveloperIdentityCommand.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 = "GetOpenIdTokenForDeveloperIdentityCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ GetOpenIdTokenForDeveloperIdentityCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand(input, context);
35
+ };
36
+ GetOpenIdTokenForDeveloperIdentityCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand(output, context);
38
+ };
39
+ return GetOpenIdTokenForDeveloperIdentityCommand;
40
+ }($Command));
41
+ export { GetOpenIdTokenForDeveloperIdentityCommand };
@@ -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 { GetPrincipalTagAttributeMapInputFilterSensitiveLog, GetPrincipalTagAttributeMapResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1GetPrincipalTagAttributeMapCommand, serializeAws_json1_1GetPrincipalTagAttributeMapCommand, } from "../protocols/Aws_json1_1";
7
+ var GetPrincipalTagAttributeMapCommand = (function (_super) {
8
+ __extends(GetPrincipalTagAttributeMapCommand, _super);
9
+ function GetPrincipalTagAttributeMapCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ GetPrincipalTagAttributeMapCommand.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 = "GetPrincipalTagAttributeMapCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: GetPrincipalTagAttributeMapInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: GetPrincipalTagAttributeMapResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ GetPrincipalTagAttributeMapCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1GetPrincipalTagAttributeMapCommand(input, context);
35
+ };
36
+ GetPrincipalTagAttributeMapCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1GetPrincipalTagAttributeMapCommand(output, context);
38
+ };
39
+ return GetPrincipalTagAttributeMapCommand;
40
+ }($Command));
41
+ export { GetPrincipalTagAttributeMapCommand };
@@ -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 { ListIdentitiesInputFilterSensitiveLog, ListIdentitiesResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1ListIdentitiesCommand, serializeAws_json1_1ListIdentitiesCommand, } from "../protocols/Aws_json1_1";
7
+ var ListIdentitiesCommand = (function (_super) {
8
+ __extends(ListIdentitiesCommand, _super);
9
+ function ListIdentitiesCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ ListIdentitiesCommand.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 = "ListIdentitiesCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: ListIdentitiesInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: ListIdentitiesResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ ListIdentitiesCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1ListIdentitiesCommand(input, context);
35
+ };
36
+ ListIdentitiesCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1ListIdentitiesCommand(output, context);
38
+ };
39
+ return ListIdentitiesCommand;
40
+ }($Command));
41
+ export { ListIdentitiesCommand };
@@ -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 { ListIdentityPoolsInputFilterSensitiveLog, ListIdentityPoolsResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1ListIdentityPoolsCommand, serializeAws_json1_1ListIdentityPoolsCommand, } from "../protocols/Aws_json1_1";
7
+ var ListIdentityPoolsCommand = (function (_super) {
8
+ __extends(ListIdentityPoolsCommand, _super);
9
+ function ListIdentityPoolsCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ ListIdentityPoolsCommand.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 = "ListIdentityPoolsCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: ListIdentityPoolsInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: ListIdentityPoolsResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ ListIdentityPoolsCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1ListIdentityPoolsCommand(input, context);
35
+ };
36
+ ListIdentityPoolsCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1ListIdentityPoolsCommand(output, context);
38
+ };
39
+ return ListIdentityPoolsCommand;
40
+ }($Command));
41
+ export { ListIdentityPoolsCommand };
@@ -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 { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
7
+ var ListTagsForResourceCommand = (function (_super) {
8
+ __extends(ListTagsForResourceCommand, _super);
9
+ function ListTagsForResourceCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ ListTagsForResourceCommand.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 = "ListTagsForResourceCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ ListTagsForResourceCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1ListTagsForResourceCommand(input, context);
35
+ };
36
+ ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
38
+ };
39
+ return ListTagsForResourceCommand;
40
+ }($Command));
41
+ export { ListTagsForResourceCommand };
@@ -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 { LookupDeveloperIdentityInputFilterSensitiveLog, LookupDeveloperIdentityResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1LookupDeveloperIdentityCommand, serializeAws_json1_1LookupDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
7
+ var LookupDeveloperIdentityCommand = (function (_super) {
8
+ __extends(LookupDeveloperIdentityCommand, _super);
9
+ function LookupDeveloperIdentityCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ LookupDeveloperIdentityCommand.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 = "LookupDeveloperIdentityCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: LookupDeveloperIdentityInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: LookupDeveloperIdentityResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ LookupDeveloperIdentityCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1LookupDeveloperIdentityCommand(input, context);
35
+ };
36
+ LookupDeveloperIdentityCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1LookupDeveloperIdentityCommand(output, context);
38
+ };
39
+ return LookupDeveloperIdentityCommand;
40
+ }($Command));
41
+ export { LookupDeveloperIdentityCommand };
@@ -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 { MergeDeveloperIdentitiesInputFilterSensitiveLog, MergeDeveloperIdentitiesResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1MergeDeveloperIdentitiesCommand, serializeAws_json1_1MergeDeveloperIdentitiesCommand, } from "../protocols/Aws_json1_1";
7
+ var MergeDeveloperIdentitiesCommand = (function (_super) {
8
+ __extends(MergeDeveloperIdentitiesCommand, _super);
9
+ function MergeDeveloperIdentitiesCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ MergeDeveloperIdentitiesCommand.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 = "MergeDeveloperIdentitiesCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: MergeDeveloperIdentitiesInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: MergeDeveloperIdentitiesResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ MergeDeveloperIdentitiesCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1MergeDeveloperIdentitiesCommand(input, context);
35
+ };
36
+ MergeDeveloperIdentitiesCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1MergeDeveloperIdentitiesCommand(output, context);
38
+ };
39
+ return MergeDeveloperIdentitiesCommand;
40
+ }($Command));
41
+ export { MergeDeveloperIdentitiesCommand };
@@ -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 { SetIdentityPoolRolesInputFilterSensitiveLog } from "../models/models_0";
6
+ import { deserializeAws_json1_1SetIdentityPoolRolesCommand, serializeAws_json1_1SetIdentityPoolRolesCommand, } from "../protocols/Aws_json1_1";
7
+ var SetIdentityPoolRolesCommand = (function (_super) {
8
+ __extends(SetIdentityPoolRolesCommand, _super);
9
+ function SetIdentityPoolRolesCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ SetIdentityPoolRolesCommand.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 = "SetIdentityPoolRolesCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: SetIdentityPoolRolesInputFilterSensitiveLog,
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
+ SetIdentityPoolRolesCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1SetIdentityPoolRolesCommand(input, context);
35
+ };
36
+ SetIdentityPoolRolesCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1SetIdentityPoolRolesCommand(output, context);
38
+ };
39
+ return SetIdentityPoolRolesCommand;
40
+ }($Command));
41
+ export { SetIdentityPoolRolesCommand };
@@ -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 { SetPrincipalTagAttributeMapInputFilterSensitiveLog, SetPrincipalTagAttributeMapResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { deserializeAws_json1_1SetPrincipalTagAttributeMapCommand, serializeAws_json1_1SetPrincipalTagAttributeMapCommand, } from "../protocols/Aws_json1_1";
7
+ var SetPrincipalTagAttributeMapCommand = (function (_super) {
8
+ __extends(SetPrincipalTagAttributeMapCommand, _super);
9
+ function SetPrincipalTagAttributeMapCommand(input) {
10
+ var _this = _super.call(this) || this;
11
+ _this.input = input;
12
+ return _this;
13
+ }
14
+ SetPrincipalTagAttributeMapCommand.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 = "SetPrincipalTagAttributeMapCommand";
21
+ var handlerExecutionContext = {
22
+ logger: logger,
23
+ clientName: clientName,
24
+ commandName: commandName,
25
+ inputFilterSensitiveLog: SetPrincipalTagAttributeMapInputFilterSensitiveLog,
26
+ outputFilterSensitiveLog: SetPrincipalTagAttributeMapResponseFilterSensitiveLog,
27
+ };
28
+ var requestHandler = configuration.requestHandler;
29
+ return stack.resolve(function (request) {
30
+ return requestHandler.handle(request.request, options || {});
31
+ }, handlerExecutionContext);
32
+ };
33
+ SetPrincipalTagAttributeMapCommand.prototype.serialize = function (input, context) {
34
+ return serializeAws_json1_1SetPrincipalTagAttributeMapCommand(input, context);
35
+ };
36
+ SetPrincipalTagAttributeMapCommand.prototype.deserialize = function (output, context) {
37
+ return deserializeAws_json1_1SetPrincipalTagAttributeMapCommand(output, context);
38
+ };
39
+ return SetPrincipalTagAttributeMapCommand;
40
+ }($Command));
41
+ export { SetPrincipalTagAttributeMapCommand };