@aws-sdk/client-cognito-identity 3.478.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-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-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/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/package.json +10 -10
|
@@ -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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class ListTagsForResourceCommand 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 = "ListTagsForResourceCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "ListTagsForResource",
|
|
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_ListTagsForResourceCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_ListTagsForResourceCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
21
|
+
.n("CognitoIdentityClient", "ListTagsForResourceCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_ListTagsForResourceCommand)
|
|
24
|
+
.de(de_ListTagsForResourceCommand)
|
|
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_LookupDeveloperIdentityCommand, se_LookupDeveloperIdentityCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class LookupDeveloperIdentityCommand 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 = "LookupDeveloperIdentityCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "LookupDeveloperIdentity",
|
|
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_LookupDeveloperIdentityCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_LookupDeveloperIdentityCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class LookupDeveloperIdentityCommand 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", "LookupDeveloperIdentity", {})
|
|
21
|
+
.n("CognitoIdentityClient", "LookupDeveloperIdentityCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_LookupDeveloperIdentityCommand)
|
|
24
|
+
.de(de_LookupDeveloperIdentityCommand)
|
|
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_MergeDeveloperIdentitiesCommand, se_MergeDeveloperIdentitiesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class MergeDeveloperIdentitiesCommand 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 = "MergeDeveloperIdentitiesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "MergeDeveloperIdentities",
|
|
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_MergeDeveloperIdentitiesCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_MergeDeveloperIdentitiesCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class MergeDeveloperIdentitiesCommand 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", "MergeDeveloperIdentities", {})
|
|
21
|
+
.n("CognitoIdentityClient", "MergeDeveloperIdentitiesCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_MergeDeveloperIdentitiesCommand)
|
|
24
|
+
.de(de_MergeDeveloperIdentitiesCommand)
|
|
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_SetIdentityPoolRolesCommand, se_SetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class SetIdentityPoolRolesCommand 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 = "SetIdentityPoolRolesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "SetIdentityPoolRoles",
|
|
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_SetIdentityPoolRolesCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_SetIdentityPoolRolesCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class SetIdentityPoolRolesCommand 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", "SetIdentityPoolRoles", {})
|
|
21
|
+
.n("CognitoIdentityClient", "SetIdentityPoolRolesCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_SetIdentityPoolRolesCommand)
|
|
24
|
+
.de(de_SetIdentityPoolRolesCommand)
|
|
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_SetPrincipalTagAttributeMapCommand, se_SetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class SetPrincipalTagAttributeMapCommand 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 = "SetPrincipalTagAttributeMapCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "SetPrincipalTagAttributeMap",
|
|
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_SetPrincipalTagAttributeMapCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_SetPrincipalTagAttributeMapCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class SetPrincipalTagAttributeMapCommand 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", "SetPrincipalTagAttributeMap", {})
|
|
21
|
+
.n("CognitoIdentityClient", "SetPrincipalTagAttributeMapCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_SetPrincipalTagAttributeMapCommand)
|
|
24
|
+
.de(de_SetPrincipalTagAttributeMapCommand)
|
|
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class TagResourceCommand 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 = "TagResourceCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "TagResource",
|
|
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_TagResourceCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_TagResourceCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class TagResourceCommand 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", "TagResource", {})
|
|
21
|
+
.n("CognitoIdentityClient", "TagResourceCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_TagResourceCommand)
|
|
24
|
+
.de(de_TagResourceCommand)
|
|
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_UnlinkDeveloperIdentityCommand, se_UnlinkDeveloperIdentityCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UnlinkDeveloperIdentityCommand 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 = "UnlinkDeveloperIdentityCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "UnlinkDeveloperIdentity",
|
|
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_UnlinkDeveloperIdentityCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_UnlinkDeveloperIdentityCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class UnlinkDeveloperIdentityCommand 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", "UnlinkDeveloperIdentity", {})
|
|
21
|
+
.n("CognitoIdentityClient", "UnlinkDeveloperIdentityCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_UnlinkDeveloperIdentityCommand)
|
|
24
|
+
.de(de_UnlinkDeveloperIdentityCommand)
|
|
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_UnlinkIdentityCommand, se_UnlinkIdentityCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UnlinkIdentityCommand 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 = "UnlinkIdentityCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSCognitoIdentityService",
|
|
35
|
-
operation: "UnlinkIdentity",
|
|
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_UnlinkIdentityCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UnlinkIdentityCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UnlinkIdentityCommand 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", "UnlinkIdentity", {})
|
|
19
|
+
.n("CognitoIdentityClient", "UnlinkIdentityCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UnlinkIdentityCommand)
|
|
22
|
+
.de(de_UnlinkIdentityCommand)
|
|
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class UntagResourceCommand 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 = "UntagResourceCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "AWSCognitoIdentityService",
|
|
37
|
-
operation: "UntagResource",
|
|
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_UntagResourceCommand(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return de_UntagResourceCommand(output, context);
|
|
48
|
-
}
|
|
8
|
+
export class UntagResourceCommand 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", "UntagResource", {})
|
|
21
|
+
.n("CognitoIdentityClient", "UntagResourceCommand")
|
|
22
|
+
.f(void 0, void 0)
|
|
23
|
+
.ser(se_UntagResourceCommand)
|
|
24
|
+
.de(de_UntagResourceCommand)
|
|
25
|
+
.build() {
|
|
49
26
|
}
|