@aws-sdk/client-cognito-identity 3.927.0 → 3.928.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.
- package/dist-cjs/index.js +721 -882
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CognitoIdentityClient.js +2 -0
- package/dist-es/commands/CreateIdentityPoolCommand.js +3 -9
- package/dist-es/commands/DeleteIdentitiesCommand.js +3 -9
- package/dist-es/commands/DeleteIdentityPoolCommand.js +3 -9
- package/dist-es/commands/DescribeIdentityCommand.js +3 -9
- package/dist-es/commands/DescribeIdentityPoolCommand.js +3 -9
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +3 -10
- package/dist-es/commands/GetIdCommand.js +3 -10
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +3 -9
- package/dist-es/commands/GetOpenIdTokenCommand.js +3 -10
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +3 -10
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +3 -9
- package/dist-es/commands/ListIdentitiesCommand.js +3 -9
- package/dist-es/commands/ListIdentityPoolsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +3 -9
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +3 -9
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +3 -9
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +3 -9
- package/dist-es/commands/UnlinkIdentityCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateIdentityPoolCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -37
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +650 -0
- package/dist-types/CognitoIdentityClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +103 -0
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -23
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
- package/package.json +6 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -647
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
|
@@ -0,0 +1,650 @@
|
|
|
1
|
+
const _ACF = "AllowClassicFlow";
|
|
2
|
+
const _AI = "AccountId";
|
|
3
|
+
const _AKI = "AccessKeyId";
|
|
4
|
+
const _ARR = "AmbiguousRoleResolution";
|
|
5
|
+
const _AUI = "AllowUnauthenticatedIdentities";
|
|
6
|
+
const _C = "Credentials";
|
|
7
|
+
const _CD = "CreationDate";
|
|
8
|
+
const _CI = "ClientId";
|
|
9
|
+
const _CIP = "CognitoIdentityProvider";
|
|
10
|
+
const _CIPI = "CreateIdentityPoolInput";
|
|
11
|
+
const _CIPL = "CognitoIdentityProviderList";
|
|
12
|
+
const _CIPo = "CognitoIdentityProviders";
|
|
13
|
+
const _CIPr = "CreateIdentityPool";
|
|
14
|
+
const _CME = "ConcurrentModificationException";
|
|
15
|
+
const _CRA = "CustomRoleArn";
|
|
16
|
+
const _Cl = "Claim";
|
|
17
|
+
const _DI = "DeleteIdentities";
|
|
18
|
+
const _DII = "DeleteIdentitiesInput";
|
|
19
|
+
const _DIIe = "DescribeIdentityInput";
|
|
20
|
+
const _DIP = "DeleteIdentityPool";
|
|
21
|
+
const _DIPI = "DeleteIdentityPoolInput";
|
|
22
|
+
const _DIPIe = "DescribeIdentityPoolInput";
|
|
23
|
+
const _DIPe = "DescribeIdentityPool";
|
|
24
|
+
const _DIR = "DeleteIdentitiesResponse";
|
|
25
|
+
const _DIe = "DescribeIdentity";
|
|
26
|
+
const _DPN = "DeveloperProviderName";
|
|
27
|
+
const _DUARE = "DeveloperUserAlreadyRegisteredException";
|
|
28
|
+
const _DUI = "DeveloperUserIdentifier";
|
|
29
|
+
const _DUIL = "DeveloperUserIdentifierList";
|
|
30
|
+
const _DUIe = "DestinationUserIdentifier";
|
|
31
|
+
const _E = "Expiration";
|
|
32
|
+
const _EC = "ErrorCode";
|
|
33
|
+
const _ESE = "ExternalServiceException";
|
|
34
|
+
const _GCFI = "GetCredentialsForIdentity";
|
|
35
|
+
const _GCFII = "GetCredentialsForIdentityInput";
|
|
36
|
+
const _GCFIR = "GetCredentialsForIdentityResponse";
|
|
37
|
+
const _GI = "GetId";
|
|
38
|
+
const _GII = "GetIdInput";
|
|
39
|
+
const _GIPR = "GetIdentityPoolRoles";
|
|
40
|
+
const _GIPRI = "GetIdentityPoolRolesInput";
|
|
41
|
+
const _GIPRR = "GetIdentityPoolRolesResponse";
|
|
42
|
+
const _GIR = "GetIdResponse";
|
|
43
|
+
const _GOIT = "GetOpenIdToken";
|
|
44
|
+
const _GOITFDI = "GetOpenIdTokenForDeveloperIdentity";
|
|
45
|
+
const _GOITFDII = "GetOpenIdTokenForDeveloperIdentityInput";
|
|
46
|
+
const _GOITFDIR = "GetOpenIdTokenForDeveloperIdentityResponse";
|
|
47
|
+
const _GOITI = "GetOpenIdTokenInput";
|
|
48
|
+
const _GOITR = "GetOpenIdTokenResponse";
|
|
49
|
+
const _GPTAM = "GetPrincipalTagAttributeMap";
|
|
50
|
+
const _GPTAMI = "GetPrincipalTagAttributeMapInput";
|
|
51
|
+
const _GPTAMR = "GetPrincipalTagAttributeMapResponse";
|
|
52
|
+
const _HD = "HideDisabled";
|
|
53
|
+
const _I = "Identities";
|
|
54
|
+
const _ID = "IdentityDescription";
|
|
55
|
+
const _IEE = "InternalErrorException";
|
|
56
|
+
const _II = "IdentityId";
|
|
57
|
+
const _IIPCE = "InvalidIdentityPoolConfigurationException";
|
|
58
|
+
const _IITD = "IdentityIdsToDelete";
|
|
59
|
+
const _IL = "IdentitiesList";
|
|
60
|
+
const _IP = "IdentityPool";
|
|
61
|
+
const _IPE = "InvalidParameterException";
|
|
62
|
+
const _IPI = "IdentityPoolId";
|
|
63
|
+
const _IPL = "IdentityPoolsList";
|
|
64
|
+
const _IPN = "IdentityPoolName";
|
|
65
|
+
const _IPNd = "IdentityProviderName";
|
|
66
|
+
const _IPSD = "IdentityPoolShortDescription";
|
|
67
|
+
const _IPT = "IdentityProviderToken";
|
|
68
|
+
const _IPTd = "IdentityPoolTags";
|
|
69
|
+
const _IPd = "IdentityPools";
|
|
70
|
+
const _L = "Logins";
|
|
71
|
+
const _LDI = "LookupDeveloperIdentity";
|
|
72
|
+
const _LDII = "LookupDeveloperIdentityInput";
|
|
73
|
+
const _LDIR = "LookupDeveloperIdentityResponse";
|
|
74
|
+
const _LEE = "LimitExceededException";
|
|
75
|
+
const _LI = "ListIdentities";
|
|
76
|
+
const _LII = "ListIdentitiesInput";
|
|
77
|
+
const _LIP = "ListIdentityPools";
|
|
78
|
+
const _LIPI = "ListIdentityPoolsInput";
|
|
79
|
+
const _LIPR = "ListIdentityPoolsResponse";
|
|
80
|
+
const _LIR = "ListIdentitiesResponse";
|
|
81
|
+
const _LM = "LoginsMap";
|
|
82
|
+
const _LMD = "LastModifiedDate";
|
|
83
|
+
const _LTFR = "ListTagsForResource";
|
|
84
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
85
|
+
const _LTFRR = "ListTagsForResourceResponse";
|
|
86
|
+
const _LTR = "LoginsToRemove";
|
|
87
|
+
const _MDI = "MergeDeveloperIdentities";
|
|
88
|
+
const _MDII = "MergeDeveloperIdentitiesInput";
|
|
89
|
+
const _MDIR = "MergeDeveloperIdentitiesResponse";
|
|
90
|
+
const _MR = "MaxResults";
|
|
91
|
+
const _MRL = "MappingRulesList";
|
|
92
|
+
const _MRa = "MappingRule";
|
|
93
|
+
const _MT = "MatchType";
|
|
94
|
+
const _NAE = "NotAuthorizedException";
|
|
95
|
+
const _NT = "NextToken";
|
|
96
|
+
const _OICPARN = "OpenIdConnectProviderARNs";
|
|
97
|
+
const _OIDCT = "OIDCToken";
|
|
98
|
+
const _PN = "ProviderName";
|
|
99
|
+
const _PT = "PrincipalTags";
|
|
100
|
+
const _R = "Roles";
|
|
101
|
+
const _RA = "ResourceArn";
|
|
102
|
+
const _RARN = "RoleARN";
|
|
103
|
+
const _RC = "RulesConfiguration";
|
|
104
|
+
const _RCE = "ResourceConflictException";
|
|
105
|
+
const _RCT = "RulesConfigurationType";
|
|
106
|
+
const _RM = "RoleMappings";
|
|
107
|
+
const _RMM = "RoleMappingMap";
|
|
108
|
+
const _RMo = "RoleMapping";
|
|
109
|
+
const _RNFE = "ResourceNotFoundException";
|
|
110
|
+
const _Ru = "Rules";
|
|
111
|
+
const _SIPR = "SetIdentityPoolRoles";
|
|
112
|
+
const _SIPRI = "SetIdentityPoolRolesInput";
|
|
113
|
+
const _SK = "SecretKey";
|
|
114
|
+
const _SKS = "SecretKeyString";
|
|
115
|
+
const _SLP = "SupportedLoginProviders";
|
|
116
|
+
const _SPARN = "SamlProviderARNs";
|
|
117
|
+
const _SPTAM = "SetPrincipalTagAttributeMap";
|
|
118
|
+
const _SPTAMI = "SetPrincipalTagAttributeMapInput";
|
|
119
|
+
const _SPTAMR = "SetPrincipalTagAttributeMapResponse";
|
|
120
|
+
const _SSTC = "ServerSideTokenCheck";
|
|
121
|
+
const _ST = "SessionToken";
|
|
122
|
+
const _SUI = "SourceUserIdentifier";
|
|
123
|
+
const _T = "Token";
|
|
124
|
+
const _TD = "TokenDuration";
|
|
125
|
+
const _TK = "TagKeys";
|
|
126
|
+
const _TMRE = "TooManyRequestsException";
|
|
127
|
+
const _TR = "TagResource";
|
|
128
|
+
const _TRI = "TagResourceInput";
|
|
129
|
+
const _TRR = "TagResourceResponse";
|
|
130
|
+
const _Ta = "Tags";
|
|
131
|
+
const _Ty = "Type";
|
|
132
|
+
const _UD = "UseDefaults";
|
|
133
|
+
const _UDI = "UnlinkDeveloperIdentity";
|
|
134
|
+
const _UDII = "UnlinkDeveloperIdentityInput";
|
|
135
|
+
const _UI = "UnlinkIdentity";
|
|
136
|
+
const _UII = "UnprocessedIdentityIds";
|
|
137
|
+
const _UIIL = "UnprocessedIdentityIdList";
|
|
138
|
+
const _UIIn = "UnlinkIdentityInput";
|
|
139
|
+
const _UIInp = "UnprocessedIdentityId";
|
|
140
|
+
const _UIP = "UpdateIdentityPool";
|
|
141
|
+
const _UR = "UntagResource";
|
|
142
|
+
const _URI = "UntagResourceInput";
|
|
143
|
+
const _URR = "UntagResourceResponse";
|
|
144
|
+
const _V = "Value";
|
|
145
|
+
const _c = "client";
|
|
146
|
+
const _e = "error";
|
|
147
|
+
const _hE = "httpError";
|
|
148
|
+
const _m = "message";
|
|
149
|
+
const _s = "server";
|
|
150
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
|
|
151
|
+
const n0 = "com.amazonaws.cognitoidentity";
|
|
152
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
153
|
+
import { CognitoIdentityServiceException as __CognitoIdentityServiceException } from "../models/CognitoIdentityServiceException";
|
|
154
|
+
import { ConcurrentModificationException as __ConcurrentModificationException, DeveloperUserAlreadyRegisteredException as __DeveloperUserAlreadyRegisteredException, ExternalServiceException as __ExternalServiceException, InternalErrorException as __InternalErrorException, InvalidIdentityPoolConfigurationException as __InvalidIdentityPoolConfigurationException, InvalidParameterException as __InvalidParameterException, LimitExceededException as __LimitExceededException, NotAuthorizedException as __NotAuthorizedException, ResourceConflictException as __ResourceConflictException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/index";
|
|
155
|
+
export var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
156
|
+
export var OIDCToken = [0, n0, _OIDCT, 8, 0];
|
|
157
|
+
export var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
158
|
+
export var CognitoIdentityProvider = [3, n0, _CIP, 0, [_PN, _CI, _SSTC], [0, 0, 2]];
|
|
159
|
+
export var ConcurrentModificationException = [
|
|
160
|
+
-3,
|
|
161
|
+
n0,
|
|
162
|
+
_CME,
|
|
163
|
+
{
|
|
164
|
+
[_e]: _c,
|
|
165
|
+
[_hE]: 400,
|
|
166
|
+
},
|
|
167
|
+
[_m],
|
|
168
|
+
[0],
|
|
169
|
+
];
|
|
170
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
171
|
+
export var CreateIdentityPoolInput = [
|
|
172
|
+
3,
|
|
173
|
+
n0,
|
|
174
|
+
_CIPI,
|
|
175
|
+
0,
|
|
176
|
+
[_IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
177
|
+
[0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0],
|
|
178
|
+
];
|
|
179
|
+
export var Credentials = [
|
|
180
|
+
3,
|
|
181
|
+
n0,
|
|
182
|
+
_C,
|
|
183
|
+
0,
|
|
184
|
+
[_AKI, _SK, _ST, _E],
|
|
185
|
+
[0, [() => SecretKeyString, 0], 0, 4],
|
|
186
|
+
];
|
|
187
|
+
export var DeleteIdentitiesInput = [3, n0, _DII, 0, [_IITD], [64 | 0]];
|
|
188
|
+
export var DeleteIdentitiesResponse = [
|
|
189
|
+
3,
|
|
190
|
+
n0,
|
|
191
|
+
_DIR,
|
|
192
|
+
0,
|
|
193
|
+
[_UII],
|
|
194
|
+
[() => UnprocessedIdentityIdList],
|
|
195
|
+
];
|
|
196
|
+
export var DeleteIdentityPoolInput = [3, n0, _DIPI, 0, [_IPI], [0]];
|
|
197
|
+
export var DescribeIdentityInput = [3, n0, _DIIe, 0, [_II], [0]];
|
|
198
|
+
export var DescribeIdentityPoolInput = [3, n0, _DIPIe, 0, [_IPI], [0]];
|
|
199
|
+
export var DeveloperUserAlreadyRegisteredException = [
|
|
200
|
+
-3,
|
|
201
|
+
n0,
|
|
202
|
+
_DUARE,
|
|
203
|
+
{
|
|
204
|
+
[_e]: _c,
|
|
205
|
+
[_hE]: 400,
|
|
206
|
+
},
|
|
207
|
+
[_m],
|
|
208
|
+
[0],
|
|
209
|
+
];
|
|
210
|
+
TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException, __DeveloperUserAlreadyRegisteredException);
|
|
211
|
+
export var ExternalServiceException = [
|
|
212
|
+
-3,
|
|
213
|
+
n0,
|
|
214
|
+
_ESE,
|
|
215
|
+
{
|
|
216
|
+
[_e]: _c,
|
|
217
|
+
[_hE]: 400,
|
|
218
|
+
},
|
|
219
|
+
[_m],
|
|
220
|
+
[0],
|
|
221
|
+
];
|
|
222
|
+
TypeRegistry.for(n0).registerError(ExternalServiceException, __ExternalServiceException);
|
|
223
|
+
export var GetCredentialsForIdentityInput = [
|
|
224
|
+
3,
|
|
225
|
+
n0,
|
|
226
|
+
_GCFII,
|
|
227
|
+
0,
|
|
228
|
+
[_II, _L, _CRA],
|
|
229
|
+
[0, [() => LoginsMap, 0], 0],
|
|
230
|
+
];
|
|
231
|
+
export var GetCredentialsForIdentityResponse = [
|
|
232
|
+
3,
|
|
233
|
+
n0,
|
|
234
|
+
_GCFIR,
|
|
235
|
+
0,
|
|
236
|
+
[_II, _C],
|
|
237
|
+
[0, [() => Credentials, 0]],
|
|
238
|
+
];
|
|
239
|
+
export var GetIdentityPoolRolesInput = [3, n0, _GIPRI, 0, [_IPI], [0]];
|
|
240
|
+
export var GetIdentityPoolRolesResponse = [
|
|
241
|
+
3,
|
|
242
|
+
n0,
|
|
243
|
+
_GIPRR,
|
|
244
|
+
0,
|
|
245
|
+
[_IPI, _R, _RM],
|
|
246
|
+
[0, 128 | 0, () => RoleMappingMap],
|
|
247
|
+
];
|
|
248
|
+
export var GetIdInput = [3, n0, _GII, 0, [_AI, _IPI, _L], [0, 0, [() => LoginsMap, 0]]];
|
|
249
|
+
export var GetIdResponse = [3, n0, _GIR, 0, [_II], [0]];
|
|
250
|
+
export var GetOpenIdTokenForDeveloperIdentityInput = [
|
|
251
|
+
3,
|
|
252
|
+
n0,
|
|
253
|
+
_GOITFDII,
|
|
254
|
+
0,
|
|
255
|
+
[_IPI, _II, _L, _PT, _TD],
|
|
256
|
+
[0, 0, [() => LoginsMap, 0], 128 | 0, 1],
|
|
257
|
+
];
|
|
258
|
+
export var GetOpenIdTokenForDeveloperIdentityResponse = [
|
|
259
|
+
3,
|
|
260
|
+
n0,
|
|
261
|
+
_GOITFDIR,
|
|
262
|
+
0,
|
|
263
|
+
[_II, _T],
|
|
264
|
+
[0, [() => OIDCToken, 0]],
|
|
265
|
+
];
|
|
266
|
+
export var GetOpenIdTokenInput = [3, n0, _GOITI, 0, [_II, _L], [0, [() => LoginsMap, 0]]];
|
|
267
|
+
export var GetOpenIdTokenResponse = [3, n0, _GOITR, 0, [_II, _T], [0, [() => OIDCToken, 0]]];
|
|
268
|
+
export var GetPrincipalTagAttributeMapInput = [3, n0, _GPTAMI, 0, [_IPI, _IPNd], [0, 0]];
|
|
269
|
+
export var GetPrincipalTagAttributeMapResponse = [
|
|
270
|
+
3,
|
|
271
|
+
n0,
|
|
272
|
+
_GPTAMR,
|
|
273
|
+
0,
|
|
274
|
+
[_IPI, _IPNd, _UD, _PT],
|
|
275
|
+
[0, 0, 2, 128 | 0],
|
|
276
|
+
];
|
|
277
|
+
export var IdentityDescription = [3, n0, _ID, 0, [_II, _L, _CD, _LMD], [0, 64 | 0, 4, 4]];
|
|
278
|
+
export var IdentityPool = [
|
|
279
|
+
3,
|
|
280
|
+
n0,
|
|
281
|
+
_IP,
|
|
282
|
+
0,
|
|
283
|
+
[_IPI, _IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
284
|
+
[0, 0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0],
|
|
285
|
+
];
|
|
286
|
+
export var IdentityPoolShortDescription = [3, n0, _IPSD, 0, [_IPI, _IPN], [0, 0]];
|
|
287
|
+
export var InternalErrorException = [
|
|
288
|
+
-3,
|
|
289
|
+
n0,
|
|
290
|
+
_IEE,
|
|
291
|
+
{
|
|
292
|
+
[_e]: _s,
|
|
293
|
+
},
|
|
294
|
+
[_m],
|
|
295
|
+
[0],
|
|
296
|
+
];
|
|
297
|
+
TypeRegistry.for(n0).registerError(InternalErrorException, __InternalErrorException);
|
|
298
|
+
export var InvalidIdentityPoolConfigurationException = [
|
|
299
|
+
-3,
|
|
300
|
+
n0,
|
|
301
|
+
_IIPCE,
|
|
302
|
+
{
|
|
303
|
+
[_e]: _c,
|
|
304
|
+
[_hE]: 400,
|
|
305
|
+
},
|
|
306
|
+
[_m],
|
|
307
|
+
[0],
|
|
308
|
+
];
|
|
309
|
+
TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException, __InvalidIdentityPoolConfigurationException);
|
|
310
|
+
export var InvalidParameterException = [
|
|
311
|
+
-3,
|
|
312
|
+
n0,
|
|
313
|
+
_IPE,
|
|
314
|
+
{
|
|
315
|
+
[_e]: _c,
|
|
316
|
+
[_hE]: 400,
|
|
317
|
+
},
|
|
318
|
+
[_m],
|
|
319
|
+
[0],
|
|
320
|
+
];
|
|
321
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
322
|
+
export var LimitExceededException = [
|
|
323
|
+
-3,
|
|
324
|
+
n0,
|
|
325
|
+
_LEE,
|
|
326
|
+
{
|
|
327
|
+
[_e]: _c,
|
|
328
|
+
[_hE]: 400,
|
|
329
|
+
},
|
|
330
|
+
[_m],
|
|
331
|
+
[0],
|
|
332
|
+
];
|
|
333
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
334
|
+
export var ListIdentitiesInput = [3, n0, _LII, 0, [_IPI, _MR, _NT, _HD], [0, 1, 0, 2]];
|
|
335
|
+
export var ListIdentitiesResponse = [
|
|
336
|
+
3,
|
|
337
|
+
n0,
|
|
338
|
+
_LIR,
|
|
339
|
+
0,
|
|
340
|
+
[_IPI, _I, _NT],
|
|
341
|
+
[0, () => IdentitiesList, 0],
|
|
342
|
+
];
|
|
343
|
+
export var ListIdentityPoolsInput = [3, n0, _LIPI, 0, [_MR, _NT], [1, 0]];
|
|
344
|
+
export var ListIdentityPoolsResponse = [
|
|
345
|
+
3,
|
|
346
|
+
n0,
|
|
347
|
+
_LIPR,
|
|
348
|
+
0,
|
|
349
|
+
[_IPd, _NT],
|
|
350
|
+
[() => IdentityPoolsList, 0],
|
|
351
|
+
];
|
|
352
|
+
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [0]];
|
|
353
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRR, 0, [_Ta], [128 | 0]];
|
|
354
|
+
export var LookupDeveloperIdentityInput = [
|
|
355
|
+
3,
|
|
356
|
+
n0,
|
|
357
|
+
_LDII,
|
|
358
|
+
0,
|
|
359
|
+
[_IPI, _II, _DUI, _MR, _NT],
|
|
360
|
+
[0, 0, 0, 1, 0],
|
|
361
|
+
];
|
|
362
|
+
export var LookupDeveloperIdentityResponse = [
|
|
363
|
+
3,
|
|
364
|
+
n0,
|
|
365
|
+
_LDIR,
|
|
366
|
+
0,
|
|
367
|
+
[_II, _DUIL, _NT],
|
|
368
|
+
[0, 64 | 0, 0],
|
|
369
|
+
];
|
|
370
|
+
export var MappingRule = [3, n0, _MRa, 0, [_Cl, _MT, _V, _RARN], [0, 0, 0, 0]];
|
|
371
|
+
export var MergeDeveloperIdentitiesInput = [
|
|
372
|
+
3,
|
|
373
|
+
n0,
|
|
374
|
+
_MDII,
|
|
375
|
+
0,
|
|
376
|
+
[_SUI, _DUIe, _DPN, _IPI],
|
|
377
|
+
[0, 0, 0, 0],
|
|
378
|
+
];
|
|
379
|
+
export var MergeDeveloperIdentitiesResponse = [3, n0, _MDIR, 0, [_II], [0]];
|
|
380
|
+
export var NotAuthorizedException = [
|
|
381
|
+
-3,
|
|
382
|
+
n0,
|
|
383
|
+
_NAE,
|
|
384
|
+
{
|
|
385
|
+
[_e]: _c,
|
|
386
|
+
[_hE]: 403,
|
|
387
|
+
},
|
|
388
|
+
[_m],
|
|
389
|
+
[0],
|
|
390
|
+
];
|
|
391
|
+
TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
|
|
392
|
+
export var ResourceConflictException = [
|
|
393
|
+
-3,
|
|
394
|
+
n0,
|
|
395
|
+
_RCE,
|
|
396
|
+
{
|
|
397
|
+
[_e]: _c,
|
|
398
|
+
[_hE]: 409,
|
|
399
|
+
},
|
|
400
|
+
[_m],
|
|
401
|
+
[0],
|
|
402
|
+
];
|
|
403
|
+
TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
|
|
404
|
+
export var ResourceNotFoundException = [
|
|
405
|
+
-3,
|
|
406
|
+
n0,
|
|
407
|
+
_RNFE,
|
|
408
|
+
{
|
|
409
|
+
[_e]: _c,
|
|
410
|
+
[_hE]: 404,
|
|
411
|
+
},
|
|
412
|
+
[_m],
|
|
413
|
+
[0],
|
|
414
|
+
];
|
|
415
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
416
|
+
export var RoleMapping = [
|
|
417
|
+
3,
|
|
418
|
+
n0,
|
|
419
|
+
_RMo,
|
|
420
|
+
0,
|
|
421
|
+
[_Ty, _ARR, _RC],
|
|
422
|
+
[0, 0, () => RulesConfigurationType],
|
|
423
|
+
];
|
|
424
|
+
export var RulesConfigurationType = [3, n0, _RCT, 0, [_Ru], [() => MappingRulesList]];
|
|
425
|
+
export var SetIdentityPoolRolesInput = [
|
|
426
|
+
3,
|
|
427
|
+
n0,
|
|
428
|
+
_SIPRI,
|
|
429
|
+
0,
|
|
430
|
+
[_IPI, _R, _RM],
|
|
431
|
+
[0, 128 | 0, () => RoleMappingMap],
|
|
432
|
+
];
|
|
433
|
+
export var SetPrincipalTagAttributeMapInput = [
|
|
434
|
+
3,
|
|
435
|
+
n0,
|
|
436
|
+
_SPTAMI,
|
|
437
|
+
0,
|
|
438
|
+
[_IPI, _IPNd, _UD, _PT],
|
|
439
|
+
[0, 0, 2, 128 | 0],
|
|
440
|
+
];
|
|
441
|
+
export var SetPrincipalTagAttributeMapResponse = [
|
|
442
|
+
3,
|
|
443
|
+
n0,
|
|
444
|
+
_SPTAMR,
|
|
445
|
+
0,
|
|
446
|
+
[_IPI, _IPNd, _UD, _PT],
|
|
447
|
+
[0, 0, 2, 128 | 0],
|
|
448
|
+
];
|
|
449
|
+
export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, 128 | 0]];
|
|
450
|
+
export var TagResourceResponse = [3, n0, _TRR, 0, [], []];
|
|
451
|
+
export var TooManyRequestsException = [
|
|
452
|
+
-3,
|
|
453
|
+
n0,
|
|
454
|
+
_TMRE,
|
|
455
|
+
{
|
|
456
|
+
[_e]: _c,
|
|
457
|
+
[_hE]: 429,
|
|
458
|
+
},
|
|
459
|
+
[_m],
|
|
460
|
+
[0],
|
|
461
|
+
];
|
|
462
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
463
|
+
export var UnlinkDeveloperIdentityInput = [
|
|
464
|
+
3,
|
|
465
|
+
n0,
|
|
466
|
+
_UDII,
|
|
467
|
+
0,
|
|
468
|
+
[_II, _IPI, _DPN, _DUI],
|
|
469
|
+
[0, 0, 0, 0],
|
|
470
|
+
];
|
|
471
|
+
export var UnlinkIdentityInput = [
|
|
472
|
+
3,
|
|
473
|
+
n0,
|
|
474
|
+
_UIIn,
|
|
475
|
+
0,
|
|
476
|
+
[_II, _L, _LTR],
|
|
477
|
+
[0, [() => LoginsMap, 0], 64 | 0],
|
|
478
|
+
];
|
|
479
|
+
export var UnprocessedIdentityId = [3, n0, _UIInp, 0, [_II, _EC], [0, 0]];
|
|
480
|
+
export var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
|
|
481
|
+
export var UntagResourceResponse = [3, n0, _URR, 0, [], []];
|
|
482
|
+
export var __Unit = "unit";
|
|
483
|
+
export var CognitoIdentityServiceException = [-3, _sm, "CognitoIdentityServiceException", 0, [], []];
|
|
484
|
+
TypeRegistry.for(_sm).registerError(CognitoIdentityServiceException, __CognitoIdentityServiceException);
|
|
485
|
+
export var CognitoIdentityProviderList = [1, n0, _CIPL, 0, () => CognitoIdentityProvider];
|
|
486
|
+
export var DeveloperUserIdentifierList = 64 | 0;
|
|
487
|
+
export var IdentitiesList = [1, n0, _IL, 0, () => IdentityDescription];
|
|
488
|
+
export var IdentityIdList = 64 | 0;
|
|
489
|
+
export var IdentityPoolsList = [1, n0, _IPL, 0, () => IdentityPoolShortDescription];
|
|
490
|
+
export var IdentityPoolTagsListType = 64 | 0;
|
|
491
|
+
export var LoginsList = 64 | 0;
|
|
492
|
+
export var MappingRulesList = [1, n0, _MRL, 0, () => MappingRule];
|
|
493
|
+
export var OIDCProviderList = 64 | 0;
|
|
494
|
+
export var SAMLProviderList = 64 | 0;
|
|
495
|
+
export var UnprocessedIdentityIdList = [1, n0, _UIIL, 0, () => UnprocessedIdentityId];
|
|
496
|
+
export var IdentityPoolTagsType = 128 | 0;
|
|
497
|
+
export var IdentityProviders = 128 | 0;
|
|
498
|
+
export var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
|
|
499
|
+
export var PrincipalTags = 128 | 0;
|
|
500
|
+
export var RoleMappingMap = [2, n0, _RMM, 0, 0, () => RoleMapping];
|
|
501
|
+
export var RolesMap = 128 | 0;
|
|
502
|
+
export var CreateIdentityPool = [
|
|
503
|
+
9,
|
|
504
|
+
n0,
|
|
505
|
+
_CIPr,
|
|
506
|
+
0,
|
|
507
|
+
() => CreateIdentityPoolInput,
|
|
508
|
+
() => IdentityPool,
|
|
509
|
+
];
|
|
510
|
+
export var DeleteIdentities = [
|
|
511
|
+
9,
|
|
512
|
+
n0,
|
|
513
|
+
_DI,
|
|
514
|
+
0,
|
|
515
|
+
() => DeleteIdentitiesInput,
|
|
516
|
+
() => DeleteIdentitiesResponse,
|
|
517
|
+
];
|
|
518
|
+
export var DeleteIdentityPool = [9, n0, _DIP, 0, () => DeleteIdentityPoolInput, () => __Unit];
|
|
519
|
+
export var DescribeIdentity = [
|
|
520
|
+
9,
|
|
521
|
+
n0,
|
|
522
|
+
_DIe,
|
|
523
|
+
0,
|
|
524
|
+
() => DescribeIdentityInput,
|
|
525
|
+
() => IdentityDescription,
|
|
526
|
+
];
|
|
527
|
+
export var DescribeIdentityPool = [
|
|
528
|
+
9,
|
|
529
|
+
n0,
|
|
530
|
+
_DIPe,
|
|
531
|
+
0,
|
|
532
|
+
() => DescribeIdentityPoolInput,
|
|
533
|
+
() => IdentityPool,
|
|
534
|
+
];
|
|
535
|
+
export var GetCredentialsForIdentity = [
|
|
536
|
+
9,
|
|
537
|
+
n0,
|
|
538
|
+
_GCFI,
|
|
539
|
+
0,
|
|
540
|
+
() => GetCredentialsForIdentityInput,
|
|
541
|
+
() => GetCredentialsForIdentityResponse,
|
|
542
|
+
];
|
|
543
|
+
export var GetId = [9, n0, _GI, 0, () => GetIdInput, () => GetIdResponse];
|
|
544
|
+
export var GetIdentityPoolRoles = [
|
|
545
|
+
9,
|
|
546
|
+
n0,
|
|
547
|
+
_GIPR,
|
|
548
|
+
0,
|
|
549
|
+
() => GetIdentityPoolRolesInput,
|
|
550
|
+
() => GetIdentityPoolRolesResponse,
|
|
551
|
+
];
|
|
552
|
+
export var GetOpenIdToken = [
|
|
553
|
+
9,
|
|
554
|
+
n0,
|
|
555
|
+
_GOIT,
|
|
556
|
+
0,
|
|
557
|
+
() => GetOpenIdTokenInput,
|
|
558
|
+
() => GetOpenIdTokenResponse,
|
|
559
|
+
];
|
|
560
|
+
export var GetOpenIdTokenForDeveloperIdentity = [
|
|
561
|
+
9,
|
|
562
|
+
n0,
|
|
563
|
+
_GOITFDI,
|
|
564
|
+
0,
|
|
565
|
+
() => GetOpenIdTokenForDeveloperIdentityInput,
|
|
566
|
+
() => GetOpenIdTokenForDeveloperIdentityResponse,
|
|
567
|
+
];
|
|
568
|
+
export var GetPrincipalTagAttributeMap = [
|
|
569
|
+
9,
|
|
570
|
+
n0,
|
|
571
|
+
_GPTAM,
|
|
572
|
+
0,
|
|
573
|
+
() => GetPrincipalTagAttributeMapInput,
|
|
574
|
+
() => GetPrincipalTagAttributeMapResponse,
|
|
575
|
+
];
|
|
576
|
+
export var ListIdentities = [
|
|
577
|
+
9,
|
|
578
|
+
n0,
|
|
579
|
+
_LI,
|
|
580
|
+
0,
|
|
581
|
+
() => ListIdentitiesInput,
|
|
582
|
+
() => ListIdentitiesResponse,
|
|
583
|
+
];
|
|
584
|
+
export var ListIdentityPools = [
|
|
585
|
+
9,
|
|
586
|
+
n0,
|
|
587
|
+
_LIP,
|
|
588
|
+
0,
|
|
589
|
+
() => ListIdentityPoolsInput,
|
|
590
|
+
() => ListIdentityPoolsResponse,
|
|
591
|
+
];
|
|
592
|
+
export var ListTagsForResource = [
|
|
593
|
+
9,
|
|
594
|
+
n0,
|
|
595
|
+
_LTFR,
|
|
596
|
+
0,
|
|
597
|
+
() => ListTagsForResourceInput,
|
|
598
|
+
() => ListTagsForResourceResponse,
|
|
599
|
+
];
|
|
600
|
+
export var LookupDeveloperIdentity = [
|
|
601
|
+
9,
|
|
602
|
+
n0,
|
|
603
|
+
_LDI,
|
|
604
|
+
0,
|
|
605
|
+
() => LookupDeveloperIdentityInput,
|
|
606
|
+
() => LookupDeveloperIdentityResponse,
|
|
607
|
+
];
|
|
608
|
+
export var MergeDeveloperIdentities = [
|
|
609
|
+
9,
|
|
610
|
+
n0,
|
|
611
|
+
_MDI,
|
|
612
|
+
0,
|
|
613
|
+
() => MergeDeveloperIdentitiesInput,
|
|
614
|
+
() => MergeDeveloperIdentitiesResponse,
|
|
615
|
+
];
|
|
616
|
+
export var SetIdentityPoolRoles = [
|
|
617
|
+
9,
|
|
618
|
+
n0,
|
|
619
|
+
_SIPR,
|
|
620
|
+
0,
|
|
621
|
+
() => SetIdentityPoolRolesInput,
|
|
622
|
+
() => __Unit,
|
|
623
|
+
];
|
|
624
|
+
export var SetPrincipalTagAttributeMap = [
|
|
625
|
+
9,
|
|
626
|
+
n0,
|
|
627
|
+
_SPTAM,
|
|
628
|
+
0,
|
|
629
|
+
() => SetPrincipalTagAttributeMapInput,
|
|
630
|
+
() => SetPrincipalTagAttributeMapResponse,
|
|
631
|
+
];
|
|
632
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceResponse];
|
|
633
|
+
export var UnlinkDeveloperIdentity = [
|
|
634
|
+
9,
|
|
635
|
+
n0,
|
|
636
|
+
_UDI,
|
|
637
|
+
0,
|
|
638
|
+
() => UnlinkDeveloperIdentityInput,
|
|
639
|
+
() => __Unit,
|
|
640
|
+
];
|
|
641
|
+
export var UnlinkIdentity = [9, n0, _UI, 0, () => UnlinkIdentityInput, () => __Unit];
|
|
642
|
+
export var UntagResource = [
|
|
643
|
+
9,
|
|
644
|
+
n0,
|
|
645
|
+
_UR,
|
|
646
|
+
0,
|
|
647
|
+
() => UntagResourceInput,
|
|
648
|
+
() => UntagResourceResponse,
|
|
649
|
+
];
|
|
650
|
+
export var UpdateIdentityPool = [9, n0, _UIP, 0, () => IdentityPool, () => IdentityPool];
|
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand";
|
|
11
11
|
import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "./commands/DeleteIdentitiesCommand";
|
|
@@ -164,6 +164,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
164
164
|
* Optional extensions
|
|
165
165
|
*/
|
|
166
166
|
extensions?: RuntimeExtension[];
|
|
167
|
+
/**
|
|
168
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
169
|
+
* may be overridden. A default will always be set by the client.
|
|
170
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
171
|
+
* the client.
|
|
172
|
+
* @alpha
|
|
173
|
+
*
|
|
174
|
+
*/
|
|
175
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
167
176
|
/**
|
|
168
177
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
169
178
|
*/
|
|
@@ -1230,39 +1230,3 @@ export interface UntagResourceInput {
|
|
|
1230
1230
|
*/
|
|
1231
1231
|
export interface UntagResourceResponse {
|
|
1232
1232
|
}
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (obj: GetCredentialsForIdentityInput) => any;
|
|
1237
|
-
/**
|
|
1238
|
-
* @internal
|
|
1239
|
-
*/
|
|
1240
|
-
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (obj: GetCredentialsForIdentityResponse) => any;
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any;
|
|
1249
|
-
/**
|
|
1250
|
-
* @internal
|
|
1251
|
-
*/
|
|
1252
|
-
export declare const GetOpenIdTokenInputFilterSensitiveLog: (obj: GetOpenIdTokenInput) => any;
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
|
-
export declare const GetOpenIdTokenResponseFilterSensitiveLog: (obj: GetOpenIdTokenResponse) => any;
|
|
1257
|
-
/**
|
|
1258
|
-
* @internal
|
|
1259
|
-
*/
|
|
1260
|
-
export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityInput) => any;
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
|
-
export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityResponse) => any;
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
export declare const UnlinkIdentityInputFilterSensitiveLog: (obj: UnlinkIdentityInput) => any;
|