@aws-sdk/client-cognito-identity 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/CognitoIdentity.d.ts +72 -89
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +11 -38
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +40 -40
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteIdentityPoolInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteIdentityPoolCommandInput
|
|
5
|
-
extends DeleteIdentityPoolInput {}
|
|
4
|
+
export interface DeleteIdentityPoolCommandInput extends DeleteIdentityPoolInput {}
|
|
6
5
|
export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteIdentityPoolCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteIdentityPoolCommandInput
|
|
8
|
+
input: DeleteIdentityPoolCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteIdentityPoolCommandInput,
|
|
12
11
|
DeleteIdentityPoolCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteIdentityPoolCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteIdentityPoolCommandInput
|
|
17
|
+
input: DeleteIdentityPoolCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteIdentityPoolCommandInput,
|
|
21
20
|
DeleteIdentityPoolCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeIdentityCommandInput extends DescribeIdentityInput {}
|
|
5
|
-
export interface DescribeIdentityCommandOutput
|
|
6
|
-
extends IdentityDescription,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeIdentityCommandOutput extends IdentityDescription, __MetadataBearer {}
|
|
8
6
|
declare const DescribeIdentityCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeIdentityCommandInput
|
|
8
|
+
input: DescribeIdentityCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeIdentityCommandInput,
|
|
13
11
|
DescribeIdentityCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeIdentityCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeIdentityCommandInput
|
|
17
|
+
input: DescribeIdentityCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeIdentityCommandInput,
|
|
22
20
|
DescribeIdentityCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DescribeIdentityPoolCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DescribeIdentityPoolCommandOutput
|
|
7
|
-
extends IdentityPool,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeIdentityPoolCommandInput extends DescribeIdentityPoolInput {}
|
|
5
|
+
export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {}
|
|
9
6
|
declare const DescribeIdentityPoolCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: DescribeIdentityPoolCommandInput
|
|
8
|
+
input: DescribeIdentityPoolCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
DescribeIdentityPoolCommandInput,
|
|
14
11
|
DescribeIdentityPoolCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const DescribeIdentityPoolCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: DescribeIdentityPoolCommandInput
|
|
17
|
+
input: DescribeIdentityPoolCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
DescribeIdentityPoolCommandInput,
|
|
23
20
|
DescribeIdentityPoolCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCredentialsForIdentityResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCredentialsForIdentityCommandInput
|
|
8
|
-
extends GetCredentialsForIdentityInput {}
|
|
7
|
+
export interface GetCredentialsForIdentityCommandInput extends GetCredentialsForIdentityInput {}
|
|
9
8
|
export interface GetCredentialsForIdentityCommandOutput
|
|
10
|
-
extends GetCredentialsForIdentityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCredentialsForIdentityResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCredentialsForIdentityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCredentialsForIdentityCommandInput
|
|
12
|
+
input: GetCredentialsForIdentityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCredentialsForIdentityCommandInput,
|
|
17
15
|
GetCredentialsForIdentityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCredentialsForIdentityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCredentialsForIdentityCommandInput
|
|
21
|
+
input: GetCredentialsForIdentityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCredentialsForIdentityCommandInput,
|
|
26
24
|
GetCredentialsForIdentityCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetIdCommandInput extends GetIdInput {}
|
|
5
5
|
export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
|
|
6
6
|
declare const GetIdCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetIdCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetIdCommandInput,
|
|
9
11
|
GetIdCommandOutput,
|
|
10
12
|
import("..").CognitoIdentityClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetIdCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetIdCommandInput,
|
|
16
20
|
GetIdCommandOutput,
|
|
17
21
|
import("..").CognitoIdentityClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIdentityPoolRolesInput,
|
|
4
|
-
GetIdentityPoolRolesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIdentityPoolRolesCommandInput
|
|
8
|
-
extends GetIdentityPoolRolesInput {}
|
|
4
|
+
export interface GetIdentityPoolRolesCommandInput extends GetIdentityPoolRolesInput {}
|
|
9
5
|
export interface GetIdentityPoolRolesCommandOutput
|
|
10
|
-
extends GetIdentityPoolRolesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetIdentityPoolRolesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetIdentityPoolRolesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetIdentityPoolRolesCommandInput
|
|
9
|
+
input: GetIdentityPoolRolesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetIdentityPoolRolesCommandInput,
|
|
17
12
|
GetIdentityPoolRolesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetIdentityPoolRolesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetIdentityPoolRolesCommandInput
|
|
18
|
+
input: GetIdentityPoolRolesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetIdentityPoolRolesCommandInput,
|
|
26
21
|
GetIdentityPoolRolesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOpenIdTokenInput,
|
|
4
|
-
GetOpenIdTokenResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {}
|
|
8
|
-
export interface GetOpenIdTokenCommandOutput
|
|
9
|
-
extends GetOpenIdTokenResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetOpenIdTokenCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetOpenIdTokenCommandInput
|
|
8
|
+
input: GetOpenIdTokenCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetOpenIdTokenCommandInput,
|
|
16
11
|
GetOpenIdTokenCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetOpenIdTokenCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetOpenIdTokenCommandInput
|
|
17
|
+
input: GetOpenIdTokenCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetOpenIdTokenCommandInput,
|
|
25
20
|
GetOpenIdTokenCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetOpenIdTokenForDeveloperIdentityResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
8
|
-
extends GetOpenIdTokenForDeveloperIdentityInput {}
|
|
7
|
+
export interface GetOpenIdTokenForDeveloperIdentityCommandInput extends GetOpenIdTokenForDeveloperIdentityInput {}
|
|
9
8
|
export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
|
|
10
|
-
extends GetOpenIdTokenForDeveloperIdentityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetOpenIdTokenForDeveloperIdentityResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
12
|
+
input: GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
17
15
|
GetOpenIdTokenForDeveloperIdentityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetOpenIdTokenForDeveloperIdentityCommandInput
|
|
21
|
+
input: GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetOpenIdTokenForDeveloperIdentityCommandInput,
|
|
26
24
|
GetOpenIdTokenForDeveloperIdentityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPrincipalTagAttributeMapResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPrincipalTagAttributeMapCommandInput
|
|
8
|
-
extends GetPrincipalTagAttributeMapInput {}
|
|
7
|
+
export interface GetPrincipalTagAttributeMapCommandInput extends GetPrincipalTagAttributeMapInput {}
|
|
9
8
|
export interface GetPrincipalTagAttributeMapCommandOutput
|
|
10
|
-
extends GetPrincipalTagAttributeMapResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPrincipalTagAttributeMapResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPrincipalTagAttributeMapCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPrincipalTagAttributeMapCommandInput
|
|
12
|
+
input: GetPrincipalTagAttributeMapCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPrincipalTagAttributeMapCommandInput,
|
|
17
15
|
GetPrincipalTagAttributeMapCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPrincipalTagAttributeMapCommandInput
|
|
21
|
+
input: GetPrincipalTagAttributeMapCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPrincipalTagAttributeMapCommandInput,
|
|
26
24
|
GetPrincipalTagAttributeMapCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdentitiesInput,
|
|
4
|
-
ListIdentitiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListIdentitiesCommandInput extends ListIdentitiesInput {}
|
|
8
|
-
export interface ListIdentitiesCommandOutput
|
|
9
|
-
extends ListIdentitiesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListIdentitiesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListIdentitiesCommandInput
|
|
8
|
+
input: ListIdentitiesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListIdentitiesCommandInput,
|
|
16
11
|
ListIdentitiesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListIdentitiesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListIdentitiesCommandInput
|
|
17
|
+
input: ListIdentitiesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListIdentitiesCommandInput,
|
|
25
20
|
ListIdentitiesCommandOutput,
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListIdentityPoolsInput,
|
|
4
|
-
ListIdentityPoolsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {}
|
|
8
5
|
export interface ListIdentityPoolsCommandOutput
|
|
9
|
-
extends ListIdentityPoolsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListIdentityPoolsResponse, __MetadataBearer {}
|
|
11
7
|
declare const ListIdentityPoolsCommand_base: {
|
|
12
8
|
new (
|
|
13
|
-
input: ListIdentityPoolsCommandInput
|
|
9
|
+
input: ListIdentityPoolsCommandInput,
|
|
14
10
|
): import("@smithy/core/client").CommandImpl<
|
|
15
11
|
ListIdentityPoolsCommandInput,
|
|
16
12
|
ListIdentityPoolsCommandOutput,
|
|
@@ -19,7 +15,7 @@ declare const ListIdentityPoolsCommand_base: {
|
|
|
19
15
|
import("..").ServiceOutputTypes
|
|
20
16
|
>;
|
|
21
17
|
new (
|
|
22
|
-
input: ListIdentityPoolsCommandInput
|
|
18
|
+
input: ListIdentityPoolsCommandInput,
|
|
23
19
|
): import("@smithy/core/client").CommandImpl<
|
|
24
20
|
ListIdentityPoolsCommandInput,
|
|
25
21
|
ListIdentityPoolsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
LookupDeveloperIdentityInput,
|
|
4
|
-
LookupDeveloperIdentityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface LookupDeveloperIdentityCommandInput
|
|
8
|
-
extends LookupDeveloperIdentityInput {}
|
|
4
|
+
export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIdentityInput {}
|
|
9
5
|
export interface LookupDeveloperIdentityCommandOutput
|
|
10
|
-
extends LookupDeveloperIdentityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends LookupDeveloperIdentityResponse, __MetadataBearer {}
|
|
12
7
|
declare const LookupDeveloperIdentityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: LookupDeveloperIdentityCommandInput
|
|
9
|
+
input: LookupDeveloperIdentityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
LookupDeveloperIdentityCommandInput,
|
|
17
12
|
LookupDeveloperIdentityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const LookupDeveloperIdentityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: LookupDeveloperIdentityCommandInput
|
|
18
|
+
input: LookupDeveloperIdentityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
LookupDeveloperIdentityCommandInput,
|
|
26
21
|
LookupDeveloperIdentityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
MergeDeveloperIdentitiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergeDeveloperIdentitiesCommandInput
|
|
8
|
-
extends MergeDeveloperIdentitiesInput {}
|
|
7
|
+
export interface MergeDeveloperIdentitiesCommandInput extends MergeDeveloperIdentitiesInput {}
|
|
9
8
|
export interface MergeDeveloperIdentitiesCommandOutput
|
|
10
|
-
extends MergeDeveloperIdentitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends MergeDeveloperIdentitiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const MergeDeveloperIdentitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: MergeDeveloperIdentitiesCommandInput
|
|
12
|
+
input: MergeDeveloperIdentitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
MergeDeveloperIdentitiesCommandInput,
|
|
17
15
|
MergeDeveloperIdentitiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const MergeDeveloperIdentitiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: MergeDeveloperIdentitiesCommandInput
|
|
21
|
+
input: MergeDeveloperIdentitiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
MergeDeveloperIdentitiesCommandInput,
|
|
26
24
|
MergeDeveloperIdentitiesCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetIdentityPoolRolesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetIdentityPoolRolesCommandInput
|
|
5
|
-
extends SetIdentityPoolRolesInput {}
|
|
4
|
+
export interface SetIdentityPoolRolesCommandInput extends SetIdentityPoolRolesInput {}
|
|
6
5
|
export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetIdentityPoolRolesCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetIdentityPoolRolesCommandInput
|
|
8
|
+
input: SetIdentityPoolRolesCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetIdentityPoolRolesCommandInput,
|
|
12
11
|
SetIdentityPoolRolesCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetIdentityPoolRolesCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetIdentityPoolRolesCommandInput
|
|
17
|
+
input: SetIdentityPoolRolesCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetIdentityPoolRolesCommandInput,
|
|
21
20
|
SetIdentityPoolRolesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetPrincipalTagAttributeMapResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetPrincipalTagAttributeMapCommandInput
|
|
8
|
-
extends SetPrincipalTagAttributeMapInput {}
|
|
7
|
+
export interface SetPrincipalTagAttributeMapCommandInput extends SetPrincipalTagAttributeMapInput {}
|
|
9
8
|
export interface SetPrincipalTagAttributeMapCommandOutput
|
|
10
|
-
extends SetPrincipalTagAttributeMapResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetPrincipalTagAttributeMapResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetPrincipalTagAttributeMapCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetPrincipalTagAttributeMapCommandInput
|
|
12
|
+
input: SetPrincipalTagAttributeMapCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetPrincipalTagAttributeMapCommandInput,
|
|
17
15
|
SetPrincipalTagAttributeMapCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetPrincipalTagAttributeMapCommandInput
|
|
21
|
+
input: SetPrincipalTagAttributeMapCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetPrincipalTagAttributeMapCommandInput,
|
|
26
24
|
SetPrincipalTagAttributeMapCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceInput, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UnlinkDeveloperIdentityInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UnlinkDeveloperIdentityCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UnlinkDeveloperIdentityCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UnlinkDeveloperIdentityCommandInput extends UnlinkDeveloperIdentityInput {}
|
|
5
|
+
export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UnlinkDeveloperIdentityCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UnlinkDeveloperIdentityCommandInput
|
|
8
|
+
input: UnlinkDeveloperIdentityCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UnlinkDeveloperIdentityCommandInput,
|
|
13
11
|
UnlinkDeveloperIdentityCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UnlinkDeveloperIdentityCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UnlinkDeveloperIdentityCommandInput
|
|
17
|
+
input: UnlinkDeveloperIdentityCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UnlinkDeveloperIdentityCommandInput,
|
|
22
20
|
UnlinkDeveloperIdentityCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {}
|
|
|
5
5
|
export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UnlinkIdentityCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UnlinkIdentityCommandInput
|
|
8
|
+
input: UnlinkIdentityCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UnlinkIdentityCommandInput,
|
|
11
11
|
UnlinkIdentityCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UnlinkIdentityCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UnlinkIdentityCommandInput
|
|
17
|
+
input: UnlinkIdentityCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UnlinkIdentityCommandInput,
|
|
20
20
|
UnlinkIdentityCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { IdentityPool } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
|
|
5
|
-
export interface UpdateIdentityPoolCommandOutput
|
|
6
|
-
extends IdentityPool,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {}
|
|
8
6
|
declare const UpdateIdentityPoolCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateIdentityPoolCommandInput
|
|
8
|
+
input: UpdateIdentityPoolCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateIdentityPoolCommandInput,
|
|
13
11
|
UpdateIdentityPoolCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateIdentityPoolCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateIdentityPoolCommandInput
|
|
17
|
+
input: UpdateIdentityPoolCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateIdentityPoolCommandInput,
|
|
22
20
|
UpdateIdentityPoolCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ 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
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -15,11 +15,9 @@ export declare const MappingRuleMatchType: {
|
|
|
15
15
|
readonly NOT_EQUAL: "NotEqual";
|
|
16
16
|
readonly STARTS_WITH: "StartsWith";
|
|
17
17
|
};
|
|
18
|
-
export type MappingRuleMatchType =
|
|
19
|
-
(typeof MappingRuleMatchType)[keyof typeof MappingRuleMatchType];
|
|
18
|
+
export type MappingRuleMatchType = (typeof MappingRuleMatchType)[keyof typeof MappingRuleMatchType];
|
|
20
19
|
export declare const RoleMappingType: {
|
|
21
20
|
readonly RULES: "Rules";
|
|
22
21
|
readonly TOKEN: "Token";
|
|
23
22
|
};
|
|
24
|
-
export type RoleMappingType =
|
|
25
|
-
(typeof RoleMappingType)[keyof typeof RoleMappingType];
|
|
23
|
+
export type RoleMappingType = (typeof RoleMappingType)[keyof typeof RoleMappingType];
|