@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.
- package/dist-cjs/commands/CreateIdentityPoolCommand.js +2 -2
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +2 -2
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeIdentityCommand.js +2 -2
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +2 -2
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/dist-cjs/commands/GetIdCommand.js +2 -2
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +2 -2
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +2 -2
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-cjs/commands/ListIdentitiesCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +2 -2
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +2 -2
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +2 -2
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +2 -2
- package/dist-cjs/commands/UnlinkIdentityCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +479 -497
- package/dist-es/commands/CreateIdentityPoolCommand.js +3 -3
- package/dist-es/commands/DeleteIdentitiesCommand.js +3 -3
- package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -3
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -3
- package/dist-es/commands/GetIdCommand.js +3 -3
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -3
- package/dist-es/commands/GetOpenIdTokenCommand.js +3 -3
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-es/commands/ListIdentitiesCommand.js +3 -3
- package/dist-es/commands/ListIdentityPoolsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -3
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -3
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/UnlinkIdentityCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +432 -450
- package/dist-types/protocols/Aws_json1_1.d.ts +184 -46
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +46 -46
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
44
|
+
return (0, Aws_json1_1_1.de_UpdateIdentityPoolCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UpdateIdentityPoolCommand = UpdateIdentityPoolCommand;
|