@aws-sdk/client-repostspace 3.943.0 → 3.947.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 +33 -149
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/RepostspaceClient.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 +33 -149
- package/dist-types/Repostspace.d.ts +1 -1
- package/dist-types/RepostspaceClient.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/BatchAddChannelRoleToAccessorsCommand.d.ts +3 -3
- package/dist-types/commands/BatchAddRoleCommand.d.ts +3 -3
- package/dist-types/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +3 -3
- package/dist-types/commands/BatchRemoveRoleCommand.d.ts +3 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -3
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterAdminCommand.d.ts +3 -3
- package/dist-types/commands/GetChannelCommand.d.ts +3 -3
- package/dist-types/commands/GetSpaceCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterAdminCommand.d.ts +3 -3
- package/dist-types/commands/SendInvitesCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSpaceCommand.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/RepostspaceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.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/RepostspaceClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RepostspaceServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -157,17 +157,7 @@ export var InviteBody = [0, n0, _IB, 8, 0];
|
|
|
157
157
|
export var InviteTitle = [0, n0, _IT, 8, 0];
|
|
158
158
|
export var SpaceDescription = [0, n0, _SD, 8, 0];
|
|
159
159
|
export var SpaceName = [0, n0, _SN, 8, 0];
|
|
160
|
-
export var AccessDeniedException = [
|
|
161
|
-
-3,
|
|
162
|
-
n0,
|
|
163
|
-
_ADE,
|
|
164
|
-
{
|
|
165
|
-
[_e]: _c,
|
|
166
|
-
[_hE]: 403,
|
|
167
|
-
},
|
|
168
|
-
[_m],
|
|
169
|
-
[0],
|
|
170
|
-
];
|
|
160
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
171
161
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
172
162
|
export var BatchAddChannelRoleToAccessorsInput = [
|
|
173
163
|
3,
|
|
@@ -221,17 +211,7 @@ export var ChannelData = [
|
|
|
221
211
|
[_sI, _cI, _cN, _cD, _cDT, _dDT, _cS, _uC, _gC],
|
|
222
212
|
[0, 0, [() => ChannelName, 0], [() => ChannelDescription, 0], 5, 5, 0, 1, 1],
|
|
223
213
|
];
|
|
224
|
-
export var ConflictException = [
|
|
225
|
-
-3,
|
|
226
|
-
n0,
|
|
227
|
-
_CE,
|
|
228
|
-
{
|
|
229
|
-
[_e]: _c,
|
|
230
|
-
[_hE]: 409,
|
|
231
|
-
},
|
|
232
|
-
[_m, _rI, _rT],
|
|
233
|
-
[0, 0, 0],
|
|
234
|
-
];
|
|
214
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
235
215
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
236
216
|
export var CreateChannelInput = [
|
|
237
217
|
3,
|
|
@@ -358,20 +338,9 @@ export var InternalServerException = [
|
|
|
358
338
|
-3,
|
|
359
339
|
n0,
|
|
360
340
|
_ISE,
|
|
361
|
-
{
|
|
362
|
-
[_e]: _se,
|
|
363
|
-
[_hE]: 500,
|
|
364
|
-
},
|
|
341
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
365
342
|
[_m, _rAS],
|
|
366
|
-
[
|
|
367
|
-
0,
|
|
368
|
-
[
|
|
369
|
-
1,
|
|
370
|
-
{
|
|
371
|
-
[_hH]: _RA,
|
|
372
|
-
},
|
|
373
|
-
],
|
|
374
|
-
],
|
|
343
|
+
[0, [1, { [_hH]: _RA }]],
|
|
375
344
|
];
|
|
376
345
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
377
346
|
export var ListChannelsInput = [
|
|
@@ -382,18 +351,8 @@ export var ListChannelsInput = [
|
|
|
382
351
|
[_sI, _nT, _mR],
|
|
383
352
|
[
|
|
384
353
|
[0, 1],
|
|
385
|
-
[
|
|
386
|
-
|
|
387
|
-
{
|
|
388
|
-
[_hQ]: _nT,
|
|
389
|
-
},
|
|
390
|
-
],
|
|
391
|
-
[
|
|
392
|
-
1,
|
|
393
|
-
{
|
|
394
|
-
[_hQ]: _mR,
|
|
395
|
-
},
|
|
396
|
-
],
|
|
354
|
+
[0, { [_hQ]: _nT }],
|
|
355
|
+
[1, { [_hQ]: _mR }],
|
|
397
356
|
],
|
|
398
357
|
];
|
|
399
358
|
export var ListChannelsOutput = [3, n0, _LCO, 0, [_ch, _nT], [[() => ChannelsList, 0], 0]];
|
|
@@ -404,18 +363,8 @@ export var ListSpacesInput = [
|
|
|
404
363
|
0,
|
|
405
364
|
[_nT, _mR],
|
|
406
365
|
[
|
|
407
|
-
[
|
|
408
|
-
|
|
409
|
-
{
|
|
410
|
-
[_hQ]: _nT,
|
|
411
|
-
},
|
|
412
|
-
],
|
|
413
|
-
[
|
|
414
|
-
1,
|
|
415
|
-
{
|
|
416
|
-
[_hQ]: _mR,
|
|
417
|
-
},
|
|
418
|
-
],
|
|
366
|
+
[0, { [_hQ]: _nT }],
|
|
367
|
+
[1, { [_hQ]: _mR }],
|
|
419
368
|
],
|
|
420
369
|
];
|
|
421
370
|
export var ListSpacesOutput = [3, n0, _LSO, 0, [_sp, _nT], [[() => SpacesList, 0], 0]];
|
|
@@ -436,10 +385,7 @@ export var ResourceNotFoundException = [
|
|
|
436
385
|
-3,
|
|
437
386
|
n0,
|
|
438
387
|
_RNFE,
|
|
439
|
-
{
|
|
440
|
-
[_e]: _c,
|
|
441
|
-
[_hE]: 404,
|
|
442
|
-
},
|
|
388
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
443
389
|
[_m, _rI, _rT],
|
|
444
390
|
[0, 0, 0],
|
|
445
391
|
];
|
|
@@ -456,10 +402,7 @@ export var ServiceQuotaExceededException = [
|
|
|
456
402
|
-3,
|
|
457
403
|
n0,
|
|
458
404
|
_SQEE,
|
|
459
|
-
{
|
|
460
|
-
[_e]: _c,
|
|
461
|
-
[_hE]: 402,
|
|
462
|
-
},
|
|
405
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
463
406
|
[_m, _rI, _rT, _sC, _qC],
|
|
464
407
|
[0, 0, 0, 0, 0],
|
|
465
408
|
];
|
|
@@ -522,22 +465,9 @@ export var ThrottlingException = [
|
|
|
522
465
|
-3,
|
|
523
466
|
n0,
|
|
524
467
|
_TE,
|
|
525
|
-
{
|
|
526
|
-
[_e]: _c,
|
|
527
|
-
[_hE]: 429,
|
|
528
|
-
},
|
|
468
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
529
469
|
[_m, _sC, _qC, _rAS],
|
|
530
|
-
[
|
|
531
|
-
0,
|
|
532
|
-
0,
|
|
533
|
-
0,
|
|
534
|
-
[
|
|
535
|
-
1,
|
|
536
|
-
{
|
|
537
|
-
[_hH]: _RA,
|
|
538
|
-
},
|
|
539
|
-
],
|
|
540
|
-
],
|
|
470
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
541
471
|
];
|
|
542
472
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
543
473
|
export var UntagResourceRequest = [
|
|
@@ -548,12 +478,7 @@ export var UntagResourceRequest = [
|
|
|
548
478
|
[_rAe, _tK],
|
|
549
479
|
[
|
|
550
480
|
[0, 1],
|
|
551
|
-
[
|
|
552
|
-
64 | 0,
|
|
553
|
-
{
|
|
554
|
-
[_hQ]: _tK,
|
|
555
|
-
},
|
|
556
|
-
],
|
|
481
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
557
482
|
],
|
|
558
483
|
];
|
|
559
484
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -583,10 +508,7 @@ export var ValidationException = [
|
|
|
583
508
|
-3,
|
|
584
509
|
n0,
|
|
585
510
|
_VE,
|
|
586
|
-
{
|
|
587
|
-
[_e]: _c,
|
|
588
|
-
[_hE]: 400,
|
|
589
|
-
},
|
|
511
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
590
512
|
[_m, _re, _fL],
|
|
591
513
|
[0, 0, () => ValidationExceptionFieldList],
|
|
592
514
|
];
|
|
@@ -613,9 +535,7 @@ export var BatchAddChannelRoleToAccessors = [
|
|
|
613
535
|
9,
|
|
614
536
|
n0,
|
|
615
537
|
_BACRTA,
|
|
616
|
-
{
|
|
617
|
-
[_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200],
|
|
618
|
-
},
|
|
538
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
|
|
619
539
|
() => BatchAddChannelRoleToAccessorsInput,
|
|
620
540
|
() => BatchAddChannelRoleToAccessorsOutput,
|
|
621
541
|
];
|
|
@@ -623,9 +543,7 @@ export var BatchAddRole = [
|
|
|
623
543
|
9,
|
|
624
544
|
n0,
|
|
625
545
|
_BAR,
|
|
626
|
-
{
|
|
627
|
-
[_h]: ["POST", "/spaces/{spaceId}/roles", 200],
|
|
628
|
-
},
|
|
546
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/roles", 200] },
|
|
629
547
|
() => BatchAddRoleInput,
|
|
630
548
|
() => BatchAddRoleOutput,
|
|
631
549
|
];
|
|
@@ -633,9 +551,7 @@ export var BatchRemoveChannelRoleFromAccessors = [
|
|
|
633
551
|
9,
|
|
634
552
|
n0,
|
|
635
553
|
_BRCRFA,
|
|
636
|
-
{
|
|
637
|
-
[_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200],
|
|
638
|
-
},
|
|
554
|
+
{ [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
|
|
639
555
|
() => BatchRemoveChannelRoleFromAccessorsInput,
|
|
640
556
|
() => BatchRemoveChannelRoleFromAccessorsOutput,
|
|
641
557
|
];
|
|
@@ -643,9 +559,7 @@ export var BatchRemoveRole = [
|
|
|
643
559
|
9,
|
|
644
560
|
n0,
|
|
645
561
|
_BRR,
|
|
646
|
-
{
|
|
647
|
-
[_h]: ["PATCH", "/spaces/{spaceId}/roles", 200],
|
|
648
|
-
},
|
|
562
|
+
{ [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] },
|
|
649
563
|
() => BatchRemoveRoleInput,
|
|
650
564
|
() => BatchRemoveRoleOutput,
|
|
651
565
|
];
|
|
@@ -653,9 +567,7 @@ export var CreateChannel = [
|
|
|
653
567
|
9,
|
|
654
568
|
n0,
|
|
655
569
|
_CC,
|
|
656
|
-
{
|
|
657
|
-
[_h]: ["POST", "/spaces/{spaceId}/channels", 200],
|
|
658
|
-
},
|
|
570
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/channels", 200] },
|
|
659
571
|
() => CreateChannelInput,
|
|
660
572
|
() => CreateChannelOutput,
|
|
661
573
|
];
|
|
@@ -663,9 +575,7 @@ export var CreateSpace = [
|
|
|
663
575
|
9,
|
|
664
576
|
n0,
|
|
665
577
|
_CS,
|
|
666
|
-
{
|
|
667
|
-
[_h]: ["POST", "/spaces", 200],
|
|
668
|
-
},
|
|
578
|
+
{ [_h]: ["POST", "/spaces", 200] },
|
|
669
579
|
() => CreateSpaceInput,
|
|
670
580
|
() => CreateSpaceOutput,
|
|
671
581
|
];
|
|
@@ -673,9 +583,7 @@ export var DeleteSpace = [
|
|
|
673
583
|
9,
|
|
674
584
|
n0,
|
|
675
585
|
_DS,
|
|
676
|
-
{
|
|
677
|
-
[_h]: ["DELETE", "/spaces/{spaceId}", 200],
|
|
678
|
-
},
|
|
586
|
+
{ [_h]: ["DELETE", "/spaces/{spaceId}", 200] },
|
|
679
587
|
() => DeleteSpaceInput,
|
|
680
588
|
() => __Unit,
|
|
681
589
|
];
|
|
@@ -683,9 +591,7 @@ export var DeregisterAdmin = [
|
|
|
683
591
|
9,
|
|
684
592
|
n0,
|
|
685
593
|
_DA,
|
|
686
|
-
{
|
|
687
|
-
[_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200],
|
|
688
|
-
},
|
|
594
|
+
{ [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] },
|
|
689
595
|
() => DeregisterAdminInput,
|
|
690
596
|
() => __Unit,
|
|
691
597
|
];
|
|
@@ -693,9 +599,7 @@ export var GetChannel = [
|
|
|
693
599
|
9,
|
|
694
600
|
n0,
|
|
695
601
|
_GC,
|
|
696
|
-
{
|
|
697
|
-
[_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200],
|
|
698
|
-
},
|
|
602
|
+
{ [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] },
|
|
699
603
|
() => GetChannelInput,
|
|
700
604
|
() => GetChannelOutput,
|
|
701
605
|
];
|
|
@@ -703,9 +607,7 @@ export var GetSpace = [
|
|
|
703
607
|
9,
|
|
704
608
|
n0,
|
|
705
609
|
_GS,
|
|
706
|
-
{
|
|
707
|
-
[_h]: ["GET", "/spaces/{spaceId}", 200],
|
|
708
|
-
},
|
|
610
|
+
{ [_h]: ["GET", "/spaces/{spaceId}", 200] },
|
|
709
611
|
() => GetSpaceInput,
|
|
710
612
|
() => GetSpaceOutput,
|
|
711
613
|
];
|
|
@@ -713,9 +615,7 @@ export var ListChannels = [
|
|
|
713
615
|
9,
|
|
714
616
|
n0,
|
|
715
617
|
_LC,
|
|
716
|
-
{
|
|
717
|
-
[_h]: ["GET", "/spaces/{spaceId}/channels", 200],
|
|
718
|
-
},
|
|
618
|
+
{ [_h]: ["GET", "/spaces/{spaceId}/channels", 200] },
|
|
719
619
|
() => ListChannelsInput,
|
|
720
620
|
() => ListChannelsOutput,
|
|
721
621
|
];
|
|
@@ -723,9 +623,7 @@ export var ListSpaces = [
|
|
|
723
623
|
9,
|
|
724
624
|
n0,
|
|
725
625
|
_LS,
|
|
726
|
-
{
|
|
727
|
-
[_h]: ["GET", "/spaces", 200],
|
|
728
|
-
},
|
|
626
|
+
{ [_h]: ["GET", "/spaces", 200] },
|
|
729
627
|
() => ListSpacesInput,
|
|
730
628
|
() => ListSpacesOutput,
|
|
731
629
|
];
|
|
@@ -733,9 +631,7 @@ export var ListTagsForResource = [
|
|
|
733
631
|
9,
|
|
734
632
|
n0,
|
|
735
633
|
_LTFR,
|
|
736
|
-
{
|
|
737
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
738
|
-
},
|
|
634
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
739
635
|
() => ListTagsForResourceRequest,
|
|
740
636
|
() => ListTagsForResourceResponse,
|
|
741
637
|
];
|
|
@@ -743,9 +639,7 @@ export var RegisterAdmin = [
|
|
|
743
639
|
9,
|
|
744
640
|
n0,
|
|
745
641
|
_RAe,
|
|
746
|
-
{
|
|
747
|
-
[_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200],
|
|
748
|
-
},
|
|
642
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] },
|
|
749
643
|
() => RegisterAdminInput,
|
|
750
644
|
() => __Unit,
|
|
751
645
|
];
|
|
@@ -753,9 +647,7 @@ export var SendInvites = [
|
|
|
753
647
|
9,
|
|
754
648
|
n0,
|
|
755
649
|
_SI,
|
|
756
|
-
{
|
|
757
|
-
[_h]: ["POST", "/spaces/{spaceId}/invite", 200],
|
|
758
|
-
},
|
|
650
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/invite", 200] },
|
|
759
651
|
() => SendInvitesInput,
|
|
760
652
|
() => __Unit,
|
|
761
653
|
];
|
|
@@ -763,9 +655,7 @@ export var TagResource = [
|
|
|
763
655
|
9,
|
|
764
656
|
n0,
|
|
765
657
|
_TR,
|
|
766
|
-
{
|
|
767
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
768
|
-
},
|
|
658
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
769
659
|
() => TagResourceRequest,
|
|
770
660
|
() => TagResourceResponse,
|
|
771
661
|
];
|
|
@@ -773,9 +663,7 @@ export var UntagResource = [
|
|
|
773
663
|
9,
|
|
774
664
|
n0,
|
|
775
665
|
_UR,
|
|
776
|
-
{
|
|
777
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
778
|
-
},
|
|
666
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
779
667
|
() => UntagResourceRequest,
|
|
780
668
|
() => UntagResourceResponse,
|
|
781
669
|
];
|
|
@@ -783,9 +671,7 @@ export var UpdateChannel = [
|
|
|
783
671
|
9,
|
|
784
672
|
n0,
|
|
785
673
|
_UC,
|
|
786
|
-
{
|
|
787
|
-
[_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200],
|
|
788
|
-
},
|
|
674
|
+
{ [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] },
|
|
789
675
|
() => UpdateChannelInput,
|
|
790
676
|
() => UpdateChannelOutput,
|
|
791
677
|
];
|
|
@@ -793,9 +679,7 @@ export var UpdateSpace = [
|
|
|
793
679
|
9,
|
|
794
680
|
n0,
|
|
795
681
|
_US,
|
|
796
|
-
{
|
|
797
|
-
[_h]: ["PUT", "/spaces/{spaceId}", 200],
|
|
798
|
-
},
|
|
682
|
+
{ [_h]: ["PUT", "/spaces/{spaceId}", 200] },
|
|
799
683
|
() => UpdateSpaceInput,
|
|
800
684
|
() => __Unit,
|
|
801
685
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "./commands/BatchAddChannelRoleToAccessorsCommand";
|
|
3
3
|
import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "./commands/BatchAddRoleCommand";
|
|
4
4
|
import { BatchRemoveChannelRoleFromAccessorsCommandInput, BatchRemoveChannelRoleFromAccessorsCommandOutput } from "./commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
@@ -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 { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "./commands/BatchAddChannelRoleToAccessorsCommand";
|
|
11
11
|
import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "./commands/BatchAddRoleCommand";
|
|
12
12
|
import { BatchRemoveChannelRoleFromAccessorsCommandInput, BatchRemoveChannelRoleFromAccessorsCommandOutput } from "./commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
@@ -27,7 +27,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
27
27
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
28
28
|
import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
|
|
29
29
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
30
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
30
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
31
31
|
export { __Client };
|
|
32
32
|
/**
|
|
33
33
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { RepostspaceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { RepostspaceHttpAuthSchemeProvider } 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 { RepostspaceClientResolvedConfig } from "../RepostspaceClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type RepostspaceClientResolvedConfig } from "../RepostspaceClient";
|
|
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 { BatchAddChannelRoleToAccessorsInput, BatchAddChannelRoleToAccessorsOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchAddChannelRoleToAccessorsInput, BatchAddChannelRoleToAccessorsOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { BatchAddRoleInput, BatchAddRoleOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchAddRoleInput, BatchAddRoleOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { BatchRemoveChannelRoleFromAccessorsInput, BatchRemoveChannelRoleFromAccessorsOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchRemoveChannelRoleFromAccessorsInput, BatchRemoveChannelRoleFromAccessorsOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { BatchRemoveRoleInput, BatchRemoveRoleOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchRemoveRoleInput, BatchRemoveRoleOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { CreateChannelInput, CreateChannelOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateChannelInput, CreateChannelOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { CreateSpaceInput, CreateSpaceOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateSpaceInput, CreateSpaceOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { DeleteSpaceInput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteSpaceInput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { DeregisterAdminInput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeregisterAdminInput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { GetChannelInput, GetChannelOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetChannelInput, GetChannelOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { GetSpaceInput, GetSpaceOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetSpaceInput, GetSpaceOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { ListChannelsInput, ListChannelsOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListChannelsInput, ListChannelsOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { ListSpacesInput, ListSpacesOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListSpacesInput, ListSpacesOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { RegisterAdminInput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { RegisterAdminInput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { SendInvitesInput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SendInvitesInput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
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 { UpdateChannelInput, UpdateChannelOutput } from "../models/models_0";
|
|
4
|
-
import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateChannelInput, UpdateChannelOutput } from "../models/models_0";
|
|
4
|
+
import type { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RepostspaceClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|