@aws-sdk/client-cognito-identity 3.303.0 → 3.309.0

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 (51) hide show
  1. package/dist-cjs/commands/CreateIdentityPoolCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteIdentitiesCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeIdentityCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +2 -2
  6. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +2 -2
  7. package/dist-cjs/commands/GetIdCommand.js +2 -2
  8. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +2 -2
  9. package/dist-cjs/commands/GetOpenIdTokenCommand.js +2 -2
  10. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
  11. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
  12. package/dist-cjs/commands/ListIdentitiesCommand.js +2 -2
  13. package/dist-cjs/commands/ListIdentityPoolsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +2 -2
  16. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +2 -2
  17. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +2 -2
  18. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +2 -2
  21. package/dist-cjs/commands/UnlinkIdentityCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +2 -2
  24. package/dist-cjs/protocols/Aws_json1_1.js +479 -497
  25. package/dist-es/commands/CreateIdentityPoolCommand.js +3 -3
  26. package/dist-es/commands/DeleteIdentitiesCommand.js +3 -3
  27. package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -3
  28. package/dist-es/commands/DescribeIdentityCommand.js +3 -3
  29. package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -3
  30. package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -3
  31. package/dist-es/commands/GetIdCommand.js +3 -3
  32. package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -3
  33. package/dist-es/commands/GetOpenIdTokenCommand.js +3 -3
  34. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -3
  35. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -3
  36. package/dist-es/commands/ListIdentitiesCommand.js +3 -3
  37. package/dist-es/commands/ListIdentityPoolsCommand.js +3 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -3
  40. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -3
  41. package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -3
  42. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -3
  43. package/dist-es/commands/TagResourceCommand.js +3 -3
  44. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -3
  45. package/dist-es/commands/UnlinkIdentityCommand.js +3 -3
  46. package/dist-es/commands/UntagResourceCommand.js +3 -3
  47. package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -3
  48. package/dist-es/protocols/Aws_json1_1.js +432 -450
  49. package/dist-types/protocols/Aws_json1_1.d.ts +184 -46
  50. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +46 -46
  51. package/package.json +30 -30
@@ -38,10 +38,10 @@ class CreateIdentityPoolCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateIdentityPoolCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_CreateIdentityPoolCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateIdentityPoolCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_CreateIdentityPoolCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.CreateIdentityPoolCommand = CreateIdentityPoolCommand;
@@ -38,10 +38,10 @@ class DeleteIdentitiesCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteIdentitiesCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_DeleteIdentitiesCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteIdentitiesCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_DeleteIdentitiesCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.DeleteIdentitiesCommand = DeleteIdentitiesCommand;
@@ -38,10 +38,10 @@ class DeleteIdentityPoolCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteIdentityPoolCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_DeleteIdentityPoolCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteIdentityPoolCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_DeleteIdentityPoolCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.DeleteIdentityPoolCommand = DeleteIdentityPoolCommand;
@@ -38,10 +38,10 @@ class DescribeIdentityCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeIdentityCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_DescribeIdentityCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_DescribeIdentityCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.DescribeIdentityCommand = DescribeIdentityCommand;
@@ -38,10 +38,10 @@ class DescribeIdentityPoolCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeIdentityPoolCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_DescribeIdentityPoolCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityPoolCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_DescribeIdentityPoolCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.DescribeIdentityPoolCommand = DescribeIdentityPoolCommand;
@@ -36,10 +36,10 @@ class GetCredentialsForIdentityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetCredentialsForIdentityCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetCredentialsForIdentityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetCredentialsForIdentityCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetCredentialsForIdentityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand;
@@ -36,10 +36,10 @@ class GetIdCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetIdCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetIdCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetIdCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetIdCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetIdCommand = GetIdCommand;
@@ -38,10 +38,10 @@ class GetIdentityPoolRolesCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1GetIdentityPoolRolesCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_GetIdentityPoolRolesCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetIdentityPoolRolesCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_GetIdentityPoolRolesCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.GetIdentityPoolRolesCommand = GetIdentityPoolRolesCommand;
@@ -36,10 +36,10 @@ class GetOpenIdTokenCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetOpenIdTokenCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetOpenIdTokenCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetOpenIdTokenCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetOpenIdTokenCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetOpenIdTokenCommand = GetOpenIdTokenCommand;
@@ -38,10 +38,10 @@ class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_GetOpenIdTokenForDeveloperIdentityCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_GetOpenIdTokenForDeveloperIdentityCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.GetOpenIdTokenForDeveloperIdentityCommand = GetOpenIdTokenForDeveloperIdentityCommand;
@@ -38,10 +38,10 @@ class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1GetPrincipalTagAttributeMapCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_GetPrincipalTagAttributeMapCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetPrincipalTagAttributeMapCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_GetPrincipalTagAttributeMapCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.GetPrincipalTagAttributeMapCommand = GetPrincipalTagAttributeMapCommand;
@@ -38,10 +38,10 @@ class ListIdentitiesCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1ListIdentitiesCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_ListIdentitiesCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListIdentitiesCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_ListIdentitiesCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.ListIdentitiesCommand = ListIdentitiesCommand;
@@ -38,10 +38,10 @@ class ListIdentityPoolsCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1ListIdentityPoolsCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_ListIdentityPoolsCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListIdentityPoolsCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_ListIdentityPoolsCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.ListIdentityPoolsCommand = ListIdentityPoolsCommand;
@@ -38,10 +38,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -38,10 +38,10 @@ class LookupDeveloperIdentityCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1LookupDeveloperIdentityCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_LookupDeveloperIdentityCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1LookupDeveloperIdentityCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_LookupDeveloperIdentityCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.LookupDeveloperIdentityCommand = LookupDeveloperIdentityCommand;
@@ -38,10 +38,10 @@ class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1MergeDeveloperIdentitiesCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_MergeDeveloperIdentitiesCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1MergeDeveloperIdentitiesCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_MergeDeveloperIdentitiesCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.MergeDeveloperIdentitiesCommand = MergeDeveloperIdentitiesCommand;
@@ -38,10 +38,10 @@ class SetIdentityPoolRolesCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1SetIdentityPoolRolesCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_SetIdentityPoolRolesCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1SetIdentityPoolRolesCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_SetIdentityPoolRolesCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.SetIdentityPoolRolesCommand = SetIdentityPoolRolesCommand;
@@ -38,10 +38,10 @@ class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1SetPrincipalTagAttributeMapCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_SetPrincipalTagAttributeMapCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1SetPrincipalTagAttributeMapCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_SetPrincipalTagAttributeMapCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.SetPrincipalTagAttributeMapCommand = SetPrincipalTagAttributeMapCommand;
@@ -38,10 +38,10 @@ class TagResourceCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.TagResourceCommand = TagResourceCommand;
@@ -38,10 +38,10 @@ class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1UnlinkDeveloperIdentityCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_UnlinkDeveloperIdentityCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1UnlinkDeveloperIdentityCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_UnlinkDeveloperIdentityCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.UnlinkDeveloperIdentityCommand = UnlinkDeveloperIdentityCommand;
@@ -36,10 +36,10 @@ class UnlinkIdentityCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UnlinkIdentityCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UnlinkIdentityCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UnlinkIdentityCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UnlinkIdentityCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UnlinkIdentityCommand = UnlinkIdentityCommand;
@@ -38,10 +38,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -38,10 +38,10 @@ class UpdateIdentityPoolCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateIdentityPoolCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_UpdateIdentityPoolCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateIdentityPoolCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_UpdateIdentityPoolCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.UpdateIdentityPoolCommand = UpdateIdentityPoolCommand;