@aws-sdk/client-cognito-identity 3.362.0 → 3.369.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/CognitoIdentity.js +1 -1
- package/dist-cjs/CognitoIdentityClient.js +5 -5
- package/dist-cjs/commands/CreateIdentityPoolCommand.js +3 -3
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +3 -3
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +3 -3
- package/dist-cjs/commands/GetIdCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +3 -3
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +3 -3
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -3
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-cjs/commands/ListIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +3 -3
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +3 -3
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +3 -3
- package/dist-cjs/commands/UnlinkIdentityCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +3 -3
- package/dist-cjs/models/CognitoIdentityServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/CognitoIdentity.js +1 -1
- package/dist-es/CognitoIdentityClient.js +5 -5
- package/dist-es/commands/CreateIdentityPoolCommand.js +3 -3
- package/dist-es/commands/DeleteIdentitiesCommand.js +3 -3
- package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -3
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -3
- package/dist-es/commands/GetIdCommand.js +3 -3
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -3
- package/dist-es/commands/GetOpenIdTokenCommand.js +3 -3
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-es/commands/ListIdentitiesCommand.js +3 -3
- package/dist-es/commands/ListIdentityPoolsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -3
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -3
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -3
- package/dist-es/commands/UnlinkIdentityCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -3
- package/dist-es/models/CognitoIdentityServiceException.js +1 -1
- package/dist-es/protocols/Aws_json1_1.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/CognitoIdentity.d.ts +1 -1
- package/dist-types/CognitoIdentityClient.d.ts +8 -8
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIdentityCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +3 -3
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +3 -3
- package/dist-types/commands/GetIdCommand.d.ts +3 -3
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +3 -3
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +3 -3
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -3
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +3 -3
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/CognitoIdentity.d.ts +1 -1
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +35 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CognitoIdentity = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const CognitoIdentityClient_1 = require("./CognitoIdentityClient");
|
|
6
6
|
const CreateIdentityPoolCommand_1 = require("./commands/CreateIdentityPoolCommand");
|
|
7
7
|
const DeleteIdentitiesCommand_1 = require("./commands/DeleteIdentitiesCommand");
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CognitoIdentityClient = exports.__Client = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
7
4
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
8
5
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
9
6
|
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
7
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
8
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
|
-
const
|
|
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
14
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateIdentityPoolCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class CreateIdentityPoolCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteIdentitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class DeleteIdentitiesCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteIdentityPoolCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class DeleteIdentityPoolCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class DescribeIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeIdentityPoolCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class DescribeIdentityPoolCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetCredentialsForIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class GetCredentialsForIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetIdCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class GetIdCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetIdentityPoolRolesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class GetIdentityPoolRolesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetOpenIdTokenCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class GetOpenIdTokenCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetOpenIdTokenForDeveloperIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetPrincipalTagAttributeMapCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListIdentitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class ListIdentitiesCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListIdentityPoolsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class ListIdentityPoolsCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LookupDeveloperIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class LookupDeveloperIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MergeDeveloperIdentitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SetIdentityPoolRolesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class SetIdentityPoolRolesCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SetPrincipalTagAttributeMapCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UnlinkDeveloperIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UnlinkIdentityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class UnlinkIdentityCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateIdentityPoolCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
4
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
7
|
-
const
|
|
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
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
10
|
class UpdateIdentityPoolCommand extends smithy_client_1.Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CognitoIdentityServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
6
|
class CognitoIdentityServiceException extends smithy_client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UpdateIdentityPoolCommand = exports.de_UntagResourceCommand = exports.de_UnlinkIdentityCommand = exports.de_UnlinkDeveloperIdentityCommand = exports.de_TagResourceCommand = exports.de_SetPrincipalTagAttributeMapCommand = exports.de_SetIdentityPoolRolesCommand = exports.de_MergeDeveloperIdentitiesCommand = exports.de_LookupDeveloperIdentityCommand = exports.de_ListTagsForResourceCommand = exports.de_ListIdentityPoolsCommand = exports.de_ListIdentitiesCommand = exports.de_GetPrincipalTagAttributeMapCommand = exports.de_GetOpenIdTokenForDeveloperIdentityCommand = exports.de_GetOpenIdTokenCommand = exports.de_GetIdentityPoolRolesCommand = exports.de_GetIdCommand = exports.de_GetCredentialsForIdentityCommand = exports.de_DescribeIdentityPoolCommand = exports.de_DescribeIdentityCommand = exports.de_DeleteIdentityPoolCommand = exports.de_DeleteIdentitiesCommand = exports.de_CreateIdentityPoolCommand = exports.se_UpdateIdentityPoolCommand = exports.se_UntagResourceCommand = exports.se_UnlinkIdentityCommand = exports.se_UnlinkDeveloperIdentityCommand = exports.se_TagResourceCommand = exports.se_SetPrincipalTagAttributeMapCommand = exports.se_SetIdentityPoolRolesCommand = exports.se_MergeDeveloperIdentitiesCommand = exports.se_LookupDeveloperIdentityCommand = exports.se_ListTagsForResourceCommand = exports.se_ListIdentityPoolsCommand = exports.se_ListIdentitiesCommand = exports.se_GetPrincipalTagAttributeMapCommand = exports.se_GetOpenIdTokenForDeveloperIdentityCommand = exports.se_GetOpenIdTokenCommand = exports.se_GetIdentityPoolRolesCommand = exports.se_GetIdCommand = exports.se_GetCredentialsForIdentityCommand = exports.se_DescribeIdentityPoolCommand = exports.se_DescribeIdentityCommand = exports.se_DeleteIdentityPoolCommand = exports.se_DeleteIdentitiesCommand = exports.se_CreateIdentityPoolCommand = void 0;
|
|
4
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
4
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const CognitoIdentityServiceException_1 = require("../models/CognitoIdentityServiceException");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const se_CreateIdentityPoolCommand = async (input, context) => {
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
8
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
9
9
|
const getRuntimeConfig = (config) => ({
|
|
10
10
|
apiVersion: "2014-06-30",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CognitoIdentityClient } from "./CognitoIdentityClient";
|
|
3
3
|
import { CreateIdentityPoolCommand, } from "./commands/CreateIdentityPoolCommand";
|
|
4
4
|
import { DeleteIdentitiesCommand, } from "./commands/DeleteIdentitiesCommand";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { resolveAwsAuthConfig } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_CreateIdentityPoolCommand, se_CreateIdentityPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateIdentityPoolCommand extends $Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_DeleteIdentitiesCommand, se_DeleteIdentitiesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIdentitiesCommand extends $Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_DeleteIdentityPoolCommand, se_DeleteIdentityPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIdentityPoolCommand extends $Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_DescribeIdentityCommand, se_DescribeIdentityCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityCommand extends $Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_DescribeIdentityPoolCommand, se_DescribeIdentityPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeIdentityPoolCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCredentialsForIdentityCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetIdCommand extends $Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
1
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
4
|
-
import {
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { de_GetIdentityPoolRolesCommand, se_GetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetIdentityPoolRolesCommand extends $Command {
|