@aws-sdk/client-cognito-identity 3.335.0 → 3.338.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/CognitoIdentityClient.js +2 -1
- package/dist-cjs/commands/CreateIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/DescribeIdentityCommand.js +2 -1
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +2 -1
- package/dist-cjs/commands/GetIdCommand.js +2 -1
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +2 -1
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +2 -1
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +2 -1
- package/dist-cjs/commands/ListIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +2 -1
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/UnlinkIdentityCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CognitoIdentityServiceException.js +2 -1
- package/dist-es/CognitoIdentityClient.js +1 -0
- package/dist-es/commands/CreateIdentityPoolCommand.js +1 -0
- package/dist-es/commands/DeleteIdentitiesCommand.js +1 -0
- package/dist-es/commands/DeleteIdentityPoolCommand.js +1 -0
- package/dist-es/commands/DescribeIdentityCommand.js +1 -0
- package/dist-es/commands/DescribeIdentityPoolCommand.js +1 -0
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +1 -0
- package/dist-es/commands/GetIdCommand.js +1 -0
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -0
- package/dist-es/commands/GetOpenIdTokenCommand.js +1 -0
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -0
- package/dist-es/commands/ListIdentitiesCommand.js +1 -0
- package/dist-es/commands/ListIdentityPoolsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -0
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -0
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/UnlinkIdentityCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateIdentityPoolCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CognitoIdentityServiceException.js +1 -0
- package/dist-types/CognitoIdentityClient.d.ts +3 -3
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +4 -0
- package/dist-types/commands/GetIdCommand.d.ts +4 -0
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +4 -0
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +4 -0
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +4 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +4 -0
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +4 -0
- package/dist-types/index.d.ts +20 -2
- package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -32,6 +32,7 @@ import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "./comma
|
|
|
32
32
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
33
33
|
import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "./commands/UpdateIdentityPoolCommand";
|
|
34
34
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
35
|
+
export { __Client };
|
|
35
36
|
/**
|
|
36
37
|
* @public
|
|
37
38
|
*/
|
|
@@ -146,7 +147,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
146
147
|
/**
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
|
-
type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
150
|
+
export type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
150
151
|
/**
|
|
151
152
|
* @public
|
|
152
153
|
*
|
|
@@ -157,7 +158,7 @@ export interface CognitoIdentityClientConfig extends CognitoIdentityClientConfig
|
|
|
157
158
|
/**
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
|
-
type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
161
|
+
export type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
163
164
|
*
|
|
@@ -195,4 +196,3 @@ export declare class CognitoIdentityClient extends __Client<__HttpHandlerOptions
|
|
|
195
196
|
*/
|
|
196
197
|
destroy(): void;
|
|
197
198
|
}
|
|
198
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { DeleteIdentitiesInput, DeleteIdentitiesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { DeleteIdentityPoolInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetCredentialsForIdentityInput, GetCredentialsForIdentityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetIdInput, GetIdResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetOpenIdTokenForDeveloperIdentityInput, GetOpenIdTokenForDeveloperIdentityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { GetPrincipalTagAttributeMapInput, GetPrincipalTagAttributeMapResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { SetIdentityPoolRolesInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { TagResourceInput, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { UnlinkDeveloperIdentityInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { UnlinkIdentityInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
|
|
5
5
|
import { IdentityPool } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Cognito Federated Identities</fullname>
|
|
3
|
+
* <p>Amazon Cognito Federated Identities is a web service that delivers scoped temporary
|
|
4
|
+
* credentials to mobile devices and other untrusted environments. It uniquely identifies a
|
|
5
|
+
* device and supplies the user with a consistent identity over the lifetime of an
|
|
6
|
+
* application.</p>
|
|
7
|
+
* <p>Using Amazon Cognito Federated Identities, you can enable authentication with one or
|
|
8
|
+
* more third-party identity providers (Facebook, Google, or Login with Amazon) or an Amazon
|
|
9
|
+
* Cognito user pool, and you can also choose to support unauthenticated access from your app.
|
|
10
|
+
* Cognito delivers a unique identifier for each user and acts as an OpenID token provider
|
|
11
|
+
* trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS
|
|
12
|
+
* credentials.</p>
|
|
13
|
+
* <p>For a description of the authentication flow from the Amazon Cognito Developer Guide
|
|
14
|
+
* see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html">Authentication Flow</a>.</p>
|
|
15
|
+
* <p>For more information see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html">Amazon Cognito Federated Identities</a>.</p>
|
|
16
|
+
*
|
|
17
|
+
* @packageDocumentation
|
|
18
|
+
*/
|
|
2
19
|
export * from "./CognitoIdentityClient";
|
|
20
|
+
export * from "./CognitoIdentity";
|
|
3
21
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
22
|
export * from "./pagination";
|
|
23
|
+
export * from "./models";
|
|
6
24
|
export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException";
|
|
@@ -140,6 +140,7 @@ import {
|
|
|
140
140
|
ClientResolvedEndpointParameters,
|
|
141
141
|
EndpointParameters,
|
|
142
142
|
} from "./endpoint/EndpointParameters";
|
|
143
|
+
export { __Client };
|
|
143
144
|
export type ServiceInputTypes =
|
|
144
145
|
| CreateIdentityPoolCommandInput
|
|
145
146
|
| DeleteIdentitiesCommandInput
|
|
@@ -212,7 +213,7 @@ export interface ClientDefaults
|
|
|
212
213
|
logger?: __Logger;
|
|
213
214
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
214
215
|
}
|
|
215
|
-
type CognitoIdentityClientConfigType = Partial<
|
|
216
|
+
export type CognitoIdentityClientConfigType = Partial<
|
|
216
217
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
217
218
|
> &
|
|
218
219
|
ClientDefaults &
|
|
@@ -225,7 +226,7 @@ type CognitoIdentityClientConfigType = Partial<
|
|
|
225
226
|
ClientInputEndpointParameters;
|
|
226
227
|
export interface CognitoIdentityClientConfig
|
|
227
228
|
extends CognitoIdentityClientConfigType {}
|
|
228
|
-
type CognitoIdentityClientResolvedConfigType =
|
|
229
|
+
export type CognitoIdentityClientResolvedConfigType =
|
|
229
230
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
230
231
|
Required<ClientDefaults> &
|
|
231
232
|
RegionResolvedConfig &
|
|
@@ -247,4 +248,3 @@ export declare class CognitoIdentityClient extends __Client<
|
|
|
247
248
|
constructor(configuration: CognitoIdentityClientConfig);
|
|
248
249
|
destroy(): void;
|
|
249
250
|
}
|
|
250
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateIdentityPoolCommandInput
|
|
16
17
|
extends CreateIdentityPoolInput {}
|
|
17
18
|
export interface CreateIdentityPoolCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteIdentitiesInput,
|
|
16
16
|
DeleteIdentitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput {}
|
|
19
20
|
export interface DeleteIdentitiesCommandOutput
|
|
20
21
|
extends DeleteIdentitiesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { DeleteIdentityPoolInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteIdentityPoolCommandInput
|
|
16
17
|
extends DeleteIdentityPoolInput {}
|
|
17
18
|
export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeIdentityCommandInput extends DescribeIdentityInput {}
|
|
16
17
|
export interface DescribeIdentityCommandOutput
|
|
17
18
|
extends IdentityDescription,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeIdentityPoolCommandInput
|
|
16
17
|
extends DescribeIdentityPoolInput {}
|
|
17
18
|
export interface DescribeIdentityPoolCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCredentialsForIdentityInput,
|
|
16
16
|
GetCredentialsForIdentityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCredentialsForIdentityCommandInput
|
|
19
20
|
extends GetCredentialsForIdentityInput {}
|
|
20
21
|
export interface GetCredentialsForIdentityCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { GetIdInput, GetIdResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetIdCommandInput extends GetIdInput {}
|
|
16
17
|
export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetIdCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetIdentityPoolRolesInput,
|
|
16
16
|
GetIdentityPoolRolesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetIdentityPoolRolesCommandInput
|
|
19
20
|
extends GetIdentityPoolRolesInput {}
|
|
20
21
|
export interface GetIdentityPoolRolesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetOpenIdTokenInput,
|
|
16
16
|
GetOpenIdTokenResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {}
|
|
19
20
|
export interface GetOpenIdTokenCommandOutput
|
|
20
21
|
extends GetOpenIdTokenResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetOpenIdTokenForDeveloperIdentityInput,
|
|
16
16
|
GetOpenIdTokenForDeveloperIdentityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
19
20
|
extends GetOpenIdTokenForDeveloperIdentityInput {}
|
|
20
21
|
export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPrincipalTagAttributeMapInput,
|
|
16
16
|
GetPrincipalTagAttributeMapResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPrincipalTagAttributeMapCommandInput
|
|
19
20
|
extends GetPrincipalTagAttributeMapInput {}
|
|
20
21
|
export interface GetPrincipalTagAttributeMapCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListIdentitiesInput,
|
|
16
16
|
ListIdentitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListIdentitiesCommandInput extends ListIdentitiesInput {}
|
|
19
20
|
export interface ListIdentitiesCommandOutput
|
|
20
21
|
extends ListIdentitiesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListIdentityPoolsInput,
|
|
16
16
|
ListIdentityPoolsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {}
|
|
19
20
|
export interface ListIdentityPoolsCommandOutput
|
|
20
21
|
extends ListIdentityPoolsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceInput,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
LookupDeveloperIdentityInput,
|
|
16
16
|
LookupDeveloperIdentityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface LookupDeveloperIdentityCommandInput
|
|
19
20
|
extends LookupDeveloperIdentityInput {}
|
|
20
21
|
export interface LookupDeveloperIdentityCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
MergeDeveloperIdentitiesInput,
|
|
16
16
|
MergeDeveloperIdentitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface MergeDeveloperIdentitiesCommandInput
|
|
19
20
|
extends MergeDeveloperIdentitiesInput {}
|
|
20
21
|
export interface MergeDeveloperIdentitiesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { SetIdentityPoolRolesInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SetIdentityPoolRolesCommandInput
|
|
16
17
|
extends SetIdentityPoolRolesInput {}
|
|
17
18
|
export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SetPrincipalTagAttributeMapInput,
|
|
16
16
|
SetPrincipalTagAttributeMapResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetPrincipalTagAttributeMapCommandInput
|
|
19
20
|
extends SetPrincipalTagAttributeMapInput {}
|
|
20
21
|
export interface SetPrincipalTagAttributeMapCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { TagResourceInput, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { UnlinkDeveloperIdentityInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UnlinkDeveloperIdentityCommandInput
|
|
16
17
|
extends UnlinkDeveloperIdentityInput {}
|
|
17
18
|
export interface UnlinkDeveloperIdentityCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { UnlinkIdentityInput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {}
|
|
16
17
|
export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UnlinkIdentityCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput
|
|
17
18
|
extends UntagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CognitoIdentityClient";
|
|
14
14
|
import { IdentityPool } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
|
|
16
17
|
export interface UpdateIdentityPoolCommandOutput
|
|
17
18
|
extends IdentityPool,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CognitoIdentity";
|
|
2
1
|
export * from "./CognitoIdentityClient";
|
|
2
|
+
export * from "./CognitoIdentity";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class CognitoIdentityServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|