@aws-sdk/client-cognito-identity 3.1077.0 → 3.1079.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 (77) hide show
  1. package/dist-cjs/index.js +31 -233
  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-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +3 -8
  31. package/dist-types/commands/DescribeIdentityCommand.d.ts +3 -8
  32. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +3 -8
  33. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
  34. package/dist-types/commands/GetIdCommand.d.ts +3 -8
  35. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +3 -8
  36. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +3 -8
  37. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +3 -8
  38. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +3 -8
  39. package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
  40. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +3 -8
  43. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +3 -8
  45. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +3 -8
  48. package/dist-types/commands/UnlinkIdentityCommand.d.ts +3 -8
  49. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +10 -10
@@ -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";
@@ -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: {
@@ -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 { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeIdentityPoolCommandInput
12
5
  extends DescribeIdentityPoolInput {}
13
6
  export interface DescribeIdentityPoolCommandOutput
@@ -19,22 +12,20 @@ declare const DescribeIdentityPoolCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  DescribeIdentityPoolCommandInput,
21
14
  DescribeIdentityPoolCommandOutput,
22
- CognitoIdentityClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").CognitoIdentityClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: DescribeIdentityPoolCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  DescribeIdentityPoolCommandInput,
30
23
  DescribeIdentityPoolCommandOutput,
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 DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_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
  GetCredentialsForIdentityInput,
10
4
  GetCredentialsForIdentityResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetCredentialsForIdentityCommandInput
15
8
  extends GetCredentialsForIdentityInput {}
16
9
  export interface GetCredentialsForIdentityCommandOutput
@@ -22,22 +15,20 @@ declare const GetCredentialsForIdentityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetCredentialsForIdentityCommandInput,
24
17
  GetCredentialsForIdentityCommandOutput,
25
- CognitoIdentityClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CognitoIdentityClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetCredentialsForIdentityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetCredentialsForIdentityCommandInput,
33
26
  GetCredentialsForIdentityCommandOutput,
34
- CognitoIdentityClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CognitoIdentityClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
43
34
  protected static __types: {
@@ -1,33 +1,24 @@
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 { GetIdInput, GetIdResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetIdCommandInput extends GetIdInput {}
12
5
  export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {}
13
6
  declare const GetIdCommand_base: {
14
7
  new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  GetIdCommandInput,
16
9
  GetIdCommandOutput,
17
- CognitoIdentityClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").CognitoIdentityClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: GetIdCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  GetIdCommandInput,
23
16
  GetIdCommandOutput,
24
- CognitoIdentityClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CognitoIdentityClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class GetIdCommand extends GetIdCommand_base {
33
24
  protected static __types: {