@aws-sdk/client-cognito-identity 3.168.0 → 3.170.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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CognitoIdentity.d.ts +421 -120
  3. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +265 -96
  4. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +33 -17
  7. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +6 -6
  30. package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +8 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +634 -567
  33. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  34. package/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  36. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  41. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-cognito-identity
@@ -1,120 +1,421 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand";
4
- import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "./commands/DeleteIdentitiesCommand";
5
- import { DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput } from "./commands/DeleteIdentityPoolCommand";
6
- import { DescribeIdentityCommandInput, DescribeIdentityCommandOutput } from "./commands/DescribeIdentityCommand";
7
- import { DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput } from "./commands/DescribeIdentityPoolCommand";
8
- import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
9
- import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
10
- import { GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput } from "./commands/GetIdentityPoolRolesCommand";
11
- import { GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput } from "./commands/GetOpenIdTokenCommand";
12
- import { GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput } from "./commands/GetOpenIdTokenForDeveloperIdentityCommand";
13
- import { GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput } from "./commands/GetPrincipalTagAttributeMapCommand";
14
- import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "./commands/ListIdentitiesCommand";
15
- import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "./commands/ListIdentityPoolsCommand";
16
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
17
- import { LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput } from "./commands/LookupDeveloperIdentityCommand";
18
- import { MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput } from "./commands/MergeDeveloperIdentitiesCommand";
19
- import { SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput } from "./commands/SetIdentityPoolRolesCommand";
20
- import { SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput } from "./commands/SetPrincipalTagAttributeMapCommand";
21
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
22
- import { UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput } from "./commands/UnlinkDeveloperIdentityCommand";
23
- import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "./commands/UnlinkIdentityCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "./commands/UpdateIdentityPoolCommand";
26
-
27
- export declare class CognitoIdentity extends CognitoIdentityClient {
28
-
29
- createIdentityPool(args: CreateIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdentityPoolCommandOutput>;
30
- createIdentityPool(args: CreateIdentityPoolCommandInput, cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void): void;
31
- createIdentityPool(args: CreateIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void): void;
32
-
33
- deleteIdentities(args: DeleteIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentitiesCommandOutput>;
34
- deleteIdentities(args: DeleteIdentitiesCommandInput, cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void): void;
35
- deleteIdentities(args: DeleteIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void): void;
36
-
37
- deleteIdentityPool(args: DeleteIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdentityPoolCommandOutput>;
38
- deleteIdentityPool(args: DeleteIdentityPoolCommandInput, cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void): void;
39
- deleteIdentityPool(args: DeleteIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void): void;
40
-
41
- describeIdentity(args: DescribeIdentityCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityCommandOutput>;
42
- describeIdentity(args: DescribeIdentityCommandInput, cb: (err: any, data?: DescribeIdentityCommandOutput) => void): void;
43
- describeIdentity(args: DescribeIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityCommandOutput) => void): void;
44
-
45
- describeIdentityPool(args: DescribeIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityPoolCommandOutput>;
46
- describeIdentityPool(args: DescribeIdentityPoolCommandInput, cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void): void;
47
- describeIdentityPool(args: DescribeIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void): void;
48
-
49
- getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialsForIdentityCommandOutput>;
50
- getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void;
51
- getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void;
52
-
53
- getId(args: GetIdCommandInput, options?: __HttpHandlerOptions): Promise<GetIdCommandOutput>;
54
- getId(args: GetIdCommandInput, cb: (err: any, data?: GetIdCommandOutput) => void): void;
55
- getId(args: GetIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdCommandOutput) => void): void;
56
-
57
- getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, options?: __HttpHandlerOptions): Promise<GetIdentityPoolRolesCommandOutput>;
58
- getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void): void;
59
- getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void): void;
60
-
61
- getOpenIdToken(args: GetOpenIdTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetOpenIdTokenCommandOutput>;
62
- getOpenIdToken(args: GetOpenIdTokenCommandInput, cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void): void;
63
- getOpenIdToken(args: GetOpenIdTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void): void;
64
-
65
- getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GetOpenIdTokenForDeveloperIdentityCommandOutput>;
66
- getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, cb: (err: any, data?: GetOpenIdTokenForDeveloperIdentityCommandOutput) => void): void;
67
- getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpenIdTokenForDeveloperIdentityCommandOutput) => void): void;
68
-
69
- getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, options?: __HttpHandlerOptions): Promise<GetPrincipalTagAttributeMapCommandOutput>;
70
- getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void): void;
71
- getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void): void;
72
-
73
- listIdentities(args: ListIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentitiesCommandOutput>;
74
- listIdentities(args: ListIdentitiesCommandInput, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void;
75
- listIdentities(args: ListIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void;
76
-
77
- listIdentityPools(args: ListIdentityPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityPoolsCommandOutput>;
78
- listIdentityPools(args: ListIdentityPoolsCommandInput, cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void): void;
79
- listIdentityPools(args: ListIdentityPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void): void;
80
-
81
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
82
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
83
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
84
-
85
- lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise<LookupDeveloperIdentityCommandOutput>;
86
- lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void): void;
87
- lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void): void;
88
-
89
- mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<MergeDeveloperIdentitiesCommandOutput>;
90
- mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void): void;
91
- mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void): void;
92
-
93
- setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, options?: __HttpHandlerOptions): Promise<SetIdentityPoolRolesCommandOutput>;
94
- setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void): void;
95
- setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void): void;
96
-
97
- setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, options?: __HttpHandlerOptions): Promise<SetPrincipalTagAttributeMapCommandOutput>;
98
- setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void): void;
99
- setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void): void;
100
-
101
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
102
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
103
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
104
-
105
- unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise<UnlinkDeveloperIdentityCommandOutput>;
106
- unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void): void;
107
- unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void): void;
108
-
109
- unlinkIdentity(args: UnlinkIdentityCommandInput, options?: __HttpHandlerOptions): Promise<UnlinkIdentityCommandOutput>;
110
- unlinkIdentity(args: UnlinkIdentityCommandInput, cb: (err: any, data?: UnlinkIdentityCommandOutput) => void): void;
111
- unlinkIdentity(args: UnlinkIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnlinkIdentityCommandOutput) => void): void;
112
-
113
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
114
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
115
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
116
-
117
- updateIdentityPool(args: UpdateIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdentityPoolCommandOutput>;
118
- updateIdentityPool(args: UpdateIdentityPoolCommandInput, cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void): void;
119
- updateIdentityPool(args: UpdateIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void): void;
120
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
+ import {
4
+ CreateIdentityPoolCommandInput,
5
+ CreateIdentityPoolCommandOutput,
6
+ } from "./commands/CreateIdentityPoolCommand";
7
+ import {
8
+ DeleteIdentitiesCommandInput,
9
+ DeleteIdentitiesCommandOutput,
10
+ } from "./commands/DeleteIdentitiesCommand";
11
+ import {
12
+ DeleteIdentityPoolCommandInput,
13
+ DeleteIdentityPoolCommandOutput,
14
+ } from "./commands/DeleteIdentityPoolCommand";
15
+ import {
16
+ DescribeIdentityCommandInput,
17
+ DescribeIdentityCommandOutput,
18
+ } from "./commands/DescribeIdentityCommand";
19
+ import {
20
+ DescribeIdentityPoolCommandInput,
21
+ DescribeIdentityPoolCommandOutput,
22
+ } from "./commands/DescribeIdentityPoolCommand";
23
+ import {
24
+ GetCredentialsForIdentityCommandInput,
25
+ GetCredentialsForIdentityCommandOutput,
26
+ } from "./commands/GetCredentialsForIdentityCommand";
27
+ import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
28
+ import {
29
+ GetIdentityPoolRolesCommandInput,
30
+ GetIdentityPoolRolesCommandOutput,
31
+ } from "./commands/GetIdentityPoolRolesCommand";
32
+ import {
33
+ GetOpenIdTokenCommandInput,
34
+ GetOpenIdTokenCommandOutput,
35
+ } from "./commands/GetOpenIdTokenCommand";
36
+ import {
37
+ GetOpenIdTokenForDeveloperIdentityCommandInput,
38
+ GetOpenIdTokenForDeveloperIdentityCommandOutput,
39
+ } from "./commands/GetOpenIdTokenForDeveloperIdentityCommand";
40
+ import {
41
+ GetPrincipalTagAttributeMapCommandInput,
42
+ GetPrincipalTagAttributeMapCommandOutput,
43
+ } from "./commands/GetPrincipalTagAttributeMapCommand";
44
+ import {
45
+ ListIdentitiesCommandInput,
46
+ ListIdentitiesCommandOutput,
47
+ } from "./commands/ListIdentitiesCommand";
48
+ import {
49
+ ListIdentityPoolsCommandInput,
50
+ ListIdentityPoolsCommandOutput,
51
+ } from "./commands/ListIdentityPoolsCommand";
52
+ import {
53
+ ListTagsForResourceCommandInput,
54
+ ListTagsForResourceCommandOutput,
55
+ } from "./commands/ListTagsForResourceCommand";
56
+ import {
57
+ LookupDeveloperIdentityCommandInput,
58
+ LookupDeveloperIdentityCommandOutput,
59
+ } from "./commands/LookupDeveloperIdentityCommand";
60
+ import {
61
+ MergeDeveloperIdentitiesCommandInput,
62
+ MergeDeveloperIdentitiesCommandOutput,
63
+ } from "./commands/MergeDeveloperIdentitiesCommand";
64
+ import {
65
+ SetIdentityPoolRolesCommandInput,
66
+ SetIdentityPoolRolesCommandOutput,
67
+ } from "./commands/SetIdentityPoolRolesCommand";
68
+ import {
69
+ SetPrincipalTagAttributeMapCommandInput,
70
+ SetPrincipalTagAttributeMapCommandOutput,
71
+ } from "./commands/SetPrincipalTagAttributeMapCommand";
72
+ import {
73
+ TagResourceCommandInput,
74
+ TagResourceCommandOutput,
75
+ } from "./commands/TagResourceCommand";
76
+ import {
77
+ UnlinkDeveloperIdentityCommandInput,
78
+ UnlinkDeveloperIdentityCommandOutput,
79
+ } from "./commands/UnlinkDeveloperIdentityCommand";
80
+ import {
81
+ UnlinkIdentityCommandInput,
82
+ UnlinkIdentityCommandOutput,
83
+ } from "./commands/UnlinkIdentityCommand";
84
+ import {
85
+ UntagResourceCommandInput,
86
+ UntagResourceCommandOutput,
87
+ } from "./commands/UntagResourceCommand";
88
+ import {
89
+ UpdateIdentityPoolCommandInput,
90
+ UpdateIdentityPoolCommandOutput,
91
+ } from "./commands/UpdateIdentityPoolCommand";
92
+
93
+ export declare class CognitoIdentity extends CognitoIdentityClient {
94
+ createIdentityPool(
95
+ args: CreateIdentityPoolCommandInput,
96
+ options?: __HttpHandlerOptions
97
+ ): Promise<CreateIdentityPoolCommandOutput>;
98
+ createIdentityPool(
99
+ args: CreateIdentityPoolCommandInput,
100
+ cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void
101
+ ): void;
102
+ createIdentityPool(
103
+ args: CreateIdentityPoolCommandInput,
104
+ options: __HttpHandlerOptions,
105
+ cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void
106
+ ): void;
107
+
108
+ deleteIdentities(
109
+ args: DeleteIdentitiesCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<DeleteIdentitiesCommandOutput>;
112
+ deleteIdentities(
113
+ args: DeleteIdentitiesCommandInput,
114
+ cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void
115
+ ): void;
116
+ deleteIdentities(
117
+ args: DeleteIdentitiesCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void
120
+ ): void;
121
+
122
+ deleteIdentityPool(
123
+ args: DeleteIdentityPoolCommandInput,
124
+ options?: __HttpHandlerOptions
125
+ ): Promise<DeleteIdentityPoolCommandOutput>;
126
+ deleteIdentityPool(
127
+ args: DeleteIdentityPoolCommandInput,
128
+ cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void
129
+ ): void;
130
+ deleteIdentityPool(
131
+ args: DeleteIdentityPoolCommandInput,
132
+ options: __HttpHandlerOptions,
133
+ cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void
134
+ ): void;
135
+
136
+ describeIdentity(
137
+ args: DescribeIdentityCommandInput,
138
+ options?: __HttpHandlerOptions
139
+ ): Promise<DescribeIdentityCommandOutput>;
140
+ describeIdentity(
141
+ args: DescribeIdentityCommandInput,
142
+ cb: (err: any, data?: DescribeIdentityCommandOutput) => void
143
+ ): void;
144
+ describeIdentity(
145
+ args: DescribeIdentityCommandInput,
146
+ options: __HttpHandlerOptions,
147
+ cb: (err: any, data?: DescribeIdentityCommandOutput) => void
148
+ ): void;
149
+
150
+ describeIdentityPool(
151
+ args: DescribeIdentityPoolCommandInput,
152
+ options?: __HttpHandlerOptions
153
+ ): Promise<DescribeIdentityPoolCommandOutput>;
154
+ describeIdentityPool(
155
+ args: DescribeIdentityPoolCommandInput,
156
+ cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void
157
+ ): void;
158
+ describeIdentityPool(
159
+ args: DescribeIdentityPoolCommandInput,
160
+ options: __HttpHandlerOptions,
161
+ cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void
162
+ ): void;
163
+
164
+ getCredentialsForIdentity(
165
+ args: GetCredentialsForIdentityCommandInput,
166
+ options?: __HttpHandlerOptions
167
+ ): Promise<GetCredentialsForIdentityCommandOutput>;
168
+ getCredentialsForIdentity(
169
+ args: GetCredentialsForIdentityCommandInput,
170
+ cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void
171
+ ): void;
172
+ getCredentialsForIdentity(
173
+ args: GetCredentialsForIdentityCommandInput,
174
+ options: __HttpHandlerOptions,
175
+ cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void
176
+ ): void;
177
+
178
+ getId(
179
+ args: GetIdCommandInput,
180
+ options?: __HttpHandlerOptions
181
+ ): Promise<GetIdCommandOutput>;
182
+ getId(
183
+ args: GetIdCommandInput,
184
+ cb: (err: any, data?: GetIdCommandOutput) => void
185
+ ): void;
186
+ getId(
187
+ args: GetIdCommandInput,
188
+ options: __HttpHandlerOptions,
189
+ cb: (err: any, data?: GetIdCommandOutput) => void
190
+ ): void;
191
+
192
+ getIdentityPoolRoles(
193
+ args: GetIdentityPoolRolesCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<GetIdentityPoolRolesCommandOutput>;
196
+ getIdentityPoolRoles(
197
+ args: GetIdentityPoolRolesCommandInput,
198
+ cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void
199
+ ): void;
200
+ getIdentityPoolRoles(
201
+ args: GetIdentityPoolRolesCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void
204
+ ): void;
205
+
206
+ getOpenIdToken(
207
+ args: GetOpenIdTokenCommandInput,
208
+ options?: __HttpHandlerOptions
209
+ ): Promise<GetOpenIdTokenCommandOutput>;
210
+ getOpenIdToken(
211
+ args: GetOpenIdTokenCommandInput,
212
+ cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void
213
+ ): void;
214
+ getOpenIdToken(
215
+ args: GetOpenIdTokenCommandInput,
216
+ options: __HttpHandlerOptions,
217
+ cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void
218
+ ): void;
219
+
220
+ getOpenIdTokenForDeveloperIdentity(
221
+ args: GetOpenIdTokenForDeveloperIdentityCommandInput,
222
+ options?: __HttpHandlerOptions
223
+ ): Promise<GetOpenIdTokenForDeveloperIdentityCommandOutput>;
224
+ getOpenIdTokenForDeveloperIdentity(
225
+ args: GetOpenIdTokenForDeveloperIdentityCommandInput,
226
+ cb: (
227
+ err: any,
228
+ data?: GetOpenIdTokenForDeveloperIdentityCommandOutput
229
+ ) => void
230
+ ): void;
231
+ getOpenIdTokenForDeveloperIdentity(
232
+ args: GetOpenIdTokenForDeveloperIdentityCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (
235
+ err: any,
236
+ data?: GetOpenIdTokenForDeveloperIdentityCommandOutput
237
+ ) => void
238
+ ): void;
239
+
240
+ getPrincipalTagAttributeMap(
241
+ args: GetPrincipalTagAttributeMapCommandInput,
242
+ options?: __HttpHandlerOptions
243
+ ): Promise<GetPrincipalTagAttributeMapCommandOutput>;
244
+ getPrincipalTagAttributeMap(
245
+ args: GetPrincipalTagAttributeMapCommandInput,
246
+ cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void
247
+ ): void;
248
+ getPrincipalTagAttributeMap(
249
+ args: GetPrincipalTagAttributeMapCommandInput,
250
+ options: __HttpHandlerOptions,
251
+ cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void
252
+ ): void;
253
+
254
+ listIdentities(
255
+ args: ListIdentitiesCommandInput,
256
+ options?: __HttpHandlerOptions
257
+ ): Promise<ListIdentitiesCommandOutput>;
258
+ listIdentities(
259
+ args: ListIdentitiesCommandInput,
260
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void
261
+ ): void;
262
+ listIdentities(
263
+ args: ListIdentitiesCommandInput,
264
+ options: __HttpHandlerOptions,
265
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void
266
+ ): void;
267
+
268
+ listIdentityPools(
269
+ args: ListIdentityPoolsCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<ListIdentityPoolsCommandOutput>;
272
+ listIdentityPools(
273
+ args: ListIdentityPoolsCommandInput,
274
+ cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void
275
+ ): void;
276
+ listIdentityPools(
277
+ args: ListIdentityPoolsCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void
280
+ ): void;
281
+
282
+ listTagsForResource(
283
+ args: ListTagsForResourceCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<ListTagsForResourceCommandOutput>;
286
+ listTagsForResource(
287
+ args: ListTagsForResourceCommandInput,
288
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
289
+ ): void;
290
+ listTagsForResource(
291
+ args: ListTagsForResourceCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
294
+ ): void;
295
+
296
+ lookupDeveloperIdentity(
297
+ args: LookupDeveloperIdentityCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<LookupDeveloperIdentityCommandOutput>;
300
+ lookupDeveloperIdentity(
301
+ args: LookupDeveloperIdentityCommandInput,
302
+ cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void
303
+ ): void;
304
+ lookupDeveloperIdentity(
305
+ args: LookupDeveloperIdentityCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void
308
+ ): void;
309
+
310
+ mergeDeveloperIdentities(
311
+ args: MergeDeveloperIdentitiesCommandInput,
312
+ options?: __HttpHandlerOptions
313
+ ): Promise<MergeDeveloperIdentitiesCommandOutput>;
314
+ mergeDeveloperIdentities(
315
+ args: MergeDeveloperIdentitiesCommandInput,
316
+ cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void
317
+ ): void;
318
+ mergeDeveloperIdentities(
319
+ args: MergeDeveloperIdentitiesCommandInput,
320
+ options: __HttpHandlerOptions,
321
+ cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void
322
+ ): void;
323
+
324
+ setIdentityPoolRoles(
325
+ args: SetIdentityPoolRolesCommandInput,
326
+ options?: __HttpHandlerOptions
327
+ ): Promise<SetIdentityPoolRolesCommandOutput>;
328
+ setIdentityPoolRoles(
329
+ args: SetIdentityPoolRolesCommandInput,
330
+ cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void
331
+ ): void;
332
+ setIdentityPoolRoles(
333
+ args: SetIdentityPoolRolesCommandInput,
334
+ options: __HttpHandlerOptions,
335
+ cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void
336
+ ): void;
337
+
338
+ setPrincipalTagAttributeMap(
339
+ args: SetPrincipalTagAttributeMapCommandInput,
340
+ options?: __HttpHandlerOptions
341
+ ): Promise<SetPrincipalTagAttributeMapCommandOutput>;
342
+ setPrincipalTagAttributeMap(
343
+ args: SetPrincipalTagAttributeMapCommandInput,
344
+ cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void
345
+ ): void;
346
+ setPrincipalTagAttributeMap(
347
+ args: SetPrincipalTagAttributeMapCommandInput,
348
+ options: __HttpHandlerOptions,
349
+ cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void
350
+ ): void;
351
+
352
+ tagResource(
353
+ args: TagResourceCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<TagResourceCommandOutput>;
356
+ tagResource(
357
+ args: TagResourceCommandInput,
358
+ cb: (err: any, data?: TagResourceCommandOutput) => void
359
+ ): void;
360
+ tagResource(
361
+ args: TagResourceCommandInput,
362
+ options: __HttpHandlerOptions,
363
+ cb: (err: any, data?: TagResourceCommandOutput) => void
364
+ ): void;
365
+
366
+ unlinkDeveloperIdentity(
367
+ args: UnlinkDeveloperIdentityCommandInput,
368
+ options?: __HttpHandlerOptions
369
+ ): Promise<UnlinkDeveloperIdentityCommandOutput>;
370
+ unlinkDeveloperIdentity(
371
+ args: UnlinkDeveloperIdentityCommandInput,
372
+ cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void
373
+ ): void;
374
+ unlinkDeveloperIdentity(
375
+ args: UnlinkDeveloperIdentityCommandInput,
376
+ options: __HttpHandlerOptions,
377
+ cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void
378
+ ): void;
379
+
380
+ unlinkIdentity(
381
+ args: UnlinkIdentityCommandInput,
382
+ options?: __HttpHandlerOptions
383
+ ): Promise<UnlinkIdentityCommandOutput>;
384
+ unlinkIdentity(
385
+ args: UnlinkIdentityCommandInput,
386
+ cb: (err: any, data?: UnlinkIdentityCommandOutput) => void
387
+ ): void;
388
+ unlinkIdentity(
389
+ args: UnlinkIdentityCommandInput,
390
+ options: __HttpHandlerOptions,
391
+ cb: (err: any, data?: UnlinkIdentityCommandOutput) => void
392
+ ): void;
393
+
394
+ untagResource(
395
+ args: UntagResourceCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UntagResourceCommandOutput>;
398
+ untagResource(
399
+ args: UntagResourceCommandInput,
400
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
401
+ ): void;
402
+ untagResource(
403
+ args: UntagResourceCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
406
+ ): void;
407
+
408
+ updateIdentityPool(
409
+ args: UpdateIdentityPoolCommandInput,
410
+ options?: __HttpHandlerOptions
411
+ ): Promise<UpdateIdentityPoolCommandOutput>;
412
+ updateIdentityPool(
413
+ args: UpdateIdentityPoolCommandInput,
414
+ cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void
415
+ ): void;
416
+ updateIdentityPool(
417
+ args: UpdateIdentityPoolCommandInput,
418
+ options: __HttpHandlerOptions,
419
+ cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void
420
+ ): void;
421
+ }