@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.
Files changed (97) hide show
  1. package/dist-cjs/commands/CreateIdentityPoolCommand.js +19 -42
  2. package/dist-cjs/commands/DeleteIdentitiesCommand.js +19 -42
  3. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +19 -42
  4. package/dist-cjs/commands/DescribeIdentityCommand.js +19 -42
  5. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +19 -42
  6. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +18 -41
  7. package/dist-cjs/commands/GetIdCommand.js +18 -41
  8. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +19 -42
  9. package/dist-cjs/commands/GetOpenIdTokenCommand.js +18 -41
  10. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
  11. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
  12. package/dist-cjs/commands/ListIdentitiesCommand.js +19 -42
  13. package/dist-cjs/commands/ListIdentityPoolsCommand.js +19 -42
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
  15. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +19 -42
  16. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +19 -42
  17. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +19 -42
  18. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
  19. package/dist-cjs/commands/TagResourceCommand.js +19 -42
  20. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +19 -42
  21. package/dist-cjs/commands/UnlinkIdentityCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +19 -42
  23. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +19 -42
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/CreateIdentityPoolCommand.js +19 -42
  26. package/dist-es/commands/DeleteIdentitiesCommand.js +19 -42
  27. package/dist-es/commands/DeleteIdentityPoolCommand.js +19 -42
  28. package/dist-es/commands/DescribeIdentityCommand.js +19 -42
  29. package/dist-es/commands/DescribeIdentityPoolCommand.js +19 -42
  30. package/dist-es/commands/GetCredentialsForIdentityCommand.js +18 -41
  31. package/dist-es/commands/GetIdCommand.js +18 -41
  32. package/dist-es/commands/GetIdentityPoolRolesCommand.js +19 -42
  33. package/dist-es/commands/GetOpenIdTokenCommand.js +18 -41
  34. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
  35. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
  36. package/dist-es/commands/ListIdentitiesCommand.js +19 -42
  37. package/dist-es/commands/ListIdentityPoolsCommand.js +19 -42
  38. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  39. package/dist-es/commands/LookupDeveloperIdentityCommand.js +19 -42
  40. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +19 -42
  41. package/dist-es/commands/SetIdentityPoolRolesCommand.js +19 -42
  42. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
  43. package/dist-es/commands/TagResourceCommand.js +19 -42
  44. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +19 -42
  45. package/dist-es/commands/UnlinkIdentityCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +19 -42
  47. package/dist-es/commands/UpdateIdentityPoolCommand.js +19 -42
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -21
  54. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -21
  55. package/dist-types/commands/GetIdCommand.d.ts +6 -21
  56. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -21
  57. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -21
  58. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -21
  59. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -21
  60. package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -21
  61. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -21
  64. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -21
  65. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -21
  66. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -21
  67. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -21
  69. package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +12 -23
  80. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. 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,
@@ -17,19 +11,16 @@ export interface DescribeIdentityCommandInput extends DescribeIdentityInput {}
17
11
  export interface DescribeIdentityCommandOutput
18
12
  extends IdentityDescription,
19
13
  __MetadataBearer {}
20
- export declare class DescribeIdentityCommand extends $Command<
21
- DescribeIdentityCommandInput,
22
- DescribeIdentityCommandOutput,
23
- CognitoIdentityClientResolvedConfig
24
- > {
25
- readonly input: DescribeIdentityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeIdentityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoIdentityClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeIdentityCommandInput, DescribeIdentityCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeIdentityCommand_base: {
15
+ new (
16
+ input: DescribeIdentityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeIdentityCommandInput,
19
+ DescribeIdentityCommandOutput,
20
+ CognitoIdentityClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeIdentityCommand extends DescribeIdentityCommand_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,
@@ -18,22 +12,16 @@ export interface DescribeIdentityPoolCommandInput
18
12
  export interface DescribeIdentityPoolCommandOutput
19
13
  extends IdentityPool,
20
14
  __MetadataBearer {}
21
- export declare class DescribeIdentityPoolCommand extends $Command<
22
- DescribeIdentityPoolCommandInput,
23
- DescribeIdentityPoolCommandOutput,
24
- CognitoIdentityClientResolvedConfig
25
- > {
26
- readonly input: DescribeIdentityPoolCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: DescribeIdentityPoolCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: CognitoIdentityClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
15
+ declare const DescribeIdentityPoolCommand_base: {
16
+ new (
17
+ input: DescribeIdentityPoolCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
34
19
  DescribeIdentityPoolCommandInput,
35
- DescribeIdentityPoolCommandOutput
20
+ DescribeIdentityPoolCommandOutput,
21
+ CognitoIdentityClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
36
24
  >;
37
- private serialize;
38
- private deserialize;
39
- }
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_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,
@@ -21,22 +15,16 @@ export interface GetCredentialsForIdentityCommandInput
21
15
  export interface GetCredentialsForIdentityCommandOutput
22
16
  extends GetCredentialsForIdentityResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetCredentialsForIdentityCommand extends $Command<
25
- GetCredentialsForIdentityCommandInput,
26
- GetCredentialsForIdentityCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: GetCredentialsForIdentityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetCredentialsForIdentityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetCredentialsForIdentityCommand_base: {
19
+ new (
20
+ input: GetCredentialsForIdentityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetCredentialsForIdentityCommandInput,
38
- GetCredentialsForIdentityCommandOutput
23
+ GetCredentialsForIdentityCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_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,14 @@ import { GetIdInput, GetIdResponse } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface GetIdCommandInput extends GetIdInput {}
17
11
  export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
18
- export declare class GetIdCommand extends $Command<
19
- GetIdCommandInput,
20
- GetIdCommandOutput,
21
- CognitoIdentityClientResolvedConfig
22
- > {
23
- readonly input: GetIdCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: GetIdCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CognitoIdentityClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<GetIdCommandInput, GetIdCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const GetIdCommand_base: {
13
+ new (input: GetIdCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ GetIdCommandInput,
15
+ GetIdCommandOutput,
16
+ CognitoIdentityClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class GetIdCommand extends GetIdCommand_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,
@@ -21,22 +15,16 @@ export interface GetIdentityPoolRolesCommandInput
21
15
  export interface GetIdentityPoolRolesCommandOutput
22
16
  extends GetIdentityPoolRolesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetIdentityPoolRolesCommand extends $Command<
25
- GetIdentityPoolRolesCommandInput,
26
- GetIdentityPoolRolesCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: GetIdentityPoolRolesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetIdentityPoolRolesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetIdentityPoolRolesCommand_base: {
19
+ new (
20
+ input: GetIdentityPoolRolesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetIdentityPoolRolesCommandInput,
38
- GetIdentityPoolRolesCommandOutput
23
+ GetIdentityPoolRolesCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_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,
@@ -20,19 +14,16 @@ export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {}
20
14
  export interface GetOpenIdTokenCommandOutput
21
15
  extends GetOpenIdTokenResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetOpenIdTokenCommand extends $Command<
24
- GetOpenIdTokenCommandInput,
25
- GetOpenIdTokenCommandOutput,
26
- CognitoIdentityClientResolvedConfig
27
- > {
28
- readonly input: GetOpenIdTokenCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetOpenIdTokenCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoIdentityClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetOpenIdTokenCommand_base: {
18
+ new (
19
+ input: GetOpenIdTokenCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetOpenIdTokenCommandInput,
22
+ GetOpenIdTokenCommandOutput,
23
+ CognitoIdentityClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_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,
@@ -21,22 +15,16 @@ export interface GetOpenIdTokenForDeveloperIdentityCommandInput
21
15
  export interface GetOpenIdTokenForDeveloperIdentityCommandOutput
22
16
  extends GetOpenIdTokenForDeveloperIdentityResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetOpenIdTokenForDeveloperIdentityCommand extends $Command<
25
- GetOpenIdTokenForDeveloperIdentityCommandInput,
26
- GetOpenIdTokenForDeveloperIdentityCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: GetOpenIdTokenForDeveloperIdentityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetOpenIdTokenForDeveloperIdentityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
19
+ new (
20
+ input: GetOpenIdTokenForDeveloperIdentityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetOpenIdTokenForDeveloperIdentityCommandInput,
38
- GetOpenIdTokenForDeveloperIdentityCommandOutput
23
+ GetOpenIdTokenForDeveloperIdentityCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_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,
@@ -21,22 +15,16 @@ export interface GetPrincipalTagAttributeMapCommandInput
21
15
  export interface GetPrincipalTagAttributeMapCommandOutput
22
16
  extends GetPrincipalTagAttributeMapResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPrincipalTagAttributeMapCommand extends $Command<
25
- GetPrincipalTagAttributeMapCommandInput,
26
- GetPrincipalTagAttributeMapCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: GetPrincipalTagAttributeMapCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPrincipalTagAttributeMapCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPrincipalTagAttributeMapCommand_base: {
19
+ new (
20
+ input: GetPrincipalTagAttributeMapCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPrincipalTagAttributeMapCommandInput,
38
- GetPrincipalTagAttributeMapCommandOutput
23
+ GetPrincipalTagAttributeMapCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_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,
@@ -20,19 +14,16 @@ export interface ListIdentitiesCommandInput extends ListIdentitiesInput {}
20
14
  export interface ListIdentitiesCommandOutput
21
15
  extends ListIdentitiesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListIdentitiesCommand extends $Command<
24
- ListIdentitiesCommandInput,
25
- ListIdentitiesCommandOutput,
26
- CognitoIdentityClientResolvedConfig
27
- > {
28
- readonly input: ListIdentitiesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListIdentitiesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoIdentityClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListIdentitiesCommandInput, ListIdentitiesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListIdentitiesCommand_base: {
18
+ new (
19
+ input: ListIdentitiesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListIdentitiesCommandInput,
22
+ ListIdentitiesCommandOutput,
23
+ CognitoIdentityClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListIdentitiesCommand extends ListIdentitiesCommand_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,
@@ -20,19 +14,16 @@ export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {}
20
14
  export interface ListIdentityPoolsCommandOutput
21
15
  extends ListIdentityPoolsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListIdentityPoolsCommand extends $Command<
24
- ListIdentityPoolsCommandInput,
25
- ListIdentityPoolsCommandOutput,
26
- CognitoIdentityClientResolvedConfig
27
- > {
28
- readonly input: ListIdentityPoolsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListIdentityPoolsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CognitoIdentityClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListIdentityPoolsCommand_base: {
18
+ new (
19
+ input: ListIdentityPoolsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListIdentityPoolsCommandInput,
22
+ ListIdentityPoolsCommandOutput,
23
+ CognitoIdentityClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_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,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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,
@@ -21,22 +15,16 @@ export interface LookupDeveloperIdentityCommandInput
21
15
  export interface LookupDeveloperIdentityCommandOutput
22
16
  extends LookupDeveloperIdentityResponse,
23
17
  __MetadataBearer {}
24
- export declare class LookupDeveloperIdentityCommand extends $Command<
25
- LookupDeveloperIdentityCommandInput,
26
- LookupDeveloperIdentityCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: LookupDeveloperIdentityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: LookupDeveloperIdentityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const LookupDeveloperIdentityCommand_base: {
19
+ new (
20
+ input: LookupDeveloperIdentityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  LookupDeveloperIdentityCommandInput,
38
- LookupDeveloperIdentityCommandOutput
23
+ LookupDeveloperIdentityCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_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,
@@ -21,22 +15,16 @@ export interface MergeDeveloperIdentitiesCommandInput
21
15
  export interface MergeDeveloperIdentitiesCommandOutput
22
16
  extends MergeDeveloperIdentitiesResponse,
23
17
  __MetadataBearer {}
24
- export declare class MergeDeveloperIdentitiesCommand extends $Command<
25
- MergeDeveloperIdentitiesCommandInput,
26
- MergeDeveloperIdentitiesCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: MergeDeveloperIdentitiesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: MergeDeveloperIdentitiesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const MergeDeveloperIdentitiesCommand_base: {
19
+ new (
20
+ input: MergeDeveloperIdentitiesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  MergeDeveloperIdentitiesCommandInput,
38
- MergeDeveloperIdentitiesCommandOutput
23
+ MergeDeveloperIdentitiesCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_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,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface SetIdentityPoolRolesCommandInput
17
11
  extends SetIdentityPoolRolesInput {}
18
12
  export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {}
19
- export declare class SetIdentityPoolRolesCommand extends $Command<
20
- SetIdentityPoolRolesCommandInput,
21
- SetIdentityPoolRolesCommandOutput,
22
- CognitoIdentityClientResolvedConfig
23
- > {
24
- readonly input: SetIdentityPoolRolesCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: SetIdentityPoolRolesCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CognitoIdentityClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const SetIdentityPoolRolesCommand_base: {
14
+ new (
15
+ input: SetIdentityPoolRolesCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  SetIdentityPoolRolesCommandInput,
33
- SetIdentityPoolRolesCommandOutput
18
+ SetIdentityPoolRolesCommandOutput,
19
+ CognitoIdentityClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {}