@aws-sdk/client-cognito-identity 3.478.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateIdentityPoolCommand.js +19 -42
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +19 -42
- package/dist-cjs/commands/DescribeIdentityCommand.js +19 -42
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +19 -42
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +18 -41
- package/dist-cjs/commands/GetIdCommand.js +18 -41
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +19 -42
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +18 -41
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-cjs/commands/ListIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +19 -42
- package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +19 -42
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +19 -42
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-cjs/commands/TagResourceCommand.js +19 -42
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +19 -42
- package/dist-cjs/commands/UnlinkIdentityCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +19 -42
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +19 -42
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateIdentityPoolCommand.js +19 -42
- package/dist-es/commands/DeleteIdentitiesCommand.js +19 -42
- package/dist-es/commands/DeleteIdentityPoolCommand.js +19 -42
- package/dist-es/commands/DescribeIdentityCommand.js +19 -42
- package/dist-es/commands/DescribeIdentityPoolCommand.js +19 -42
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +18 -41
- package/dist-es/commands/GetIdCommand.js +18 -41
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +19 -42
- package/dist-es/commands/GetOpenIdTokenCommand.js +18 -41
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-es/commands/ListIdentitiesCommand.js +19 -42
- package/dist-es/commands/ListIdentityPoolsCommand.js +19 -42
- package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +19 -42
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +19 -42
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
- package/dist-es/commands/TagResourceCommand.js +19 -42
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +19 -42
- package/dist-es/commands/UnlinkIdentityCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +19 -42
- package/dist-es/commands/UpdateIdentityPoolCommand.js +19 -42
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -21
- package/dist-types/commands/GetIdCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -21
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -21
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -21
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -21
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -21
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +12 -12
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface SetPrincipalTagAttributeMapCommandInput
|
|
|
21
15
|
export interface SetPrincipalTagAttributeMapCommandOutput
|
|
22
16
|
extends SetPrincipalTagAttributeMapResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: SetPrincipalTagAttributeMapCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: SetPrincipalTagAttributeMapCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CognitoIdentityClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const SetPrincipalTagAttributeMapCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SetPrincipalTagAttributeMapCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
SetPrincipalTagAttributeMapCommandInput,
|
|
38
|
-
SetPrincipalTagAttributeMapCommandOutput
|
|
23
|
+
SetPrincipalTagAttributeMapCommandOutput,
|
|
24
|
+
CognitoIdentityClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
CognitoIdentityClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,22 +11,16 @@ export interface UnlinkDeveloperIdentityCommandInput
|
|
|
17
11
|
extends UnlinkDeveloperIdentityInput {}
|
|
18
12
|
export interface UnlinkDeveloperIdentityCommandOutput
|
|
19
13
|
extends __MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: UnlinkDeveloperIdentityCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: UnlinkDeveloperIdentityCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: CognitoIdentityClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const UnlinkDeveloperIdentityCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UnlinkDeveloperIdentityCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
UnlinkDeveloperIdentityCommandInput,
|
|
34
|
-
UnlinkDeveloperIdentityCommandOutput
|
|
19
|
+
UnlinkDeveloperIdentityCommandOutput,
|
|
20
|
+
CognitoIdentityClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { UnlinkIdentityInput } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {}
|
|
17
11
|
export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const UnlinkIdentityCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: UnlinkIdentityCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
UnlinkIdentityCommandInput,
|
|
17
|
+
UnlinkIdentityCommandOutput,
|
|
18
|
+
CognitoIdentityClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
17
11
|
export interface UntagResourceCommandOutput
|
|
18
12
|
extends UntagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UntagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UntagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UntagResourceCommandInput,
|
|
19
|
+
UntagResourceCommandOutput,
|
|
20
|
+
CognitoIdentityClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CognitoIdentityClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
|
|
|
17
11
|
export interface UpdateIdentityPoolCommandOutput
|
|
18
12
|
extends IdentityPool,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateIdentityPoolCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateIdentityPoolCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateIdentityPoolCommandInput,
|
|
19
|
+
UpdateIdentityPoolCommandOutput,
|
|
20
|
+
CognitoIdentityClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.484.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,47 +21,47 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.484.0",
|
|
25
|
+
"@aws-sdk/core": "3.481.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.484.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.484.0",
|
|
33
33
|
"@aws-sdk/types": "3.468.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.478.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
38
|
-
"@smithy/core": "^1.2.
|
|
37
|
+
"@smithy/config-resolver": "^2.0.22",
|
|
38
|
+
"@smithy/core": "^1.2.1",
|
|
39
39
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
40
40
|
"@smithy/hash-node": "^2.0.17",
|
|
41
41
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
42
42
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
43
43
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
44
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
45
45
|
"@smithy/middleware-serde": "^2.0.15",
|
|
46
46
|
"@smithy/middleware-stack": "^2.0.9",
|
|
47
47
|
"@smithy/node-config-provider": "^2.1.8",
|
|
48
48
|
"@smithy/node-http-handler": "^2.2.1",
|
|
49
49
|
"@smithy/protocol-http": "^3.0.11",
|
|
50
|
-
"@smithy/smithy-client": "^2.
|
|
50
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
51
51
|
"@smithy/types": "^2.7.0",
|
|
52
52
|
"@smithy/url-parser": "^2.0.15",
|
|
53
53
|
"@smithy/util-base64": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
55
55
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.31",
|
|
58
58
|
"@smithy/util-endpoints": "^1.0.7",
|
|
59
59
|
"@smithy/util-retry": "^2.0.8",
|
|
60
60
|
"@smithy/util-utf8": "^2.0.2",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@aws-sdk/client-iam": "3.
|
|
64
|
+
"@aws-sdk/client-iam": "3.484.0",
|
|
65
65
|
"@smithy/service-client-documentation-generator": "^2.0.0",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/chai": "^4.2.11",
|