@aws-sdk/client-cognito-sync 3.956.0 → 3.958.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/README.md +1 -23
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +244 -375
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +242 -373
- package/package.json +15 -13
|
@@ -132,481 +132,350 @@ const n0 = "com.amazonaws.cognitosync";
|
|
|
132
132
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
133
133
|
import { CognitoSyncServiceException } from "../models/CognitoSyncServiceException";
|
|
134
134
|
import { AlreadyStreamedException, ConcurrentModificationException, DuplicateRequestException, InternalErrorException, InvalidConfigurationException, InvalidLambdaFunctionOutputException, InvalidParameterException, LambdaThrottledException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/errors";
|
|
135
|
-
export var AlreadyStreamedException$ = [
|
|
136
|
-
-3,
|
|
137
|
-
n0,
|
|
138
|
-
_ASE,
|
|
135
|
+
export var AlreadyStreamedException$ = [-3, n0, _ASE,
|
|
139
136
|
{ [_aQE]: [`AlreadyStreamed`, 400], [_e]: _c, [_hE]: 400 },
|
|
140
137
|
[_m],
|
|
141
|
-
[0]
|
|
138
|
+
[0]
|
|
142
139
|
];
|
|
143
140
|
TypeRegistry.for(n0).registerError(AlreadyStreamedException$, AlreadyStreamedException);
|
|
144
|
-
export var BulkPublishRequest$ = [3, n0, _BPR,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
141
|
+
export var BulkPublishRequest$ = [3, n0, _BPR,
|
|
142
|
+
0,
|
|
143
|
+
[_IPI],
|
|
144
|
+
[[0, 1]]
|
|
145
|
+
];
|
|
146
|
+
export var BulkPublishResponse$ = [3, n0, _BPRu,
|
|
147
|
+
0,
|
|
148
|
+
[_IPI],
|
|
149
|
+
[0]
|
|
150
|
+
];
|
|
151
|
+
export var CognitoStreams$ = [3, n0, _CS,
|
|
152
|
+
0,
|
|
153
|
+
[_SN, _RA, _SS],
|
|
154
|
+
[0, 0, 0]
|
|
155
|
+
];
|
|
156
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
151
157
|
{ [_aQE]: [`ConcurrentModification`, 400], [_e]: _c, [_hE]: 400 },
|
|
152
158
|
[_m],
|
|
153
|
-
[0]
|
|
159
|
+
[0]
|
|
154
160
|
];
|
|
155
161
|
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
156
|
-
export var Dataset$ = [
|
|
157
|
-
3,
|
|
158
|
-
n0,
|
|
159
|
-
_D,
|
|
162
|
+
export var Dataset$ = [3, n0, _D,
|
|
160
163
|
0,
|
|
161
164
|
[_II, _DN, _CD, _LMD, _LMB, _DS, _NR],
|
|
162
|
-
[0, 0, 4, 4, 0, 1, 1]
|
|
165
|
+
[0, 0, 4, 4, 0, 1, 1]
|
|
163
166
|
];
|
|
164
|
-
export var DeleteDatasetRequest$ = [
|
|
165
|
-
3,
|
|
166
|
-
n0,
|
|
167
|
-
_DDR,
|
|
167
|
+
export var DeleteDatasetRequest$ = [3, n0, _DDR,
|
|
168
168
|
0,
|
|
169
169
|
[_IPI, _II, _DN],
|
|
170
|
-
[
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
],
|
|
175
|
-
]
|
|
176
|
-
|
|
177
|
-
export var DescribeDatasetRequest$ = [
|
|
178
|
-
3,
|
|
179
|
-
n0,
|
|
180
|
-
_DDRes,
|
|
170
|
+
[[0, 1], [0, 1], [0, 1]]
|
|
171
|
+
];
|
|
172
|
+
export var DeleteDatasetResponse$ = [3, n0, _DDRe,
|
|
173
|
+
0,
|
|
174
|
+
[_D],
|
|
175
|
+
[() => Dataset$]
|
|
176
|
+
];
|
|
177
|
+
export var DescribeDatasetRequest$ = [3, n0, _DDRes,
|
|
181
178
|
0,
|
|
182
179
|
[_IPI, _II, _DN],
|
|
183
|
-
[
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
],
|
|
188
|
-
]
|
|
189
|
-
|
|
190
|
-
export var DescribeIdentityPoolUsageRequest$ = [3, n0, _DIPUR,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
180
|
+
[[0, 1], [0, 1], [0, 1]]
|
|
181
|
+
];
|
|
182
|
+
export var DescribeDatasetResponse$ = [3, n0, _DDResc,
|
|
183
|
+
0,
|
|
184
|
+
[_D],
|
|
185
|
+
[() => Dataset$]
|
|
186
|
+
];
|
|
187
|
+
export var DescribeIdentityPoolUsageRequest$ = [3, n0, _DIPUR,
|
|
188
|
+
0,
|
|
189
|
+
[_IPI],
|
|
190
|
+
[[0, 1]]
|
|
191
|
+
];
|
|
192
|
+
export var DescribeIdentityPoolUsageResponse$ = [3, n0, _DIPURe,
|
|
195
193
|
0,
|
|
196
194
|
[_IPU],
|
|
197
|
-
[() => IdentityPoolUsage$]
|
|
195
|
+
[() => IdentityPoolUsage$]
|
|
198
196
|
];
|
|
199
|
-
export var DescribeIdentityUsageRequest$ = [
|
|
200
|
-
3,
|
|
201
|
-
n0,
|
|
202
|
-
_DIUR,
|
|
197
|
+
export var DescribeIdentityUsageRequest$ = [3, n0, _DIUR,
|
|
203
198
|
0,
|
|
204
199
|
[_IPI, _II],
|
|
205
|
-
[
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
]
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
n0,
|
|
214
|
-
_DRE,
|
|
200
|
+
[[0, 1], [0, 1]]
|
|
201
|
+
];
|
|
202
|
+
export var DescribeIdentityUsageResponse$ = [3, n0, _DIURe,
|
|
203
|
+
0,
|
|
204
|
+
[_IU],
|
|
205
|
+
[() => IdentityUsage$]
|
|
206
|
+
];
|
|
207
|
+
export var DuplicateRequestException$ = [-3, n0, _DRE,
|
|
215
208
|
{ [_aQE]: [`DuplicateRequest`, 400], [_e]: _c, [_hE]: 400 },
|
|
216
209
|
[_m],
|
|
217
|
-
[0]
|
|
210
|
+
[0]
|
|
218
211
|
];
|
|
219
212
|
TypeRegistry.for(n0).registerError(DuplicateRequestException$, DuplicateRequestException);
|
|
220
|
-
export var GetBulkPublishDetailsRequest$ = [3, n0, _GBPDR,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
213
|
+
export var GetBulkPublishDetailsRequest$ = [3, n0, _GBPDR,
|
|
214
|
+
0,
|
|
215
|
+
[_IPI],
|
|
216
|
+
[[0, 1]]
|
|
217
|
+
];
|
|
218
|
+
export var GetBulkPublishDetailsResponse$ = [3, n0, _GBPDRe,
|
|
225
219
|
0,
|
|
226
220
|
[_IPI, _BPST, _BPCT, _BPS, _FM],
|
|
227
|
-
[0, 4, 4, 0, 0]
|
|
221
|
+
[0, 4, 4, 0, 0]
|
|
222
|
+
];
|
|
223
|
+
export var GetCognitoEventsRequest$ = [3, n0, _GCER,
|
|
224
|
+
0,
|
|
225
|
+
[_IPI],
|
|
226
|
+
[[0, 1]]
|
|
227
|
+
];
|
|
228
|
+
export var GetCognitoEventsResponse$ = [3, n0, _GCERe,
|
|
229
|
+
0,
|
|
230
|
+
[_E],
|
|
231
|
+
[128 | 0]
|
|
228
232
|
];
|
|
229
|
-
export var
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
_GIPCRe,
|
|
233
|
+
export var GetIdentityPoolConfigurationRequest$ = [3, n0, _GIPCR,
|
|
234
|
+
0,
|
|
235
|
+
[_IPI],
|
|
236
|
+
[[0, 1]]
|
|
237
|
+
];
|
|
238
|
+
export var GetIdentityPoolConfigurationResponse$ = [3, n0, _GIPCRe,
|
|
236
239
|
0,
|
|
237
240
|
[_IPI, _PS, _CS],
|
|
238
|
-
[0, () => PushSync$, () => CognitoStreams$]
|
|
239
|
-
];
|
|
240
|
-
export var IdentityPoolUsage$ = [3, n0, _IPU,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
241
|
+
[0, () => PushSync$, () => CognitoStreams$]
|
|
242
|
+
];
|
|
243
|
+
export var IdentityPoolUsage$ = [3, n0, _IPU,
|
|
244
|
+
0,
|
|
245
|
+
[_IPI, _SSC, _DS, _LMD],
|
|
246
|
+
[0, 1, 1, 4]
|
|
247
|
+
];
|
|
248
|
+
export var IdentityUsage$ = [3, n0, _IU,
|
|
249
|
+
0,
|
|
250
|
+
[_II, _IPI, _LMD, _DC, _DS],
|
|
251
|
+
[0, 0, 4, 1, 1]
|
|
252
|
+
];
|
|
253
|
+
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
246
254
|
{ [_aQE]: [`InternalError`, 500], [_e]: _s, [_hE]: 500 },
|
|
247
255
|
[_m],
|
|
248
|
-
[0]
|
|
256
|
+
[0]
|
|
249
257
|
];
|
|
250
258
|
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
251
|
-
export var InvalidConfigurationException$ = [
|
|
252
|
-
-3,
|
|
253
|
-
n0,
|
|
254
|
-
_ICE,
|
|
259
|
+
export var InvalidConfigurationException$ = [-3, n0, _ICE,
|
|
255
260
|
{ [_aQE]: [`InvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
|
|
256
261
|
[_m],
|
|
257
|
-
[0]
|
|
262
|
+
[0]
|
|
258
263
|
];
|
|
259
264
|
TypeRegistry.for(n0).registerError(InvalidConfigurationException$, InvalidConfigurationException);
|
|
260
|
-
export var InvalidLambdaFunctionOutputException$ = [
|
|
261
|
-
-3,
|
|
262
|
-
n0,
|
|
263
|
-
_ILFOE,
|
|
265
|
+
export var InvalidLambdaFunctionOutputException$ = [-3, n0, _ILFOE,
|
|
264
266
|
{ [_aQE]: [`InvalidLambdaFunctionOutput`, 400], [_e]: _c, [_hE]: 400 },
|
|
265
267
|
[_m],
|
|
266
|
-
[0]
|
|
268
|
+
[0]
|
|
267
269
|
];
|
|
268
270
|
TypeRegistry.for(n0).registerError(InvalidLambdaFunctionOutputException$, InvalidLambdaFunctionOutputException);
|
|
269
|
-
export var InvalidParameterException$ = [
|
|
270
|
-
-3,
|
|
271
|
-
n0,
|
|
272
|
-
_IPE,
|
|
271
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
273
272
|
{ [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
274
273
|
[_m],
|
|
275
|
-
[0]
|
|
274
|
+
[0]
|
|
276
275
|
];
|
|
277
276
|
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
278
|
-
export var LambdaThrottledException$ = [
|
|
279
|
-
-3,
|
|
280
|
-
n0,
|
|
281
|
-
_LTE,
|
|
277
|
+
export var LambdaThrottledException$ = [-3, n0, _LTE,
|
|
282
278
|
{ [_aQE]: [`LambdaThrottled`, 429], [_e]: _c, [_hE]: 429 },
|
|
283
279
|
[_m],
|
|
284
|
-
[0]
|
|
280
|
+
[0]
|
|
285
281
|
];
|
|
286
282
|
TypeRegistry.for(n0).registerError(LambdaThrottledException$, LambdaThrottledException);
|
|
287
|
-
export var LimitExceededException$ = [
|
|
288
|
-
-3,
|
|
289
|
-
n0,
|
|
290
|
-
_LEE,
|
|
283
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
291
284
|
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
292
285
|
[_m],
|
|
293
|
-
[0]
|
|
286
|
+
[0]
|
|
294
287
|
];
|
|
295
288
|
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
296
|
-
export var ListDatasetsRequest$ = [
|
|
297
|
-
3,
|
|
298
|
-
n0,
|
|
299
|
-
_LDR,
|
|
289
|
+
export var ListDatasetsRequest$ = [3, n0, _LDR,
|
|
300
290
|
0,
|
|
301
291
|
[_IPI, _II, _NT, _MR],
|
|
302
|
-
[
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
]
|
|
308
|
-
];
|
|
309
|
-
export var
|
|
310
|
-
export var ListIdentityPoolUsageRequest$ = [
|
|
311
|
-
3,
|
|
312
|
-
n0,
|
|
313
|
-
_LIPUR,
|
|
292
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
293
|
+
];
|
|
294
|
+
export var ListDatasetsResponse$ = [3, n0, _LDRi,
|
|
295
|
+
0,
|
|
296
|
+
[_Da, _C, _NT],
|
|
297
|
+
[() => DatasetList, 1, 0]
|
|
298
|
+
];
|
|
299
|
+
export var ListIdentityPoolUsageRequest$ = [3, n0, _LIPUR,
|
|
314
300
|
0,
|
|
315
301
|
[_NT, _MR],
|
|
316
|
-
[
|
|
317
|
-
[0, { [_hQ]: _nT }],
|
|
318
|
-
[1, { [_hQ]: _mR }],
|
|
319
|
-
],
|
|
302
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
320
303
|
];
|
|
321
|
-
export var ListIdentityPoolUsageResponse$ = [
|
|
322
|
-
3,
|
|
323
|
-
n0,
|
|
324
|
-
_LIPURi,
|
|
304
|
+
export var ListIdentityPoolUsageResponse$ = [3, n0, _LIPURi,
|
|
325
305
|
0,
|
|
326
306
|
[_IPUd, _MR, _C, _NT],
|
|
327
|
-
[() => IdentityPoolUsageList, 1, 1, 0]
|
|
307
|
+
[() => IdentityPoolUsageList, 1, 1, 0]
|
|
328
308
|
];
|
|
329
|
-
export var ListRecordsRequest$ = [
|
|
330
|
-
3,
|
|
331
|
-
n0,
|
|
332
|
-
_LRR,
|
|
309
|
+
export var ListRecordsRequest$ = [3, n0, _LRR,
|
|
333
310
|
0,
|
|
334
311
|
[_IPI, _II, _DN, _LSC, _NT, _MR, _SST],
|
|
335
|
-
[
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
[0, 1],
|
|
339
|
-
[1, { [_hQ]: _lSC }],
|
|
340
|
-
[0, { [_hQ]: _nT }],
|
|
341
|
-
[1, { [_hQ]: _mR }],
|
|
342
|
-
[0, { [_hQ]: _sST }],
|
|
343
|
-
],
|
|
344
|
-
];
|
|
345
|
-
export var ListRecordsResponse$ = [
|
|
346
|
-
3,
|
|
347
|
-
n0,
|
|
348
|
-
_LRRi,
|
|
312
|
+
[[0, 1], [0, 1], [0, 1], [1, { [_hQ]: _lSC }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sST }]]
|
|
313
|
+
];
|
|
314
|
+
export var ListRecordsResponse$ = [3, n0, _LRRi,
|
|
349
315
|
0,
|
|
350
316
|
[_R, _NT, _C, _DSC, _LMB, _MDN, _DE, _DDARSC, _SST],
|
|
351
|
-
[() => RecordList, 0, 1, 1, 0, 64 | 0, 2, 2, 0]
|
|
317
|
+
[() => RecordList, 0, 1, 1, 0, 64 | 0, 2, 2, 0]
|
|
352
318
|
];
|
|
353
|
-
export var NotAuthorizedException$ = [
|
|
354
|
-
-3,
|
|
355
|
-
n0,
|
|
356
|
-
_NAE,
|
|
319
|
+
export var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
357
320
|
{ [_aQE]: [`NotAuthorizedError`, 403], [_e]: _c, [_hE]: 403 },
|
|
358
321
|
[_m],
|
|
359
|
-
[0]
|
|
322
|
+
[0]
|
|
360
323
|
];
|
|
361
324
|
TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
362
|
-
export var PushSync$ = [3, n0, _PS,
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
325
|
+
export var PushSync$ = [3, n0, _PS,
|
|
326
|
+
0,
|
|
327
|
+
[_AA, _RA],
|
|
328
|
+
[64 | 0, 0]
|
|
329
|
+
];
|
|
330
|
+
export var _Record$ = [3, n0, _Re,
|
|
331
|
+
0,
|
|
332
|
+
[_K, _V, _SC, _LMD, _LMB, _DLMD],
|
|
333
|
+
[0, 0, 1, 4, 0, 4]
|
|
334
|
+
];
|
|
335
|
+
export var RecordPatch$ = [3, n0, _RP,
|
|
336
|
+
0,
|
|
337
|
+
[_O, _K, _V, _SC, _DLMD],
|
|
338
|
+
[0, 0, 0, 1, 4]
|
|
339
|
+
];
|
|
340
|
+
export var RegisterDeviceRequest$ = [3, n0, _RDR,
|
|
369
341
|
0,
|
|
370
342
|
[_IPI, _II, _P, _T],
|
|
371
|
-
[[0, 1], [0, 1], 0, 0]
|
|
343
|
+
[[0, 1], [0, 1], 0, 0]
|
|
372
344
|
];
|
|
373
|
-
export var RegisterDeviceResponse$ = [3, n0, _RDRe,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
345
|
+
export var RegisterDeviceResponse$ = [3, n0, _RDRe,
|
|
346
|
+
0,
|
|
347
|
+
[_DI],
|
|
348
|
+
[0]
|
|
349
|
+
];
|
|
350
|
+
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
378
351
|
{ [_aQE]: [`ResourceConflict`, 409], [_e]: _c, [_hE]: 409 },
|
|
379
352
|
[_m],
|
|
380
|
-
[0]
|
|
353
|
+
[0]
|
|
381
354
|
];
|
|
382
355
|
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
383
|
-
export var ResourceNotFoundException$ = [
|
|
384
|
-
-3,
|
|
385
|
-
n0,
|
|
386
|
-
_RNFE,
|
|
356
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
387
357
|
{ [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
388
358
|
[_m],
|
|
389
|
-
[0]
|
|
359
|
+
[0]
|
|
390
360
|
];
|
|
391
361
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
392
|
-
export var SetCognitoEventsRequest$ = [3, n0, _SCER,
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
362
|
+
export var SetCognitoEventsRequest$ = [3, n0, _SCER,
|
|
363
|
+
0,
|
|
364
|
+
[_IPI, _E],
|
|
365
|
+
[[0, 1], 128 | 0]
|
|
366
|
+
];
|
|
367
|
+
export var SetIdentityPoolConfigurationRequest$ = [3, n0, _SIPCR,
|
|
397
368
|
0,
|
|
398
369
|
[_IPI, _PS, _CS],
|
|
399
|
-
[[0, 1], () => PushSync$, () => CognitoStreams$]
|
|
370
|
+
[[0, 1], () => PushSync$, () => CognitoStreams$]
|
|
400
371
|
];
|
|
401
|
-
export var SetIdentityPoolConfigurationResponse$ = [
|
|
402
|
-
3,
|
|
403
|
-
n0,
|
|
404
|
-
_SIPCRe,
|
|
372
|
+
export var SetIdentityPoolConfigurationResponse$ = [3, n0, _SIPCRe,
|
|
405
373
|
0,
|
|
406
374
|
[_IPI, _PS, _CS],
|
|
407
|
-
[0, () => PushSync$, () => CognitoStreams$]
|
|
375
|
+
[0, () => PushSync$, () => CognitoStreams$]
|
|
408
376
|
];
|
|
409
|
-
export var SubscribeToDatasetRequest$ = [
|
|
410
|
-
3,
|
|
411
|
-
n0,
|
|
412
|
-
_STDR,
|
|
377
|
+
export var SubscribeToDatasetRequest$ = [3, n0, _STDR,
|
|
413
378
|
0,
|
|
414
379
|
[_IPI, _II, _DN, _DI],
|
|
415
|
-
[
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
]
|
|
421
|
-
];
|
|
422
|
-
export var
|
|
423
|
-
export var TooManyRequestsException$ = [
|
|
424
|
-
-3,
|
|
425
|
-
n0,
|
|
426
|
-
_TMRE,
|
|
380
|
+
[[0, 1], [0, 1], [0, 1], [0, 1]]
|
|
381
|
+
];
|
|
382
|
+
export var SubscribeToDatasetResponse$ = [3, n0, _STDRu,
|
|
383
|
+
0,
|
|
384
|
+
[],
|
|
385
|
+
[]
|
|
386
|
+
];
|
|
387
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
427
388
|
{ [_aQE]: [`TooManyRequests`, 429], [_e]: _c, [_hE]: 429 },
|
|
428
389
|
[_m],
|
|
429
|
-
[0]
|
|
390
|
+
[0]
|
|
430
391
|
];
|
|
431
392
|
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
432
|
-
export var UnsubscribeFromDatasetRequest$ = [
|
|
433
|
-
3,
|
|
434
|
-
n0,
|
|
435
|
-
_UFDR,
|
|
393
|
+
export var UnsubscribeFromDatasetRequest$ = [3, n0, _UFDR,
|
|
436
394
|
0,
|
|
437
395
|
[_IPI, _II, _DN, _DI],
|
|
438
|
-
[
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
]
|
|
444
|
-
];
|
|
445
|
-
export var
|
|
446
|
-
export var UpdateRecordsRequest$ = [
|
|
447
|
-
3,
|
|
448
|
-
n0,
|
|
449
|
-
_URR,
|
|
396
|
+
[[0, 1], [0, 1], [0, 1], [0, 1]]
|
|
397
|
+
];
|
|
398
|
+
export var UnsubscribeFromDatasetResponse$ = [3, n0, _UFDRn,
|
|
399
|
+
0,
|
|
400
|
+
[],
|
|
401
|
+
[]
|
|
402
|
+
];
|
|
403
|
+
export var UpdateRecordsRequest$ = [3, n0, _URR,
|
|
450
404
|
0,
|
|
451
405
|
[_IPI, _II, _DN, _DI, _RPe, _SST, _CC],
|
|
452
|
-
[[0, 1], [0, 1], [0, 1], 0, () => RecordPatchList, 0, [0, { [_hH]: _xaCC }]]
|
|
406
|
+
[[0, 1], [0, 1], [0, 1], 0, () => RecordPatchList, 0, [0, { [_hH]: _xaCC }]]
|
|
407
|
+
];
|
|
408
|
+
export var UpdateRecordsResponse$ = [3, n0, _URRp,
|
|
409
|
+
0,
|
|
410
|
+
[_R],
|
|
411
|
+
[() => RecordList]
|
|
453
412
|
];
|
|
454
|
-
export var UpdateRecordsResponse$ = [3, n0, _URRp, 0, [_R], [() => RecordList]];
|
|
455
413
|
var __Unit = "unit";
|
|
456
414
|
export var CognitoSyncServiceException$ = [-3, _sm, "CognitoSyncServiceException", 0, [], []];
|
|
457
415
|
TypeRegistry.for(_sm).registerError(CognitoSyncServiceException$, CognitoSyncServiceException);
|
|
458
416
|
var ApplicationArnList = 64 | 0;
|
|
459
|
-
var DatasetList = [1, n0, _DL,
|
|
460
|
-
|
|
417
|
+
var DatasetList = [1, n0, _DL,
|
|
418
|
+
0, () => Dataset$
|
|
419
|
+
];
|
|
420
|
+
var IdentityPoolUsageList = [1, n0, _IPUL,
|
|
421
|
+
0, () => IdentityPoolUsage$
|
|
422
|
+
];
|
|
461
423
|
var MergedDatasetNameList = 64 | 0;
|
|
462
|
-
var RecordList = [1, n0, _RL,
|
|
463
|
-
|
|
424
|
+
var RecordList = [1, n0, _RL,
|
|
425
|
+
0, () => _Record$
|
|
426
|
+
];
|
|
427
|
+
var RecordPatchList = [1, n0, _RPL,
|
|
428
|
+
0, () => RecordPatch$
|
|
429
|
+
];
|
|
464
430
|
var Events = 128 | 0;
|
|
465
|
-
export var BulkPublish$ = [
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
{ [_h]: ["
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
]
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
() =>
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
() =>
|
|
488
|
-
];
|
|
489
|
-
export var
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
{ [_h]: ["GET", "/identitypools
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
]
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
() =>
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
() =>
|
|
512
|
-
];
|
|
513
|
-
export var
|
|
514
|
-
|
|
515
|
-
n0,
|
|
516
|
-
_GCE,
|
|
517
|
-
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
518
|
-
() => GetCognitoEventsRequest$,
|
|
519
|
-
() => GetCognitoEventsResponse$,
|
|
520
|
-
];
|
|
521
|
-
export var GetIdentityPoolConfiguration$ = [
|
|
522
|
-
9,
|
|
523
|
-
n0,
|
|
524
|
-
_GIPC,
|
|
525
|
-
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
526
|
-
() => GetIdentityPoolConfigurationRequest$,
|
|
527
|
-
() => GetIdentityPoolConfigurationResponse$,
|
|
528
|
-
];
|
|
529
|
-
export var ListDatasets$ = [
|
|
530
|
-
9,
|
|
531
|
-
n0,
|
|
532
|
-
_LD,
|
|
533
|
-
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", 200] },
|
|
534
|
-
() => ListDatasetsRequest$,
|
|
535
|
-
() => ListDatasetsResponse$,
|
|
536
|
-
];
|
|
537
|
-
export var ListIdentityPoolUsage$ = [
|
|
538
|
-
9,
|
|
539
|
-
n0,
|
|
540
|
-
_LIPU,
|
|
541
|
-
{ [_h]: ["GET", "/identitypools", 200] },
|
|
542
|
-
() => ListIdentityPoolUsageRequest$,
|
|
543
|
-
() => ListIdentityPoolUsageResponse$,
|
|
544
|
-
];
|
|
545
|
-
export var ListRecords$ = [
|
|
546
|
-
9,
|
|
547
|
-
n0,
|
|
548
|
-
_LR,
|
|
549
|
-
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", 200] },
|
|
550
|
-
() => ListRecordsRequest$,
|
|
551
|
-
() => ListRecordsResponse$,
|
|
552
|
-
];
|
|
553
|
-
export var RegisterDevice$ = [
|
|
554
|
-
9,
|
|
555
|
-
n0,
|
|
556
|
-
_RD,
|
|
557
|
-
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", 200] },
|
|
558
|
-
() => RegisterDeviceRequest$,
|
|
559
|
-
() => RegisterDeviceResponse$,
|
|
560
|
-
];
|
|
561
|
-
export var SetCognitoEvents$ = [
|
|
562
|
-
9,
|
|
563
|
-
n0,
|
|
564
|
-
_SCE,
|
|
565
|
-
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
566
|
-
() => SetCognitoEventsRequest$,
|
|
567
|
-
() => __Unit,
|
|
568
|
-
];
|
|
569
|
-
export var SetIdentityPoolConfiguration$ = [
|
|
570
|
-
9,
|
|
571
|
-
n0,
|
|
572
|
-
_SIPC,
|
|
573
|
-
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
574
|
-
() => SetIdentityPoolConfigurationRequest$,
|
|
575
|
-
() => SetIdentityPoolConfigurationResponse$,
|
|
576
|
-
];
|
|
577
|
-
export var SubscribeToDataset$ = [
|
|
578
|
-
9,
|
|
579
|
-
n0,
|
|
580
|
-
_STD,
|
|
581
|
-
{
|
|
582
|
-
[_h]: [
|
|
583
|
-
"POST",
|
|
584
|
-
"/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}",
|
|
585
|
-
200,
|
|
586
|
-
],
|
|
587
|
-
},
|
|
588
|
-
() => SubscribeToDatasetRequest$,
|
|
589
|
-
() => SubscribeToDatasetResponse$,
|
|
590
|
-
];
|
|
591
|
-
export var UnsubscribeFromDataset$ = [
|
|
592
|
-
9,
|
|
593
|
-
n0,
|
|
594
|
-
_UFD,
|
|
595
|
-
{
|
|
596
|
-
[_h]: [
|
|
597
|
-
"DELETE",
|
|
598
|
-
"/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}",
|
|
599
|
-
200,
|
|
600
|
-
],
|
|
601
|
-
},
|
|
602
|
-
() => UnsubscribeFromDatasetRequest$,
|
|
603
|
-
() => UnsubscribeFromDatasetResponse$,
|
|
604
|
-
];
|
|
605
|
-
export var UpdateRecords$ = [
|
|
606
|
-
9,
|
|
607
|
-
n0,
|
|
608
|
-
_UR,
|
|
609
|
-
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
610
|
-
() => UpdateRecordsRequest$,
|
|
611
|
-
() => UpdateRecordsResponse$,
|
|
431
|
+
export var BulkPublish$ = [9, n0, _BP,
|
|
432
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/bulkpublish", 200] }, () => BulkPublishRequest$, () => BulkPublishResponse$
|
|
433
|
+
];
|
|
434
|
+
export var DeleteDataset$ = [9, n0, _DD,
|
|
435
|
+
{ [_h]: ["DELETE", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] }, () => DeleteDatasetRequest$, () => DeleteDatasetResponse$
|
|
436
|
+
];
|
|
437
|
+
export var DescribeDataset$ = [9, n0, _DDe,
|
|
438
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] }, () => DescribeDatasetRequest$, () => DescribeDatasetResponse$
|
|
439
|
+
];
|
|
440
|
+
export var DescribeIdentityPoolUsage$ = [9, n0, _DIPU,
|
|
441
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}", 200] }, () => DescribeIdentityPoolUsageRequest$, () => DescribeIdentityPoolUsageResponse$
|
|
442
|
+
];
|
|
443
|
+
export var DescribeIdentityUsage$ = [9, n0, _DIU,
|
|
444
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}", 200] }, () => DescribeIdentityUsageRequest$, () => DescribeIdentityUsageResponse$
|
|
445
|
+
];
|
|
446
|
+
export var GetBulkPublishDetails$ = [9, n0, _GBPD,
|
|
447
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/getBulkPublishDetails", 200] }, () => GetBulkPublishDetailsRequest$, () => GetBulkPublishDetailsResponse$
|
|
448
|
+
];
|
|
449
|
+
export var GetCognitoEvents$ = [9, n0, _GCE,
|
|
450
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/events", 200] }, () => GetCognitoEventsRequest$, () => GetCognitoEventsResponse$
|
|
451
|
+
];
|
|
452
|
+
export var GetIdentityPoolConfiguration$ = [9, n0, _GIPC,
|
|
453
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/configuration", 200] }, () => GetIdentityPoolConfigurationRequest$, () => GetIdentityPoolConfigurationResponse$
|
|
454
|
+
];
|
|
455
|
+
export var ListDatasets$ = [9, n0, _LD,
|
|
456
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", 200] }, () => ListDatasetsRequest$, () => ListDatasetsResponse$
|
|
457
|
+
];
|
|
458
|
+
export var ListIdentityPoolUsage$ = [9, n0, _LIPU,
|
|
459
|
+
{ [_h]: ["GET", "/identitypools", 200] }, () => ListIdentityPoolUsageRequest$, () => ListIdentityPoolUsageResponse$
|
|
460
|
+
];
|
|
461
|
+
export var ListRecords$ = [9, n0, _LR,
|
|
462
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", 200] }, () => ListRecordsRequest$, () => ListRecordsResponse$
|
|
463
|
+
];
|
|
464
|
+
export var RegisterDevice$ = [9, n0, _RD,
|
|
465
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", 200] }, () => RegisterDeviceRequest$, () => RegisterDeviceResponse$
|
|
466
|
+
];
|
|
467
|
+
export var SetCognitoEvents$ = [9, n0, _SCE,
|
|
468
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/events", 200] }, () => SetCognitoEventsRequest$, () => __Unit
|
|
469
|
+
];
|
|
470
|
+
export var SetIdentityPoolConfiguration$ = [9, n0, _SIPC,
|
|
471
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/configuration", 200] }, () => SetIdentityPoolConfigurationRequest$, () => SetIdentityPoolConfigurationResponse$
|
|
472
|
+
];
|
|
473
|
+
export var SubscribeToDataset$ = [9, n0, _STD,
|
|
474
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}", 200] }, () => SubscribeToDatasetRequest$, () => SubscribeToDatasetResponse$
|
|
475
|
+
];
|
|
476
|
+
export var UnsubscribeFromDataset$ = [9, n0, _UFD,
|
|
477
|
+
{ [_h]: ["DELETE", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}", 200] }, () => UnsubscribeFromDatasetRequest$, () => UnsubscribeFromDatasetResponse$
|
|
478
|
+
];
|
|
479
|
+
export var UpdateRecords$ = [9, n0, _UR,
|
|
480
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] }, () => UpdateRecordsRequest$, () => UpdateRecordsResponse$
|
|
612
481
|
];
|