@aws-sdk/client-cognito-identity 3.477.0 → 3.481.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 +19 -42
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +19 -42
- package/dist-cjs/commands/DescribeIdentityCommand.js +19 -42
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +19 -42
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +18 -41
- package/dist-cjs/commands/GetIdCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +19 -42
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +18 -41
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-cjs/commands/ListIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +19 -42
- package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +19 -42
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-cjs/commands/TagResourceCommand.js +19 -42
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/UnlinkIdentityCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +19 -42
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +19 -42
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListIdentityPoolsPaginator.js +2 -24
- package/dist-es/commands/CreateIdentityPoolCommand.js +19 -42
- package/dist-es/commands/DeleteIdentitiesCommand.js +19 -42
- package/dist-es/commands/DeleteIdentityPoolCommand.js +19 -42
- package/dist-es/commands/DescribeIdentityCommand.js +19 -42
- package/dist-es/commands/DescribeIdentityPoolCommand.js +19 -42
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +18 -41
- package/dist-es/commands/GetIdCommand.js +18 -41
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +19 -42
- package/dist-es/commands/GetOpenIdTokenCommand.js +18 -41
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-es/commands/ListIdentitiesCommand.js +19 -42
- package/dist-es/commands/ListIdentityPoolsCommand.js +19 -42
- package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +19 -42
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +19 -42
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-es/commands/TagResourceCommand.js +19 -42
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/UnlinkIdentityCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +19 -42
- package/dist-es/commands/UpdateIdentityPoolCommand.js +19 -42
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListIdentityPoolsPaginator.js +2 -23
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -21
- package/dist-types/commands/GetIdCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -21
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -21
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -21
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +3 -3
- package/package.json +12 -11
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_DescribeIdentityCommand, se_DescribeIdentityCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeIdentityCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "DescribeIdentityCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "DescribeIdentity",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_DescribeIdentityCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_DescribeIdentityCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class DescribeIdentityCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "DescribeIdentity", {})
|
|
21
|
+
.n("CognitoIdentityClient", "DescribeIdentityCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_DescribeIdentityCommand)
|
|
24
|
+
.de(de_DescribeIdentityCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_DescribeIdentityPoolCommand, se_DescribeIdentityPoolCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeIdentityPoolCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "DescribeIdentityPoolCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "DescribeIdentityPool",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_DescribeIdentityPoolCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_DescribeIdentityPoolCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class DescribeIdentityPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "DescribeIdentityPool", {})
|
|
21
|
+
.n("CognitoIdentityClient", "DescribeIdentityPoolCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_DescribeIdentityPoolCommand)
|
|
24
|
+
.de(de_DescribeIdentityPoolCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetCredentialsForIdentityCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CognitoIdentityClient";
|
|
26
|
-
const commandName = "GetCredentialsForIdentityCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSCognitoIdentityService",
|
|
35
|
-
operation: "GetCredentialsForIdentity",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetCredentialsForIdentityCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetCredentialsForIdentityCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetCredentialsForIdentityCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
|
|
19
|
+
.n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCredentialsForIdentityCommand)
|
|
22
|
+
.de(de_GetCredentialsForIdentityCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetIdCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CognitoIdentityClient";
|
|
26
|
-
const commandName = "GetIdCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSCognitoIdentityService",
|
|
35
|
-
operation: "GetId",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetIdCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetIdCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetIdCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSCognitoIdentityService", "GetId", {})
|
|
19
|
+
.n("CognitoIdentityClient", "GetIdCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetIdCommand)
|
|
22
|
+
.de(de_GetIdCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_GetIdentityPoolRolesCommand, se_GetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetIdentityPoolRolesCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "GetIdentityPoolRolesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "GetIdentityPoolRoles",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_GetIdentityPoolRolesCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_GetIdentityPoolRolesCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class GetIdentityPoolRolesCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "GetIdentityPoolRoles", {})
|
|
21
|
+
.n("CognitoIdentityClient", "GetIdentityPoolRolesCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_GetIdentityPoolRolesCommand)
|
|
24
|
+
.de(de_GetIdentityPoolRolesCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetOpenIdTokenCommand, se_GetOpenIdTokenCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetOpenIdTokenCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CognitoIdentityClient";
|
|
26
|
-
const commandName = "GetOpenIdTokenCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSCognitoIdentityService",
|
|
35
|
-
operation: "GetOpenIdToken",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetOpenIdTokenCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetOpenIdTokenCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetOpenIdTokenCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSCognitoIdentityService", "GetOpenIdToken", {})
|
|
19
|
+
.n("CognitoIdentityClient", "GetOpenIdTokenCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetOpenIdTokenCommand)
|
|
22
|
+
.de(de_GetOpenIdTokenCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_GetOpenIdTokenForDeveloperIdentityCommand, se_GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "GetOpenIdTokenForDeveloperIdentityCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "GetOpenIdTokenForDeveloperIdentity",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_GetOpenIdTokenForDeveloperIdentityCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_GetOpenIdTokenForDeveloperIdentityCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {})
|
|
21
|
+
.n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_GetOpenIdTokenForDeveloperIdentityCommand)
|
|
24
|
+
.de(de_GetOpenIdTokenForDeveloperIdentityCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_GetPrincipalTagAttributeMapCommand, se_GetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetPrincipalTagAttributeMapCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "GetPrincipalTagAttributeMapCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "GetPrincipalTagAttributeMap",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_GetPrincipalTagAttributeMapCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_GetPrincipalTagAttributeMapCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class GetPrincipalTagAttributeMapCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "GetPrincipalTagAttributeMap", {})
|
|
21
|
+
.n("CognitoIdentityClient", "GetPrincipalTagAttributeMapCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_GetPrincipalTagAttributeMapCommand)
|
|
24
|
+
.de(de_GetPrincipalTagAttributeMapCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|
|
@@ -2,48 +2,25 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
|
-
import {
|
|
5
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
6
|
import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListIdentitiesCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "CognitoIdentityClient";
|
|
28
|
-
const commandName = "ListIdentitiesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "ListIdentities",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return se_ListIdentitiesCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_ListIdentitiesCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class ListIdentitiesCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
getAwsAuthPlugin(config),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("AWSCognitoIdentityService", "ListIdentities", {})
|
|
21
|
+
.n("CognitoIdentityClient", "ListIdentitiesCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_ListIdentitiesCommand)
|
|
24
|
+
.de(de_ListIdentitiesCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|