@aws-sdk/client-cognito-identity 3.927.0 → 3.929.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 (47) hide show
  1. package/dist-cjs/index.js +721 -882
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CognitoIdentityClient.js +2 -0
  4. package/dist-es/commands/CreateIdentityPoolCommand.js +3 -9
  5. package/dist-es/commands/DeleteIdentitiesCommand.js +3 -9
  6. package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -9
  7. package/dist-es/commands/DescribeIdentityCommand.js +3 -9
  8. package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -9
  9. package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -10
  10. package/dist-es/commands/GetIdCommand.js +3 -10
  11. package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -9
  12. package/dist-es/commands/GetOpenIdTokenCommand.js +3 -10
  13. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -10
  14. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -9
  15. package/dist-es/commands/ListIdentitiesCommand.js +3 -9
  16. package/dist-es/commands/ListIdentityPoolsCommand.js +3 -9
  17. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  18. package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -9
  19. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -9
  20. package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -9
  21. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -9
  22. package/dist-es/commands/TagResourceCommand.js +3 -9
  23. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -9
  24. package/dist-es/commands/UnlinkIdentityCommand.js +3 -10
  25. package/dist-es/commands/UntagResourceCommand.js +3 -9
  26. package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -9
  27. package/dist-es/models/models_0.js +0 -37
  28. package/dist-es/runtimeConfig.shared.js +7 -0
  29. package/dist-es/schemas/schemas_0.js +650 -0
  30. package/dist-types/CognitoIdentityClient.d.ts +10 -1
  31. package/dist-types/models/models_0.d.ts +0 -36
  32. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  33. package/dist-types/runtimeConfig.d.ts +1 -0
  34. package/dist-types/runtimeConfig.native.d.ts +1 -0
  35. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  36. package/dist-types/schemas/schemas_0.d.ts +103 -0
  37. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +4 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -23
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
  44. package/package.json +6 -6
  45. package/dist-es/protocols/Aws_json1_1.js +0 -647
  46. package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  47. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
@@ -1,209 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
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
- * serializeAws_json1_1CreateIdentityPoolCommand
28
- */
29
- export declare const se_CreateIdentityPoolCommand: (input: CreateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_json1_1DeleteIdentitiesCommand
32
- */
33
- export declare const se_DeleteIdentitiesCommand: (input: DeleteIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_json1_1DeleteIdentityPoolCommand
36
- */
37
- export declare const se_DeleteIdentityPoolCommand: (input: DeleteIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_json1_1DescribeIdentityCommand
40
- */
41
- export declare const se_DescribeIdentityCommand: (input: DescribeIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_json1_1DescribeIdentityPoolCommand
44
- */
45
- export declare const se_DescribeIdentityPoolCommand: (input: DescribeIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_json1_1GetCredentialsForIdentityCommand
48
- */
49
- export declare const se_GetCredentialsForIdentityCommand: (input: GetCredentialsForIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_json1_1GetIdCommand
52
- */
53
- export declare const se_GetIdCommand: (input: GetIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_json1_1GetIdentityPoolRolesCommand
56
- */
57
- export declare const se_GetIdentityPoolRolesCommand: (input: GetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_1GetOpenIdTokenCommand
60
- */
61
- export declare const se_GetOpenIdTokenCommand: (input: GetOpenIdTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand
64
- */
65
- export declare const se_GetOpenIdTokenForDeveloperIdentityCommand: (input: GetOpenIdTokenForDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_1GetPrincipalTagAttributeMapCommand
68
- */
69
- export declare const se_GetPrincipalTagAttributeMapCommand: (input: GetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1ListIdentitiesCommand
72
- */
73
- export declare const se_ListIdentitiesCommand: (input: ListIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1ListIdentityPoolsCommand
76
- */
77
- export declare const se_ListIdentityPoolsCommand: (input: ListIdentityPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1ListTagsForResourceCommand
80
- */
81
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1LookupDeveloperIdentityCommand
84
- */
85
- export declare const se_LookupDeveloperIdentityCommand: (input: LookupDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1MergeDeveloperIdentitiesCommand
88
- */
89
- export declare const se_MergeDeveloperIdentitiesCommand: (input: MergeDeveloperIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1SetIdentityPoolRolesCommand
92
- */
93
- export declare const se_SetIdentityPoolRolesCommand: (input: SetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1SetPrincipalTagAttributeMapCommand
96
- */
97
- export declare const se_SetPrincipalTagAttributeMapCommand: (input: SetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1TagResourceCommand
100
- */
101
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1UnlinkDeveloperIdentityCommand
104
- */
105
- export declare const se_UnlinkDeveloperIdentityCommand: (input: UnlinkDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1UnlinkIdentityCommand
108
- */
109
- export declare const se_UnlinkIdentityCommand: (input: UnlinkIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1UntagResourceCommand
112
- */
113
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1UpdateIdentityPoolCommand
116
- */
117
- export declare const se_UpdateIdentityPoolCommand: (input: UpdateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * deserializeAws_json1_1CreateIdentityPoolCommand
120
- */
121
- export declare const de_CreateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityPoolCommandOutput>;
122
- /**
123
- * deserializeAws_json1_1DeleteIdentitiesCommand
124
- */
125
- export declare const de_DeleteIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentitiesCommandOutput>;
126
- /**
127
- * deserializeAws_json1_1DeleteIdentityPoolCommand
128
- */
129
- export declare const de_DeleteIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityPoolCommandOutput>;
130
- /**
131
- * deserializeAws_json1_1DescribeIdentityCommand
132
- */
133
- export declare const de_DescribeIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityCommandOutput>;
134
- /**
135
- * deserializeAws_json1_1DescribeIdentityPoolCommand
136
- */
137
- export declare const de_DescribeIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityPoolCommandOutput>;
138
- /**
139
- * deserializeAws_json1_1GetCredentialsForIdentityCommand
140
- */
141
- export declare const de_GetCredentialsForIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsForIdentityCommandOutput>;
142
- /**
143
- * deserializeAws_json1_1GetIdCommand
144
- */
145
- export declare const de_GetIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdCommandOutput>;
146
- /**
147
- * deserializeAws_json1_1GetIdentityPoolRolesCommand
148
- */
149
- export declare const de_GetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityPoolRolesCommandOutput>;
150
- /**
151
- * deserializeAws_json1_1GetOpenIdTokenCommand
152
- */
153
- export declare const de_GetOpenIdTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIdTokenCommandOutput>;
154
- /**
155
- * deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand
156
- */
157
- export declare const de_GetOpenIdTokenForDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIdTokenForDeveloperIdentityCommandOutput>;
158
- /**
159
- * deserializeAws_json1_1GetPrincipalTagAttributeMapCommand
160
- */
161
- export declare const de_GetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPrincipalTagAttributeMapCommandOutput>;
162
- /**
163
- * deserializeAws_json1_1ListIdentitiesCommand
164
- */
165
- export declare const de_ListIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentitiesCommandOutput>;
166
- /**
167
- * deserializeAws_json1_1ListIdentityPoolsCommand
168
- */
169
- export declare const de_ListIdentityPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityPoolsCommandOutput>;
170
- /**
171
- * deserializeAws_json1_1ListTagsForResourceCommand
172
- */
173
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
174
- /**
175
- * deserializeAws_json1_1LookupDeveloperIdentityCommand
176
- */
177
- export declare const de_LookupDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LookupDeveloperIdentityCommandOutput>;
178
- /**
179
- * deserializeAws_json1_1MergeDeveloperIdentitiesCommand
180
- */
181
- export declare const de_MergeDeveloperIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeDeveloperIdentitiesCommandOutput>;
182
- /**
183
- * deserializeAws_json1_1SetIdentityPoolRolesCommand
184
- */
185
- export declare const de_SetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityPoolRolesCommandOutput>;
186
- /**
187
- * deserializeAws_json1_1SetPrincipalTagAttributeMapCommand
188
- */
189
- export declare const de_SetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetPrincipalTagAttributeMapCommandOutput>;
190
- /**
191
- * deserializeAws_json1_1TagResourceCommand
192
- */
193
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
194
- /**
195
- * deserializeAws_json1_1UnlinkDeveloperIdentityCommand
196
- */
197
- export declare const de_UnlinkDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnlinkDeveloperIdentityCommandOutput>;
198
- /**
199
- * deserializeAws_json1_1UnlinkIdentityCommand
200
- */
201
- export declare const de_UnlinkIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnlinkIdentityCommandOutput>;
202
- /**
203
- * deserializeAws_json1_1UntagResourceCommand
204
- */
205
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
206
- /**
207
- * deserializeAws_json1_1UpdateIdentityPoolCommand
208
- */
209
- export declare const de_UpdateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityPoolCommandOutput>;
@@ -1,281 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateIdentityPoolCommandInput,
8
- CreateIdentityPoolCommandOutput,
9
- } from "../commands/CreateIdentityPoolCommand";
10
- import {
11
- DeleteIdentitiesCommandInput,
12
- DeleteIdentitiesCommandOutput,
13
- } from "../commands/DeleteIdentitiesCommand";
14
- import {
15
- DeleteIdentityPoolCommandInput,
16
- DeleteIdentityPoolCommandOutput,
17
- } from "../commands/DeleteIdentityPoolCommand";
18
- import {
19
- DescribeIdentityCommandInput,
20
- DescribeIdentityCommandOutput,
21
- } from "../commands/DescribeIdentityCommand";
22
- import {
23
- DescribeIdentityPoolCommandInput,
24
- DescribeIdentityPoolCommandOutput,
25
- } from "../commands/DescribeIdentityPoolCommand";
26
- import {
27
- GetCredentialsForIdentityCommandInput,
28
- GetCredentialsForIdentityCommandOutput,
29
- } from "../commands/GetCredentialsForIdentityCommand";
30
- import {
31
- GetIdCommandInput,
32
- GetIdCommandOutput,
33
- } from "../commands/GetIdCommand";
34
- import {
35
- GetIdentityPoolRolesCommandInput,
36
- GetIdentityPoolRolesCommandOutput,
37
- } from "../commands/GetIdentityPoolRolesCommand";
38
- import {
39
- GetOpenIdTokenCommandInput,
40
- GetOpenIdTokenCommandOutput,
41
- } from "../commands/GetOpenIdTokenCommand";
42
- import {
43
- GetOpenIdTokenForDeveloperIdentityCommandInput,
44
- GetOpenIdTokenForDeveloperIdentityCommandOutput,
45
- } from "../commands/GetOpenIdTokenForDeveloperIdentityCommand";
46
- import {
47
- GetPrincipalTagAttributeMapCommandInput,
48
- GetPrincipalTagAttributeMapCommandOutput,
49
- } from "../commands/GetPrincipalTagAttributeMapCommand";
50
- import {
51
- ListIdentitiesCommandInput,
52
- ListIdentitiesCommandOutput,
53
- } from "../commands/ListIdentitiesCommand";
54
- import {
55
- ListIdentityPoolsCommandInput,
56
- ListIdentityPoolsCommandOutput,
57
- } from "../commands/ListIdentityPoolsCommand";
58
- import {
59
- ListTagsForResourceCommandInput,
60
- ListTagsForResourceCommandOutput,
61
- } from "../commands/ListTagsForResourceCommand";
62
- import {
63
- LookupDeveloperIdentityCommandInput,
64
- LookupDeveloperIdentityCommandOutput,
65
- } from "../commands/LookupDeveloperIdentityCommand";
66
- import {
67
- MergeDeveloperIdentitiesCommandInput,
68
- MergeDeveloperIdentitiesCommandOutput,
69
- } from "../commands/MergeDeveloperIdentitiesCommand";
70
- import {
71
- SetIdentityPoolRolesCommandInput,
72
- SetIdentityPoolRolesCommandOutput,
73
- } from "../commands/SetIdentityPoolRolesCommand";
74
- import {
75
- SetPrincipalTagAttributeMapCommandInput,
76
- SetPrincipalTagAttributeMapCommandOutput,
77
- } from "../commands/SetPrincipalTagAttributeMapCommand";
78
- import {
79
- TagResourceCommandInput,
80
- TagResourceCommandOutput,
81
- } from "../commands/TagResourceCommand";
82
- import {
83
- UnlinkDeveloperIdentityCommandInput,
84
- UnlinkDeveloperIdentityCommandOutput,
85
- } from "../commands/UnlinkDeveloperIdentityCommand";
86
- import {
87
- UnlinkIdentityCommandInput,
88
- UnlinkIdentityCommandOutput,
89
- } from "../commands/UnlinkIdentityCommand";
90
- import {
91
- UntagResourceCommandInput,
92
- UntagResourceCommandOutput,
93
- } from "../commands/UntagResourceCommand";
94
- import {
95
- UpdateIdentityPoolCommandInput,
96
- UpdateIdentityPoolCommandOutput,
97
- } from "../commands/UpdateIdentityPoolCommand";
98
- export declare const se_CreateIdentityPoolCommand: (
99
- input: CreateIdentityPoolCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_DeleteIdentitiesCommand: (
103
- input: DeleteIdentitiesCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteIdentityPoolCommand: (
107
- input: DeleteIdentityPoolCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DescribeIdentityCommand: (
111
- input: DescribeIdentityCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DescribeIdentityPoolCommand: (
115
- input: DescribeIdentityPoolCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_GetCredentialsForIdentityCommand: (
119
- input: GetCredentialsForIdentityCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_GetIdCommand: (
123
- input: GetIdCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_GetIdentityPoolRolesCommand: (
127
- input: GetIdentityPoolRolesCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_GetOpenIdTokenCommand: (
131
- input: GetOpenIdTokenCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_GetOpenIdTokenForDeveloperIdentityCommand: (
135
- input: GetOpenIdTokenForDeveloperIdentityCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_GetPrincipalTagAttributeMapCommand: (
139
- input: GetPrincipalTagAttributeMapCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListIdentitiesCommand: (
143
- input: ListIdentitiesCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListIdentityPoolsCommand: (
147
- input: ListIdentityPoolsCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ListTagsForResourceCommand: (
151
- input: ListTagsForResourceCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_LookupDeveloperIdentityCommand: (
155
- input: LookupDeveloperIdentityCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_MergeDeveloperIdentitiesCommand: (
159
- input: MergeDeveloperIdentitiesCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_SetIdentityPoolRolesCommand: (
163
- input: SetIdentityPoolRolesCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_SetPrincipalTagAttributeMapCommand: (
167
- input: SetPrincipalTagAttributeMapCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_TagResourceCommand: (
171
- input: TagResourceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_UnlinkDeveloperIdentityCommand: (
175
- input: UnlinkDeveloperIdentityCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_UnlinkIdentityCommand: (
179
- input: UnlinkIdentityCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_UntagResourceCommand: (
183
- input: UntagResourceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_UpdateIdentityPoolCommand: (
187
- input: UpdateIdentityPoolCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const de_CreateIdentityPoolCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<CreateIdentityPoolCommandOutput>;
194
- export declare const de_DeleteIdentitiesCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DeleteIdentitiesCommandOutput>;
198
- export declare const de_DeleteIdentityPoolCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DeleteIdentityPoolCommandOutput>;
202
- export declare const de_DescribeIdentityCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<DescribeIdentityCommandOutput>;
206
- export declare const de_DescribeIdentityPoolCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<DescribeIdentityPoolCommandOutput>;
210
- export declare const de_GetCredentialsForIdentityCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<GetCredentialsForIdentityCommandOutput>;
214
- export declare const de_GetIdCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<GetIdCommandOutput>;
218
- export declare const de_GetIdentityPoolRolesCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<GetIdentityPoolRolesCommandOutput>;
222
- export declare const de_GetOpenIdTokenCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<GetOpenIdTokenCommandOutput>;
226
- export declare const de_GetOpenIdTokenForDeveloperIdentityCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<GetOpenIdTokenForDeveloperIdentityCommandOutput>;
230
- export declare const de_GetPrincipalTagAttributeMapCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<GetPrincipalTagAttributeMapCommandOutput>;
234
- export declare const de_ListIdentitiesCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ListIdentitiesCommandOutput>;
238
- export declare const de_ListIdentityPoolsCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ListIdentityPoolsCommandOutput>;
242
- export declare const de_ListTagsForResourceCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<ListTagsForResourceCommandOutput>;
246
- export declare const de_LookupDeveloperIdentityCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<LookupDeveloperIdentityCommandOutput>;
250
- export declare const de_MergeDeveloperIdentitiesCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<MergeDeveloperIdentitiesCommandOutput>;
254
- export declare const de_SetIdentityPoolRolesCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<SetIdentityPoolRolesCommandOutput>;
258
- export declare const de_SetPrincipalTagAttributeMapCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<SetPrincipalTagAttributeMapCommandOutput>;
262
- export declare const de_TagResourceCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<TagResourceCommandOutput>;
266
- export declare const de_UnlinkDeveloperIdentityCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<UnlinkDeveloperIdentityCommandOutput>;
270
- export declare const de_UnlinkIdentityCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<UnlinkIdentityCommandOutput>;
274
- export declare const de_UntagResourceCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<UntagResourceCommandOutput>;
278
- export declare const de_UpdateIdentityPoolCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<UpdateIdentityPoolCommandOutput>;