@aws-sdk/client-cognito-identity 3.1076.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.
Files changed (89) hide show
  1. package/dist-cjs/index.js +34 -235
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateIdentityPoolCommand.js +2 -14
  4. package/dist-es/commands/DeleteIdentitiesCommand.js +2 -14
  5. package/dist-es/commands/DeleteIdentityPoolCommand.js +2 -14
  6. package/dist-es/commands/DescribeIdentityCommand.js +2 -14
  7. package/dist-es/commands/DescribeIdentityPoolCommand.js +2 -14
  8. package/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -14
  9. package/dist-es/commands/GetIdCommand.js +2 -14
  10. package/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -14
  11. package/dist-es/commands/GetOpenIdTokenCommand.js +2 -14
  12. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -14
  13. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -14
  14. package/dist-es/commands/ListIdentitiesCommand.js +2 -14
  15. package/dist-es/commands/ListIdentityPoolsCommand.js +2 -14
  16. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  17. package/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -14
  18. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -14
  19. package/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -14
  20. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -14
  21. package/dist-es/commands/TagResourceCommand.js +2 -14
  22. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -14
  23. package/dist-es/commands/UnlinkIdentityCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateIdentityPoolCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.browser.js +0 -2
  28. package/dist-es/runtimeConfig.js +1 -2
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeIdentityCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +3 -8
  37. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
  38. package/dist-types/commands/GetIdCommand.d.ts +3 -8
  39. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +3 -8
  40. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +3 -8
  41. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +3 -8
  42. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -8
  43. package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  46. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +3 -8
  47. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -8
  48. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +3 -8
  49. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +3 -8
  50. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +3 -8
  52. package/dist-types/commands/UnlinkIdentityCommand.d.ts +3 -8
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/runtimeConfig.d.ts +1 -1
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  89. package/package.json +10 -12
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {
22
19
  export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListIdentityPoolsCommand_base: {
25
- new (input: ListIdentityPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIdentityPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIdentityPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIdentityPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the Cognito identity pools registered for your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags that are assigned to an Amazon Cognito identity pool.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIden
22
19
  export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIdentityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const LookupDeveloperIdentityCommand_base: {
25
- new (input: LookupDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: LookupDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: LookupDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: LookupDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the <code>IdentityID</code> associated with a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface MergeDeveloperIdentitiesCommandInput extends MergeDeveloperIden
22
19
  export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIdentitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const MergeDeveloperIdentitiesCommand_base: {
25
- new (input: MergeDeveloperIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: MergeDeveloperIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: MergeDeveloperIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: MergeDeveloperIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Merges two users having different <code>IdentityId</code>s, existing in the same
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { SetIdentityPoolRolesInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetIdentityPoolRolesCommandInput extends SetIdentityPoolRolesIn
22
19
  export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const SetIdentityPoolRolesCommand_base: {
25
- new (input: SetIdentityPoolRolesCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetIdentityPoolRolesCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetIdentityPoolRolesCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetIdentityPoolRolesCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the roles for an identity pool. These roles are used when making calls to <a>GetCredentialsForIdentity</a> action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetPrincipalTagAttributeMapCommandInput extends SetPrincipalTag
22
19
  export interface SetPrincipalTagAttributeMapCommandOutput extends SetPrincipalTagAttributeMapResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SetPrincipalTagAttributeMapCommand_base: {
25
- new (input: SetPrincipalTagAttributeMapCommandInput): import("@smithy/core/client").CommandImpl<SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetPrincipalTagAttributeMapCommandInput): import("@smithy/core/client").CommandImpl<SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetPrincipalTagAttributeMapCommandInput): import("@smithy/core/client").CommandImpl<SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetPrincipalTagAttributeMapCommandInput): import("@smithy/core/client").CommandImpl<SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>You can use this operation to use default (username and clientID) attribute or custom
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { TagResourceInput, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { UnlinkDeveloperIdentityInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UnlinkDeveloperIdentityCommandInput extends UnlinkDeveloperIden
22
19
  export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UnlinkDeveloperIdentityCommand_base: {
25
- new (input: UnlinkDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UnlinkDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UnlinkDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UnlinkDeveloperIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Unlinks a <code>DeveloperUserIdentifier</code> from an existing identity. Unlinked
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { UnlinkIdentityInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {
22
19
  export interface UnlinkIdentityCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UnlinkIdentityCommand_base: {
25
- new (input: UnlinkIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UnlinkIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UnlinkIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UnlinkIdentityCommandInput): import("@smithy/core/client").CommandImpl<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Unlinks a federated identity from an existing account. Unlinked logins will be
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { UntagResourceInput, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified tags from the specified Amazon Cognito identity pool. You can use
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient";
4
2
  import type { IdentityPool } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateIdentityPoolCommandInput extends IdentityPool {
22
19
  export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIdentityPoolCommand_base: {
25
- new (input: UpdateIdentityPoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIdentityPoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIdentityPoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIdentityPoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of an identity pool.</p>
@@ -23,6 +23,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
23
23
  export type { RuntimeExtension } from "./runtimeExtensions";
24
24
  export type { CognitoIdentityExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
26
+ export { Command as $Command } from "@smithy/core/client";
26
27
  export * from "./schemas/schemas_0";
27
28
  export * from "./pagination";
28
29
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { CognitoIdentityClientConfig } from "./CognitoIdentityClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -32,6 +32,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
32
32
  defaultNamespace?: string;
33
33
  };
34
34
  serviceId: string;
35
+ sha256: import("@smithy/types").HashConstructor;
35
36
  urlParser: import("@smithy/types").UrlParser;
36
37
  utf8Decoder: import("@smithy/types").Decoder;
37
38
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CognitoIdentityClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CognitoIdentityClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CognitoIdentityClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CognitoIdentityClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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 { CreateIdentityPoolInput, IdentityPool } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateIdentityPoolCommandInput
12
5
  extends CreateIdentityPoolInput {}
13
6
  export interface CreateIdentityPoolCommandOutput
@@ -19,22 +12,20 @@ declare const CreateIdentityPoolCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  CreateIdentityPoolCommandInput,
21
14
  CreateIdentityPoolCommandOutput,
22
- CognitoIdentityClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").CognitoIdentityClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: CreateIdentityPoolCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  CreateIdentityPoolCommandInput,
30
23
  CreateIdentityPoolCommandOutput,
31
- CognitoIdentityClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").CognitoIdentityClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {
40
31
  protected static __types: {
@@ -1,16 +1,9 @@
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 {
9
3
  DeleteIdentitiesInput,
10
4
  DeleteIdentitiesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput {}
15
8
  export interface DeleteIdentitiesCommandOutput
16
9
  extends DeleteIdentitiesResponse,
@@ -21,22 +14,20 @@ declare const DeleteIdentitiesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteIdentitiesCommandInput,
23
16
  DeleteIdentitiesCommandOutput,
24
- CognitoIdentityClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CognitoIdentityClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteIdentitiesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteIdentitiesCommandInput,
32
25
  DeleteIdentitiesCommandOutput,
33
- CognitoIdentityClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CognitoIdentityClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {
42
33
  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 { DeleteIdentityPoolInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteIdentityPoolCommandInput
12
5
  extends DeleteIdentityPoolInput {}
13
6
  export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteIdentityPoolCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteIdentityPoolCommandInput,
19
12
  DeleteIdentityPoolCommandOutput,
20
- CognitoIdentityClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").CognitoIdentityClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteIdentityPoolCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteIdentityPoolCommandInput,
28
21
  DeleteIdentityPoolCommandOutput,
29
- CognitoIdentityClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").CognitoIdentityClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {
38
29
  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 { DescribeIdentityInput, IdentityDescription } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeIdentityCommandInput extends DescribeIdentityInput {}
12
5
  export interface DescribeIdentityCommandOutput
13
6
  extends IdentityDescription,
@@ -18,22 +11,20 @@ declare const DescribeIdentityCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeIdentityCommandInput,
20
13
  DescribeIdentityCommandOutput,
21
- CognitoIdentityClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CognitoIdentityClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DescribeIdentityCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeIdentityCommandInput,
29
22
  DescribeIdentityCommandOutput,
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 DescribeIdentityCommand extends DescribeIdentityCommand_base {
39
30
  protected static __types: {