@aws-sdk/client-appintegrations 3.942.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 +44 -238
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AppIntegrationsClient.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 +44 -238
- package/dist-types/AppIntegrations.d.ts +1 -1
- package/dist-types/AppIntegrationsClient.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/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataIntegrationAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventIntegrationCommand.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/AppIntegrationsServiceException.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/ListApplicationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventIntegrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventIntegrationsPaginator.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/AppIntegrationsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppIntegrationsServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -184,17 +184,7 @@ const n0 = "com.amazonaws.appintegrations";
|
|
|
184
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
185
|
import { AppIntegrationsServiceException as __AppIntegrationsServiceException } from "../models/AppIntegrationsServiceException";
|
|
186
186
|
import { AccessDeniedException as __AccessDeniedException, DuplicateResourceException as __DuplicateResourceException, InternalServiceError as __InternalServiceError, InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, ResourceQuotaExceededException as __ResourceQuotaExceededException, ThrottlingException as __ThrottlingException, UnsupportedOperationException as __UnsupportedOperationException, } from "../models/errors";
|
|
187
|
-
export var AccessDeniedException = [
|
|
188
|
-
-3,
|
|
189
|
-
n0,
|
|
190
|
-
_ADE,
|
|
191
|
-
{
|
|
192
|
-
[_e]: _c,
|
|
193
|
-
[_hE]: 403,
|
|
194
|
-
},
|
|
195
|
-
[_M],
|
|
196
|
-
[0],
|
|
197
|
-
];
|
|
187
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
198
188
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
199
189
|
export var ApplicationAssociationSummary = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
|
|
200
190
|
export var ApplicationConfig = [3, n0, _AC, 0, [_CH], [() => ContactHandling]];
|
|
@@ -303,17 +293,7 @@ export var DeleteDataIntegrationRequest = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
|
|
|
303
293
|
export var DeleteDataIntegrationResponse = [3, n0, _DDIRe, 0, [], []];
|
|
304
294
|
export var DeleteEventIntegrationRequest = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
|
|
305
295
|
export var DeleteEventIntegrationResponse = [3, n0, _DEIRe, 0, [], []];
|
|
306
|
-
export var DuplicateResourceException = [
|
|
307
|
-
-3,
|
|
308
|
-
n0,
|
|
309
|
-
_DRE,
|
|
310
|
-
{
|
|
311
|
-
[_e]: _c,
|
|
312
|
-
[_hE]: 409,
|
|
313
|
-
},
|
|
314
|
-
[_M],
|
|
315
|
-
[0],
|
|
316
|
-
];
|
|
296
|
+
export var DuplicateResourceException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
317
297
|
TypeRegistry.for(n0).registerError(DuplicateResourceException, __DuplicateResourceException);
|
|
318
298
|
export var EventFilter = [3, n0, _EF, 0, [_So], [0]];
|
|
319
299
|
export var EventIntegration = [
|
|
@@ -399,29 +379,9 @@ export var GetEventIntegrationResponse = [
|
|
|
399
379
|
[0, 0, 0, 0, () => EventFilter, 128 | 0],
|
|
400
380
|
];
|
|
401
381
|
export var IframeConfig = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
|
|
402
|
-
export var InternalServiceError = [
|
|
403
|
-
-3,
|
|
404
|
-
n0,
|
|
405
|
-
_ISE,
|
|
406
|
-
{
|
|
407
|
-
[_e]: _s,
|
|
408
|
-
[_hE]: 500,
|
|
409
|
-
},
|
|
410
|
-
[_M],
|
|
411
|
-
[0],
|
|
412
|
-
];
|
|
382
|
+
export var InternalServiceError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
413
383
|
TypeRegistry.for(n0).registerError(InternalServiceError, __InternalServiceError);
|
|
414
|
-
export var InvalidRequestException = [
|
|
415
|
-
-3,
|
|
416
|
-
n0,
|
|
417
|
-
_IRE,
|
|
418
|
-
{
|
|
419
|
-
[_e]: _c,
|
|
420
|
-
[_hE]: 400,
|
|
421
|
-
},
|
|
422
|
-
[_M],
|
|
423
|
-
[0],
|
|
424
|
-
];
|
|
384
|
+
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
425
385
|
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
426
386
|
export var LastExecutionStatus = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
|
|
427
387
|
export var ListApplicationAssociationsRequest = [
|
|
@@ -432,18 +392,8 @@ export var ListApplicationAssociationsRequest = [
|
|
|
432
392
|
[_AI, _NT, _MR],
|
|
433
393
|
[
|
|
434
394
|
[0, 1],
|
|
435
|
-
[
|
|
436
|
-
|
|
437
|
-
{
|
|
438
|
-
[_hQ]: _nT,
|
|
439
|
-
},
|
|
440
|
-
],
|
|
441
|
-
[
|
|
442
|
-
1,
|
|
443
|
-
{
|
|
444
|
-
[_hQ]: _mR,
|
|
445
|
-
},
|
|
446
|
-
],
|
|
395
|
+
[0, { [_hQ]: _nT }],
|
|
396
|
+
[1, { [_hQ]: _mR }],
|
|
447
397
|
],
|
|
448
398
|
];
|
|
449
399
|
export var ListApplicationAssociationsResponse = [
|
|
@@ -461,24 +411,9 @@ export var ListApplicationsRequest = [
|
|
|
461
411
|
0,
|
|
462
412
|
[_NT, _MR, _AT],
|
|
463
413
|
[
|
|
464
|
-
[
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
[_hQ]: _nT,
|
|
468
|
-
},
|
|
469
|
-
],
|
|
470
|
-
[
|
|
471
|
-
1,
|
|
472
|
-
{
|
|
473
|
-
[_hQ]: _mR,
|
|
474
|
-
},
|
|
475
|
-
],
|
|
476
|
-
[
|
|
477
|
-
0,
|
|
478
|
-
{
|
|
479
|
-
[_hQ]: _aT,
|
|
480
|
-
},
|
|
481
|
-
],
|
|
414
|
+
[0, { [_hQ]: _nT }],
|
|
415
|
+
[1, { [_hQ]: _mR }],
|
|
416
|
+
[0, { [_hQ]: _aT }],
|
|
482
417
|
],
|
|
483
418
|
];
|
|
484
419
|
export var ListApplicationsResponse = [3, n0, _LARi, 0, [_Ap, _NT], [() => ApplicationsList, 0]];
|
|
@@ -490,18 +425,8 @@ export var ListDataIntegrationAssociationsRequest = [
|
|
|
490
425
|
[_DII, _NT, _MR],
|
|
491
426
|
[
|
|
492
427
|
[0, 1],
|
|
493
|
-
[
|
|
494
|
-
|
|
495
|
-
{
|
|
496
|
-
[_hQ]: _nT,
|
|
497
|
-
},
|
|
498
|
-
],
|
|
499
|
-
[
|
|
500
|
-
1,
|
|
501
|
-
{
|
|
502
|
-
[_hQ]: _mR,
|
|
503
|
-
},
|
|
504
|
-
],
|
|
428
|
+
[0, { [_hQ]: _nT }],
|
|
429
|
+
[1, { [_hQ]: _mR }],
|
|
505
430
|
],
|
|
506
431
|
];
|
|
507
432
|
export var ListDataIntegrationAssociationsResponse = [
|
|
@@ -519,18 +444,8 @@ export var ListDataIntegrationsRequest = [
|
|
|
519
444
|
0,
|
|
520
445
|
[_NT, _MR],
|
|
521
446
|
[
|
|
522
|
-
[
|
|
523
|
-
|
|
524
|
-
{
|
|
525
|
-
[_hQ]: _nT,
|
|
526
|
-
},
|
|
527
|
-
],
|
|
528
|
-
[
|
|
529
|
-
1,
|
|
530
|
-
{
|
|
531
|
-
[_hQ]: _mR,
|
|
532
|
-
},
|
|
533
|
-
],
|
|
447
|
+
[0, { [_hQ]: _nT }],
|
|
448
|
+
[1, { [_hQ]: _mR }],
|
|
534
449
|
],
|
|
535
450
|
];
|
|
536
451
|
export var ListDataIntegrationsResponse = [
|
|
@@ -549,18 +464,8 @@ export var ListEventIntegrationAssociationsRequest = [
|
|
|
549
464
|
[_EIN, _NT, _MR],
|
|
550
465
|
[
|
|
551
466
|
[0, 1],
|
|
552
|
-
[
|
|
553
|
-
|
|
554
|
-
{
|
|
555
|
-
[_hQ]: _nT,
|
|
556
|
-
},
|
|
557
|
-
],
|
|
558
|
-
[
|
|
559
|
-
1,
|
|
560
|
-
{
|
|
561
|
-
[_hQ]: _mR,
|
|
562
|
-
},
|
|
563
|
-
],
|
|
467
|
+
[0, { [_hQ]: _nT }],
|
|
468
|
+
[1, { [_hQ]: _mR }],
|
|
564
469
|
],
|
|
565
470
|
];
|
|
566
471
|
export var ListEventIntegrationAssociationsResponse = [
|
|
@@ -578,18 +483,8 @@ export var ListEventIntegrationsRequest = [
|
|
|
578
483
|
0,
|
|
579
484
|
[_NT, _MR],
|
|
580
485
|
[
|
|
581
|
-
[
|
|
582
|
-
|
|
583
|
-
{
|
|
584
|
-
[_hQ]: _nT,
|
|
585
|
-
},
|
|
586
|
-
],
|
|
587
|
-
[
|
|
588
|
-
1,
|
|
589
|
-
{
|
|
590
|
-
[_hQ]: _mR,
|
|
591
|
-
},
|
|
592
|
-
],
|
|
486
|
+
[0, { [_hQ]: _nT }],
|
|
487
|
+
[1, { [_hQ]: _mR }],
|
|
593
488
|
],
|
|
594
489
|
];
|
|
595
490
|
export var ListEventIntegrationsResponse = [
|
|
@@ -604,57 +499,17 @@ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
|
604
499
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
605
500
|
export var OnDemandConfiguration = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
|
|
606
501
|
export var Publication = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
|
|
607
|
-
export var ResourceNotFoundException = [
|
|
608
|
-
-3,
|
|
609
|
-
n0,
|
|
610
|
-
_RNFE,
|
|
611
|
-
{
|
|
612
|
-
[_e]: _c,
|
|
613
|
-
[_hE]: 404,
|
|
614
|
-
},
|
|
615
|
-
[_M],
|
|
616
|
-
[0],
|
|
617
|
-
];
|
|
502
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
618
503
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
619
|
-
export var ResourceQuotaExceededException = [
|
|
620
|
-
-3,
|
|
621
|
-
n0,
|
|
622
|
-
_RQEE,
|
|
623
|
-
{
|
|
624
|
-
[_e]: _c,
|
|
625
|
-
[_hE]: 429,
|
|
626
|
-
},
|
|
627
|
-
[_M],
|
|
628
|
-
[0],
|
|
629
|
-
];
|
|
504
|
+
export var ResourceQuotaExceededException = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
630
505
|
TypeRegistry.for(n0).registerError(ResourceQuotaExceededException, __ResourceQuotaExceededException);
|
|
631
506
|
export var ScheduleConfiguration = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
|
|
632
507
|
export var Subscription = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
|
|
633
508
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
634
509
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
635
|
-
export var ThrottlingException = [
|
|
636
|
-
-3,
|
|
637
|
-
n0,
|
|
638
|
-
_TE,
|
|
639
|
-
{
|
|
640
|
-
[_e]: _c,
|
|
641
|
-
[_hE]: 429,
|
|
642
|
-
},
|
|
643
|
-
[_M],
|
|
644
|
-
[0],
|
|
645
|
-
];
|
|
510
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
646
511
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
647
|
-
export var UnsupportedOperationException = [
|
|
648
|
-
-3,
|
|
649
|
-
n0,
|
|
650
|
-
_UOE,
|
|
651
|
-
{
|
|
652
|
-
[_e]: _c,
|
|
653
|
-
[_hE]: 400,
|
|
654
|
-
},
|
|
655
|
-
[_M],
|
|
656
|
-
[0],
|
|
657
|
-
];
|
|
512
|
+
export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
658
513
|
TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
|
|
659
514
|
export var UntagResourceRequest = [
|
|
660
515
|
3,
|
|
@@ -664,12 +519,7 @@ export var UntagResourceRequest = [
|
|
|
664
519
|
[_rA, _tK],
|
|
665
520
|
[
|
|
666
521
|
[0, 1],
|
|
667
|
-
[
|
|
668
|
-
64 | 0,
|
|
669
|
-
{
|
|
670
|
-
[_hQ]: _tK,
|
|
671
|
-
},
|
|
672
|
-
],
|
|
522
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
673
523
|
],
|
|
674
524
|
];
|
|
675
525
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -739,9 +589,7 @@ export var CreateApplication = [
|
|
|
739
589
|
9,
|
|
740
590
|
n0,
|
|
741
591
|
_CA,
|
|
742
|
-
{
|
|
743
|
-
[_h]: ["POST", "/applications", 200],
|
|
744
|
-
},
|
|
592
|
+
{ [_h]: ["POST", "/applications", 200] },
|
|
745
593
|
() => CreateApplicationRequest,
|
|
746
594
|
() => CreateApplicationResponse,
|
|
747
595
|
];
|
|
@@ -749,9 +597,7 @@ export var CreateDataIntegration = [
|
|
|
749
597
|
9,
|
|
750
598
|
n0,
|
|
751
599
|
_CDI,
|
|
752
|
-
{
|
|
753
|
-
[_h]: ["POST", "/dataIntegrations", 200],
|
|
754
|
-
},
|
|
600
|
+
{ [_h]: ["POST", "/dataIntegrations", 200] },
|
|
755
601
|
() => CreateDataIntegrationRequest,
|
|
756
602
|
() => CreateDataIntegrationResponse,
|
|
757
603
|
];
|
|
@@ -759,9 +605,7 @@ export var CreateDataIntegrationAssociation = [
|
|
|
759
605
|
9,
|
|
760
606
|
n0,
|
|
761
607
|
_CDIA,
|
|
762
|
-
{
|
|
763
|
-
[_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200],
|
|
764
|
-
},
|
|
608
|
+
{ [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
765
609
|
() => CreateDataIntegrationAssociationRequest,
|
|
766
610
|
() => CreateDataIntegrationAssociationResponse,
|
|
767
611
|
];
|
|
@@ -769,9 +613,7 @@ export var CreateEventIntegration = [
|
|
|
769
613
|
9,
|
|
770
614
|
n0,
|
|
771
615
|
_CEI,
|
|
772
|
-
{
|
|
773
|
-
[_h]: ["POST", "/eventIntegrations", 200],
|
|
774
|
-
},
|
|
616
|
+
{ [_h]: ["POST", "/eventIntegrations", 200] },
|
|
775
617
|
() => CreateEventIntegrationRequest,
|
|
776
618
|
() => CreateEventIntegrationResponse,
|
|
777
619
|
];
|
|
@@ -779,9 +621,7 @@ export var DeleteApplication = [
|
|
|
779
621
|
9,
|
|
780
622
|
n0,
|
|
781
623
|
_DA,
|
|
782
|
-
{
|
|
783
|
-
[_h]: ["DELETE", "/applications/{Arn}", 200],
|
|
784
|
-
},
|
|
624
|
+
{ [_h]: ["DELETE", "/applications/{Arn}", 200] },
|
|
785
625
|
() => DeleteApplicationRequest,
|
|
786
626
|
() => DeleteApplicationResponse,
|
|
787
627
|
];
|
|
@@ -789,9 +629,7 @@ export var DeleteDataIntegration = [
|
|
|
789
629
|
9,
|
|
790
630
|
n0,
|
|
791
631
|
_DDI,
|
|
792
|
-
{
|
|
793
|
-
[_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200],
|
|
794
|
-
},
|
|
632
|
+
{ [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] },
|
|
795
633
|
() => DeleteDataIntegrationRequest,
|
|
796
634
|
() => DeleteDataIntegrationResponse,
|
|
797
635
|
];
|
|
@@ -799,9 +637,7 @@ export var DeleteEventIntegration = [
|
|
|
799
637
|
9,
|
|
800
638
|
n0,
|
|
801
639
|
_DEI,
|
|
802
|
-
{
|
|
803
|
-
[_h]: ["DELETE", "/eventIntegrations/{Name}", 200],
|
|
804
|
-
},
|
|
640
|
+
{ [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] },
|
|
805
641
|
() => DeleteEventIntegrationRequest,
|
|
806
642
|
() => DeleteEventIntegrationResponse,
|
|
807
643
|
];
|
|
@@ -809,9 +645,7 @@ export var GetApplication = [
|
|
|
809
645
|
9,
|
|
810
646
|
n0,
|
|
811
647
|
_GA,
|
|
812
|
-
{
|
|
813
|
-
[_h]: ["GET", "/applications/{Arn}", 200],
|
|
814
|
-
},
|
|
648
|
+
{ [_h]: ["GET", "/applications/{Arn}", 200] },
|
|
815
649
|
() => GetApplicationRequest,
|
|
816
650
|
() => GetApplicationResponse,
|
|
817
651
|
];
|
|
@@ -819,9 +653,7 @@ export var GetDataIntegration = [
|
|
|
819
653
|
9,
|
|
820
654
|
n0,
|
|
821
655
|
_GDI,
|
|
822
|
-
{
|
|
823
|
-
[_h]: ["GET", "/dataIntegrations/{Identifier}", 200],
|
|
824
|
-
},
|
|
656
|
+
{ [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] },
|
|
825
657
|
() => GetDataIntegrationRequest,
|
|
826
658
|
() => GetDataIntegrationResponse,
|
|
827
659
|
];
|
|
@@ -829,9 +661,7 @@ export var GetEventIntegration = [
|
|
|
829
661
|
9,
|
|
830
662
|
n0,
|
|
831
663
|
_GEI,
|
|
832
|
-
{
|
|
833
|
-
[_h]: ["GET", "/eventIntegrations/{Name}", 200],
|
|
834
|
-
},
|
|
664
|
+
{ [_h]: ["GET", "/eventIntegrations/{Name}", 200] },
|
|
835
665
|
() => GetEventIntegrationRequest,
|
|
836
666
|
() => GetEventIntegrationResponse,
|
|
837
667
|
];
|
|
@@ -839,9 +669,7 @@ export var ListApplicationAssociations = [
|
|
|
839
669
|
9,
|
|
840
670
|
n0,
|
|
841
671
|
_LAA,
|
|
842
|
-
{
|
|
843
|
-
[_h]: ["GET", "/applications/{ApplicationId}/associations", 200],
|
|
844
|
-
},
|
|
672
|
+
{ [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] },
|
|
845
673
|
() => ListApplicationAssociationsRequest,
|
|
846
674
|
() => ListApplicationAssociationsResponse,
|
|
847
675
|
];
|
|
@@ -849,9 +677,7 @@ export var ListApplications = [
|
|
|
849
677
|
9,
|
|
850
678
|
n0,
|
|
851
679
|
_LA,
|
|
852
|
-
{
|
|
853
|
-
[_h]: ["GET", "/applications", 200],
|
|
854
|
-
},
|
|
680
|
+
{ [_h]: ["GET", "/applications", 200] },
|
|
855
681
|
() => ListApplicationsRequest,
|
|
856
682
|
() => ListApplicationsResponse,
|
|
857
683
|
];
|
|
@@ -859,9 +685,7 @@ export var ListDataIntegrationAssociations = [
|
|
|
859
685
|
9,
|
|
860
686
|
n0,
|
|
861
687
|
_LDIA,
|
|
862
|
-
{
|
|
863
|
-
[_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200],
|
|
864
|
-
},
|
|
688
|
+
{ [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
865
689
|
() => ListDataIntegrationAssociationsRequest,
|
|
866
690
|
() => ListDataIntegrationAssociationsResponse,
|
|
867
691
|
];
|
|
@@ -869,9 +693,7 @@ export var ListDataIntegrations = [
|
|
|
869
693
|
9,
|
|
870
694
|
n0,
|
|
871
695
|
_LDI,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["GET", "/dataIntegrations", 200],
|
|
874
|
-
},
|
|
696
|
+
{ [_h]: ["GET", "/dataIntegrations", 200] },
|
|
875
697
|
() => ListDataIntegrationsRequest,
|
|
876
698
|
() => ListDataIntegrationsResponse,
|
|
877
699
|
];
|
|
@@ -879,9 +701,7 @@ export var ListEventIntegrationAssociations = [
|
|
|
879
701
|
9,
|
|
880
702
|
n0,
|
|
881
703
|
_LEIA,
|
|
882
|
-
{
|
|
883
|
-
[_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200],
|
|
884
|
-
},
|
|
704
|
+
{ [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] },
|
|
885
705
|
() => ListEventIntegrationAssociationsRequest,
|
|
886
706
|
() => ListEventIntegrationAssociationsResponse,
|
|
887
707
|
];
|
|
@@ -889,9 +709,7 @@ export var ListEventIntegrations = [
|
|
|
889
709
|
9,
|
|
890
710
|
n0,
|
|
891
711
|
_LEI,
|
|
892
|
-
{
|
|
893
|
-
[_h]: ["GET", "/eventIntegrations", 200],
|
|
894
|
-
},
|
|
712
|
+
{ [_h]: ["GET", "/eventIntegrations", 200] },
|
|
895
713
|
() => ListEventIntegrationsRequest,
|
|
896
714
|
() => ListEventIntegrationsResponse,
|
|
897
715
|
];
|
|
@@ -899,9 +717,7 @@ export var ListTagsForResource = [
|
|
|
899
717
|
9,
|
|
900
718
|
n0,
|
|
901
719
|
_LTFR,
|
|
902
|
-
{
|
|
903
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
904
|
-
},
|
|
720
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
905
721
|
() => ListTagsForResourceRequest,
|
|
906
722
|
() => ListTagsForResourceResponse,
|
|
907
723
|
];
|
|
@@ -909,9 +725,7 @@ export var TagResource = [
|
|
|
909
725
|
9,
|
|
910
726
|
n0,
|
|
911
727
|
_TR,
|
|
912
|
-
{
|
|
913
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
914
|
-
},
|
|
728
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
915
729
|
() => TagResourceRequest,
|
|
916
730
|
() => TagResourceResponse,
|
|
917
731
|
];
|
|
@@ -919,9 +733,7 @@ export var UntagResource = [
|
|
|
919
733
|
9,
|
|
920
734
|
n0,
|
|
921
735
|
_UR,
|
|
922
|
-
{
|
|
923
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
924
|
-
},
|
|
736
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
925
737
|
() => UntagResourceRequest,
|
|
926
738
|
() => UntagResourceResponse,
|
|
927
739
|
];
|
|
@@ -929,9 +741,7 @@ export var UpdateApplication = [
|
|
|
929
741
|
9,
|
|
930
742
|
n0,
|
|
931
743
|
_UA,
|
|
932
|
-
{
|
|
933
|
-
[_h]: ["PATCH", "/applications/{Arn}", 200],
|
|
934
|
-
},
|
|
744
|
+
{ [_h]: ["PATCH", "/applications/{Arn}", 200] },
|
|
935
745
|
() => UpdateApplicationRequest,
|
|
936
746
|
() => UpdateApplicationResponse,
|
|
937
747
|
];
|
|
@@ -939,9 +749,7 @@ export var UpdateDataIntegration = [
|
|
|
939
749
|
9,
|
|
940
750
|
n0,
|
|
941
751
|
_UDI,
|
|
942
|
-
{
|
|
943
|
-
[_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200],
|
|
944
|
-
},
|
|
752
|
+
{ [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] },
|
|
945
753
|
() => UpdateDataIntegrationRequest,
|
|
946
754
|
() => UpdateDataIntegrationResponse,
|
|
947
755
|
];
|
|
@@ -963,9 +771,7 @@ export var UpdateEventIntegration = [
|
|
|
963
771
|
9,
|
|
964
772
|
n0,
|
|
965
773
|
_UEI,
|
|
966
|
-
{
|
|
967
|
-
[_h]: ["PATCH", "/eventIntegrations/{Name}", 200],
|
|
968
|
-
},
|
|
774
|
+
{ [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] },
|
|
969
775
|
() => UpdateEventIntegrationRequest,
|
|
970
776
|
() => UpdateEventIntegrationResponse,
|
|
971
777
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AppIntegrationsClient } from "./AppIntegrationsClient";
|
|
3
3
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
4
4
|
import { CreateDataIntegrationAssociationCommandInput, CreateDataIntegrationAssociationCommandOutput } from "./commands/CreateDataIntegrationAssociationCommand";
|
|
@@ -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 { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
11
11
|
import { CreateDataIntegrationAssociationCommandInput, CreateDataIntegrationAssociationCommandOutput } from "./commands/CreateDataIntegrationAssociationCommand";
|
|
12
12
|
import { CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput } from "./commands/CreateDataIntegrationCommand";
|
|
@@ -31,7 +31,7 @@ import { UpdateDataIntegrationAssociationCommandInput, UpdateDataIntegrationAsso
|
|
|
31
31
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "./commands/UpdateDataIntegrationCommand";
|
|
32
32
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "./commands/UpdateEventIntegrationCommand";
|
|
33
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
34
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
35
|
export { __Client };
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { AppIntegrationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { AppIntegrationsHttpAuthSchemeProvider } 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 { AppIntegrationsClientResolvedConfig } from "../AppIntegrationsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type AppIntegrationsClientResolvedConfig } from "../AppIntegrationsClient";
|
|
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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { CreateApplicationRequest, CreateApplicationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { CreateDataIntegrationAssociationRequest, CreateDataIntegrationAssociationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { CreateDataIntegrationAssociationRequest, CreateDataIntegrationAssociationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { CreateDataIntegrationRequest, CreateDataIntegrationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { CreateDataIntegrationRequest, CreateDataIntegrationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { CreateEventIntegrationRequest, CreateEventIntegrationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { CreateEventIntegrationRequest, CreateEventIntegrationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { DeleteApplicationRequest, DeleteApplicationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } 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 { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
-
import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
|
|
4
|
+
import type { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|