serverless-spy 0.0.4 → 0.0.7

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,4150 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
9
+
10
+
11
+
12
+
13
+
14
+ # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
17
+
18
+
19
+
20
+
21
+
22
+ # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
25
+
26
+
27
+
28
+
29
+
30
+ # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
31
+
32
+
33
+ ### Features
34
+
35
+ * **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
47
+
48
+
49
+
50
+
51
+
52
+ # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
53
+
54
+
55
+ ### Features
56
+
57
+ * **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
58
+
59
+
60
+
61
+
62
+
63
+ # [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
64
+
65
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
66
+
67
+
68
+
69
+
70
+
71
+ # [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848))
77
+
78
+
79
+
80
+
81
+
82
+ # [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
83
+
84
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
85
+
86
+
87
+
88
+
89
+
90
+ # [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
91
+
92
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
93
+
94
+
95
+
96
+
97
+
98
+ # [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
99
+
100
+
101
+ ### Features
102
+
103
+ * **clients:** fallback to status code for unmodeled errors ([#3752](https://github.com/aws/aws-sdk-js-v3/issues/3752)) ([49bcc4f](https://github.com/aws/aws-sdk-js-v3/commit/49bcc4f153e890e798a8e82fd5fc397b2dcc449f))
104
+
105
+
106
+
107
+
108
+
109
+ ## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
110
+
111
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
112
+
113
+
114
+
115
+
116
+
117
+ # [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
118
+
119
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
120
+
121
+
122
+
123
+
124
+
125
+ # [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
126
+
127
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
128
+
129
+
130
+
131
+
132
+
133
+ # [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
134
+
135
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
136
+
137
+
138
+
139
+
140
+
141
+ # [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
142
+
143
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
144
+
145
+
146
+
147
+
148
+
149
+ # [3.107.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.106.0...v3.107.0) (2022-06-08)
150
+
151
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
152
+
153
+
154
+
155
+
156
+
157
+ # [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
158
+
159
+
160
+ ### Features
161
+
162
+ * **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
163
+
164
+
165
+
166
+
167
+
168
+ # [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
169
+
170
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
171
+
172
+
173
+
174
+
175
+
176
+ # [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)
177
+
178
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
179
+
180
+
181
+
182
+
183
+
184
+ # [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
185
+
186
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
187
+
188
+
189
+
190
+
191
+
192
+ # [3.94.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.93.0...v3.94.0) (2022-05-18)
193
+
194
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
195
+
196
+
197
+
198
+
199
+
200
+ # [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
201
+
202
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
203
+
204
+
205
+
206
+
207
+
208
+ # [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
209
+
210
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
211
+
212
+
213
+
214
+
215
+
216
+ # [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
217
+
218
+
219
+ ### Features
220
+
221
+ * **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b))
222
+
223
+
224
+
225
+
226
+
227
+ # [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
228
+
229
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
230
+
231
+
232
+
233
+
234
+
235
+ # [3.81.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.80.0...v3.81.0) (2022-04-29)
236
+
237
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
238
+
239
+
240
+
241
+
242
+
243
+ # [3.80.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.79.0...v3.80.0) (2022-04-28)
244
+
245
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
246
+
247
+
248
+
249
+
250
+
251
+ # [3.79.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.78.0...v3.79.0) (2022-04-27)
252
+
253
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
254
+
255
+
256
+
257
+
258
+
259
+ # [3.78.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.77.0...v3.78.0) (2022-04-26)
260
+
261
+
262
+ ### Features
263
+
264
+ * **types:** add pagination stopOnSameToken option ([#3524](https://github.com/aws/aws-sdk-js-v3/issues/3524)) ([9bf73e8](https://github.com/aws/aws-sdk-js-v3/commit/9bf73e81b8d9be9f12c72cbefbe26c502d1873c6))
265
+
266
+
267
+
268
+
269
+
270
+ # [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
271
+
272
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
273
+
274
+
275
+
276
+
277
+
278
+ # [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
279
+
280
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
281
+
282
+
283
+
284
+
285
+
286
+ # [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
287
+
288
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
289
+
290
+
291
+
292
+
293
+
294
+ # [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
295
+
296
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
297
+
298
+
299
+
300
+
301
+
302
+ # [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
303
+
304
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
305
+
306
+
307
+
308
+
309
+
310
+ # [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
311
+
312
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
313
+
314
+
315
+
316
+
317
+
318
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
319
+
320
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
321
+
322
+
323
+
324
+
325
+
326
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
327
+
328
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
329
+
330
+
331
+
332
+
333
+
334
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
335
+
336
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
337
+
338
+
339
+
340
+
341
+
342
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
343
+
344
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
345
+
346
+
347
+
348
+
349
+
350
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
351
+
352
+
353
+ ### Features
354
+
355
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
356
+
357
+
358
+
359
+
360
+
361
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
362
+
363
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
364
+
365
+
366
+
367
+
368
+
369
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
370
+
371
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
372
+
373
+
374
+
375
+
376
+
377
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
378
+
379
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
380
+
381
+
382
+
383
+
384
+
385
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
386
+
387
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
388
+
389
+
390
+
391
+
392
+
393
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
394
+
395
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
396
+
397
+
398
+
399
+
400
+
401
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
402
+
403
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
404
+
405
+
406
+
407
+
408
+
409
+ ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
410
+
411
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
412
+
413
+
414
+
415
+
416
+
417
+ # [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
418
+
419
+
420
+ ### Features
421
+
422
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
423
+
424
+
425
+
426
+
427
+
428
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
429
+
430
+
431
+ ### Bug Fixes
432
+
433
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
434
+
435
+
436
+ ### Features
437
+
438
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
439
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
440
+
441
+
442
+
443
+
444
+
445
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
446
+
447
+
448
+ ### Features
449
+
450
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
451
+
452
+
453
+
454
+
455
+
456
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
457
+
458
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
459
+
460
+
461
+
462
+
463
+
464
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
465
+
466
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
467
+
468
+
469
+
470
+
471
+
472
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
473
+
474
+
475
+ ### Features
476
+
477
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
478
+
479
+
480
+
481
+
482
+
483
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
484
+
485
+
486
+ ### Features
487
+
488
+ * **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
489
+
490
+
491
+
492
+
493
+
494
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
495
+
496
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
497
+
498
+
499
+
500
+
501
+
502
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
503
+
504
+
505
+ ### Features
506
+
507
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
508
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
509
+ * **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
510
+
511
+
512
+
513
+
514
+
515
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
516
+
517
+
518
+ ### Features
519
+
520
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
521
+
522
+
523
+
524
+
525
+
526
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
527
+
528
+
529
+ ### Bug Fixes
530
+
531
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
532
+
533
+
534
+
535
+
536
+
537
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
538
+
539
+
540
+ ### Features
541
+
542
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
543
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
544
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
545
+
546
+
547
+
548
+
549
+
550
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
551
+
552
+
553
+ ### Bug Fixes
554
+
555
+ * **client-cognito-identity:** import client from new location in src ([#2858](https://github.com/aws/aws-sdk-js-v3/issues/2858)) ([c8cb449](https://github.com/aws/aws-sdk-js-v3/commit/c8cb4499c6ad19e2b194860d548753f637671f8c))
556
+
557
+
558
+ ### Features
559
+
560
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
561
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
562
+
563
+
564
+
565
+
566
+
567
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
568
+
569
+
570
+ ### Features
571
+
572
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
573
+
574
+
575
+
576
+
577
+
578
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
579
+
580
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
581
+
582
+
583
+
584
+
585
+
586
+ # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
587
+
588
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
589
+
590
+
591
+
592
+
593
+
594
+ # [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
595
+
596
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
597
+
598
+
599
+
600
+
601
+
602
+ # [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
603
+
604
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
605
+
606
+
607
+
608
+
609
+
610
+ # [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
611
+
612
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
613
+
614
+
615
+
616
+
617
+
618
+ # [3.28.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.27.0...v3.28.0) (2021-08-27)
619
+
620
+
621
+ ### Bug Fixes
622
+
623
+ * **clients:** use optional chaining while processing runtime config ([#2690](https://github.com/aws/aws-sdk-js-v3/issues/2690)) ([18469ce](https://github.com/aws/aws-sdk-js-v3/commit/18469cefc27840ba00d516265ebd976f10240496))
624
+
625
+
626
+ ### Features
627
+
628
+ * **clients:** allow setting path prefix from custom endpoints ([#2722](https://github.com/aws/aws-sdk-js-v3/issues/2722)) ([990ba2f](https://github.com/aws/aws-sdk-js-v3/commit/990ba2fe1c03cf10c3cb345cee4d137af7095f3d))
629
+ * **clients:** modular endpoints resolution ([#2704](https://github.com/aws/aws-sdk-js-v3/issues/2704)) ([88de69b](https://github.com/aws/aws-sdk-js-v3/commit/88de69ba28aaedfc7f13fa165044ef8cae023bbe))
630
+
631
+
632
+
633
+
634
+
635
+ # [3.27.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.26.0...v3.27.0) (2021-08-19)
636
+
637
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
638
+
639
+
640
+
641
+
642
+
643
+ # [3.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
644
+
645
+
646
+ ### Features
647
+
648
+ * **clients:** update clients as of 08/13/2021 ([#2674](https://github.com/aws/aws-sdk-js-v3/issues/2674)) ([de45580](https://github.com/aws/aws-sdk-js-v3/commit/de45580769f70d5db409204f5196da5221c23d99))
649
+
650
+
651
+
652
+
653
+
654
+ # [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
655
+
656
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
657
+
658
+
659
+
660
+
661
+
662
+ # [3.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
663
+
664
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
665
+
666
+
667
+
668
+
669
+
670
+ # [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
671
+
672
+
673
+ ### Bug Fixes
674
+
675
+ * **clients:** allow undefined configuration ([#2617](https://github.com/aws/aws-sdk-js-v3/issues/2617)) ([a004d15](https://github.com/aws/aws-sdk-js-v3/commit/a004d1569e0b213259c50f72fddfd209fff0d7a3))
676
+ * bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55))
677
+
678
+
679
+ ### Features
680
+
681
+ * **clients:** change runtime config from constant to provider functions ([#2574](https://github.com/aws/aws-sdk-js-v3/issues/2574)) ([5eca565](https://github.com/aws/aws-sdk-js-v3/commit/5eca565b5237a31ee4f18a2ecb4608099ccd55ac))
682
+
683
+
684
+
685
+
686
+
687
+ # [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16)
688
+
689
+
690
+ ### Bug Fixes
691
+
692
+ * **clients:** link to Hash Interface ([#2573](https://github.com/aws/aws-sdk-js-v3/issues/2573)) ([bb7b3ed](https://github.com/aws/aws-sdk-js-v3/commit/bb7b3edc152f2c33b0e1cf2848aba4231882c36d))
693
+ * **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6))
694
+
695
+
696
+
697
+
698
+
699
+ # [3.21.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.20.0...v3.21.0) (2021-07-09)
700
+
701
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
702
+
703
+
704
+
705
+
706
+
707
+ # [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02)
708
+
709
+
710
+ ### Bug Fixes
711
+
712
+ * replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590))
713
+
714
+
715
+
716
+
717
+
718
+ # [3.19.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.18.0...v3.19.0) (2021-06-24)
719
+
720
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
721
+
722
+
723
+
724
+
725
+
726
+ # [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04)
727
+
728
+
729
+ ### Features
730
+
731
+ * support Sigv4 for non AWS services ([#2385](https://github.com/aws/aws-sdk-js-v3/issues/2385)) ([0a251aa](https://github.com/aws/aws-sdk-js-v3/commit/0a251aa44d54fbf21e328ccf2b20db45e94aaa90)), closes [/github.com/awslabs/smithy/blob/main/smithy-aws-protocol-tests/model/restJson1/main.smithy#L11-L13](https://github.com//github.com/awslabs/smithy/blob/main/smithy-aws-protocol-tests/model/restJson1/main.smithy/issues/L11-L13)
732
+ * **clients:** add retryModeProvider in runtimeConfig ([#2440](https://github.com/aws/aws-sdk-js-v3/issues/2440)) ([fc0a5da](https://github.com/aws/aws-sdk-js-v3/commit/fc0a5dae2c13814d5a0c5fce1d892ce0e97c98e4))
733
+
734
+
735
+
736
+
737
+
738
+ # [3.17.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.16.0...v3.17.0) (2021-05-26)
739
+
740
+
741
+ ### Features
742
+
743
+ * **clients:** update endpoint resolution as of 05/12/2021 ([#2398](https://github.com/aws/aws-sdk-js-v3/issues/2398)) ([17afcbb](https://github.com/aws/aws-sdk-js-v3/commit/17afcbb65bb26f091ba258717716272d5dc4e2c7))
744
+
745
+
746
+
747
+
748
+
749
+ # [3.16.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.15.0...v3.16.0) (2021-05-14)
750
+
751
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
752
+
753
+
754
+
755
+
756
+
757
+ # [3.15.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.14.0...v3.15.0) (2021-05-10)
758
+
759
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
760
+
761
+
762
+
763
+
764
+
765
+ # [3.14.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.1...v3.14.0) (2021-04-30)
766
+
767
+
768
+ ### Bug Fixes
769
+
770
+ * **clients:** typo in README difference -> different ([#2314](https://github.com/aws/aws-sdk-js-v3/issues/2314)) ([9ac1f40](https://github.com/aws/aws-sdk-js-v3/commit/9ac1f40eea78075e6b301df50cfae17c19ad77c3))
771
+
772
+
773
+ ### Features
774
+
775
+ * **clients:** update clients as of 04/29/2021 ([#2329](https://github.com/aws/aws-sdk-js-v3/issues/2329)) ([48ab750](https://github.com/aws/aws-sdk-js-v3/commit/48ab75045d1a94adfae94ac638a0dd882ebd05ac))
776
+
777
+
778
+
779
+
780
+
781
+ ## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
782
+
783
+
784
+ ### Bug Fixes
785
+
786
+ * **e2e:** explicitly use ChromeHeadless with no-sandbox ([#2266](https://github.com/aws/aws-sdk-js-v3/issues/2266)) ([7371971](https://github.com/aws/aws-sdk-js-v3/commit/7371971d8182f1b3d10d02fb4162b057c9f80d2d))
787
+
788
+
789
+
790
+
791
+
792
+ # [3.13.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.12.0...v3.13.0) (2021-04-15)
793
+
794
+
795
+ ### Features
796
+
797
+ * **clients:** update clients as of 04/14/2021 ([#2258](https://github.com/aws/aws-sdk-js-v3/issues/2258)) ([4f9f4a7](https://github.com/aws/aws-sdk-js-v3/commit/4f9f4a79b019c1c35530e05c4138fde88a6fb547))
798
+ * remove @aws-sdk/url-parser-native in favor of react-native-url-polyfill ([#2229](https://github.com/aws/aws-sdk-js-v3/issues/2229)) ([d6a67d7](https://github.com/aws/aws-sdk-js-v3/commit/d6a67d7cd471e3440fa7b23ba00b11c00b10a566))
799
+
800
+
801
+
802
+
803
+
804
+ # [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
805
+
806
+
807
+ ### Bug Fixes
808
+
809
+ * run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7))
810
+
811
+
812
+ ### Features
813
+
814
+ * support default role assumers ([#2221](https://github.com/aws/aws-sdk-js-v3/issues/2221)) ([ae17f4c](https://github.com/aws/aws-sdk-js-v3/commit/ae17f4c64f0390c9b879eb27390688ac156cac47))
815
+
816
+
817
+
818
+
819
+
820
+ # [3.11.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.10.0...v3.11.0) (2021-04-01)
821
+
822
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
823
+
824
+
825
+
826
+
827
+
828
+ # [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26)
829
+
830
+
831
+ ### Bug Fixes
832
+
833
+ * **clients:** generate jest.config.js ([#2172](https://github.com/aws/aws-sdk-js-v3/issues/2172)) ([95b0e19](https://github.com/aws/aws-sdk-js-v3/commit/95b0e191eddf71033b9bd6a2d76d20fedea71b5f))
834
+
835
+
836
+ ### Features
837
+
838
+ * use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb))
839
+
840
+
841
+
842
+
843
+
844
+ # [3.9.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.1...v3.9.0) (2021-03-18)
845
+
846
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
847
+
848
+
849
+
850
+
851
+
852
+ ## [3.8.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.0...v3.8.1) (2021-03-11)
853
+
854
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
855
+
856
+
857
+
858
+
859
+
860
+ # [3.8.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.7.0...v3.8.0) (2021-03-05)
861
+
862
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
863
+
864
+
865
+
866
+
867
+
868
+ # [3.7.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.1...v3.7.0) (2021-02-25)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * **codegen:** move auth to standalone plugin ([#2076](https://github.com/aws/aws-sdk-js-v3/issues/2076)) ([8d99715](https://github.com/aws/aws-sdk-js-v3/commit/8d997158c15dd4e3b3d9fe91d6d39fd37b9445f5))
874
+
875
+
876
+
877
+
878
+
879
+ ## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22)
880
+
881
+
882
+ ### Bug Fixes
883
+
884
+ * update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1))
885
+
886
+
887
+
888
+
889
+
890
+ # [3.6.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.5.0...v3.6.0) (2021-02-20)
891
+
892
+
893
+ ### Bug Fixes
894
+
895
+ * revert publish v3.5.1-0 ([#2058](https://github.com/aws/aws-sdk-js-v3/issues/2058)) ([af25697](https://github.com/aws/aws-sdk-js-v3/commit/af25697aee9363a66c0d69b83f7df2e445c4b721))
896
+
897
+
898
+
899
+
900
+
901
+ # [3.5.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.1...v3.5.0) (2021-02-12)
902
+
903
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
904
+
905
+
906
+
907
+
908
+
909
+ ## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29)
910
+
911
+
912
+ ### Bug Fixes
913
+
914
+ * **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4))
915
+
916
+
917
+
918
+
919
+
920
+ # [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28)
921
+
922
+
923
+ ### Features
924
+
925
+ * **middleware-stack:** allow adding middleware to override an existing one ([#1964](https://github.com/aws/aws-sdk-js-v3/issues/1964)) ([9c21f14](https://github.com/aws/aws-sdk-js-v3/commit/9c21f14412f2b1f591422f3c67dedbe886db723b)), closes [#1883](https://github.com/aws/aws-sdk-js-v3/issues/1883)
926
+ * use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b))
927
+
928
+
929
+
930
+
931
+
932
+ # [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14)
933
+
934
+
935
+ ### Bug Fixes
936
+
937
+ * **clients:** export explicit dependencies on @aws-sdk/types ([#1902](https://github.com/aws/aws-sdk-js-v3/issues/1902)) ([96f1087](https://github.com/aws/aws-sdk-js-v3/commit/96f1087333ba916593d557051297983912b27caa))
938
+ * **clients:** lowercase all header names in serializer ([#1892](https://github.com/aws/aws-sdk-js-v3/issues/1892)) ([1308721](https://github.com/aws/aws-sdk-js-v3/commit/130872194bc94590f599051ee067d862210252f8))
939
+ * **url-parser:** merge browser and node url parser, add rn url parser ([#1903](https://github.com/aws/aws-sdk-js-v3/issues/1903)) ([99be092](https://github.com/aws/aws-sdk-js-v3/commit/99be092fded13bb00802549e17dbdb6d760a8679))
940
+
941
+
942
+ ### Features
943
+
944
+ * **clients:** update README with documentation, usage and more ([#1907](https://github.com/aws/aws-sdk-js-v3/issues/1907)) ([03be111](https://github.com/aws/aws-sdk-js-v3/commit/03be111a086360687f20b2ac1d490584fb4fbefe))
945
+
946
+
947
+
948
+
949
+
950
+ # [3.2.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1.0...v3.2.0) (2021-01-09)
951
+
952
+
953
+ ### Bug Fixes
954
+
955
+ * stop adding command mw repeatedly in resolveMiddleware() ([#1883](https://github.com/aws/aws-sdk-js-v3/issues/1883)) ([d4c302b](https://github.com/aws/aws-sdk-js-v3/commit/d4c302b816e1781f8d04bd479cc4e26e0fe4debc))
956
+
957
+
958
+
959
+
960
+
961
+ # [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23)
962
+
963
+
964
+ ### Bug Fixes
965
+
966
+ * **clients:** default region and credential provider ([#1834](https://github.com/aws/aws-sdk-js-v3/issues/1834)) ([bc79ab5](https://github.com/aws/aws-sdk-js-v3/commit/bc79ab5f17e00bc069b51f2f426dc73c16483eaa))
967
+ * log requestId, extendedRequestId, cfId in $metadata ([#1819](https://github.com/aws/aws-sdk-js-v3/issues/1819)) ([f2a47e8](https://github.com/aws/aws-sdk-js-v3/commit/f2a47e80965f96b86fa42038bf2711b922eee302))
968
+ * **clients:** populate sdkId in serviceId and default to use arnNamespace as signingName ([#1786](https://github.com/aws/aws-sdk-js-v3/issues/1786)) ([0011af2](https://github.com/aws/aws-sdk-js-v3/commit/0011af27a62d0d201296225e2a70276645b3231a))
969
+ * **clients:** update endpoint provider ([#1824](https://github.com/aws/aws-sdk-js-v3/issues/1824)) ([64d2210](https://github.com/aws/aws-sdk-js-v3/commit/64d22105691f286ad9accf1a137d7c1928378ad4))
970
+
971
+
972
+ ### Features
973
+
974
+ * standardize user agent value ([#1775](https://github.com/aws/aws-sdk-js-v3/issues/1775)) ([388b180](https://github.com/aws/aws-sdk-js-v3/commit/388b18071146171b42d283a93f9590cb23956e1a))
975
+
976
+
977
+
978
+
979
+
980
+ # [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15)
981
+
982
+
983
+ ### Features
984
+
985
+ * bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644))
986
+
987
+
988
+
989
+
990
+
991
+ # [1.0.0-rc.10](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-12-15)
992
+
993
+
994
+ ### Features
995
+
996
+ * update clients as of 12/12/2020 ([#1771](https://github.com/aws/aws-sdk-js-v3/issues/1771)) ([f69ff44](https://github.com/aws/aws-sdk-js-v3/commit/f69ff440a79018ad69fcb26ad46e3db65b23ce71))
997
+ * update clients as of 12/12/2020 with model fixes ([#1774](https://github.com/aws/aws-sdk-js-v3/issues/1774)) ([54e8715](https://github.com/aws/aws-sdk-js-v3/commit/54e87151877dd5cf9a5f256698c088cc7a856225))
998
+
999
+
1000
+
1001
+
1002
+
1003
+ # [1.0.0-rc.9](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2020-12-11)
1004
+
1005
+
1006
+ ### Bug Fixes
1007
+
1008
+ * **codegen:** import SENSITIVE_STRING only when used ([#1761](https://github.com/aws/aws-sdk-js-v3/issues/1761)) ([9296283](https://github.com/aws/aws-sdk-js-v3/commit/9296283623edecf95441e310200a17b61efe80e3))
1009
+
1010
+
1011
+ ### Features
1012
+
1013
+ * add service id config ([#1765](https://github.com/aws/aws-sdk-js-v3/issues/1765)) ([1ba5672](https://github.com/aws/aws-sdk-js-v3/commit/1ba5672ff75bf5401f02f65d20af61c7bee339ff))
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+ # [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05)
1020
+
1021
+
1022
+ ### Features
1023
+
1024
+ * **invalid-dependency:** add invalidAsyncFunction which rejects with an Error ([#1719](https://github.com/aws/aws-sdk-js-v3/issues/1719)) ([c4c046e](https://github.com/aws/aws-sdk-js-v3/commit/c4c046edf0e752560fded20255642e6aed559d2c))
1025
+ * update clients as of 11/20/2020 ([#1711](https://github.com/aws/aws-sdk-js-v3/issues/1711)) ([e932876](https://github.com/aws/aws-sdk-js-v3/commit/e9328760105ca6ce6a22002989d30a015c5b29fa))
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+ # [1.0.0-rc.7](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-11-20)
1032
+
1033
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+ # [1.0.0-rc.6](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2020-11-13)
1040
+
1041
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+ # [1.0.0-rc.5](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2020-11-09)
1048
+
1049
+
1050
+ ### Bug Fixes
1051
+
1052
+ * **package.json:** migrate @aws-sdk/types into devDependencies codegen ([#1658](https://github.com/aws/aws-sdk-js-v3/issues/1658)) ([eb50962](https://github.com/aws/aws-sdk-js-v3/commit/eb509629cd6eeb293bf762c201710acabe049a58))
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+ # [1.0.0-rc.4](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2020-10-31)
1059
+
1060
+
1061
+ ### Features
1062
+
1063
+ * log clientName and commandName ([#1637](https://github.com/aws/aws-sdk-js-v3/issues/1637)) ([79f25ca](https://github.com/aws/aws-sdk-js-v3/commit/79f25cacc076483e0134f3626d9971ada5f1206d))
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ # [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27)
1070
+
1071
+
1072
+ ### Bug Fixes
1073
+
1074
+ * **client-cognito-identity:** remove auth for UnlinkIdentity ([#1621](https://github.com/aws/aws-sdk-js-v3/issues/1621)) ([c32e5f3](https://github.com/aws/aws-sdk-js-v3/commit/c32e5f396a5e5a2bbb74ca35262fc28ac7e6eae0))
1075
+
1076
+
1077
+ ### Features
1078
+
1079
+ * update client description to add keywords ([#1631](https://github.com/aws/aws-sdk-js-v3/issues/1631)) ([93fc586](https://github.com/aws/aws-sdk-js-v3/commit/93fc5866bf6e5f3b40f8dcfe829172bb80cc8391))
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+ # [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22)
1086
+
1087
+
1088
+ ### Bug Fixes
1089
+
1090
+ * throw 3XX redirection as errors explicitly ([#1591](https://github.com/aws/aws-sdk-js-v3/issues/1591)) ([76f83f1](https://github.com/aws/aws-sdk-js-v3/commit/76f83f19c96dc6c8705c8367cae5d87bbcfd7b23))
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+ # [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19)
1097
+
1098
+
1099
+ ### Features
1100
+
1101
+ * ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e))
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ # [1.0.0-gamma.11](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.10...@aws-sdk/client-cognito-identity@1.0.0-gamma.11) (2020-10-07)
1108
+
1109
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ # [1.0.0-gamma.10](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.9...@aws-sdk/client-cognito-identity@1.0.0-gamma.10) (2020-09-29)
1116
+
1117
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+ # [1.0.0-gamma.9](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.8...@aws-sdk/client-cognito-identity@1.0.0-gamma.9) (2020-09-15)
1124
+
1125
+
1126
+ ### Bug Fixes
1127
+
1128
+ * default import package.json for spec compatibility ([#1505](https://github.com/aws/aws-sdk-js-v3/issues/1505)) ([797ba7d](https://github.com/aws/aws-sdk-js-v3/commit/797ba7dc7743eb65e8f81536bcf70e5c225ef861))
1129
+ * toposort and chunk shape models ([#1510](https://github.com/aws/aws-sdk-js-v3/issues/1510)) ([bee87d8](https://github.com/aws/aws-sdk-js-v3/commit/bee87d8fcc5ea82a361386309ebf9330fe39c816))
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+ # [1.0.0-gamma.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.7...@aws-sdk/client-cognito-identity@1.0.0-gamma.8) (2020-09-01)
1136
+
1137
+
1138
+ ### Features
1139
+
1140
+ * add LoggerConfig to all clients ([#1472](https://github.com/aws/aws-sdk-js-v3/issues/1472)) ([d55a812](https://github.com/aws/aws-sdk-js-v3/commit/d55a81278fee13281b20bfa60d89d2b111245dd4))
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+ # [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.6...@aws-sdk/client-cognito-identity@1.0.0-gamma.7) (2020-08-25)
1147
+
1148
+
1149
+ ### Features
1150
+
1151
+ * get partition of given region ([#1435](https://github.com/aws/aws-sdk-js-v3/issues/1435)) ([c18bfe4](https://github.com/aws/aws-sdk-js-v3/commit/c18bfe489db77d945d0bcc4ae7194ff46cd461a9))
1152
+ * refactor nodejs region loader ([#1437](https://github.com/aws/aws-sdk-js-v3/issues/1437)) ([5d79645](https://github.com/aws/aws-sdk-js-v3/commit/5d79645eb622b111c94a7de1918c8357c83a7bf8))
1153
+ * refactor nodejs retry config loader ([#1438](https://github.com/aws/aws-sdk-js-v3/issues/1438)) ([5478012](https://github.com/aws/aws-sdk-js-v3/commit/5478012147b475bdce07a2cbe393a972e502c93f))
1154
+ * update clients with smithy models as of 08/20 ([#1457](https://github.com/aws/aws-sdk-js-v3/issues/1457)) ([f95cce3](https://github.com/aws/aws-sdk-js-v3/commit/f95cce338fcdc49ead6e3ca6d178a6fd58ae556f))
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ # [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.5...@aws-sdk/client-cognito-identity@1.0.0-gamma.6) (2020-08-04)
1161
+
1162
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+ # [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.4...@aws-sdk/client-cognito-identity@1.0.0-gamma.5) (2020-07-21)
1169
+
1170
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+ # [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/client-cognito-identity@1.0.0-gamma.3...@aws-sdk/client-cognito-identity@1.0.0-gamma.4) (2020-07-13)
1177
+
1178
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+ # 1.0.0-gamma.3 (2020-07-08)
1185
+
1186
+
1187
+ ### Features
1188
+
1189
+ * add filterSensitiveLog method to Structure namespaces ([#1130](https://github.com/aws/aws-sdk-js-v3/issues/1130)) ([8eff087](https://github.com/aws/aws-sdk-js-v3/commit/8eff0875580e30e12f2e0abd5fa402973790e697))
1190
+
1191
+
1192
+
1193
+ # 1.0.0-gamma.2 (2020-05-26)
1194
+
1195
+
1196
+
1197
+ # 1.0.0-gamma.1 (2020-05-21)
1198
+
1199
+
1200
+ ### Bug Fixes
1201
+
1202
+ * add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3))
1203
+ * use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4))
1204
+
1205
+
1206
+ ### Features
1207
+
1208
+ * bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
1209
+ * refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9))
1210
+
1211
+
1212
+
1213
+ # 1.0.0-beta.4 (2020-04-25)
1214
+
1215
+
1216
+ ### Bug Fixes
1217
+
1218
+ * move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
1219
+ * request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))
1220
+
1221
+
1222
+ ### Features
1223
+
1224
+ * add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
1225
+
1226
+
1227
+
1228
+ # 1.0.0-beta.3 (2020-03-30)
1229
+
1230
+
1231
+
1232
+ # 1.0.0-beta.2 (2020-03-28)
1233
+
1234
+
1235
+
1236
+ # 1.0.0-beta.1 (2020-03-25)
1237
+
1238
+
1239
+ ### Features
1240
+
1241
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
1242
+
1243
+
1244
+
1245
+ # 1.0.0-alpha.28 (2020-03-20)
1246
+
1247
+
1248
+
1249
+ # 1.0.0-alpha.27 (2020-03-13)
1250
+
1251
+
1252
+ ### Bug Fixes
1253
+
1254
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
1255
+
1256
+
1257
+
1258
+ # 1.0.0-alpha.26 (2020-03-12)
1259
+
1260
+
1261
+
1262
+ # 1.0.0-alpha.25 (2020-03-09)
1263
+
1264
+
1265
+ ### Features
1266
+
1267
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
1268
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
1269
+
1270
+
1271
+
1272
+ # 1.0.0-alpha.24 (2020-02-19)
1273
+
1274
+
1275
+
1276
+ # 1.0.0-alpha.23 (2020-02-14)
1277
+
1278
+
1279
+
1280
+ # 1.0.0-alpha.22 (2020-02-11)
1281
+
1282
+
1283
+
1284
+ # 1.0.0-alpha.21 (2020-02-11)
1285
+
1286
+
1287
+
1288
+ # 1.0.0-alpha.20 (2020-02-09)
1289
+
1290
+
1291
+
1292
+ # 1.0.0-alpha.19 (2020-02-07)
1293
+
1294
+
1295
+
1296
+ # 1.0.0-alpha.18 (2020-02-06)
1297
+
1298
+
1299
+ ### Bug Fixes
1300
+
1301
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
1302
+
1303
+
1304
+
1305
+ # 1.0.0-alpha.17 (2020-02-05)
1306
+
1307
+
1308
+
1309
+ # 1.0.0-alpha.16 (2020-02-04)
1310
+
1311
+
1312
+
1313
+ # 1.0.0-alpha.15 (2020-01-30)
1314
+
1315
+
1316
+
1317
+ # 1.0.0-alpha.14 (2020-01-28)
1318
+
1319
+
1320
+
1321
+ # 1.0.0-alpha.13 (2020-01-24)
1322
+
1323
+
1324
+
1325
+ # 1.0.0-alpha.12 (2020-01-22)
1326
+
1327
+
1328
+
1329
+ # 1.0.0-alpha.11 (2020-01-17)
1330
+
1331
+
1332
+
1333
+ # 1.0.0-alpha.9 (2020-01-17)
1334
+
1335
+
1336
+
1337
+ # 1.0.0-alpha.8 (2020-01-16)
1338
+
1339
+
1340
+
1341
+ # 1.0.0-alpha.4 (2020-01-14)
1342
+
1343
+
1344
+
1345
+ # 1.0.0-alpha.3 (2020-01-14)
1346
+
1347
+
1348
+
1349
+ # 1.0.0-alpha.2 (2020-01-10)
1350
+
1351
+
1352
+ ### Features
1353
+
1354
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
1355
+
1356
+
1357
+
1358
+ # 1.0.0-alpha.1 (2020-01-10)
1359
+
1360
+
1361
+
1362
+ # 0.9.0 (2020-01-09)
1363
+
1364
+
1365
+ ### Features
1366
+
1367
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+ # 1.0.0-gamma.2 (2020-05-26)
1374
+
1375
+
1376
+
1377
+ # 1.0.0-gamma.1 (2020-05-21)
1378
+
1379
+
1380
+ ### Bug Fixes
1381
+
1382
+ * add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3))
1383
+ * use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4))
1384
+
1385
+
1386
+ ### Features
1387
+
1388
+ * bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
1389
+ * refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9))
1390
+
1391
+
1392
+
1393
+ # 1.0.0-beta.4 (2020-04-25)
1394
+
1395
+
1396
+ ### Bug Fixes
1397
+
1398
+ * move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
1399
+ * request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))
1400
+
1401
+
1402
+ ### Features
1403
+
1404
+ * add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
1405
+
1406
+
1407
+
1408
+ # 1.0.0-beta.3 (2020-03-30)
1409
+
1410
+
1411
+
1412
+ # 1.0.0-beta.2 (2020-03-28)
1413
+
1414
+
1415
+
1416
+ # 1.0.0-beta.1 (2020-03-25)
1417
+
1418
+
1419
+ ### Features
1420
+
1421
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
1422
+
1423
+
1424
+
1425
+ # 1.0.0-alpha.28 (2020-03-20)
1426
+
1427
+
1428
+
1429
+ # 1.0.0-alpha.27 (2020-03-13)
1430
+
1431
+
1432
+ ### Bug Fixes
1433
+
1434
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
1435
+
1436
+
1437
+
1438
+ # 1.0.0-alpha.26 (2020-03-12)
1439
+
1440
+
1441
+
1442
+ # 1.0.0-alpha.25 (2020-03-09)
1443
+
1444
+
1445
+ ### Features
1446
+
1447
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
1448
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
1449
+
1450
+
1451
+
1452
+ # 1.0.0-alpha.24 (2020-02-19)
1453
+
1454
+
1455
+
1456
+ # 1.0.0-alpha.23 (2020-02-14)
1457
+
1458
+
1459
+
1460
+ # 1.0.0-alpha.22 (2020-02-11)
1461
+
1462
+
1463
+
1464
+ # 1.0.0-alpha.21 (2020-02-11)
1465
+
1466
+
1467
+
1468
+ # 1.0.0-alpha.20 (2020-02-09)
1469
+
1470
+
1471
+
1472
+ # 1.0.0-alpha.19 (2020-02-07)
1473
+
1474
+
1475
+
1476
+ # 1.0.0-alpha.18 (2020-02-06)
1477
+
1478
+
1479
+ ### Bug Fixes
1480
+
1481
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
1482
+
1483
+
1484
+
1485
+ # 1.0.0-alpha.17 (2020-02-05)
1486
+
1487
+
1488
+
1489
+ # 1.0.0-alpha.16 (2020-02-04)
1490
+
1491
+
1492
+
1493
+ # 1.0.0-alpha.15 (2020-01-30)
1494
+
1495
+
1496
+
1497
+ # 1.0.0-alpha.14 (2020-01-28)
1498
+
1499
+
1500
+
1501
+ # 1.0.0-alpha.13 (2020-01-24)
1502
+
1503
+
1504
+
1505
+ # 1.0.0-alpha.12 (2020-01-22)
1506
+
1507
+
1508
+
1509
+ # 1.0.0-alpha.11 (2020-01-17)
1510
+
1511
+
1512
+
1513
+ # 1.0.0-alpha.9 (2020-01-17)
1514
+
1515
+
1516
+
1517
+ # 1.0.0-alpha.8 (2020-01-16)
1518
+
1519
+
1520
+
1521
+ # 1.0.0-alpha.4 (2020-01-14)
1522
+
1523
+
1524
+
1525
+ # 1.0.0-alpha.3 (2020-01-14)
1526
+
1527
+
1528
+
1529
+ # 1.0.0-alpha.2 (2020-01-10)
1530
+
1531
+
1532
+ ### Features
1533
+
1534
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
1535
+
1536
+
1537
+
1538
+ # 1.0.0-alpha.1 (2020-01-10)
1539
+
1540
+
1541
+
1542
+ # 0.9.0 (2020-01-09)
1543
+
1544
+
1545
+ ### Features
1546
+
1547
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+ # 1.0.0-gamma.1 (2020-05-21)
1554
+
1555
+
1556
+ ### Bug Fixes
1557
+
1558
+ * add default value to stream collector ([#1131](https://github.com/aws/aws-sdk-js-v3/issues/1131)) ([030082a](https://github.com/aws/aws-sdk-js-v3/commit/030082a0378f873da34c5381c7889754c5bde9d3))
1559
+ * use JS url parser in ReactNative ([#1129](https://github.com/aws/aws-sdk-js-v3/issues/1129)) ([efc8570](https://github.com/aws/aws-sdk-js-v3/commit/efc8570af4019ce4f07a94afde82661ad64bf3d4))
1560
+
1561
+
1562
+ ### Features
1563
+
1564
+ * bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
1565
+ * refactor http request handlers ([#1186](https://github.com/aws/aws-sdk-js-v3/issues/1186)) ([605ebc5](https://github.com/aws/aws-sdk-js-v3/commit/605ebc57d2ec140ae5dd1c152168ec786e6663d9))
1566
+
1567
+
1568
+
1569
+ # 1.0.0-beta.4 (2020-04-25)
1570
+
1571
+
1572
+ ### Bug Fixes
1573
+
1574
+ * move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
1575
+ * request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))
1576
+
1577
+
1578
+ ### Features
1579
+
1580
+ * add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
1581
+
1582
+
1583
+
1584
+ # 1.0.0-beta.3 (2020-03-30)
1585
+
1586
+
1587
+
1588
+ # 1.0.0-beta.2 (2020-03-28)
1589
+
1590
+
1591
+
1592
+ # 1.0.0-beta.1 (2020-03-25)
1593
+
1594
+
1595
+ ### Features
1596
+
1597
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
1598
+
1599
+
1600
+
1601
+ # 1.0.0-alpha.28 (2020-03-20)
1602
+
1603
+
1604
+
1605
+ # 1.0.0-alpha.27 (2020-03-13)
1606
+
1607
+
1608
+ ### Bug Fixes
1609
+
1610
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
1611
+
1612
+
1613
+
1614
+ # 1.0.0-alpha.26 (2020-03-12)
1615
+
1616
+
1617
+
1618
+ # 1.0.0-alpha.25 (2020-03-09)
1619
+
1620
+
1621
+ ### Features
1622
+
1623
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
1624
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
1625
+
1626
+
1627
+
1628
+ # 1.0.0-alpha.24 (2020-02-19)
1629
+
1630
+
1631
+
1632
+ # 1.0.0-alpha.23 (2020-02-14)
1633
+
1634
+
1635
+
1636
+ # 1.0.0-alpha.22 (2020-02-11)
1637
+
1638
+
1639
+
1640
+ # 1.0.0-alpha.21 (2020-02-11)
1641
+
1642
+
1643
+
1644
+ # 1.0.0-alpha.20 (2020-02-09)
1645
+
1646
+
1647
+
1648
+ # 1.0.0-alpha.19 (2020-02-07)
1649
+
1650
+
1651
+
1652
+ # 1.0.0-alpha.18 (2020-02-06)
1653
+
1654
+
1655
+ ### Bug Fixes
1656
+
1657
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
1658
+
1659
+
1660
+
1661
+ # 1.0.0-alpha.17 (2020-02-05)
1662
+
1663
+
1664
+
1665
+ # 1.0.0-alpha.16 (2020-02-04)
1666
+
1667
+
1668
+
1669
+ # 1.0.0-alpha.15 (2020-01-30)
1670
+
1671
+
1672
+
1673
+ # 1.0.0-alpha.14 (2020-01-28)
1674
+
1675
+
1676
+
1677
+ # 1.0.0-alpha.13 (2020-01-24)
1678
+
1679
+
1680
+
1681
+ # 1.0.0-alpha.12 (2020-01-22)
1682
+
1683
+
1684
+
1685
+ # 1.0.0-alpha.11 (2020-01-17)
1686
+
1687
+
1688
+
1689
+ # 1.0.0-alpha.9 (2020-01-17)
1690
+
1691
+
1692
+
1693
+ # 1.0.0-alpha.8 (2020-01-16)
1694
+
1695
+
1696
+
1697
+ # 1.0.0-alpha.4 (2020-01-14)
1698
+
1699
+
1700
+
1701
+ # 1.0.0-alpha.3 (2020-01-14)
1702
+
1703
+
1704
+
1705
+ # 1.0.0-alpha.2 (2020-01-10)
1706
+
1707
+
1708
+ ### Features
1709
+
1710
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
1711
+
1712
+
1713
+
1714
+ # 1.0.0-alpha.1 (2020-01-10)
1715
+
1716
+
1717
+
1718
+ # 0.9.0 (2020-01-09)
1719
+
1720
+
1721
+ ### Features
1722
+
1723
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+ # 1.0.0-beta.5 (2020-04-27)
1730
+
1731
+
1732
+ ### Features
1733
+
1734
+ * use exact @aws-sdk/* dependencies ([#1110](https://github.com/aws/aws-sdk-js-v3/issues/1110)) ([bcfd7a2](https://github.com/aws/aws-sdk-js-v3/commit/bcfd7a2faeca3a2605057fd4736d710aa4902b62))
1735
+
1736
+
1737
+
1738
+ # 1.0.0-beta.3 (2020-03-30)
1739
+
1740
+
1741
+
1742
+ # 1.0.0-beta.2 (2020-03-28)
1743
+
1744
+
1745
+
1746
+ # 1.0.0-beta.1 (2020-03-25)
1747
+
1748
+
1749
+ ### Features
1750
+
1751
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
1752
+
1753
+
1754
+
1755
+ # 1.0.0-alpha.28 (2020-03-20)
1756
+
1757
+
1758
+
1759
+ # 1.0.0-alpha.27 (2020-03-13)
1760
+
1761
+
1762
+ ### Bug Fixes
1763
+
1764
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
1765
+
1766
+
1767
+
1768
+ # 1.0.0-alpha.26 (2020-03-12)
1769
+
1770
+
1771
+
1772
+ # 1.0.0-alpha.25 (2020-03-09)
1773
+
1774
+
1775
+ ### Features
1776
+
1777
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
1778
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
1779
+
1780
+
1781
+
1782
+ # 1.0.0-alpha.24 (2020-02-19)
1783
+
1784
+
1785
+
1786
+ # 1.0.0-alpha.23 (2020-02-14)
1787
+
1788
+
1789
+
1790
+ # 1.0.0-alpha.22 (2020-02-11)
1791
+
1792
+
1793
+
1794
+ # 1.0.0-alpha.21 (2020-02-11)
1795
+
1796
+
1797
+
1798
+ # 1.0.0-alpha.20 (2020-02-09)
1799
+
1800
+
1801
+
1802
+ # 1.0.0-alpha.19 (2020-02-07)
1803
+
1804
+
1805
+
1806
+ # 1.0.0-alpha.18 (2020-02-06)
1807
+
1808
+
1809
+ ### Bug Fixes
1810
+
1811
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
1812
+
1813
+
1814
+
1815
+ # 1.0.0-alpha.17 (2020-02-05)
1816
+
1817
+
1818
+
1819
+ # 1.0.0-alpha.16 (2020-02-04)
1820
+
1821
+
1822
+
1823
+ # 1.0.0-alpha.15 (2020-01-30)
1824
+
1825
+
1826
+
1827
+ # 1.0.0-alpha.14 (2020-01-28)
1828
+
1829
+
1830
+
1831
+ # 1.0.0-alpha.13 (2020-01-24)
1832
+
1833
+
1834
+
1835
+ # 1.0.0-alpha.12 (2020-01-22)
1836
+
1837
+
1838
+
1839
+ # 1.0.0-alpha.11 (2020-01-17)
1840
+
1841
+
1842
+
1843
+ # 1.0.0-alpha.9 (2020-01-17)
1844
+
1845
+
1846
+
1847
+ # 1.0.0-alpha.8 (2020-01-16)
1848
+
1849
+
1850
+
1851
+ # 1.0.0-alpha.4 (2020-01-14)
1852
+
1853
+
1854
+
1855
+ # 1.0.0-alpha.3 (2020-01-14)
1856
+
1857
+
1858
+
1859
+ # 1.0.0-alpha.2 (2020-01-10)
1860
+
1861
+
1862
+ ### Features
1863
+
1864
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
1865
+
1866
+
1867
+
1868
+ # 1.0.0-alpha.1 (2020-01-10)
1869
+
1870
+
1871
+
1872
+ # 0.9.0 (2020-01-09)
1873
+
1874
+
1875
+ ### Features
1876
+
1877
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
1878
+
1879
+
1880
+
1881
+
1882
+
1883
+ # 1.0.0-beta.4 (2020-04-25)
1884
+
1885
+
1886
+ ### Bug Fixes
1887
+
1888
+ * move endpoint resolution to the serializers ([#1106](https://github.com/aws/aws-sdk-js-v3/issues/1106)) ([08c9420](https://github.com/aws/aws-sdk-js-v3/commit/08c9420db1ba9c3faf3ed26aa1244646bacff1d1))
1889
+ * request default endpoints from serde context being overwritten ([#1097](https://github.com/aws/aws-sdk-js-v3/issues/1097)) ([299d2a1](https://github.com/aws/aws-sdk-js-v3/commit/299d2a19bddfbab1b70552fd7a6b669ef7762288))
1890
+
1891
+
1892
+ ### Features
1893
+
1894
+ * add default destroy function to clients ([#1081](https://github.com/aws/aws-sdk-js-v3/issues/1081)) ([7eb0f0e](https://github.com/aws/aws-sdk-js-v3/commit/7eb0f0e5debfafe08c51dc4f99dcf29d79dea358))
1895
+
1896
+
1897
+
1898
+ # 1.0.0-beta.3 (2020-03-30)
1899
+
1900
+
1901
+
1902
+ # 1.0.0-beta.2 (2020-03-28)
1903
+
1904
+
1905
+
1906
+ # 1.0.0-beta.1 (2020-03-25)
1907
+
1908
+
1909
+ ### Features
1910
+
1911
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
1912
+
1913
+
1914
+
1915
+ # 1.0.0-alpha.28 (2020-03-20)
1916
+
1917
+
1918
+
1919
+ # 1.0.0-alpha.27 (2020-03-13)
1920
+
1921
+
1922
+ ### Bug Fixes
1923
+
1924
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
1925
+
1926
+
1927
+
1928
+ # 1.0.0-alpha.26 (2020-03-12)
1929
+
1930
+
1931
+
1932
+ # 1.0.0-alpha.25 (2020-03-09)
1933
+
1934
+
1935
+ ### Features
1936
+
1937
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
1938
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
1939
+
1940
+
1941
+
1942
+ # 1.0.0-alpha.24 (2020-02-19)
1943
+
1944
+
1945
+
1946
+ # 1.0.0-alpha.23 (2020-02-14)
1947
+
1948
+
1949
+
1950
+ # 1.0.0-alpha.22 (2020-02-11)
1951
+
1952
+
1953
+
1954
+ # 1.0.0-alpha.21 (2020-02-11)
1955
+
1956
+
1957
+
1958
+ # 1.0.0-alpha.20 (2020-02-09)
1959
+
1960
+
1961
+
1962
+ # 1.0.0-alpha.19 (2020-02-07)
1963
+
1964
+
1965
+
1966
+ # 1.0.0-alpha.18 (2020-02-06)
1967
+
1968
+
1969
+ ### Bug Fixes
1970
+
1971
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
1972
+
1973
+
1974
+
1975
+ # 1.0.0-alpha.17 (2020-02-05)
1976
+
1977
+
1978
+
1979
+ # 1.0.0-alpha.16 (2020-02-04)
1980
+
1981
+
1982
+
1983
+ # 1.0.0-alpha.15 (2020-01-30)
1984
+
1985
+
1986
+
1987
+ # 1.0.0-alpha.14 (2020-01-28)
1988
+
1989
+
1990
+
1991
+ # 1.0.0-alpha.13 (2020-01-24)
1992
+
1993
+
1994
+
1995
+ # 1.0.0-alpha.12 (2020-01-22)
1996
+
1997
+
1998
+
1999
+ # 1.0.0-alpha.11 (2020-01-17)
2000
+
2001
+
2002
+
2003
+ # 1.0.0-alpha.9 (2020-01-17)
2004
+
2005
+
2006
+
2007
+ # 1.0.0-alpha.8 (2020-01-16)
2008
+
2009
+
2010
+
2011
+ # 1.0.0-alpha.4 (2020-01-14)
2012
+
2013
+
2014
+
2015
+ # 1.0.0-alpha.3 (2020-01-14)
2016
+
2017
+
2018
+
2019
+ # 1.0.0-alpha.2 (2020-01-10)
2020
+
2021
+
2022
+ ### Features
2023
+
2024
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2025
+
2026
+
2027
+
2028
+ # 1.0.0-alpha.1 (2020-01-10)
2029
+
2030
+
2031
+
2032
+ # 0.9.0 (2020-01-09)
2033
+
2034
+
2035
+ ### Features
2036
+
2037
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2038
+
2039
+
2040
+
2041
+
2042
+
2043
+ # 1.0.0-beta.3 (2020-03-30)
2044
+
2045
+
2046
+
2047
+ # 1.0.0-beta.2 (2020-03-28)
2048
+
2049
+
2050
+
2051
+ # 1.0.0-beta.1 (2020-03-25)
2052
+
2053
+
2054
+ ### Features
2055
+
2056
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
2057
+
2058
+
2059
+
2060
+ # 1.0.0-alpha.28 (2020-03-20)
2061
+
2062
+
2063
+
2064
+ # 1.0.0-alpha.27 (2020-03-13)
2065
+
2066
+
2067
+ ### Bug Fixes
2068
+
2069
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
2070
+
2071
+
2072
+
2073
+ # 1.0.0-alpha.26 (2020-03-12)
2074
+
2075
+
2076
+
2077
+ # 1.0.0-alpha.25 (2020-03-09)
2078
+
2079
+
2080
+ ### Features
2081
+
2082
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2083
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2084
+
2085
+
2086
+
2087
+ # 1.0.0-alpha.24 (2020-02-19)
2088
+
2089
+
2090
+
2091
+ # 1.0.0-alpha.23 (2020-02-14)
2092
+
2093
+
2094
+
2095
+ # 1.0.0-alpha.22 (2020-02-11)
2096
+
2097
+
2098
+
2099
+ # 1.0.0-alpha.21 (2020-02-11)
2100
+
2101
+
2102
+
2103
+ # 1.0.0-alpha.20 (2020-02-09)
2104
+
2105
+
2106
+
2107
+ # 1.0.0-alpha.19 (2020-02-07)
2108
+
2109
+
2110
+
2111
+ # 1.0.0-alpha.18 (2020-02-06)
2112
+
2113
+
2114
+ ### Bug Fixes
2115
+
2116
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2117
+
2118
+
2119
+
2120
+ # 1.0.0-alpha.17 (2020-02-05)
2121
+
2122
+
2123
+
2124
+ # 1.0.0-alpha.16 (2020-02-04)
2125
+
2126
+
2127
+
2128
+ # 1.0.0-alpha.15 (2020-01-30)
2129
+
2130
+
2131
+
2132
+ # 1.0.0-alpha.14 (2020-01-28)
2133
+
2134
+
2135
+
2136
+ # 1.0.0-alpha.13 (2020-01-24)
2137
+
2138
+
2139
+
2140
+ # 1.0.0-alpha.12 (2020-01-22)
2141
+
2142
+
2143
+
2144
+ # 1.0.0-alpha.11 (2020-01-17)
2145
+
2146
+
2147
+
2148
+ # 1.0.0-alpha.9 (2020-01-17)
2149
+
2150
+
2151
+
2152
+ # 1.0.0-alpha.8 (2020-01-16)
2153
+
2154
+
2155
+
2156
+ # 1.0.0-alpha.4 (2020-01-14)
2157
+
2158
+
2159
+
2160
+ # 1.0.0-alpha.3 (2020-01-14)
2161
+
2162
+
2163
+
2164
+ # 1.0.0-alpha.2 (2020-01-10)
2165
+
2166
+
2167
+ ### Features
2168
+
2169
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2170
+
2171
+
2172
+
2173
+ # 1.0.0-alpha.1 (2020-01-10)
2174
+
2175
+
2176
+
2177
+ # 0.9.0 (2020-01-09)
2178
+
2179
+
2180
+ ### Features
2181
+
2182
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+ # 1.0.0-beta.2 (2020-03-28)
2189
+
2190
+
2191
+
2192
+ # 1.0.0-beta.1 (2020-03-25)
2193
+
2194
+
2195
+ ### Features
2196
+
2197
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
2198
+
2199
+
2200
+
2201
+ # 1.0.0-alpha.28 (2020-03-20)
2202
+
2203
+
2204
+
2205
+ # 1.0.0-alpha.27 (2020-03-13)
2206
+
2207
+
2208
+ ### Bug Fixes
2209
+
2210
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
2211
+
2212
+
2213
+
2214
+ # 1.0.0-alpha.26 (2020-03-12)
2215
+
2216
+
2217
+
2218
+ # 1.0.0-alpha.25 (2020-03-09)
2219
+
2220
+
2221
+ ### Features
2222
+
2223
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2224
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2225
+
2226
+
2227
+
2228
+ # 1.0.0-alpha.24 (2020-02-19)
2229
+
2230
+
2231
+
2232
+ # 1.0.0-alpha.23 (2020-02-14)
2233
+
2234
+
2235
+
2236
+ # 1.0.0-alpha.22 (2020-02-11)
2237
+
2238
+
2239
+
2240
+ # 1.0.0-alpha.21 (2020-02-11)
2241
+
2242
+
2243
+
2244
+ # 1.0.0-alpha.20 (2020-02-09)
2245
+
2246
+
2247
+
2248
+ # 1.0.0-alpha.19 (2020-02-07)
2249
+
2250
+
2251
+
2252
+ # 1.0.0-alpha.18 (2020-02-06)
2253
+
2254
+
2255
+ ### Bug Fixes
2256
+
2257
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2258
+
2259
+
2260
+
2261
+ # 1.0.0-alpha.17 (2020-02-05)
2262
+
2263
+
2264
+
2265
+ # 1.0.0-alpha.16 (2020-02-04)
2266
+
2267
+
2268
+
2269
+ # 1.0.0-alpha.15 (2020-01-30)
2270
+
2271
+
2272
+
2273
+ # 1.0.0-alpha.14 (2020-01-28)
2274
+
2275
+
2276
+
2277
+ # 1.0.0-alpha.13 (2020-01-24)
2278
+
2279
+
2280
+
2281
+ # 1.0.0-alpha.12 (2020-01-22)
2282
+
2283
+
2284
+
2285
+ # 1.0.0-alpha.11 (2020-01-17)
2286
+
2287
+
2288
+
2289
+ # 1.0.0-alpha.9 (2020-01-17)
2290
+
2291
+
2292
+
2293
+ # 1.0.0-alpha.8 (2020-01-16)
2294
+
2295
+
2296
+
2297
+ # 1.0.0-alpha.4 (2020-01-14)
2298
+
2299
+
2300
+
2301
+ # 1.0.0-alpha.3 (2020-01-14)
2302
+
2303
+
2304
+
2305
+ # 1.0.0-alpha.2 (2020-01-10)
2306
+
2307
+
2308
+ ### Features
2309
+
2310
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2311
+
2312
+
2313
+
2314
+ # 1.0.0-alpha.1 (2020-01-10)
2315
+
2316
+
2317
+
2318
+ # 0.9.0 (2020-01-09)
2319
+
2320
+
2321
+ ### Features
2322
+
2323
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+ # 1.0.0-beta.1 (2020-03-25)
2330
+
2331
+
2332
+ ### Features
2333
+
2334
+ * bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
2335
+
2336
+
2337
+
2338
+ # 1.0.0-alpha.28 (2020-03-20)
2339
+
2340
+
2341
+
2342
+ # 1.0.0-alpha.27 (2020-03-13)
2343
+
2344
+
2345
+ ### Bug Fixes
2346
+
2347
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
2348
+
2349
+
2350
+
2351
+ # 1.0.0-alpha.26 (2020-03-12)
2352
+
2353
+
2354
+
2355
+ # 1.0.0-alpha.25 (2020-03-09)
2356
+
2357
+
2358
+ ### Features
2359
+
2360
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2361
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2362
+
2363
+
2364
+
2365
+ # 1.0.0-alpha.24 (2020-02-19)
2366
+
2367
+
2368
+
2369
+ # 1.0.0-alpha.23 (2020-02-14)
2370
+
2371
+
2372
+
2373
+ # 1.0.0-alpha.22 (2020-02-11)
2374
+
2375
+
2376
+
2377
+ # 1.0.0-alpha.21 (2020-02-11)
2378
+
2379
+
2380
+
2381
+ # 1.0.0-alpha.20 (2020-02-09)
2382
+
2383
+
2384
+
2385
+ # 1.0.0-alpha.19 (2020-02-07)
2386
+
2387
+
2388
+
2389
+ # 1.0.0-alpha.18 (2020-02-06)
2390
+
2391
+
2392
+ ### Bug Fixes
2393
+
2394
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2395
+
2396
+
2397
+
2398
+ # 1.0.0-alpha.17 (2020-02-05)
2399
+
2400
+
2401
+
2402
+ # 1.0.0-alpha.16 (2020-02-04)
2403
+
2404
+
2405
+
2406
+ # 1.0.0-alpha.15 (2020-01-30)
2407
+
2408
+
2409
+
2410
+ # 1.0.0-alpha.14 (2020-01-28)
2411
+
2412
+
2413
+
2414
+ # 1.0.0-alpha.13 (2020-01-24)
2415
+
2416
+
2417
+
2418
+ # 1.0.0-alpha.12 (2020-01-22)
2419
+
2420
+
2421
+
2422
+ # 1.0.0-alpha.11 (2020-01-17)
2423
+
2424
+
2425
+
2426
+ # 1.0.0-alpha.9 (2020-01-17)
2427
+
2428
+
2429
+
2430
+ # 1.0.0-alpha.8 (2020-01-16)
2431
+
2432
+
2433
+
2434
+ # 1.0.0-alpha.4 (2020-01-14)
2435
+
2436
+
2437
+
2438
+ # 1.0.0-alpha.3 (2020-01-14)
2439
+
2440
+
2441
+
2442
+ # 1.0.0-alpha.2 (2020-01-10)
2443
+
2444
+
2445
+ ### Features
2446
+
2447
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2448
+
2449
+
2450
+
2451
+ # 1.0.0-alpha.1 (2020-01-10)
2452
+
2453
+
2454
+
2455
+ # 0.9.0 (2020-01-09)
2456
+
2457
+
2458
+ ### Features
2459
+
2460
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+ # 1.0.0-alpha.26 (2020-03-20)
2467
+
2468
+
2469
+
2470
+ # 1.0.0-alpha.27 (2020-03-13)
2471
+
2472
+
2473
+ ### Bug Fixes
2474
+
2475
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
2476
+
2477
+
2478
+
2479
+ # 1.0.0-alpha.26 (2020-03-12)
2480
+
2481
+
2482
+
2483
+ # 1.0.0-alpha.25 (2020-03-09)
2484
+
2485
+
2486
+ ### Features
2487
+
2488
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2489
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2490
+
2491
+
2492
+
2493
+ # 1.0.0-alpha.24 (2020-02-19)
2494
+
2495
+
2496
+
2497
+ # 1.0.0-alpha.23 (2020-02-14)
2498
+
2499
+
2500
+
2501
+ # 1.0.0-alpha.22 (2020-02-11)
2502
+
2503
+
2504
+
2505
+ # 1.0.0-alpha.21 (2020-02-11)
2506
+
2507
+
2508
+
2509
+ # 1.0.0-alpha.20 (2020-02-09)
2510
+
2511
+
2512
+
2513
+ # 1.0.0-alpha.19 (2020-02-07)
2514
+
2515
+
2516
+
2517
+ # 1.0.0-alpha.18 (2020-02-06)
2518
+
2519
+
2520
+ ### Bug Fixes
2521
+
2522
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2523
+
2524
+
2525
+
2526
+ # 1.0.0-alpha.17 (2020-02-05)
2527
+
2528
+
2529
+
2530
+ # 1.0.0-alpha.16 (2020-02-04)
2531
+
2532
+
2533
+
2534
+ # 1.0.0-alpha.15 (2020-01-30)
2535
+
2536
+
2537
+
2538
+ # 1.0.0-alpha.14 (2020-01-28)
2539
+
2540
+
2541
+
2542
+ # 1.0.0-alpha.13 (2020-01-24)
2543
+
2544
+
2545
+
2546
+ # 1.0.0-alpha.12 (2020-01-22)
2547
+
2548
+
2549
+
2550
+ # 1.0.0-alpha.11 (2020-01-17)
2551
+
2552
+
2553
+
2554
+ # 1.0.0-alpha.9 (2020-01-17)
2555
+
2556
+
2557
+
2558
+ # 1.0.0-alpha.8 (2020-01-16)
2559
+
2560
+
2561
+
2562
+ # 1.0.0-alpha.4 (2020-01-14)
2563
+
2564
+
2565
+
2566
+ # 1.0.0-alpha.3 (2020-01-14)
2567
+
2568
+
2569
+
2570
+ # 1.0.0-alpha.2 (2020-01-10)
2571
+
2572
+
2573
+ ### Features
2574
+
2575
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2576
+
2577
+
2578
+
2579
+ # 1.0.0-alpha.1 (2020-01-10)
2580
+
2581
+
2582
+
2583
+ # 0.9.0 (2020-01-09)
2584
+
2585
+
2586
+ ### Features
2587
+
2588
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2589
+
2590
+
2591
+
2592
+
2593
+
2594
+ # 1.0.0-alpha.25 (2020-03-13)
2595
+
2596
+
2597
+ ### Bug Fixes
2598
+
2599
+ * codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
2600
+
2601
+
2602
+
2603
+ # 1.0.0-alpha.26 (2020-03-12)
2604
+
2605
+
2606
+
2607
+ # 1.0.0-alpha.25 (2020-03-09)
2608
+
2609
+
2610
+ ### Features
2611
+
2612
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2613
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2614
+
2615
+
2616
+
2617
+ # 1.0.0-alpha.24 (2020-02-19)
2618
+
2619
+
2620
+
2621
+ # 1.0.0-alpha.23 (2020-02-14)
2622
+
2623
+
2624
+
2625
+ # 1.0.0-alpha.22 (2020-02-11)
2626
+
2627
+
2628
+
2629
+ # 1.0.0-alpha.21 (2020-02-11)
2630
+
2631
+
2632
+
2633
+ # 1.0.0-alpha.20 (2020-02-09)
2634
+
2635
+
2636
+
2637
+ # 1.0.0-alpha.19 (2020-02-07)
2638
+
2639
+
2640
+
2641
+ # 1.0.0-alpha.18 (2020-02-06)
2642
+
2643
+
2644
+ ### Bug Fixes
2645
+
2646
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2647
+
2648
+
2649
+
2650
+ # 1.0.0-alpha.17 (2020-02-05)
2651
+
2652
+
2653
+
2654
+ # 1.0.0-alpha.16 (2020-02-04)
2655
+
2656
+
2657
+
2658
+ # 1.0.0-alpha.15 (2020-01-30)
2659
+
2660
+
2661
+
2662
+ # 1.0.0-alpha.14 (2020-01-28)
2663
+
2664
+
2665
+
2666
+ # 1.0.0-alpha.13 (2020-01-24)
2667
+
2668
+
2669
+
2670
+ # 1.0.0-alpha.12 (2020-01-22)
2671
+
2672
+
2673
+
2674
+ # 1.0.0-alpha.11 (2020-01-17)
2675
+
2676
+
2677
+
2678
+ # 1.0.0-alpha.9 (2020-01-17)
2679
+
2680
+
2681
+
2682
+ # 1.0.0-alpha.8 (2020-01-16)
2683
+
2684
+
2685
+
2686
+ # 1.0.0-alpha.4 (2020-01-14)
2687
+
2688
+
2689
+
2690
+ # 1.0.0-alpha.3 (2020-01-14)
2691
+
2692
+
2693
+
2694
+ # 1.0.0-alpha.2 (2020-01-10)
2695
+
2696
+
2697
+ ### Features
2698
+
2699
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2700
+
2701
+
2702
+
2703
+ # 1.0.0-alpha.1 (2020-01-10)
2704
+
2705
+
2706
+
2707
+ # 0.9.0 (2020-01-09)
2708
+
2709
+
2710
+ ### Features
2711
+
2712
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2713
+
2714
+
2715
+
2716
+
2717
+
2718
+ # 1.0.0-alpha.24 (2020-03-12)
2719
+
2720
+
2721
+
2722
+ # 1.0.0-alpha.25 (2020-03-09)
2723
+
2724
+
2725
+ ### Features
2726
+
2727
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2728
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2729
+
2730
+
2731
+
2732
+ # 1.0.0-alpha.24 (2020-02-19)
2733
+
2734
+
2735
+
2736
+ # 1.0.0-alpha.23 (2020-02-14)
2737
+
2738
+
2739
+
2740
+ # 1.0.0-alpha.22 (2020-02-11)
2741
+
2742
+
2743
+
2744
+ # 1.0.0-alpha.21 (2020-02-11)
2745
+
2746
+
2747
+
2748
+ # 1.0.0-alpha.20 (2020-02-09)
2749
+
2750
+
2751
+
2752
+ # 1.0.0-alpha.19 (2020-02-07)
2753
+
2754
+
2755
+
2756
+ # 1.0.0-alpha.18 (2020-02-06)
2757
+
2758
+
2759
+ ### Bug Fixes
2760
+
2761
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2762
+
2763
+
2764
+
2765
+ # 1.0.0-alpha.17 (2020-02-05)
2766
+
2767
+
2768
+
2769
+ # 1.0.0-alpha.16 (2020-02-04)
2770
+
2771
+
2772
+
2773
+ # 1.0.0-alpha.15 (2020-01-30)
2774
+
2775
+
2776
+
2777
+ # 1.0.0-alpha.14 (2020-01-28)
2778
+
2779
+
2780
+
2781
+ # 1.0.0-alpha.13 (2020-01-24)
2782
+
2783
+
2784
+
2785
+ # 1.0.0-alpha.12 (2020-01-22)
2786
+
2787
+
2788
+
2789
+ # 1.0.0-alpha.11 (2020-01-17)
2790
+
2791
+
2792
+
2793
+ # 1.0.0-alpha.9 (2020-01-17)
2794
+
2795
+
2796
+
2797
+ # 1.0.0-alpha.8 (2020-01-16)
2798
+
2799
+
2800
+
2801
+ # 1.0.0-alpha.4 (2020-01-14)
2802
+
2803
+
2804
+
2805
+ # 1.0.0-alpha.3 (2020-01-14)
2806
+
2807
+
2808
+
2809
+ # 1.0.0-alpha.2 (2020-01-10)
2810
+
2811
+
2812
+ ### Features
2813
+
2814
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2815
+
2816
+
2817
+
2818
+ # 1.0.0-alpha.1 (2020-01-10)
2819
+
2820
+
2821
+
2822
+ # 0.9.0 (2020-01-09)
2823
+
2824
+
2825
+ ### Features
2826
+
2827
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+ # 1.0.0-alpha.23 (2020-03-09)
2834
+
2835
+
2836
+ ### Features
2837
+
2838
+ * codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
2839
+ * codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
2840
+
2841
+
2842
+
2843
+ # 1.0.0-alpha.24 (2020-02-19)
2844
+
2845
+
2846
+
2847
+ # 1.0.0-alpha.23 (2020-02-14)
2848
+
2849
+
2850
+
2851
+ # 1.0.0-alpha.22 (2020-02-11)
2852
+
2853
+
2854
+
2855
+ # 1.0.0-alpha.21 (2020-02-11)
2856
+
2857
+
2858
+
2859
+ # 1.0.0-alpha.20 (2020-02-09)
2860
+
2861
+
2862
+
2863
+ # 1.0.0-alpha.19 (2020-02-07)
2864
+
2865
+
2866
+
2867
+ # 1.0.0-alpha.18 (2020-02-06)
2868
+
2869
+
2870
+ ### Bug Fixes
2871
+
2872
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba37555d6c2504f33f1ea49fb536ecbe65e9574))
2873
+
2874
+
2875
+
2876
+ # 1.0.0-alpha.17 (2020-02-05)
2877
+
2878
+
2879
+
2880
+ # 1.0.0-alpha.16 (2020-02-04)
2881
+
2882
+
2883
+
2884
+ # 1.0.0-alpha.15 (2020-01-30)
2885
+
2886
+
2887
+
2888
+ # 1.0.0-alpha.14 (2020-01-28)
2889
+
2890
+
2891
+
2892
+ # 1.0.0-alpha.13 (2020-01-24)
2893
+
2894
+
2895
+
2896
+ # 1.0.0-alpha.12 (2020-01-22)
2897
+
2898
+
2899
+
2900
+ # 1.0.0-alpha.11 (2020-01-17)
2901
+
2902
+
2903
+
2904
+ # 1.0.0-alpha.9 (2020-01-17)
2905
+
2906
+
2907
+
2908
+ # 1.0.0-alpha.8 (2020-01-16)
2909
+
2910
+
2911
+
2912
+ # 1.0.0-alpha.4 (2020-01-14)
2913
+
2914
+
2915
+
2916
+ # 1.0.0-alpha.3 (2020-01-14)
2917
+
2918
+
2919
+
2920
+ # 1.0.0-alpha.2 (2020-01-10)
2921
+
2922
+
2923
+ ### Features
2924
+
2925
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
2926
+
2927
+
2928
+
2929
+ # 1.0.0-alpha.1 (2020-01-10)
2930
+
2931
+
2932
+
2933
+ # 0.9.0 (2020-01-09)
2934
+
2935
+
2936
+ ### Features
2937
+
2938
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d9cd9d74309fb8f939fa1a60230edf65c8))
2939
+
2940
+
2941
+
2942
+
2943
+
2944
+ # 1.0.0-alpha.22 (2020-02-19)
2945
+
2946
+
2947
+
2948
+ # 1.0.0-alpha.23 (2020-02-14)
2949
+
2950
+
2951
+
2952
+ # 1.0.0-alpha.22 (2020-02-11)
2953
+
2954
+
2955
+
2956
+ # 1.0.0-alpha.21 (2020-02-11)
2957
+
2958
+
2959
+
2960
+ # 1.0.0-alpha.20 (2020-02-09)
2961
+
2962
+
2963
+
2964
+ # 1.0.0-alpha.19 (2020-02-07)
2965
+
2966
+
2967
+
2968
+ # 1.0.0-alpha.18 (2020-02-06)
2969
+
2970
+
2971
+ ### Bug Fixes
2972
+
2973
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
2974
+
2975
+
2976
+
2977
+ # 1.0.0-alpha.17 (2020-02-05)
2978
+
2979
+
2980
+
2981
+ # 1.0.0-alpha.16 (2020-02-04)
2982
+
2983
+
2984
+
2985
+ # 1.0.0-alpha.15 (2020-01-30)
2986
+
2987
+
2988
+
2989
+ # 1.0.0-alpha.14 (2020-01-28)
2990
+
2991
+
2992
+
2993
+ # 1.0.0-alpha.13 (2020-01-24)
2994
+
2995
+
2996
+
2997
+ # 1.0.0-alpha.12 (2020-01-22)
2998
+
2999
+
3000
+
3001
+ # 1.0.0-alpha.11 (2020-01-17)
3002
+
3003
+
3004
+
3005
+ # 1.0.0-alpha.9 (2020-01-17)
3006
+
3007
+
3008
+
3009
+ # 1.0.0-alpha.8 (2020-01-16)
3010
+
3011
+
3012
+
3013
+ # 1.0.0-alpha.4 (2020-01-14)
3014
+
3015
+
3016
+
3017
+ # 1.0.0-alpha.3 (2020-01-14)
3018
+
3019
+
3020
+
3021
+ # 1.0.0-alpha.2 (2020-01-10)
3022
+
3023
+
3024
+ ### Features
3025
+
3026
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3027
+
3028
+
3029
+
3030
+ # 1.0.0-alpha.1 (2020-01-10)
3031
+
3032
+
3033
+
3034
+ # 0.9.0 (2020-01-09)
3035
+
3036
+
3037
+ ### Features
3038
+
3039
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3040
+
3041
+
3042
+
3043
+
3044
+
3045
+ # 1.0.0-alpha.21 (2020-02-14)
3046
+
3047
+
3048
+
3049
+ # 1.0.0-alpha.22 (2020-02-11)
3050
+
3051
+
3052
+
3053
+ # 1.0.0-alpha.21 (2020-02-11)
3054
+
3055
+
3056
+
3057
+ # 1.0.0-alpha.20 (2020-02-09)
3058
+
3059
+
3060
+
3061
+ # 1.0.0-alpha.19 (2020-02-07)
3062
+
3063
+
3064
+
3065
+ # 1.0.0-alpha.18 (2020-02-06)
3066
+
3067
+
3068
+ ### Bug Fixes
3069
+
3070
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3071
+
3072
+
3073
+
3074
+ # 1.0.0-alpha.17 (2020-02-05)
3075
+
3076
+
3077
+
3078
+ # 1.0.0-alpha.16 (2020-02-04)
3079
+
3080
+
3081
+
3082
+ # 1.0.0-alpha.15 (2020-01-30)
3083
+
3084
+
3085
+
3086
+ # 1.0.0-alpha.14 (2020-01-28)
3087
+
3088
+
3089
+
3090
+ # 1.0.0-alpha.13 (2020-01-24)
3091
+
3092
+
3093
+
3094
+ # 1.0.0-alpha.12 (2020-01-22)
3095
+
3096
+
3097
+
3098
+ # 1.0.0-alpha.11 (2020-01-17)
3099
+
3100
+
3101
+
3102
+ # 1.0.0-alpha.9 (2020-01-17)
3103
+
3104
+
3105
+
3106
+ # 1.0.0-alpha.8 (2020-01-16)
3107
+
3108
+
3109
+
3110
+ # 1.0.0-alpha.4 (2020-01-14)
3111
+
3112
+
3113
+
3114
+ # 1.0.0-alpha.3 (2020-01-14)
3115
+
3116
+
3117
+
3118
+ # 1.0.0-alpha.2 (2020-01-10)
3119
+
3120
+
3121
+ ### Features
3122
+
3123
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3124
+
3125
+
3126
+
3127
+ # 1.0.0-alpha.1 (2020-01-10)
3128
+
3129
+
3130
+
3131
+ # 0.9.0 (2020-01-09)
3132
+
3133
+
3134
+ ### Features
3135
+
3136
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3137
+
3138
+
3139
+
3140
+
3141
+
3142
+ # 1.0.0-alpha.20 (2020-02-11)
3143
+
3144
+
3145
+
3146
+ # 1.0.0-alpha.21 (2020-02-11)
3147
+
3148
+
3149
+
3150
+ # 1.0.0-alpha.20 (2020-02-09)
3151
+
3152
+
3153
+
3154
+ # 1.0.0-alpha.19 (2020-02-07)
3155
+
3156
+
3157
+
3158
+ # 1.0.0-alpha.18 (2020-02-06)
3159
+
3160
+
3161
+ ### Bug Fixes
3162
+
3163
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3164
+
3165
+
3166
+
3167
+ # 1.0.0-alpha.17 (2020-02-05)
3168
+
3169
+
3170
+
3171
+ # 1.0.0-alpha.16 (2020-02-04)
3172
+
3173
+
3174
+
3175
+ # 1.0.0-alpha.15 (2020-01-30)
3176
+
3177
+
3178
+
3179
+ # 1.0.0-alpha.14 (2020-01-28)
3180
+
3181
+
3182
+
3183
+ # 1.0.0-alpha.13 (2020-01-24)
3184
+
3185
+
3186
+
3187
+ # 1.0.0-alpha.12 (2020-01-22)
3188
+
3189
+
3190
+
3191
+ # 1.0.0-alpha.11 (2020-01-17)
3192
+
3193
+
3194
+
3195
+ # 1.0.0-alpha.9 (2020-01-17)
3196
+
3197
+
3198
+
3199
+ # 1.0.0-alpha.8 (2020-01-16)
3200
+
3201
+
3202
+
3203
+ # 1.0.0-alpha.4 (2020-01-14)
3204
+
3205
+
3206
+
3207
+ # 1.0.0-alpha.3 (2020-01-14)
3208
+
3209
+
3210
+
3211
+ # 1.0.0-alpha.2 (2020-01-10)
3212
+
3213
+
3214
+ ### Features
3215
+
3216
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3217
+
3218
+
3219
+
3220
+ # 1.0.0-alpha.1 (2020-01-10)
3221
+
3222
+
3223
+
3224
+ # 0.9.0 (2020-01-09)
3225
+
3226
+
3227
+ ### Features
3228
+
3229
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3230
+
3231
+
3232
+
3233
+
3234
+
3235
+ # 1.0.0-alpha.19 (2020-02-11)
3236
+
3237
+
3238
+
3239
+ # 1.0.0-alpha.20 (2020-02-09)
3240
+
3241
+
3242
+
3243
+ # 1.0.0-alpha.19 (2020-02-07)
3244
+
3245
+
3246
+
3247
+ # 1.0.0-alpha.18 (2020-02-06)
3248
+
3249
+
3250
+ ### Bug Fixes
3251
+
3252
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3253
+
3254
+
3255
+
3256
+ # 1.0.0-alpha.17 (2020-02-05)
3257
+
3258
+
3259
+
3260
+ # 1.0.0-alpha.16 (2020-02-04)
3261
+
3262
+
3263
+
3264
+ # 1.0.0-alpha.15 (2020-01-30)
3265
+
3266
+
3267
+
3268
+ # 1.0.0-alpha.14 (2020-01-28)
3269
+
3270
+
3271
+
3272
+ # 1.0.0-alpha.13 (2020-01-24)
3273
+
3274
+
3275
+
3276
+ # 1.0.0-alpha.12 (2020-01-22)
3277
+
3278
+
3279
+
3280
+ # 1.0.0-alpha.11 (2020-01-17)
3281
+
3282
+
3283
+
3284
+ # 1.0.0-alpha.9 (2020-01-17)
3285
+
3286
+
3287
+
3288
+ # 1.0.0-alpha.8 (2020-01-16)
3289
+
3290
+
3291
+
3292
+ # 1.0.0-alpha.4 (2020-01-14)
3293
+
3294
+
3295
+
3296
+ # 1.0.0-alpha.3 (2020-01-14)
3297
+
3298
+
3299
+
3300
+ # 1.0.0-alpha.2 (2020-01-10)
3301
+
3302
+
3303
+ ### Features
3304
+
3305
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3306
+
3307
+
3308
+
3309
+ # 1.0.0-alpha.1 (2020-01-10)
3310
+
3311
+
3312
+
3313
+ # 0.9.0 (2020-01-09)
3314
+
3315
+
3316
+ ### Features
3317
+
3318
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3319
+
3320
+
3321
+
3322
+
3323
+
3324
+ # 1.0.0-alpha.18 (2020-02-09)
3325
+
3326
+
3327
+
3328
+ # 1.0.0-alpha.19 (2020-02-07)
3329
+
3330
+
3331
+
3332
+ # 1.0.0-alpha.18 (2020-02-06)
3333
+
3334
+
3335
+ ### Bug Fixes
3336
+
3337
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3338
+
3339
+
3340
+
3341
+ # 1.0.0-alpha.17 (2020-02-05)
3342
+
3343
+
3344
+
3345
+ # 1.0.0-alpha.16 (2020-02-04)
3346
+
3347
+
3348
+
3349
+ # 1.0.0-alpha.15 (2020-01-30)
3350
+
3351
+
3352
+
3353
+ # 1.0.0-alpha.14 (2020-01-28)
3354
+
3355
+
3356
+
3357
+ # 1.0.0-alpha.13 (2020-01-24)
3358
+
3359
+
3360
+
3361
+ # 1.0.0-alpha.12 (2020-01-22)
3362
+
3363
+
3364
+
3365
+ # 1.0.0-alpha.11 (2020-01-17)
3366
+
3367
+
3368
+
3369
+ # 1.0.0-alpha.9 (2020-01-17)
3370
+
3371
+
3372
+
3373
+ # 1.0.0-alpha.8 (2020-01-16)
3374
+
3375
+
3376
+
3377
+ # 1.0.0-alpha.4 (2020-01-14)
3378
+
3379
+
3380
+
3381
+ # 1.0.0-alpha.3 (2020-01-14)
3382
+
3383
+
3384
+
3385
+ # 1.0.0-alpha.2 (2020-01-10)
3386
+
3387
+
3388
+ ### Features
3389
+
3390
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3391
+
3392
+
3393
+
3394
+ # 1.0.0-alpha.1 (2020-01-10)
3395
+
3396
+
3397
+
3398
+ # 0.9.0 (2020-01-09)
3399
+
3400
+
3401
+ ### Features
3402
+
3403
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3404
+
3405
+
3406
+
3407
+
3408
+
3409
+ # 1.0.0-alpha.17 (2020-02-07)
3410
+
3411
+
3412
+
3413
+ # 1.0.0-alpha.18 (2020-02-06)
3414
+
3415
+
3416
+ ### Bug Fixes
3417
+
3418
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3419
+
3420
+
3421
+
3422
+ # 1.0.0-alpha.17 (2020-02-05)
3423
+
3424
+
3425
+
3426
+ # 1.0.0-alpha.16 (2020-02-04)
3427
+
3428
+
3429
+
3430
+ # 1.0.0-alpha.15 (2020-01-30)
3431
+
3432
+
3433
+
3434
+ # 1.0.0-alpha.14 (2020-01-28)
3435
+
3436
+
3437
+
3438
+ # 1.0.0-alpha.13 (2020-01-24)
3439
+
3440
+
3441
+
3442
+ # 1.0.0-alpha.12 (2020-01-22)
3443
+
3444
+
3445
+
3446
+ # 1.0.0-alpha.11 (2020-01-17)
3447
+
3448
+
3449
+
3450
+ # 1.0.0-alpha.9 (2020-01-17)
3451
+
3452
+
3453
+
3454
+ # 1.0.0-alpha.8 (2020-01-16)
3455
+
3456
+
3457
+
3458
+ # 1.0.0-alpha.4 (2020-01-14)
3459
+
3460
+
3461
+
3462
+ # 1.0.0-alpha.3 (2020-01-14)
3463
+
3464
+
3465
+
3466
+ # 1.0.0-alpha.2 (2020-01-10)
3467
+
3468
+
3469
+ ### Features
3470
+
3471
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3472
+
3473
+
3474
+
3475
+ # 1.0.0-alpha.1 (2020-01-10)
3476
+
3477
+
3478
+
3479
+ # 0.9.0 (2020-01-09)
3480
+
3481
+
3482
+ ### Features
3483
+
3484
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3485
+
3486
+
3487
+
3488
+
3489
+
3490
+ # 1.0.0-alpha.16 (2020-02-06)
3491
+
3492
+
3493
+ ### Bug Fixes
3494
+
3495
+ * **client-cognito-identity:** insert signing mw selectively instead of removing later ([#861](https://github.com/aws/aws-sdk-js-v3/issues/861)) ([7ba3755](https://github.com/aws/aws-sdk-js-v3/commit/7ba3755))
3496
+
3497
+
3498
+
3499
+ # 1.0.0-alpha.17 (2020-02-05)
3500
+
3501
+
3502
+
3503
+ # 1.0.0-alpha.16 (2020-02-04)
3504
+
3505
+
3506
+
3507
+ # 1.0.0-alpha.15 (2020-01-30)
3508
+
3509
+
3510
+
3511
+ # 1.0.0-alpha.14 (2020-01-28)
3512
+
3513
+
3514
+
3515
+ # 1.0.0-alpha.13 (2020-01-24)
3516
+
3517
+
3518
+
3519
+ # 1.0.0-alpha.12 (2020-01-22)
3520
+
3521
+
3522
+
3523
+ # 1.0.0-alpha.11 (2020-01-17)
3524
+
3525
+
3526
+
3527
+ # 1.0.0-alpha.9 (2020-01-17)
3528
+
3529
+
3530
+
3531
+ # 1.0.0-alpha.8 (2020-01-16)
3532
+
3533
+
3534
+
3535
+ # 1.0.0-alpha.4 (2020-01-14)
3536
+
3537
+
3538
+
3539
+ # 1.0.0-alpha.3 (2020-01-14)
3540
+
3541
+
3542
+
3543
+ # 1.0.0-alpha.2 (2020-01-10)
3544
+
3545
+
3546
+ ### Features
3547
+
3548
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3549
+
3550
+
3551
+
3552
+ # 1.0.0-alpha.1 (2020-01-10)
3553
+
3554
+
3555
+
3556
+ # 0.9.0 (2020-01-09)
3557
+
3558
+
3559
+ ### Features
3560
+
3561
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+ # 1.0.0-alpha.15 (2020-02-05)
3568
+
3569
+
3570
+
3571
+ # 1.0.0-alpha.16 (2020-02-04)
3572
+
3573
+
3574
+
3575
+ # 1.0.0-alpha.15 (2020-01-30)
3576
+
3577
+
3578
+
3579
+ # 1.0.0-alpha.14 (2020-01-28)
3580
+
3581
+
3582
+
3583
+ # 1.0.0-alpha.13 (2020-01-24)
3584
+
3585
+
3586
+
3587
+ # 1.0.0-alpha.12 (2020-01-22)
3588
+
3589
+
3590
+
3591
+ # 1.0.0-alpha.11 (2020-01-17)
3592
+
3593
+
3594
+
3595
+ # 1.0.0-alpha.9 (2020-01-17)
3596
+
3597
+
3598
+
3599
+ # 1.0.0-alpha.8 (2020-01-16)
3600
+
3601
+
3602
+
3603
+ # 1.0.0-alpha.4 (2020-01-14)
3604
+
3605
+
3606
+
3607
+ # 1.0.0-alpha.3 (2020-01-14)
3608
+
3609
+
3610
+
3611
+ # 1.0.0-alpha.2 (2020-01-10)
3612
+
3613
+
3614
+ ### Features
3615
+
3616
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3617
+
3618
+
3619
+
3620
+ # 1.0.0-alpha.1 (2020-01-10)
3621
+
3622
+
3623
+
3624
+ # 0.9.0 (2020-01-09)
3625
+
3626
+
3627
+ ### Features
3628
+
3629
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3630
+
3631
+
3632
+
3633
+
3634
+
3635
+ # 1.0.0-alpha.14 (2020-02-04)
3636
+
3637
+
3638
+
3639
+ # 1.0.0-alpha.15 (2020-01-30)
3640
+
3641
+
3642
+
3643
+ # 1.0.0-alpha.14 (2020-01-28)
3644
+
3645
+
3646
+
3647
+ # 1.0.0-alpha.13 (2020-01-24)
3648
+
3649
+
3650
+
3651
+ # 1.0.0-alpha.12 (2020-01-22)
3652
+
3653
+
3654
+
3655
+ # 1.0.0-alpha.11 (2020-01-17)
3656
+
3657
+
3658
+
3659
+ # 1.0.0-alpha.9 (2020-01-17)
3660
+
3661
+
3662
+
3663
+ # 1.0.0-alpha.8 (2020-01-16)
3664
+
3665
+
3666
+
3667
+ # 1.0.0-alpha.4 (2020-01-14)
3668
+
3669
+
3670
+
3671
+ # 1.0.0-alpha.3 (2020-01-14)
3672
+
3673
+
3674
+
3675
+ # 1.0.0-alpha.2 (2020-01-10)
3676
+
3677
+
3678
+ ### Features
3679
+
3680
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3681
+
3682
+
3683
+
3684
+ # 1.0.0-alpha.1 (2020-01-10)
3685
+
3686
+
3687
+
3688
+ # 0.9.0 (2020-01-09)
3689
+
3690
+
3691
+ ### Features
3692
+
3693
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3694
+
3695
+
3696
+
3697
+
3698
+
3699
+ # 1.0.0-alpha.13 (2020-01-30)
3700
+
3701
+
3702
+
3703
+ # 1.0.0-alpha.14 (2020-01-28)
3704
+
3705
+
3706
+
3707
+ # 1.0.0-alpha.13 (2020-01-24)
3708
+
3709
+
3710
+
3711
+ # 1.0.0-alpha.12 (2020-01-22)
3712
+
3713
+
3714
+
3715
+ # 1.0.0-alpha.11 (2020-01-17)
3716
+
3717
+
3718
+
3719
+ # 1.0.0-alpha.9 (2020-01-17)
3720
+
3721
+
3722
+
3723
+ # 1.0.0-alpha.8 (2020-01-16)
3724
+
3725
+
3726
+
3727
+ # 1.0.0-alpha.4 (2020-01-14)
3728
+
3729
+
3730
+
3731
+ # 1.0.0-alpha.3 (2020-01-14)
3732
+
3733
+
3734
+
3735
+ # 1.0.0-alpha.2 (2020-01-10)
3736
+
3737
+
3738
+ ### Features
3739
+
3740
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3741
+
3742
+
3743
+
3744
+ # 1.0.0-alpha.1 (2020-01-10)
3745
+
3746
+
3747
+
3748
+ # 0.9.0 (2020-01-09)
3749
+
3750
+
3751
+ ### Features
3752
+
3753
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3754
+
3755
+
3756
+
3757
+
3758
+
3759
+ # 1.0.0-alpha.12 (2020-01-28)
3760
+
3761
+
3762
+
3763
+ # 1.0.0-alpha.13 (2020-01-24)
3764
+
3765
+
3766
+
3767
+ # 1.0.0-alpha.12 (2020-01-22)
3768
+
3769
+
3770
+
3771
+ # 1.0.0-alpha.11 (2020-01-17)
3772
+
3773
+
3774
+
3775
+ # 1.0.0-alpha.9 (2020-01-17)
3776
+
3777
+
3778
+
3779
+ # 1.0.0-alpha.8 (2020-01-16)
3780
+
3781
+
3782
+
3783
+ # 1.0.0-alpha.4 (2020-01-14)
3784
+
3785
+
3786
+
3787
+ # 1.0.0-alpha.3 (2020-01-14)
3788
+
3789
+
3790
+
3791
+ # 1.0.0-alpha.2 (2020-01-10)
3792
+
3793
+
3794
+ ### Features
3795
+
3796
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3797
+
3798
+
3799
+
3800
+ # 1.0.0-alpha.1 (2020-01-10)
3801
+
3802
+
3803
+
3804
+ # 0.9.0 (2020-01-09)
3805
+
3806
+
3807
+ ### Features
3808
+
3809
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3810
+
3811
+
3812
+
3813
+
3814
+
3815
+ # 1.0.0-alpha.11 (2020-01-24)
3816
+
3817
+
3818
+
3819
+ # 1.0.0-alpha.12 (2020-01-22)
3820
+
3821
+
3822
+
3823
+ # 1.0.0-alpha.11 (2020-01-17)
3824
+
3825
+
3826
+
3827
+ # 1.0.0-alpha.9 (2020-01-17)
3828
+
3829
+
3830
+
3831
+ # 1.0.0-alpha.8 (2020-01-16)
3832
+
3833
+
3834
+
3835
+ # 1.0.0-alpha.4 (2020-01-14)
3836
+
3837
+
3838
+
3839
+ # 1.0.0-alpha.3 (2020-01-14)
3840
+
3841
+
3842
+
3843
+ # 1.0.0-alpha.2 (2020-01-10)
3844
+
3845
+
3846
+ ### Features
3847
+
3848
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3849
+
3850
+
3851
+
3852
+ # 1.0.0-alpha.1 (2020-01-10)
3853
+
3854
+
3855
+
3856
+ # 0.9.0 (2020-01-09)
3857
+
3858
+
3859
+ ### Features
3860
+
3861
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3862
+
3863
+
3864
+
3865
+
3866
+
3867
+ # 1.0.0-alpha.10 (2020-01-22)
3868
+
3869
+
3870
+
3871
+ # 1.0.0-alpha.11 (2020-01-17)
3872
+
3873
+
3874
+
3875
+ # 1.0.0-alpha.9 (2020-01-17)
3876
+
3877
+
3878
+
3879
+ # 1.0.0-alpha.8 (2020-01-16)
3880
+
3881
+
3882
+
3883
+ # 1.0.0-alpha.4 (2020-01-14)
3884
+
3885
+
3886
+
3887
+ # 1.0.0-alpha.3 (2020-01-14)
3888
+
3889
+
3890
+
3891
+ # 1.0.0-alpha.2 (2020-01-10)
3892
+
3893
+
3894
+ ### Features
3895
+
3896
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3897
+
3898
+
3899
+
3900
+ # 1.0.0-alpha.1 (2020-01-10)
3901
+
3902
+
3903
+
3904
+ # 0.9.0 (2020-01-09)
3905
+
3906
+
3907
+ ### Features
3908
+
3909
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3910
+
3911
+
3912
+
3913
+
3914
+
3915
+ # 1.0.0-alpha.9 (2020-01-17)
3916
+
3917
+
3918
+
3919
+ # 1.0.0-alpha.9 (2020-01-17)
3920
+
3921
+
3922
+
3923
+ # 1.0.0-alpha.8 (2020-01-16)
3924
+
3925
+
3926
+
3927
+ # 1.0.0-alpha.4 (2020-01-14)
3928
+
3929
+
3930
+
3931
+ # 1.0.0-alpha.3 (2020-01-14)
3932
+
3933
+
3934
+
3935
+ # 1.0.0-alpha.2 (2020-01-10)
3936
+
3937
+
3938
+ ### Features
3939
+
3940
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3941
+
3942
+
3943
+
3944
+ # 1.0.0-alpha.1 (2020-01-10)
3945
+
3946
+
3947
+
3948
+ # 0.9.0 (2020-01-09)
3949
+
3950
+
3951
+ ### Features
3952
+
3953
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3954
+
3955
+
3956
+
3957
+
3958
+
3959
+ # 1.0.0-alpha.8 (2020-01-17)
3960
+
3961
+
3962
+
3963
+ # 1.0.0-alpha.8 (2020-01-16)
3964
+
3965
+
3966
+
3967
+ # 1.0.0-alpha.4 (2020-01-14)
3968
+
3969
+
3970
+
3971
+ # 1.0.0-alpha.3 (2020-01-14)
3972
+
3973
+
3974
+
3975
+ # 1.0.0-alpha.2 (2020-01-10)
3976
+
3977
+
3978
+ ### Features
3979
+
3980
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
3981
+
3982
+
3983
+
3984
+ # 1.0.0-alpha.1 (2020-01-10)
3985
+
3986
+
3987
+
3988
+ # 0.9.0 (2020-01-09)
3989
+
3990
+
3991
+ ### Features
3992
+
3993
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
3994
+
3995
+
3996
+
3997
+
3998
+
3999
+ # 1.0.0-alpha.7 (2020-01-16)
4000
+
4001
+
4002
+
4003
+ # 1.0.0-alpha.4 (2020-01-14)
4004
+
4005
+
4006
+
4007
+ # 1.0.0-alpha.3 (2020-01-14)
4008
+
4009
+
4010
+
4011
+ # 1.0.0-alpha.2 (2020-01-10)
4012
+
4013
+
4014
+ ### Features
4015
+
4016
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
4017
+
4018
+
4019
+
4020
+ # 1.0.0-alpha.1 (2020-01-10)
4021
+
4022
+
4023
+
4024
+ # 0.9.0 (2020-01-09)
4025
+
4026
+
4027
+ ### Features
4028
+
4029
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4030
+
4031
+
4032
+
4033
+
4034
+
4035
+ # 1.0.0-alpha.6 (2020-01-14)
4036
+
4037
+
4038
+
4039
+ # 1.0.0-alpha.3 (2020-01-14)
4040
+
4041
+
4042
+
4043
+ # 1.0.0-alpha.2 (2020-01-10)
4044
+
4045
+
4046
+ ### Features
4047
+
4048
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
4049
+
4050
+
4051
+
4052
+ # 1.0.0-alpha.1 (2020-01-10)
4053
+
4054
+
4055
+
4056
+ # 0.9.0 (2020-01-09)
4057
+
4058
+
4059
+ ### Features
4060
+
4061
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4062
+
4063
+
4064
+
4065
+
4066
+
4067
+ # 1.0.0-alpha.5 (2020-01-14)
4068
+
4069
+
4070
+
4071
+ # 1.0.0-alpha.2 (2020-01-10)
4072
+
4073
+
4074
+ ### Features
4075
+
4076
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
4077
+
4078
+
4079
+
4080
+ # 1.0.0-alpha.1 (2020-01-10)
4081
+
4082
+
4083
+
4084
+ # 0.9.0 (2020-01-09)
4085
+
4086
+
4087
+ ### Features
4088
+
4089
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4090
+
4091
+
4092
+
4093
+
4094
+
4095
+ # 1.0.0-alpha.4 (2020-01-10)
4096
+
4097
+
4098
+ ### Features
4099
+
4100
+ * update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
4101
+
4102
+
4103
+
4104
+ # 1.0.0-alpha.1 (2020-01-10)
4105
+
4106
+
4107
+
4108
+ # 0.9.0 (2020-01-09)
4109
+
4110
+
4111
+ ### Features
4112
+
4113
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4114
+
4115
+
4116
+
4117
+
4118
+
4119
+ # 1.0.0-alpha.3 (2020-01-10)
4120
+
4121
+
4122
+
4123
+ # 0.9.0 (2020-01-09)
4124
+
4125
+
4126
+ ### Features
4127
+
4128
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4129
+
4130
+
4131
+
4132
+
4133
+
4134
+ # 1.0.0-alpha.2 (2020-01-09)
4135
+
4136
+
4137
+ ### Features
4138
+
4139
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))
4140
+
4141
+
4142
+
4143
+
4144
+
4145
+ # 1.0.0-alpha.1 (2020-01-08)
4146
+
4147
+
4148
+ ### Features
4149
+
4150
+ * add client-cognito-identity ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([697900d](https://github.com/aws/aws-sdk-js-v3/commit/697900d))