@aws-sdk/client-appfabric 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 +41 -185
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AppFabricClient.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 +41 -185
- package/dist-types/AppFabric.d.ts +1 -1
- package/dist-types/AppFabricClient.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/BatchGetUserAccessTasksCommand.d.ts +3 -3
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppBundleCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngestionCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIngestionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +3 -3
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/GetAppBundleCommand.d.ts +3 -3
- package/dist-types/commands/GetIngestionCommand.d.ts +3 -3
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +3 -3
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAppBundlesCommand.d.ts +3 -3
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +3 -3
- package/dist-types/commands/ListIngestionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartIngestionCommand.d.ts +3 -3
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +3 -3
- package/dist-types/commands/StopIngestionCommand.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/UpdateAppAuthorizationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIngestionDestinationCommand.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/AppFabricServiceException.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/ListAppAuthorizationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppBundlesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionDestinationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.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/AppFabricClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -217,17 +217,7 @@ import { AppFabricServiceException as __AppFabricServiceException } from "../mod
|
|
|
217
217
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
218
218
|
export var Email = [0, n0, _E, 8, 0];
|
|
219
219
|
export var SensitiveString2048 = [0, n0, _SS, 8, 0];
|
|
220
|
-
export var AccessDeniedException = [
|
|
221
|
-
-3,
|
|
222
|
-
n0,
|
|
223
|
-
_ADE,
|
|
224
|
-
{
|
|
225
|
-
[_e]: _c,
|
|
226
|
-
[_hE]: 403,
|
|
227
|
-
},
|
|
228
|
-
[_m],
|
|
229
|
-
[0],
|
|
230
|
-
];
|
|
220
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
231
221
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
232
222
|
export var ApiKeyCredential = [3, n0, _AKC, 0, [_aK], [[() => SensitiveString2048, 0]]];
|
|
233
223
|
export var AppAuthorization = [
|
|
@@ -260,17 +250,7 @@ export var BatchGetUserAccessTasksResponse = [
|
|
|
260
250
|
[_uARL],
|
|
261
251
|
[[() => UserAccessResultsList, 0]],
|
|
262
252
|
];
|
|
263
|
-
export var ConflictException = [
|
|
264
|
-
-3,
|
|
265
|
-
n0,
|
|
266
|
-
_CE,
|
|
267
|
-
{
|
|
268
|
-
[_e]: _c,
|
|
269
|
-
[_hE]: 409,
|
|
270
|
-
},
|
|
271
|
-
[_m, _rI, _rT],
|
|
272
|
-
[0, 0, 0],
|
|
273
|
-
];
|
|
253
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
274
254
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
275
255
|
export var ConnectAppAuthorizationRequest = [
|
|
276
256
|
3,
|
|
@@ -443,20 +423,9 @@ export var InternalServerException = [
|
|
|
443
423
|
-3,
|
|
444
424
|
n0,
|
|
445
425
|
_ISE,
|
|
446
|
-
{
|
|
447
|
-
[_e]: _se,
|
|
448
|
-
[_hE]: 500,
|
|
449
|
-
},
|
|
426
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
450
427
|
[_m, _rAS],
|
|
451
|
-
[
|
|
452
|
-
0,
|
|
453
|
-
[
|
|
454
|
-
1,
|
|
455
|
-
{
|
|
456
|
-
[_hH]: _RA,
|
|
457
|
-
},
|
|
458
|
-
],
|
|
459
|
-
],
|
|
428
|
+
[0, [1, { [_hH]: _RA }]],
|
|
460
429
|
];
|
|
461
430
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
462
431
|
export var ListAppAuthorizationsRequest = [
|
|
@@ -467,18 +436,8 @@ export var ListAppAuthorizationsRequest = [
|
|
|
467
436
|
[_aBI, _mR, _nT],
|
|
468
437
|
[
|
|
469
438
|
[0, 1],
|
|
470
|
-
[
|
|
471
|
-
|
|
472
|
-
{
|
|
473
|
-
[_hQ]: _mR,
|
|
474
|
-
},
|
|
475
|
-
],
|
|
476
|
-
[
|
|
477
|
-
0,
|
|
478
|
-
{
|
|
479
|
-
[_hQ]: _nT,
|
|
480
|
-
},
|
|
481
|
-
],
|
|
439
|
+
[1, { [_hQ]: _mR }],
|
|
440
|
+
[0, { [_hQ]: _nT }],
|
|
482
441
|
],
|
|
483
442
|
];
|
|
484
443
|
export var ListAppAuthorizationsResponse = [
|
|
@@ -496,18 +455,8 @@ export var ListAppBundlesRequest = [
|
|
|
496
455
|
0,
|
|
497
456
|
[_mR, _nT],
|
|
498
457
|
[
|
|
499
|
-
[
|
|
500
|
-
|
|
501
|
-
{
|
|
502
|
-
[_hQ]: _mR,
|
|
503
|
-
},
|
|
504
|
-
],
|
|
505
|
-
[
|
|
506
|
-
0,
|
|
507
|
-
{
|
|
508
|
-
[_hQ]: _nT,
|
|
509
|
-
},
|
|
510
|
-
],
|
|
458
|
+
[1, { [_hQ]: _mR }],
|
|
459
|
+
[0, { [_hQ]: _nT }],
|
|
511
460
|
],
|
|
512
461
|
];
|
|
513
462
|
export var ListAppBundlesResponse = [
|
|
@@ -527,18 +476,8 @@ export var ListIngestionDestinationsRequest = [
|
|
|
527
476
|
[
|
|
528
477
|
[0, 1],
|
|
529
478
|
[0, 1],
|
|
530
|
-
[
|
|
531
|
-
|
|
532
|
-
{
|
|
533
|
-
[_hQ]: _mR,
|
|
534
|
-
},
|
|
535
|
-
],
|
|
536
|
-
[
|
|
537
|
-
0,
|
|
538
|
-
{
|
|
539
|
-
[_hQ]: _nT,
|
|
540
|
-
},
|
|
541
|
-
],
|
|
479
|
+
[1, { [_hQ]: _mR }],
|
|
480
|
+
[0, { [_hQ]: _nT }],
|
|
542
481
|
],
|
|
543
482
|
];
|
|
544
483
|
export var ListIngestionDestinationsResponse = [
|
|
@@ -557,18 +496,8 @@ export var ListIngestionsRequest = [
|
|
|
557
496
|
[_aBI, _mR, _nT],
|
|
558
497
|
[
|
|
559
498
|
[0, 1],
|
|
560
|
-
[
|
|
561
|
-
|
|
562
|
-
{
|
|
563
|
-
[_hQ]: _mR,
|
|
564
|
-
},
|
|
565
|
-
],
|
|
566
|
-
[
|
|
567
|
-
0,
|
|
568
|
-
{
|
|
569
|
-
[_hQ]: _nT,
|
|
570
|
-
},
|
|
571
|
-
],
|
|
499
|
+
[1, { [_hQ]: _mR }],
|
|
500
|
+
[0, { [_hQ]: _nT }],
|
|
572
501
|
],
|
|
573
502
|
];
|
|
574
503
|
export var ListIngestionsResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => IngestionList, 0]];
|
|
@@ -579,10 +508,7 @@ export var ResourceNotFoundException = [
|
|
|
579
508
|
-3,
|
|
580
509
|
n0,
|
|
581
510
|
_RNFE,
|
|
582
|
-
{
|
|
583
|
-
[_e]: _c,
|
|
584
|
-
[_hE]: 404,
|
|
585
|
-
},
|
|
511
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
586
512
|
[_m, _rI, _rT],
|
|
587
513
|
[0, 0, 0],
|
|
588
514
|
];
|
|
@@ -592,10 +518,7 @@ export var ServiceQuotaExceededException = [
|
|
|
592
518
|
-3,
|
|
593
519
|
n0,
|
|
594
520
|
_SQEE,
|
|
595
|
-
{
|
|
596
|
-
[_e]: _c,
|
|
597
|
-
[_hE]: 402,
|
|
598
|
-
},
|
|
521
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
599
522
|
[_m, _rI, _rT, _sC, _qC],
|
|
600
523
|
[0, 0, 0, 0, 0],
|
|
601
524
|
];
|
|
@@ -642,22 +565,9 @@ export var ThrottlingException = [
|
|
|
642
565
|
-3,
|
|
643
566
|
n0,
|
|
644
567
|
_TEh,
|
|
645
|
-
{
|
|
646
|
-
[_e]: _c,
|
|
647
|
-
[_hE]: 429,
|
|
648
|
-
},
|
|
568
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
649
569
|
[_m, _sC, _qC, _rAS],
|
|
650
|
-
[
|
|
651
|
-
0,
|
|
652
|
-
0,
|
|
653
|
-
0,
|
|
654
|
-
[
|
|
655
|
-
1,
|
|
656
|
-
{
|
|
657
|
-
[_hH]: _RA,
|
|
658
|
-
},
|
|
659
|
-
],
|
|
660
|
-
],
|
|
570
|
+
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
661
571
|
];
|
|
662
572
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
663
573
|
export var UntagResourceRequest = [
|
|
@@ -668,12 +578,7 @@ export var UntagResourceRequest = [
|
|
|
668
578
|
[_rA, _tK],
|
|
669
579
|
[
|
|
670
580
|
[0, 1],
|
|
671
|
-
[
|
|
672
|
-
64 | 0,
|
|
673
|
-
{
|
|
674
|
-
[_hQ]: _tK,
|
|
675
|
-
},
|
|
676
|
-
],
|
|
581
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
677
582
|
],
|
|
678
583
|
];
|
|
679
584
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -735,10 +640,7 @@ export var ValidationException = [
|
|
|
735
640
|
-3,
|
|
736
641
|
n0,
|
|
737
642
|
_VE,
|
|
738
|
-
{
|
|
739
|
-
[_e]: _c,
|
|
740
|
-
[_hE]: 400,
|
|
741
|
-
},
|
|
643
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
742
644
|
[_m, _r, _fL],
|
|
743
645
|
[0, 0, () => ValidationExceptionFieldList],
|
|
744
646
|
];
|
|
@@ -789,9 +691,7 @@ export var BatchGetUserAccessTasks = [
|
|
|
789
691
|
9,
|
|
790
692
|
n0,
|
|
791
693
|
_BGUAT,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["POST", "/useraccess/batchget", 200],
|
|
794
|
-
},
|
|
694
|
+
{ [_h]: ["POST", "/useraccess/batchget", 200] },
|
|
795
695
|
() => BatchGetUserAccessTasksRequest,
|
|
796
696
|
() => BatchGetUserAccessTasksResponse,
|
|
797
697
|
];
|
|
@@ -799,9 +699,7 @@ export var ConnectAppAuthorization = [
|
|
|
799
699
|
9,
|
|
800
700
|
n0,
|
|
801
701
|
_CAA,
|
|
802
|
-
{
|
|
803
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200],
|
|
804
|
-
},
|
|
702
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200] },
|
|
805
703
|
() => ConnectAppAuthorizationRequest,
|
|
806
704
|
() => ConnectAppAuthorizationResponse,
|
|
807
705
|
];
|
|
@@ -809,9 +707,7 @@ export var CreateAppAuthorization = [
|
|
|
809
707
|
9,
|
|
810
708
|
n0,
|
|
811
709
|
_CAAr,
|
|
812
|
-
{
|
|
813
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201],
|
|
814
|
-
},
|
|
710
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201] },
|
|
815
711
|
() => CreateAppAuthorizationRequest,
|
|
816
712
|
() => CreateAppAuthorizationResponse,
|
|
817
713
|
];
|
|
@@ -819,9 +715,7 @@ export var CreateAppBundle = [
|
|
|
819
715
|
9,
|
|
820
716
|
n0,
|
|
821
717
|
_CAB,
|
|
822
|
-
{
|
|
823
|
-
[_h]: ["POST", "/appbundles", 201],
|
|
824
|
-
},
|
|
718
|
+
{ [_h]: ["POST", "/appbundles", 201] },
|
|
825
719
|
() => CreateAppBundleRequest,
|
|
826
720
|
() => CreateAppBundleResponse,
|
|
827
721
|
];
|
|
@@ -829,9 +723,7 @@ export var CreateIngestion = [
|
|
|
829
723
|
9,
|
|
830
724
|
n0,
|
|
831
725
|
_CI,
|
|
832
|
-
{
|
|
833
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201],
|
|
834
|
-
},
|
|
726
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201] },
|
|
835
727
|
() => CreateIngestionRequest,
|
|
836
728
|
() => CreateIngestionResponse,
|
|
837
729
|
];
|
|
@@ -839,9 +731,7 @@ export var CreateIngestionDestination = [
|
|
|
839
731
|
9,
|
|
840
732
|
n0,
|
|
841
733
|
_CID,
|
|
842
|
-
{
|
|
843
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201],
|
|
844
|
-
},
|
|
734
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201] },
|
|
845
735
|
() => CreateIngestionDestinationRequest,
|
|
846
736
|
() => CreateIngestionDestinationResponse,
|
|
847
737
|
];
|
|
@@ -849,9 +739,7 @@ export var DeleteAppAuthorization = [
|
|
|
849
739
|
9,
|
|
850
740
|
n0,
|
|
851
741
|
_DAA,
|
|
852
|
-
{
|
|
853
|
-
[_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204],
|
|
854
|
-
},
|
|
742
|
+
{ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204] },
|
|
855
743
|
() => DeleteAppAuthorizationRequest,
|
|
856
744
|
() => DeleteAppAuthorizationResponse,
|
|
857
745
|
];
|
|
@@ -859,9 +747,7 @@ export var DeleteAppBundle = [
|
|
|
859
747
|
9,
|
|
860
748
|
n0,
|
|
861
749
|
_DAB,
|
|
862
|
-
{
|
|
863
|
-
[_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204],
|
|
864
|
-
},
|
|
750
|
+
{ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204] },
|
|
865
751
|
() => DeleteAppBundleRequest,
|
|
866
752
|
() => DeleteAppBundleResponse,
|
|
867
753
|
];
|
|
@@ -869,9 +755,7 @@ export var DeleteIngestion = [
|
|
|
869
755
|
9,
|
|
870
756
|
n0,
|
|
871
757
|
_DI,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204],
|
|
874
|
-
},
|
|
758
|
+
{ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204] },
|
|
875
759
|
() => DeleteIngestionRequest,
|
|
876
760
|
() => DeleteIngestionResponse,
|
|
877
761
|
];
|
|
@@ -893,9 +777,7 @@ export var GetAppAuthorization = [
|
|
|
893
777
|
9,
|
|
894
778
|
n0,
|
|
895
779
|
_GAA,
|
|
896
|
-
{
|
|
897
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200],
|
|
898
|
-
},
|
|
780
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] },
|
|
899
781
|
() => GetAppAuthorizationRequest,
|
|
900
782
|
() => GetAppAuthorizationResponse,
|
|
901
783
|
];
|
|
@@ -903,9 +785,7 @@ export var GetAppBundle = [
|
|
|
903
785
|
9,
|
|
904
786
|
n0,
|
|
905
787
|
_GAB,
|
|
906
|
-
{
|
|
907
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200],
|
|
908
|
-
},
|
|
788
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200] },
|
|
909
789
|
() => GetAppBundleRequest,
|
|
910
790
|
() => GetAppBundleResponse,
|
|
911
791
|
];
|
|
@@ -913,9 +793,7 @@ export var GetIngestion = [
|
|
|
913
793
|
9,
|
|
914
794
|
n0,
|
|
915
795
|
_GI,
|
|
916
|
-
{
|
|
917
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200],
|
|
918
|
-
},
|
|
796
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200] },
|
|
919
797
|
() => GetIngestionRequest,
|
|
920
798
|
() => GetIngestionResponse,
|
|
921
799
|
];
|
|
@@ -937,9 +815,7 @@ export var ListAppAuthorizations = [
|
|
|
937
815
|
9,
|
|
938
816
|
n0,
|
|
939
817
|
_LAA,
|
|
940
|
-
{
|
|
941
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200],
|
|
942
|
-
},
|
|
818
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200] },
|
|
943
819
|
() => ListAppAuthorizationsRequest,
|
|
944
820
|
() => ListAppAuthorizationsResponse,
|
|
945
821
|
];
|
|
@@ -947,9 +823,7 @@ export var ListAppBundles = [
|
|
|
947
823
|
9,
|
|
948
824
|
n0,
|
|
949
825
|
_LAB,
|
|
950
|
-
{
|
|
951
|
-
[_h]: ["GET", "/appbundles", 200],
|
|
952
|
-
},
|
|
826
|
+
{ [_h]: ["GET", "/appbundles", 200] },
|
|
953
827
|
() => ListAppBundlesRequest,
|
|
954
828
|
() => ListAppBundlesResponse,
|
|
955
829
|
];
|
|
@@ -957,9 +831,7 @@ export var ListIngestionDestinations = [
|
|
|
957
831
|
9,
|
|
958
832
|
n0,
|
|
959
833
|
_LID,
|
|
960
|
-
{
|
|
961
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200],
|
|
962
|
-
},
|
|
834
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200] },
|
|
963
835
|
() => ListIngestionDestinationsRequest,
|
|
964
836
|
() => ListIngestionDestinationsResponse,
|
|
965
837
|
];
|
|
@@ -967,9 +839,7 @@ export var ListIngestions = [
|
|
|
967
839
|
9,
|
|
968
840
|
n0,
|
|
969
841
|
_LI,
|
|
970
|
-
{
|
|
971
|
-
[_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200],
|
|
972
|
-
},
|
|
842
|
+
{ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200] },
|
|
973
843
|
() => ListIngestionsRequest,
|
|
974
844
|
() => ListIngestionsResponse,
|
|
975
845
|
];
|
|
@@ -977,9 +847,7 @@ export var ListTagsForResource = [
|
|
|
977
847
|
9,
|
|
978
848
|
n0,
|
|
979
849
|
_LTFR,
|
|
980
|
-
{
|
|
981
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
982
|
-
},
|
|
850
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
983
851
|
() => ListTagsForResourceRequest,
|
|
984
852
|
() => ListTagsForResourceResponse,
|
|
985
853
|
];
|
|
@@ -987,9 +855,7 @@ export var StartIngestion = [
|
|
|
987
855
|
9,
|
|
988
856
|
n0,
|
|
989
857
|
_SI,
|
|
990
|
-
{
|
|
991
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200],
|
|
992
|
-
},
|
|
858
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200] },
|
|
993
859
|
() => StartIngestionRequest,
|
|
994
860
|
() => StartIngestionResponse,
|
|
995
861
|
];
|
|
@@ -997,9 +863,7 @@ export var StartUserAccessTasks = [
|
|
|
997
863
|
9,
|
|
998
864
|
n0,
|
|
999
865
|
_SUAT,
|
|
1000
|
-
{
|
|
1001
|
-
[_h]: ["POST", "/useraccess/start", 201],
|
|
1002
|
-
},
|
|
866
|
+
{ [_h]: ["POST", "/useraccess/start", 201] },
|
|
1003
867
|
() => StartUserAccessTasksRequest,
|
|
1004
868
|
() => StartUserAccessTasksResponse,
|
|
1005
869
|
];
|
|
@@ -1007,9 +871,7 @@ export var StopIngestion = [
|
|
|
1007
871
|
9,
|
|
1008
872
|
n0,
|
|
1009
873
|
_SIt,
|
|
1010
|
-
{
|
|
1011
|
-
[_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200],
|
|
1012
|
-
},
|
|
874
|
+
{ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200] },
|
|
1013
875
|
() => StopIngestionRequest,
|
|
1014
876
|
() => StopIngestionResponse,
|
|
1015
877
|
];
|
|
@@ -1017,9 +879,7 @@ export var TagResource = [
|
|
|
1017
879
|
9,
|
|
1018
880
|
n0,
|
|
1019
881
|
_TR,
|
|
1020
|
-
{
|
|
1021
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1022
|
-
},
|
|
882
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1023
883
|
() => TagResourceRequest,
|
|
1024
884
|
() => TagResourceResponse,
|
|
1025
885
|
];
|
|
@@ -1027,9 +887,7 @@ export var UntagResource = [
|
|
|
1027
887
|
9,
|
|
1028
888
|
n0,
|
|
1029
889
|
_UR,
|
|
1030
|
-
{
|
|
1031
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1032
|
-
},
|
|
890
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1033
891
|
() => UntagResourceRequest,
|
|
1034
892
|
() => UntagResourceResponse,
|
|
1035
893
|
];
|
|
@@ -1037,9 +895,7 @@ export var UpdateAppAuthorization = [
|
|
|
1037
895
|
9,
|
|
1038
896
|
n0,
|
|
1039
897
|
_UAA,
|
|
1040
|
-
{
|
|
1041
|
-
[_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200],
|
|
1042
|
-
},
|
|
898
|
+
{ [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] },
|
|
1043
899
|
() => UpdateAppAuthorizationRequest,
|
|
1044
900
|
() => UpdateAppAuthorizationResponse,
|
|
1045
901
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AppFabricClient } from "./AppFabricClient";
|
|
3
3
|
import { BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput } from "./commands/BatchGetUserAccessTasksCommand";
|
|
4
4
|
import { ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput } from "./commands/ConnectAppAuthorizationCommand";
|
|
@@ -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 { BatchGetUserAccessTasksCommandInput, BatchGetUserAccessTasksCommandOutput } from "./commands/BatchGetUserAccessTasksCommand";
|
|
11
11
|
import { ConnectAppAuthorizationCommandInput, ConnectAppAuthorizationCommandOutput } from "./commands/ConnectAppAuthorizationCommand";
|
|
12
12
|
import { CreateAppAuthorizationCommandInput, CreateAppAuthorizationCommandOutput } from "./commands/CreateAppAuthorizationCommand";
|
|
@@ -34,7 +34,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
34
34
|
import { UpdateAppAuthorizationCommandInput, UpdateAppAuthorizationCommandOutput } from "./commands/UpdateAppAuthorizationCommand";
|
|
35
35
|
import { UpdateIngestionDestinationCommandInput, UpdateIngestionDestinationCommandOutput } from "./commands/UpdateIngestionDestinationCommand";
|
|
36
36
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
37
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
37
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
38
38
|
export { __Client };
|
|
39
39
|
/**
|
|
40
40
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { AppFabricHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { AppFabricHttpAuthSchemeProvider } 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 { AppFabricClientResolvedConfig } from "../AppFabricClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type AppFabricClientResolvedConfig } from "../AppFabricClient";
|
|
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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { BatchGetUserAccessTasksRequest, BatchGetUserAccessTasksResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { BatchGetUserAccessTasksRequest, BatchGetUserAccessTasksResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { ConnectAppAuthorizationRequest, ConnectAppAuthorizationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { ConnectAppAuthorizationRequest, ConnectAppAuthorizationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { CreateAppAuthorizationRequest, CreateAppAuthorizationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { CreateAppAuthorizationRequest, CreateAppAuthorizationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { CreateAppBundleRequest, CreateAppBundleResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { CreateAppBundleRequest, CreateAppBundleResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { CreateIngestionRequest, CreateIngestionResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { CreateIngestionDestinationRequest, CreateIngestionDestinationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { CreateIngestionDestinationRequest, CreateIngestionDestinationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { DeleteAppAuthorizationRequest, DeleteAppAuthorizationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { DeleteAppBundleRequest, DeleteAppBundleResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { DeleteAppBundleRequest, DeleteAppBundleResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { DeleteIngestionRequest, DeleteIngestionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { DeleteIngestionRequest, DeleteIngestionResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { DeleteIngestionDestinationRequest, DeleteIngestionDestinationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { GetAppAuthorizationRequest, GetAppAuthorizationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { GetAppAuthorizationRequest, GetAppAuthorizationResponse } 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 { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
-
import { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppFabricClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppFabricClient";
|
|
4
|
+
import type { GetAppBundleRequest, GetAppBundleResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|