@aws-sdk/client-cognito-sync 3.940.0 → 3.946.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 +37 -172
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CognitoSyncClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +37 -172
- package/dist-types/CognitoSync.d.ts +1 -1
- package/dist-types/CognitoSyncClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BulkPublishCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIdentityPoolUsageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIdentityUsageCommand.d.ts +3 -3
- package/dist-types/commands/GetBulkPublishDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetCognitoEventsCommand.d.ts +3 -3
- package/dist-types/commands/GetIdentityPoolConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentityPoolUsageCommand.d.ts +3 -3
- package/dist-types/commands/ListRecordsCommand.d.ts +3 -3
- package/dist-types/commands/RegisterDeviceCommand.d.ts +3 -3
- package/dist-types/commands/SetCognitoEventsCommand.d.ts +3 -3
- package/dist-types/commands/SetIdentityPoolConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SubscribeToDatasetCommand.d.ts +3 -3
- package/dist-types/commands/UnsubscribeFromDatasetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRecordsCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CognitoSyncServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/CognitoSyncClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CognitoSyncServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -136,11 +136,7 @@ export var AlreadyStreamedException = [
|
|
|
136
136
|
-3,
|
|
137
137
|
n0,
|
|
138
138
|
_ASE,
|
|
139
|
-
{
|
|
140
|
-
[_e]: _c,
|
|
141
|
-
[_hE]: 400,
|
|
142
|
-
[_aQE]: [`AlreadyStreamed`, 400],
|
|
143
|
-
},
|
|
139
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`AlreadyStreamed`, 400] },
|
|
144
140
|
[_m],
|
|
145
141
|
[0],
|
|
146
142
|
];
|
|
@@ -152,11 +148,7 @@ export var ConcurrentModificationException = [
|
|
|
152
148
|
-3,
|
|
153
149
|
n0,
|
|
154
150
|
_CME,
|
|
155
|
-
{
|
|
156
|
-
[_e]: _c,
|
|
157
|
-
[_hE]: 400,
|
|
158
|
-
[_aQE]: [`ConcurrentModification`, 400],
|
|
159
|
-
},
|
|
151
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ConcurrentModification`, 400] },
|
|
160
152
|
[_m],
|
|
161
153
|
[0],
|
|
162
154
|
];
|
|
@@ -220,11 +212,7 @@ export var DuplicateRequestException = [
|
|
|
220
212
|
-3,
|
|
221
213
|
n0,
|
|
222
214
|
_DRE,
|
|
223
|
-
{
|
|
224
|
-
[_e]: _c,
|
|
225
|
-
[_hE]: 400,
|
|
226
|
-
[_aQE]: [`DuplicateRequest`, 400],
|
|
227
|
-
},
|
|
215
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`DuplicateRequest`, 400] },
|
|
228
216
|
[_m],
|
|
229
217
|
[0],
|
|
230
218
|
];
|
|
@@ -255,11 +243,7 @@ export var InternalErrorException = [
|
|
|
255
243
|
-3,
|
|
256
244
|
n0,
|
|
257
245
|
_IEE,
|
|
258
|
-
{
|
|
259
|
-
[_e]: _s,
|
|
260
|
-
[_hE]: 500,
|
|
261
|
-
[_aQE]: [`InternalError`, 500],
|
|
262
|
-
},
|
|
246
|
+
{ [_e]: _s, [_hE]: 500, [_aQE]: [`InternalError`, 500] },
|
|
263
247
|
[_m],
|
|
264
248
|
[0],
|
|
265
249
|
];
|
|
@@ -268,11 +252,7 @@ export var InvalidConfigurationException = [
|
|
|
268
252
|
-3,
|
|
269
253
|
n0,
|
|
270
254
|
_ICE,
|
|
271
|
-
{
|
|
272
|
-
[_e]: _c,
|
|
273
|
-
[_hE]: 400,
|
|
274
|
-
[_aQE]: [`InvalidConfiguration`, 400],
|
|
275
|
-
},
|
|
255
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidConfiguration`, 400] },
|
|
276
256
|
[_m],
|
|
277
257
|
[0],
|
|
278
258
|
];
|
|
@@ -281,11 +261,7 @@ export var InvalidLambdaFunctionOutputException = [
|
|
|
281
261
|
-3,
|
|
282
262
|
n0,
|
|
283
263
|
_ILFOE,
|
|
284
|
-
{
|
|
285
|
-
[_e]: _c,
|
|
286
|
-
[_hE]: 400,
|
|
287
|
-
[_aQE]: [`InvalidLambdaFunctionOutput`, 400],
|
|
288
|
-
},
|
|
264
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidLambdaFunctionOutput`, 400] },
|
|
289
265
|
[_m],
|
|
290
266
|
[0],
|
|
291
267
|
];
|
|
@@ -294,11 +270,7 @@ export var InvalidParameterException = [
|
|
|
294
270
|
-3,
|
|
295
271
|
n0,
|
|
296
272
|
_IPE,
|
|
297
|
-
{
|
|
298
|
-
[_e]: _c,
|
|
299
|
-
[_hE]: 400,
|
|
300
|
-
[_aQE]: [`InvalidParameter`, 400],
|
|
301
|
-
},
|
|
273
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameter`, 400] },
|
|
302
274
|
[_m],
|
|
303
275
|
[0],
|
|
304
276
|
];
|
|
@@ -307,11 +279,7 @@ export var LambdaThrottledException = [
|
|
|
307
279
|
-3,
|
|
308
280
|
n0,
|
|
309
281
|
_LTE,
|
|
310
|
-
{
|
|
311
|
-
[_e]: _c,
|
|
312
|
-
[_hE]: 429,
|
|
313
|
-
[_aQE]: [`LambdaThrottled`, 429],
|
|
314
|
-
},
|
|
282
|
+
{ [_e]: _c, [_hE]: 429, [_aQE]: [`LambdaThrottled`, 429] },
|
|
315
283
|
[_m],
|
|
316
284
|
[0],
|
|
317
285
|
];
|
|
@@ -320,11 +288,7 @@ export var LimitExceededException = [
|
|
|
320
288
|
-3,
|
|
321
289
|
n0,
|
|
322
290
|
_LEE,
|
|
323
|
-
{
|
|
324
|
-
[_e]: _c,
|
|
325
|
-
[_hE]: 400,
|
|
326
|
-
[_aQE]: [`LimitExceeded`, 400],
|
|
327
|
-
},
|
|
291
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
|
|
328
292
|
[_m],
|
|
329
293
|
[0],
|
|
330
294
|
];
|
|
@@ -338,18 +302,8 @@ export var ListDatasetsRequest = [
|
|
|
338
302
|
[
|
|
339
303
|
[0, 1],
|
|
340
304
|
[0, 1],
|
|
341
|
-
[
|
|
342
|
-
|
|
343
|
-
{
|
|
344
|
-
[_hQ]: _nT,
|
|
345
|
-
},
|
|
346
|
-
],
|
|
347
|
-
[
|
|
348
|
-
1,
|
|
349
|
-
{
|
|
350
|
-
[_hQ]: _mR,
|
|
351
|
-
},
|
|
352
|
-
],
|
|
305
|
+
[0, { [_hQ]: _nT }],
|
|
306
|
+
[1, { [_hQ]: _mR }],
|
|
353
307
|
],
|
|
354
308
|
];
|
|
355
309
|
export var ListDatasetsResponse = [3, n0, _LDRi, 0, [_Da, _C, _NT], [() => DatasetList, 1, 0]];
|
|
@@ -360,18 +314,8 @@ export var ListIdentityPoolUsageRequest = [
|
|
|
360
314
|
0,
|
|
361
315
|
[_NT, _MR],
|
|
362
316
|
[
|
|
363
|
-
[
|
|
364
|
-
|
|
365
|
-
{
|
|
366
|
-
[_hQ]: _nT,
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
[
|
|
370
|
-
1,
|
|
371
|
-
{
|
|
372
|
-
[_hQ]: _mR,
|
|
373
|
-
},
|
|
374
|
-
],
|
|
317
|
+
[0, { [_hQ]: _nT }],
|
|
318
|
+
[1, { [_hQ]: _mR }],
|
|
375
319
|
],
|
|
376
320
|
];
|
|
377
321
|
export var ListIdentityPoolUsageResponse = [
|
|
@@ -392,30 +336,10 @@ export var ListRecordsRequest = [
|
|
|
392
336
|
[0, 1],
|
|
393
337
|
[0, 1],
|
|
394
338
|
[0, 1],
|
|
395
|
-
[
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
},
|
|
400
|
-
],
|
|
401
|
-
[
|
|
402
|
-
0,
|
|
403
|
-
{
|
|
404
|
-
[_hQ]: _nT,
|
|
405
|
-
},
|
|
406
|
-
],
|
|
407
|
-
[
|
|
408
|
-
1,
|
|
409
|
-
{
|
|
410
|
-
[_hQ]: _mR,
|
|
411
|
-
},
|
|
412
|
-
],
|
|
413
|
-
[
|
|
414
|
-
0,
|
|
415
|
-
{
|
|
416
|
-
[_hQ]: _sST,
|
|
417
|
-
},
|
|
418
|
-
],
|
|
339
|
+
[1, { [_hQ]: _lSC }],
|
|
340
|
+
[0, { [_hQ]: _nT }],
|
|
341
|
+
[1, { [_hQ]: _mR }],
|
|
342
|
+
[0, { [_hQ]: _sST }],
|
|
419
343
|
],
|
|
420
344
|
];
|
|
421
345
|
export var ListRecordsResponse = [
|
|
@@ -430,11 +354,7 @@ export var NotAuthorizedException = [
|
|
|
430
354
|
-3,
|
|
431
355
|
n0,
|
|
432
356
|
_NAE,
|
|
433
|
-
{
|
|
434
|
-
[_e]: _c,
|
|
435
|
-
[_hE]: 403,
|
|
436
|
-
[_aQE]: [`NotAuthorizedError`, 403],
|
|
437
|
-
},
|
|
357
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`NotAuthorizedError`, 403] },
|
|
438
358
|
[_m],
|
|
439
359
|
[0],
|
|
440
360
|
];
|
|
@@ -448,11 +368,7 @@ export var ResourceConflictException = [
|
|
|
448
368
|
-3,
|
|
449
369
|
n0,
|
|
450
370
|
_RCE,
|
|
451
|
-
{
|
|
452
|
-
[_e]: _c,
|
|
453
|
-
[_hE]: 409,
|
|
454
|
-
[_aQE]: [`ResourceConflict`, 409],
|
|
455
|
-
},
|
|
371
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`ResourceConflict`, 409] },
|
|
456
372
|
[_m],
|
|
457
373
|
[0],
|
|
458
374
|
];
|
|
@@ -461,11 +377,7 @@ export var ResourceNotFoundException = [
|
|
|
461
377
|
-3,
|
|
462
378
|
n0,
|
|
463
379
|
_RNFE,
|
|
464
|
-
{
|
|
465
|
-
[_e]: _c,
|
|
466
|
-
[_hE]: 404,
|
|
467
|
-
[_aQE]: [`ResourceNotFound`, 404],
|
|
468
|
-
},
|
|
380
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFound`, 404] },
|
|
469
381
|
[_m],
|
|
470
382
|
[0],
|
|
471
383
|
];
|
|
@@ -505,11 +417,7 @@ export var TooManyRequestsException = [
|
|
|
505
417
|
-3,
|
|
506
418
|
n0,
|
|
507
419
|
_TMRE,
|
|
508
|
-
{
|
|
509
|
-
[_e]: _c,
|
|
510
|
-
[_hE]: 429,
|
|
511
|
-
[_aQE]: [`TooManyRequests`, 429],
|
|
512
|
-
},
|
|
420
|
+
{ [_e]: _c, [_hE]: 429, [_aQE]: [`TooManyRequests`, 429] },
|
|
513
421
|
[_m],
|
|
514
422
|
[0],
|
|
515
423
|
];
|
|
@@ -534,20 +442,7 @@ export var UpdateRecordsRequest = [
|
|
|
534
442
|
_URR,
|
|
535
443
|
0,
|
|
536
444
|
[_IPI, _II, _DN, _DI, _RPe, _SST, _CC],
|
|
537
|
-
[
|
|
538
|
-
[0, 1],
|
|
539
|
-
[0, 1],
|
|
540
|
-
[0, 1],
|
|
541
|
-
0,
|
|
542
|
-
() => RecordPatchList,
|
|
543
|
-
0,
|
|
544
|
-
[
|
|
545
|
-
0,
|
|
546
|
-
{
|
|
547
|
-
[_hH]: _xaCC,
|
|
548
|
-
},
|
|
549
|
-
],
|
|
550
|
-
],
|
|
445
|
+
[[0, 1], [0, 1], [0, 1], 0, () => RecordPatchList, 0, [0, { [_hH]: _xaCC }]],
|
|
551
446
|
];
|
|
552
447
|
export var UpdateRecordsResponse = [3, n0, _URRp, 0, [_R], [() => RecordList]];
|
|
553
448
|
export var __Unit = "unit";
|
|
@@ -564,9 +459,7 @@ export var BulkPublish = [
|
|
|
564
459
|
9,
|
|
565
460
|
n0,
|
|
566
461
|
_BP,
|
|
567
|
-
{
|
|
568
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/bulkpublish", 200],
|
|
569
|
-
},
|
|
462
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/bulkpublish", 200] },
|
|
570
463
|
() => BulkPublishRequest,
|
|
571
464
|
() => BulkPublishResponse,
|
|
572
465
|
];
|
|
@@ -574,9 +467,7 @@ export var DeleteDataset = [
|
|
|
574
467
|
9,
|
|
575
468
|
n0,
|
|
576
469
|
_DD,
|
|
577
|
-
{
|
|
578
|
-
[_h]: ["DELETE", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200],
|
|
579
|
-
},
|
|
470
|
+
{ [_h]: ["DELETE", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
580
471
|
() => DeleteDatasetRequest,
|
|
581
472
|
() => DeleteDatasetResponse,
|
|
582
473
|
];
|
|
@@ -584,9 +475,7 @@ export var DescribeDataset = [
|
|
|
584
475
|
9,
|
|
585
476
|
n0,
|
|
586
477
|
_DDe,
|
|
587
|
-
{
|
|
588
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200],
|
|
589
|
-
},
|
|
478
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
590
479
|
() => DescribeDatasetRequest,
|
|
591
480
|
() => DescribeDatasetResponse,
|
|
592
481
|
];
|
|
@@ -594,9 +483,7 @@ export var DescribeIdentityPoolUsage = [
|
|
|
594
483
|
9,
|
|
595
484
|
n0,
|
|
596
485
|
_DIPU,
|
|
597
|
-
{
|
|
598
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}", 200],
|
|
599
|
-
},
|
|
486
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}", 200] },
|
|
600
487
|
() => DescribeIdentityPoolUsageRequest,
|
|
601
488
|
() => DescribeIdentityPoolUsageResponse,
|
|
602
489
|
];
|
|
@@ -604,9 +491,7 @@ export var DescribeIdentityUsage = [
|
|
|
604
491
|
9,
|
|
605
492
|
n0,
|
|
606
493
|
_DIU,
|
|
607
|
-
{
|
|
608
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}", 200],
|
|
609
|
-
},
|
|
494
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}", 200] },
|
|
610
495
|
() => DescribeIdentityUsageRequest,
|
|
611
496
|
() => DescribeIdentityUsageResponse,
|
|
612
497
|
];
|
|
@@ -614,9 +499,7 @@ export var GetBulkPublishDetails = [
|
|
|
614
499
|
9,
|
|
615
500
|
n0,
|
|
616
501
|
_GBPD,
|
|
617
|
-
{
|
|
618
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/getBulkPublishDetails", 200],
|
|
619
|
-
},
|
|
502
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/getBulkPublishDetails", 200] },
|
|
620
503
|
() => GetBulkPublishDetailsRequest,
|
|
621
504
|
() => GetBulkPublishDetailsResponse,
|
|
622
505
|
];
|
|
@@ -624,9 +507,7 @@ export var GetCognitoEvents = [
|
|
|
624
507
|
9,
|
|
625
508
|
n0,
|
|
626
509
|
_GCE,
|
|
627
|
-
{
|
|
628
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/events", 200],
|
|
629
|
-
},
|
|
510
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
630
511
|
() => GetCognitoEventsRequest,
|
|
631
512
|
() => GetCognitoEventsResponse,
|
|
632
513
|
];
|
|
@@ -634,9 +515,7 @@ export var GetIdentityPoolConfiguration = [
|
|
|
634
515
|
9,
|
|
635
516
|
n0,
|
|
636
517
|
_GIPC,
|
|
637
|
-
{
|
|
638
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/configuration", 200],
|
|
639
|
-
},
|
|
518
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
640
519
|
() => GetIdentityPoolConfigurationRequest,
|
|
641
520
|
() => GetIdentityPoolConfigurationResponse,
|
|
642
521
|
];
|
|
@@ -644,9 +523,7 @@ export var ListDatasets = [
|
|
|
644
523
|
9,
|
|
645
524
|
n0,
|
|
646
525
|
_LD,
|
|
647
|
-
{
|
|
648
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", 200],
|
|
649
|
-
},
|
|
526
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", 200] },
|
|
650
527
|
() => ListDatasetsRequest,
|
|
651
528
|
() => ListDatasetsResponse,
|
|
652
529
|
];
|
|
@@ -654,9 +531,7 @@ export var ListIdentityPoolUsage = [
|
|
|
654
531
|
9,
|
|
655
532
|
n0,
|
|
656
533
|
_LIPU,
|
|
657
|
-
{
|
|
658
|
-
[_h]: ["GET", "/identitypools", 200],
|
|
659
|
-
},
|
|
534
|
+
{ [_h]: ["GET", "/identitypools", 200] },
|
|
660
535
|
() => ListIdentityPoolUsageRequest,
|
|
661
536
|
() => ListIdentityPoolUsageResponse,
|
|
662
537
|
];
|
|
@@ -664,9 +539,7 @@ export var ListRecords = [
|
|
|
664
539
|
9,
|
|
665
540
|
n0,
|
|
666
541
|
_LR,
|
|
667
|
-
{
|
|
668
|
-
[_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", 200],
|
|
669
|
-
},
|
|
542
|
+
{ [_h]: ["GET", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", 200] },
|
|
670
543
|
() => ListRecordsRequest,
|
|
671
544
|
() => ListRecordsResponse,
|
|
672
545
|
];
|
|
@@ -674,9 +547,7 @@ export var RegisterDevice = [
|
|
|
674
547
|
9,
|
|
675
548
|
n0,
|
|
676
549
|
_RD,
|
|
677
|
-
{
|
|
678
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", 200],
|
|
679
|
-
},
|
|
550
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", 200] },
|
|
680
551
|
() => RegisterDeviceRequest,
|
|
681
552
|
() => RegisterDeviceResponse,
|
|
682
553
|
];
|
|
@@ -684,9 +555,7 @@ export var SetCognitoEvents = [
|
|
|
684
555
|
9,
|
|
685
556
|
n0,
|
|
686
557
|
_SCE,
|
|
687
|
-
{
|
|
688
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/events", 200],
|
|
689
|
-
},
|
|
558
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/events", 200] },
|
|
690
559
|
() => SetCognitoEventsRequest,
|
|
691
560
|
() => __Unit,
|
|
692
561
|
];
|
|
@@ -694,9 +563,7 @@ export var SetIdentityPoolConfiguration = [
|
|
|
694
563
|
9,
|
|
695
564
|
n0,
|
|
696
565
|
_SIPC,
|
|
697
|
-
{
|
|
698
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/configuration", 200],
|
|
699
|
-
},
|
|
566
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/configuration", 200] },
|
|
700
567
|
() => SetIdentityPoolConfigurationRequest,
|
|
701
568
|
() => SetIdentityPoolConfigurationResponse,
|
|
702
569
|
];
|
|
@@ -732,9 +599,7 @@ export var UpdateRecords = [
|
|
|
732
599
|
9,
|
|
733
600
|
n0,
|
|
734
601
|
_UR,
|
|
735
|
-
{
|
|
736
|
-
[_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200],
|
|
737
|
-
},
|
|
602
|
+
{ [_h]: ["POST", "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", 200] },
|
|
738
603
|
() => UpdateRecordsRequest,
|
|
739
604
|
() => UpdateRecordsResponse,
|
|
740
605
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CognitoSyncClient } from "./CognitoSyncClient";
|
|
3
3
|
import { BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand";
|
|
4
4
|
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand";
|
|
11
11
|
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
12
12
|
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
|
|
@@ -25,7 +25,7 @@ import { SubscribeToDatasetCommandInput, SubscribeToDatasetCommandOutput } from
|
|
|
25
25
|
import { UnsubscribeFromDatasetCommandInput, UnsubscribeFromDatasetCommandOutput } from "./commands/UnsubscribeFromDatasetCommand";
|
|
26
26
|
import { UpdateRecordsCommandInput, UpdateRecordsCommandOutput } from "./commands/UpdateRecordsCommand";
|
|
27
27
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
28
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
29
29
|
export { __Client };
|
|
30
30
|
/**
|
|
31
31
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { CognitoSyncHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { CognitoSyncHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig } from "../CognitoSyncClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type CognitoSyncClientResolvedConfig } from "../CognitoSyncClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { BulkPublishRequest, BulkPublishResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { BulkPublishRequest, BulkPublishResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { SetCognitoEventsRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { SetCognitoEventsRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
-
import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
|
|
4
|
+
import type { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|