@aws-sdk/client-cognito-identity 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/CognitoIdentityServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CognitoIdentity.js +1 -1
- package/dist-es/CognitoIdentityClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateIdentityPoolCommand.js +2 -2
- package/dist-es/commands/DeleteIdentitiesCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPoolCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityPoolCommand.js +2 -2
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/dist-es/commands/GetIdCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -2
- package/dist-es/commands/GetOpenIdTokenCommand.js +2 -2
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoolsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -2
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -2
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -2
- package/dist-es/commands/UnlinkIdentityCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIdentityPoolCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CognitoIdentityServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CognitoIdentityClient.d.ts +5 -5
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -4
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetIdCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -4
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -4
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +15 -36
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetIdCommandInput extends GetIdInput {}
|
|
12
12
|
export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
|
|
13
13
|
declare const GetIdCommand_base: {
|
|
14
|
-
new (input: GetIdCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetIdCommandInput,
|
|
16
16
|
GetIdCommandOutput,
|
|
17
17
|
CognitoIdentityClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetIdCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetIdCommandInput,
|
|
23
23
|
GetIdCommandOutput,
|
|
24
24
|
CognitoIdentityClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetIdCommand extends GetIdCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetIdentityPoolRolesCommandOutput
|
|
|
19
19
|
declare const GetIdentityPoolRolesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetIdentityPoolRolesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetIdentityPoolRolesCommandInput,
|
|
24
24
|
GetIdentityPoolRolesCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetIdentityPoolRolesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetIdentityPoolRolesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetIdentityPoolRolesCommandInput,
|
|
33
33
|
GetIdentityPoolRolesCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetOpenIdTokenCommandOutput
|
|
|
18
18
|
declare const GetOpenIdTokenCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetOpenIdTokenCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetOpenIdTokenCommandInput,
|
|
23
23
|
GetOpenIdTokenCommandOutput,
|
|
24
24
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetOpenIdTokenCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetOpenIdTokenCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetOpenIdTokenCommandInput,
|
|
32
32
|
GetOpenIdTokenCommandOutput,
|
|
33
33
|
CognitoIdentityClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
|
|
|
19
19
|
declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
24
24
|
GetOpenIdTokenForDeveloperIdentityCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
33
33
|
GetOpenIdTokenForDeveloperIdentityCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetPrincipalTagAttributeMapCommandOutput
|
|
|
19
19
|
declare const GetPrincipalTagAttributeMapCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPrincipalTagAttributeMapCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPrincipalTagAttributeMapCommandInput,
|
|
24
24
|
GetPrincipalTagAttributeMapCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPrincipalTagAttributeMapCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPrincipalTagAttributeMapCommandInput,
|
|
33
33
|
GetPrincipalTagAttributeMapCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListIdentitiesCommandOutput
|
|
|
18
18
|
declare const ListIdentitiesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListIdentitiesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListIdentitiesCommandInput,
|
|
23
23
|
ListIdentitiesCommandOutput,
|
|
24
24
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListIdentitiesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListIdentitiesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListIdentitiesCommandInput,
|
|
32
32
|
ListIdentitiesCommandOutput,
|
|
33
33
|
CognitoIdentityClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListIdentityPoolsCommandOutput
|
|
|
18
18
|
declare const ListIdentityPoolsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListIdentityPoolsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListIdentityPoolsCommandInput,
|
|
23
23
|
ListIdentityPoolsCommandOutput,
|
|
24
24
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListIdentityPoolsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListIdentityPoolsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListIdentityPoolsCommandInput,
|
|
32
32
|
ListIdentityPoolsCommandOutput,
|
|
33
33
|
CognitoIdentityClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface LookupDeveloperIdentityCommandOutput
|
|
|
19
19
|
declare const LookupDeveloperIdentityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: LookupDeveloperIdentityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
LookupDeveloperIdentityCommandInput,
|
|
24
24
|
LookupDeveloperIdentityCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const LookupDeveloperIdentityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: LookupDeveloperIdentityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
LookupDeveloperIdentityCommandInput,
|
|
33
33
|
LookupDeveloperIdentityCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface MergeDeveloperIdentitiesCommandOutput
|
|
|
19
19
|
declare const MergeDeveloperIdentitiesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: MergeDeveloperIdentitiesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
MergeDeveloperIdentitiesCommandInput,
|
|
24
24
|
MergeDeveloperIdentitiesCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const MergeDeveloperIdentitiesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: MergeDeveloperIdentitiesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
MergeDeveloperIdentitiesCommandInput,
|
|
33
33
|
MergeDeveloperIdentitiesCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const SetIdentityPoolRolesCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: SetIdentityPoolRolesCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
SetIdentityPoolRolesCommandInput,
|
|
19
19
|
SetIdentityPoolRolesCommandOutput,
|
|
20
20
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const SetIdentityPoolRolesCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: SetIdentityPoolRolesCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
SetIdentityPoolRolesCommandInput,
|
|
28
28
|
SetIdentityPoolRolesCommandOutput,
|
|
29
29
|
CognitoIdentityClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetPrincipalTagAttributeMapCommandOutput
|
|
|
19
19
|
declare const SetPrincipalTagAttributeMapCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetPrincipalTagAttributeMapCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetPrincipalTagAttributeMapCommandInput,
|
|
24
24
|
SetPrincipalTagAttributeMapCommandOutput,
|
|
25
25
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetPrincipalTagAttributeMapCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetPrincipalTagAttributeMapCommandInput,
|
|
33
33
|
SetPrincipalTagAttributeMapCommandOutput,
|
|
34
34
|
CognitoIdentityClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
CognitoIdentityClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UnlinkDeveloperIdentityCommandOutput
|
|
|
15
15
|
declare const UnlinkDeveloperIdentityCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UnlinkDeveloperIdentityCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UnlinkDeveloperIdentityCommandInput,
|
|
20
20
|
UnlinkDeveloperIdentityCommandOutput,
|
|
21
21
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UnlinkDeveloperIdentityCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UnlinkDeveloperIdentityCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UnlinkDeveloperIdentityCommandInput,
|
|
29
29
|
UnlinkDeveloperIdentityCommandOutput,
|
|
30
30
|
CognitoIdentityClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UnlinkIdentityCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UnlinkIdentityCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UnlinkIdentityCommandInput,
|
|
18
18
|
UnlinkIdentityCommandOutput,
|
|
19
19
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UnlinkIdentityCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UnlinkIdentityCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UnlinkIdentityCommandInput,
|
|
27
27
|
UnlinkIdentityCommandOutput,
|
|
28
28
|
CognitoIdentityClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
|
|
|
15
15
|
declare const UntagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UntagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
21
21
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UntagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UntagResourceCommandInput,
|
|
29
29
|
UntagResourceCommandOutput,
|
|
30
30
|
CognitoIdentityClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateIdentityPoolCommandOutput
|
|
|
15
15
|
declare const UpdateIdentityPoolCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateIdentityPoolCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateIdentityPoolCommandInput,
|
|
20
20
|
UpdateIdentityPoolCommandOutput,
|
|
21
21
|
CognitoIdentityClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateIdentityPoolCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateIdentityPoolCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateIdentityPoolCommandInput,
|
|
29
29
|
UpdateIdentityPoolCommandOutput,
|
|
30
30
|
CognitoIdentityClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CognitoIdentityExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class CognitoIdentityServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException";
|
|
3
3
|
export declare class InternalErrorException extends __BaseException {
|
|
4
4
|
readonly name: "InternalErrorException";
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|