@aws-sdk/client-cognito-identity 3.490.0 → 3.496.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 (38) hide show
  1. package/dist-cjs/CognitoIdentity.js +1 -57
  2. package/dist-cjs/CognitoIdentityClient.js +1 -42
  3. package/dist-cjs/commands/CreateIdentityPoolCommand.js +1 -30
  4. package/dist-cjs/commands/DeleteIdentitiesCommand.js +1 -30
  5. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +1 -30
  6. package/dist-cjs/commands/DescribeIdentityCommand.js +1 -30
  7. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +1 -30
  8. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +1 -28
  9. package/dist-cjs/commands/GetIdCommand.js +1 -28
  10. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +1 -30
  11. package/dist-cjs/commands/GetOpenIdTokenCommand.js +1 -28
  12. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +1 -30
  13. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +1 -30
  14. package/dist-cjs/commands/ListIdentitiesCommand.js +1 -30
  15. package/dist-cjs/commands/ListIdentityPoolsCommand.js +1 -30
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -30
  17. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +1 -30
  18. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +1 -30
  19. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +1 -30
  20. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +1 -30
  21. package/dist-cjs/commands/TagResourceCommand.js +1 -30
  22. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +1 -30
  23. package/dist-cjs/commands/UnlinkIdentityCommand.js +1 -28
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -30
  25. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +1 -30
  26. package/dist-cjs/commands/index.js +1 -26
  27. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  28. package/dist-cjs/extensionConfiguration.js +1 -2
  29. package/dist-cjs/index.js +2304 -11
  30. package/dist-cjs/models/CognitoIdentityServiceException.js +1 -12
  31. package/dist-cjs/models/index.js +1 -4
  32. package/dist-cjs/models/models_0.js +1 -165
  33. package/dist-cjs/pagination/Interfaces.js +1 -2
  34. package/dist-cjs/pagination/ListIdentityPoolsPaginator.js +1 -7
  35. package/dist-cjs/pagination/index.js +1 -5
  36. package/dist-cjs/protocols/Aws_json1_1.js +1 -1459
  37. package/dist-cjs/runtimeExtensions.js +1 -22
  38. package/package.json +41 -41
@@ -1,57 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoIdentity = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CognitoIdentityClient_1 = require("./CognitoIdentityClient");
6
- const CreateIdentityPoolCommand_1 = require("./commands/CreateIdentityPoolCommand");
7
- const DeleteIdentitiesCommand_1 = require("./commands/DeleteIdentitiesCommand");
8
- const DeleteIdentityPoolCommand_1 = require("./commands/DeleteIdentityPoolCommand");
9
- const DescribeIdentityCommand_1 = require("./commands/DescribeIdentityCommand");
10
- const DescribeIdentityPoolCommand_1 = require("./commands/DescribeIdentityPoolCommand");
11
- const GetCredentialsForIdentityCommand_1 = require("./commands/GetCredentialsForIdentityCommand");
12
- const GetIdCommand_1 = require("./commands/GetIdCommand");
13
- const GetIdentityPoolRolesCommand_1 = require("./commands/GetIdentityPoolRolesCommand");
14
- const GetOpenIdTokenCommand_1 = require("./commands/GetOpenIdTokenCommand");
15
- const GetOpenIdTokenForDeveloperIdentityCommand_1 = require("./commands/GetOpenIdTokenForDeveloperIdentityCommand");
16
- const GetPrincipalTagAttributeMapCommand_1 = require("./commands/GetPrincipalTagAttributeMapCommand");
17
- const ListIdentitiesCommand_1 = require("./commands/ListIdentitiesCommand");
18
- const ListIdentityPoolsCommand_1 = require("./commands/ListIdentityPoolsCommand");
19
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
20
- const LookupDeveloperIdentityCommand_1 = require("./commands/LookupDeveloperIdentityCommand");
21
- const MergeDeveloperIdentitiesCommand_1 = require("./commands/MergeDeveloperIdentitiesCommand");
22
- const SetIdentityPoolRolesCommand_1 = require("./commands/SetIdentityPoolRolesCommand");
23
- const SetPrincipalTagAttributeMapCommand_1 = require("./commands/SetPrincipalTagAttributeMapCommand");
24
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
25
- const UnlinkDeveloperIdentityCommand_1 = require("./commands/UnlinkDeveloperIdentityCommand");
26
- const UnlinkIdentityCommand_1 = require("./commands/UnlinkIdentityCommand");
27
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
28
- const UpdateIdentityPoolCommand_1 = require("./commands/UpdateIdentityPoolCommand");
29
- const commands = {
30
- CreateIdentityPoolCommand: CreateIdentityPoolCommand_1.CreateIdentityPoolCommand,
31
- DeleteIdentitiesCommand: DeleteIdentitiesCommand_1.DeleteIdentitiesCommand,
32
- DeleteIdentityPoolCommand: DeleteIdentityPoolCommand_1.DeleteIdentityPoolCommand,
33
- DescribeIdentityCommand: DescribeIdentityCommand_1.DescribeIdentityCommand,
34
- DescribeIdentityPoolCommand: DescribeIdentityPoolCommand_1.DescribeIdentityPoolCommand,
35
- GetCredentialsForIdentityCommand: GetCredentialsForIdentityCommand_1.GetCredentialsForIdentityCommand,
36
- GetIdCommand: GetIdCommand_1.GetIdCommand,
37
- GetIdentityPoolRolesCommand: GetIdentityPoolRolesCommand_1.GetIdentityPoolRolesCommand,
38
- GetOpenIdTokenCommand: GetOpenIdTokenCommand_1.GetOpenIdTokenCommand,
39
- GetOpenIdTokenForDeveloperIdentityCommand: GetOpenIdTokenForDeveloperIdentityCommand_1.GetOpenIdTokenForDeveloperIdentityCommand,
40
- GetPrincipalTagAttributeMapCommand: GetPrincipalTagAttributeMapCommand_1.GetPrincipalTagAttributeMapCommand,
41
- ListIdentitiesCommand: ListIdentitiesCommand_1.ListIdentitiesCommand,
42
- ListIdentityPoolsCommand: ListIdentityPoolsCommand_1.ListIdentityPoolsCommand,
43
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
44
- LookupDeveloperIdentityCommand: LookupDeveloperIdentityCommand_1.LookupDeveloperIdentityCommand,
45
- MergeDeveloperIdentitiesCommand: MergeDeveloperIdentitiesCommand_1.MergeDeveloperIdentitiesCommand,
46
- SetIdentityPoolRolesCommand: SetIdentityPoolRolesCommand_1.SetIdentityPoolRolesCommand,
47
- SetPrincipalTagAttributeMapCommand: SetPrincipalTagAttributeMapCommand_1.SetPrincipalTagAttributeMapCommand,
48
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
49
- UnlinkDeveloperIdentityCommand: UnlinkDeveloperIdentityCommand_1.UnlinkDeveloperIdentityCommand,
50
- UnlinkIdentityCommand: UnlinkIdentityCommand_1.UnlinkIdentityCommand,
51
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
52
- UpdateIdentityPoolCommand: UpdateIdentityPoolCommand_1.UpdateIdentityPoolCommand,
53
- };
54
- class CognitoIdentity extends CognitoIdentityClient_1.CognitoIdentityClient {
55
- }
56
- exports.CognitoIdentity = CognitoIdentity;
57
- (0, smithy_client_1.createAggregatedClient)(commands, CognitoIdentity);
1
+ module.exports = require("./index.js");
@@ -1,42 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoIdentityClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CognitoIdentityClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
37
- }
38
- destroy() {
39
- super.destroy();
40
- }
41
- }
42
- exports.CognitoIdentityClient = CognitoIdentityClient;
1
+ module.exports = require("./index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateIdentityPoolCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class CreateIdentityPoolCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "CreateIdentityPool", {})
24
- .n("CognitoIdentityClient", "CreateIdentityPoolCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_CreateIdentityPoolCommand)
27
- .de(Aws_json1_1_1.de_CreateIdentityPoolCommand)
28
- .build() {
29
- }
30
- exports.CreateIdentityPoolCommand = CreateIdentityPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIdentitiesCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DeleteIdentitiesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "DeleteIdentities", {})
24
- .n("CognitoIdentityClient", "DeleteIdentitiesCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_DeleteIdentitiesCommand)
27
- .de(Aws_json1_1_1.de_DeleteIdentitiesCommand)
28
- .build() {
29
- }
30
- exports.DeleteIdentitiesCommand = DeleteIdentitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIdentityPoolCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DeleteIdentityPoolCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "DeleteIdentityPool", {})
24
- .n("CognitoIdentityClient", "DeleteIdentityPoolCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_DeleteIdentityPoolCommand)
27
- .de(Aws_json1_1_1.de_DeleteIdentityPoolCommand)
28
- .build() {
29
- }
30
- exports.DeleteIdentityPoolCommand = DeleteIdentityPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DescribeIdentityCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "DescribeIdentity", {})
24
- .n("CognitoIdentityClient", "DescribeIdentityCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_DescribeIdentityCommand)
27
- .de(Aws_json1_1_1.de_DescribeIdentityCommand)
28
- .build() {
29
- }
30
- exports.DescribeIdentityCommand = DescribeIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityPoolCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DescribeIdentityPoolCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "DescribeIdentityPool", {})
24
- .n("CognitoIdentityClient", "DescribeIdentityPoolCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_DescribeIdentityPoolCommand)
27
- .de(Aws_json1_1_1.de_DescribeIdentityPoolCommand)
28
- .build() {
29
- }
30
- exports.DescribeIdentityPoolCommand = DescribeIdentityPoolCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCredentialsForIdentityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetCredentialsForIdentityCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
22
- .n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetCredentialsForIdentityCommand)
25
- .de(Aws_json1_1_1.de_GetCredentialsForIdentityCommand)
26
- .build() {
27
- }
28
- exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetIdCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoIdentityService", "GetId", {})
22
- .n("CognitoIdentityClient", "GetIdCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetIdCommand)
25
- .de(Aws_json1_1_1.de_GetIdCommand)
26
- .build() {
27
- }
28
- exports.GetIdCommand = GetIdCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdentityPoolRolesCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetIdentityPoolRolesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "GetIdentityPoolRoles", {})
24
- .n("CognitoIdentityClient", "GetIdentityPoolRolesCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_GetIdentityPoolRolesCommand)
27
- .de(Aws_json1_1_1.de_GetIdentityPoolRolesCommand)
28
- .build() {
29
- }
30
- exports.GetIdentityPoolRolesCommand = GetIdentityPoolRolesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOpenIdTokenCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetOpenIdTokenCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSCognitoIdentityService", "GetOpenIdToken", {})
22
- .n("CognitoIdentityClient", "GetOpenIdTokenCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetOpenIdTokenCommand)
25
- .de(Aws_json1_1_1.de_GetOpenIdTokenCommand)
26
- .build() {
27
- }
28
- exports.GetOpenIdTokenCommand = GetOpenIdTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOpenIdTokenForDeveloperIdentityCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {})
24
- .n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_GetOpenIdTokenForDeveloperIdentityCommand)
27
- .de(Aws_json1_1_1.de_GetOpenIdTokenForDeveloperIdentityCommand)
28
- .build() {
29
- }
30
- exports.GetOpenIdTokenForDeveloperIdentityCommand = GetOpenIdTokenForDeveloperIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPrincipalTagAttributeMapCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "GetPrincipalTagAttributeMap", {})
24
- .n("CognitoIdentityClient", "GetPrincipalTagAttributeMapCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_GetPrincipalTagAttributeMapCommand)
27
- .de(Aws_json1_1_1.de_GetPrincipalTagAttributeMapCommand)
28
- .build() {
29
- }
30
- exports.GetPrincipalTagAttributeMapCommand = GetPrincipalTagAttributeMapCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentitiesCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListIdentitiesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "ListIdentities", {})
24
- .n("CognitoIdentityClient", "ListIdentitiesCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_ListIdentitiesCommand)
27
- .de(Aws_json1_1_1.de_ListIdentitiesCommand)
28
- .build() {
29
- }
30
- exports.ListIdentitiesCommand = ListIdentitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityPoolsCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListIdentityPoolsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "ListIdentityPools", {})
24
- .n("CognitoIdentityClient", "ListIdentityPoolsCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_ListIdentityPoolsCommand)
27
- .de(Aws_json1_1_1.de_ListIdentityPoolsCommand)
28
- .build() {
29
- }
30
- exports.ListIdentityPoolsCommand = ListIdentityPoolsCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ListTagsForResourceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "ListTagsForResource", {})
24
- .n("CognitoIdentityClient", "ListTagsForResourceCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
27
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
28
- .build() {
29
- }
30
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookupDeveloperIdentityCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class LookupDeveloperIdentityCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "LookupDeveloperIdentity", {})
24
- .n("CognitoIdentityClient", "LookupDeveloperIdentityCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_LookupDeveloperIdentityCommand)
27
- .de(Aws_json1_1_1.de_LookupDeveloperIdentityCommand)
28
- .build() {
29
- }
30
- exports.LookupDeveloperIdentityCommand = LookupDeveloperIdentityCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MergeDeveloperIdentitiesCommand = exports.$Command = void 0;
4
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_signing_1.getAwsAuthPlugin)(config),
21
- ];
22
- })
23
- .s("AWSCognitoIdentityService", "MergeDeveloperIdentities", {})
24
- .n("CognitoIdentityClient", "MergeDeveloperIdentitiesCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_1_1.se_MergeDeveloperIdentitiesCommand)
27
- .de(Aws_json1_1_1.de_MergeDeveloperIdentitiesCommand)
28
- .build() {
29
- }
30
- exports.MergeDeveloperIdentitiesCommand = MergeDeveloperIdentitiesCommand;
1
+ module.exports = require("../index.js");