@aws-sdk/client-cognito-identity 3.1077.0 → 3.1078.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/index.js +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateIdentityPoolCommand.js +2 -14
- package/dist-es/commands/DeleteIdentitiesCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityPoolCommand.js +2 -14
- package/dist-es/commands/DescribeIdentityCommand.js +2 -14
- package/dist-es/commands/DescribeIdentityPoolCommand.js +2 -14
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -14
- package/dist-es/commands/GetIdCommand.js +2 -14
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -14
- package/dist-es/commands/GetOpenIdTokenCommand.js +2 -14
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -14
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -14
- package/dist-es/commands/ListIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListIdentityPoolsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -14
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -14
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -14
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -14
- package/dist-es/commands/UnlinkIdentityCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdentityPoolCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +3 -8
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
- package/dist-types/commands/GetIdCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +3 -8
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +3 -8
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +3 -8
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +3 -8
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +3 -8
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +10 -10
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CognitoIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CognitoIdentityClient";
|
|
8
2
|
import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
12
5
|
export interface UntagResourceCommandOutput
|
|
13
6
|
extends UntagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagResourceCommandInput,
|
|
20
13
|
UntagResourceCommandOutput,
|
|
21
|
-
CognitoIdentityClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CognitoIdentityClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagResourceCommandInput,
|
|
29
22
|
UntagResourceCommandOutput,
|
|
30
|
-
CognitoIdentityClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CognitoIdentityClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CognitoIdentityClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CognitoIdentityClient";
|
|
8
2
|
import { IdentityPool } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
|
|
12
5
|
export interface UpdateIdentityPoolCommandOutput
|
|
13
6
|
extends IdentityPool,
|
|
@@ -18,22 +11,20 @@ declare const UpdateIdentityPoolCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateIdentityPoolCommandInput,
|
|
20
13
|
UpdateIdentityPoolCommandOutput,
|
|
21
|
-
CognitoIdentityClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CognitoIdentityClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateIdentityPoolCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateIdentityPoolCommandInput,
|
|
29
22
|
UpdateIdentityPoolCommandOutput,
|
|
30
|
-
CognitoIdentityClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CognitoIdentityClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"module": "./dist-es/index.js",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
-
"@aws-sdk/types": "^3.973.
|
|
31
|
-
"@smithy/core": "^3.
|
|
32
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
33
|
-
"@smithy/node-http-handler": "^4.9.
|
|
34
|
-
"@smithy/types": "^4.15.
|
|
28
|
+
"@aws-sdk/core": "^3.974.26",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
30
|
+
"@aws-sdk/types": "^3.973.15",
|
|
31
|
+
"@smithy/core": "^3.29.0",
|
|
32
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
33
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
34
|
+
"@smithy/types": "^4.15.1",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@aws-sdk/client-iam": "3.
|
|
39
|
-
"@smithy/snapshot-testing": "^2.2.
|
|
38
|
+
"@aws-sdk/client-iam": "3.1078.0",
|
|
39
|
+
"@smithy/snapshot-testing": "^2.2.5",
|
|
40
40
|
"@tsconfig/node20": "20.1.8",
|
|
41
41
|
"@types/chai": "^4.2.11",
|
|
42
42
|
"@types/node": "^20.14.8",
|