@aws-sdk/client-appintegrations 3.948.0 → 3.953.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.
Files changed (43) hide show
  1. package/dist-cjs/index.js +348 -236
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-es/commands/CreateDataIntegrationAssociationCommand.js +2 -2
  5. package/dist-es/commands/CreateDataIntegrationCommand.js +2 -2
  6. package/dist-es/commands/CreateEventIntegrationCommand.js +2 -2
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  8. package/dist-es/commands/DeleteDataIntegrationCommand.js +2 -2
  9. package/dist-es/commands/DeleteEventIntegrationCommand.js +2 -2
  10. package/dist-es/commands/GetApplicationCommand.js +2 -2
  11. package/dist-es/commands/GetDataIntegrationCommand.js +2 -2
  12. package/dist-es/commands/GetEventIntegrationCommand.js +2 -2
  13. package/dist-es/commands/ListApplicationAssociationsCommand.js +2 -2
  14. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  15. package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +2 -2
  16. package/dist-es/commands/ListDataIntegrationsCommand.js +2 -2
  17. package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +2 -2
  18. package/dist-es/commands/ListEventIntegrationsCommand.js +2 -2
  19. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  23. package/dist-es/commands/UpdateDataIntegrationAssociationCommand.js +2 -2
  24. package/dist-es/commands/UpdateDataIntegrationCommand.js +2 -2
  25. package/dist-es/commands/UpdateEventIntegrationCommand.js +2 -2
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.shared.js +6 -1
  28. package/dist-es/schemas/schemas_0.js +217 -202
  29. package/dist-types/AppIntegrationsClient.d.ts +1 -10
  30. package/dist-types/index.d.ts +1 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  32. package/dist-types/runtimeConfig.d.ts +6 -2
  33. package/dist-types/runtimeConfig.native.d.ts +6 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  35. package/dist-types/schemas/schemas_0.d.ts +98 -116
  36. package/dist-types/ts3.4/AppIntegrationsClient.d.ts +0 -4
  37. package/dist-types/ts3.4/index.d.ts +1 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -117
  43. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class AppIntegrationsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let AppIntegrationsServiceException$1 = class AppIntegrationsServiceException extends smithyClient.ServiceException {
113
+ class AppIntegrationsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, AppIntegrationsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends AppIntegrationsServiceException$1 {
120
+ class AccessDeniedException extends AppIntegrationsServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends AppIntegration
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let DuplicateResourceException$1 = class DuplicateResourceException extends AppIntegrationsServiceException$1 {
133
+ }
134
+ class DuplicateResourceException extends AppIntegrationsServiceException {
135
135
  name = "DuplicateResourceException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let DuplicateResourceException$1 = class DuplicateResourceException extends AppI
144
144
  Object.setPrototypeOf(this, DuplicateResourceException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InternalServiceError$1 = class InternalServiceError extends AppIntegrationsServiceException$1 {
147
+ }
148
+ class InternalServiceError extends AppIntegrationsServiceException {
149
149
  name = "InternalServiceError";
150
150
  $fault = "server";
151
151
  Message;
@@ -158,8 +158,8 @@ let InternalServiceError$1 = class InternalServiceError extends AppIntegrationsS
158
158
  Object.setPrototypeOf(this, InternalServiceError.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let InvalidRequestException$1 = class InvalidRequestException extends AppIntegrationsServiceException$1 {
161
+ }
162
+ class InvalidRequestException extends AppIntegrationsServiceException {
163
163
  name = "InvalidRequestException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends AppIntegra
172
172
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ResourceQuotaExceededException$1 = class ResourceQuotaExceededException extends AppIntegrationsServiceException$1 {
175
+ }
176
+ class ResourceQuotaExceededException extends AppIntegrationsServiceException {
177
177
  name = "ResourceQuotaExceededException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ResourceQuotaExceededException$1 = class ResourceQuotaExceededException exte
186
186
  Object.setPrototypeOf(this, ResourceQuotaExceededException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ThrottlingException$1 = class ThrottlingException extends AppIntegrationsServiceException$1 {
189
+ }
190
+ class ThrottlingException extends AppIntegrationsServiceException {
191
191
  name = "ThrottlingException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let ThrottlingException$1 = class ThrottlingException extends AppIntegrationsSer
200
200
  Object.setPrototypeOf(this, ThrottlingException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let UnsupportedOperationException$1 = class UnsupportedOperationException extends AppIntegrationsServiceException$1 {
203
+ }
204
+ class UnsupportedOperationException extends AppIntegrationsServiceException {
205
205
  name = "UnsupportedOperationException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,8 +214,8 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
214
214
  Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
218
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppIntegrationsServiceException$1 {
217
+ }
218
+ class ResourceNotFoundException extends AppIntegrationsServiceException {
219
219
  name = "ResourceNotFoundException";
220
220
  $fault = "client";
221
221
  Message;
@@ -228,7 +228,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppInt
228
228
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
229
229
  this.Message = opts.Message;
230
230
  }
231
- };
231
+ }
232
232
 
233
233
  const _A = "Arn";
234
234
  const _AA = "ApplicationArn";
@@ -413,12 +413,12 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appintegrations";
413
413
  const _t = "tags";
414
414
  const _tK = "tagKeys";
415
415
  const n0 = "com.amazonaws.appintegrations";
416
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
417
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
418
- var ApplicationAssociationSummary = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
419
- var ApplicationConfig = [3, n0, _AC, 0, [_CH], [() => ContactHandling]];
420
- var ApplicationSourceConfig = [3, n0, _ASC, 0, [_EUC], [() => ExternalUrlConfig]];
421
- var ApplicationSummary = [
416
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
417
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
418
+ var ApplicationAssociationSummary$ = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
419
+ var ApplicationConfig$ = [3, n0, _AC, 0, [_CH], [() => ContactHandling$]];
420
+ var ApplicationSourceConfig$ = [3, n0, _ASC, 0, [_EUC], [() => ExternalUrlConfig$]];
421
+ var ApplicationSummary$ = [
422
422
  3,
423
423
  n0,
424
424
  _AS,
@@ -426,8 +426,8 @@ var ApplicationSummary = [
426
426
  [_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
427
427
  [0, 0, 0, 0, 4, 4, 2, 0],
428
428
  ];
429
- var ContactHandling = [3, n0, _CH, 0, [_S], [0]];
430
- var CreateApplicationRequest = [
429
+ var ContactHandling$ = [3, n0, _CH, 0, [_S], [0]];
430
+ var CreateApplicationRequest$ = [
431
431
  3,
432
432
  n0,
433
433
  _CAR,
@@ -437,7 +437,7 @@ var CreateApplicationRequest = [
437
437
  0,
438
438
  0,
439
439
  0,
440
- () => ApplicationSourceConfig,
440
+ () => ApplicationSourceConfig$,
441
441
  () => SubscriptionList,
442
442
  () => PublicationList,
443
443
  [0, 4],
@@ -445,22 +445,29 @@ var CreateApplicationRequest = [
445
445
  64 | 0,
446
446
  2,
447
447
  1,
448
- () => ApplicationConfig,
449
- () => IframeConfig,
448
+ () => ApplicationConfig$,
449
+ () => IframeConfig$,
450
450
  0,
451
451
  ],
452
452
  ];
453
- var CreateApplicationResponse = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
454
- var CreateDataIntegrationAssociationRequest = [
453
+ var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
454
+ var CreateDataIntegrationAssociationRequest$ = [
455
455
  3,
456
456
  n0,
457
457
  _CDIAR,
458
458
  0,
459
459
  [_DII, _CI, _OC, _DURI, _CAM, _CTl, _EC],
460
- [[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => ExecutionConfiguration],
460
+ [[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => ExecutionConfiguration$],
461
461
  ];
462
- var CreateDataIntegrationAssociationResponse = [3, n0, _CDIARr, 0, [_DIAI, _DIA], [0, 0]];
463
- var CreateDataIntegrationRequest = [
462
+ var CreateDataIntegrationAssociationResponse$ = [
463
+ 3,
464
+ n0,
465
+ _CDIARr,
466
+ 0,
467
+ [_DIAI, _DIA],
468
+ [0, 0],
469
+ ];
470
+ var CreateDataIntegrationRequest$ = [
464
471
  3,
465
472
  n0,
466
473
  _CDIR,
@@ -471,14 +478,14 @@ var CreateDataIntegrationRequest = [
471
478
  0,
472
479
  0,
473
480
  0,
474
- () => ScheduleConfiguration,
481
+ () => ScheduleConfiguration$,
475
482
  128 | 0,
476
483
  [0, 4],
477
- () => FileConfiguration,
484
+ () => FileConfiguration$,
478
485
  [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
479
486
  ],
480
487
  ];
481
- var CreateDataIntegrationResponse = [
488
+ var CreateDataIntegrationResponse$ = [
482
489
  3,
483
490
  n0,
484
491
  _CDIRr,
@@ -491,49 +498,49 @@ var CreateDataIntegrationResponse = [
491
498
  0,
492
499
  0,
493
500
  0,
494
- () => ScheduleConfiguration,
501
+ () => ScheduleConfiguration$,
495
502
  128 | 0,
496
503
  0,
497
- () => FileConfiguration,
504
+ () => FileConfiguration$,
498
505
  [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
499
506
  ],
500
507
  ];
501
- var CreateEventIntegrationRequest = [
508
+ var CreateEventIntegrationRequest$ = [
502
509
  3,
503
510
  n0,
504
511
  _CEIR,
505
512
  0,
506
513
  [_N, _D, _EF, _EBB, _CTl, _T],
507
- [0, 0, () => EventFilter, 0, [0, 4], 128 | 0],
514
+ [0, 0, () => EventFilter$, 0, [0, 4], 128 | 0],
508
515
  ];
509
- var CreateEventIntegrationResponse = [3, n0, _CEIRr, 0, [_EIA], [0]];
510
- var DataIntegrationAssociationSummary = [
516
+ var CreateEventIntegrationResponse$ = [3, n0, _CEIRr, 0, [_EIA], [0]];
517
+ var DataIntegrationAssociationSummary$ = [
511
518
  3,
512
519
  n0,
513
520
  _DIAS,
514
521
  0,
515
522
  [_DIAA, _DIA, _CI, _DURI, _LES, _EC],
516
- [0, 0, 0, 0, () => LastExecutionStatus, () => ExecutionConfiguration],
523
+ [0, 0, 0, 0, () => LastExecutionStatus$, () => ExecutionConfiguration$],
517
524
  ];
518
- var DataIntegrationSummary = [3, n0, _DIS, 0, [_A, _N, _SURI], [0, 0, 0]];
519
- var DeleteApplicationRequest = [3, n0, _DAR, 0, [_A], [[0, 1]]];
520
- var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
521
- var DeleteDataIntegrationRequest = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
522
- var DeleteDataIntegrationResponse = [3, n0, _DDIRe, 0, [], []];
523
- var DeleteEventIntegrationRequest = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
524
- var DeleteEventIntegrationResponse = [3, n0, _DEIRe, 0, [], []];
525
- var DuplicateResourceException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
526
- schema.TypeRegistry.for(n0).registerError(DuplicateResourceException, DuplicateResourceException$1);
527
- var EventFilter = [3, n0, _EF, 0, [_So], [0]];
528
- var EventIntegration = [
525
+ var DataIntegrationSummary$ = [3, n0, _DIS, 0, [_A, _N, _SURI], [0, 0, 0]];
526
+ var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_A], [[0, 1]]];
527
+ var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
528
+ var DeleteDataIntegrationRequest$ = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
529
+ var DeleteDataIntegrationResponse$ = [3, n0, _DDIRe, 0, [], []];
530
+ var DeleteEventIntegrationRequest$ = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
531
+ var DeleteEventIntegrationResponse$ = [3, n0, _DEIRe, 0, [], []];
532
+ var DuplicateResourceException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
533
+ schema.TypeRegistry.for(n0).registerError(DuplicateResourceException$, DuplicateResourceException);
534
+ var EventFilter$ = [3, n0, _EF, 0, [_So], [0]];
535
+ var EventIntegration$ = [
529
536
  3,
530
537
  n0,
531
538
  _EI,
532
539
  0,
533
540
  [_EIA, _N, _D, _EF, _EBB, _T],
534
- [0, 0, 0, () => EventFilter, 0, 128 | 0],
541
+ [0, 0, 0, () => EventFilter$, 0, 128 | 0],
535
542
  ];
536
- var EventIntegrationAssociation = [
543
+ var EventIntegrationAssociation$ = [
537
544
  3,
538
545
  n0,
539
546
  _EIAv,
@@ -541,18 +548,18 @@ var EventIntegrationAssociation = [
541
548
  [_EIAA, _EIAI, _EIN, _CI, _EBRN, _CAM],
542
549
  [0, 0, 0, 0, 0, 128 | 0],
543
550
  ];
544
- var ExecutionConfiguration = [
551
+ var ExecutionConfiguration$ = [
545
552
  3,
546
553
  n0,
547
554
  _EC,
548
555
  0,
549
556
  [_EM, _ODC, _SCc],
550
- [0, () => OnDemandConfiguration, () => ScheduleConfiguration],
557
+ [0, () => OnDemandConfiguration$, () => ScheduleConfiguration$],
551
558
  ];
552
- var ExternalUrlConfig = [3, n0, _EUC, 0, [_AU, _AO], [0, 64 | 0]];
553
- var FileConfiguration = [3, n0, _FC, 0, [_F, _Fi], [64 | 0, [2, n0, _FM, 0, 0, 64 | 0]]];
554
- var GetApplicationRequest = [3, n0, _GAR, 0, [_A], [[0, 1]]];
555
- var GetApplicationResponse = [
559
+ var ExternalUrlConfig$ = [3, n0, _EUC, 0, [_AU, _AO], [0, 64 | 0]];
560
+ var FileConfiguration$ = [3, n0, _FC, 0, [_F, _Fi], [64 | 0, [2, n0, _FM, 0, 0, 64 | 0]]];
561
+ var GetApplicationRequest$ = [3, n0, _GAR, 0, [_A], [[0, 1]]];
562
+ var GetApplicationResponse$ = [
556
563
  3,
557
564
  n0,
558
565
  _GARe,
@@ -564,7 +571,7 @@ var GetApplicationResponse = [
564
571
  0,
565
572
  0,
566
573
  0,
567
- () => ApplicationSourceConfig,
574
+ () => ApplicationSourceConfig$,
568
575
  () => SubscriptionList,
569
576
  () => PublicationList,
570
577
  4,
@@ -573,13 +580,13 @@ var GetApplicationResponse = [
573
580
  64 | 0,
574
581
  2,
575
582
  1,
576
- () => ApplicationConfig,
577
- () => IframeConfig,
583
+ () => ApplicationConfig$,
584
+ () => IframeConfig$,
578
585
  0,
579
586
  ],
580
587
  ];
581
- var GetDataIntegrationRequest = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
582
- var GetDataIntegrationResponse = [
588
+ var GetDataIntegrationRequest$ = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
589
+ var GetDataIntegrationResponse$ = [
583
590
  3,
584
591
  n0,
585
592
  _GDIRe,
@@ -592,28 +599,28 @@ var GetDataIntegrationResponse = [
592
599
  0,
593
600
  0,
594
601
  0,
595
- () => ScheduleConfiguration,
602
+ () => ScheduleConfiguration$,
596
603
  128 | 0,
597
- () => FileConfiguration,
604
+ () => FileConfiguration$,
598
605
  [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
599
606
  ],
600
607
  ];
601
- var GetEventIntegrationRequest = [3, n0, _GEIR, 0, [_N], [[0, 1]]];
602
- var GetEventIntegrationResponse = [
608
+ var GetEventIntegrationRequest$ = [3, n0, _GEIR, 0, [_N], [[0, 1]]];
609
+ var GetEventIntegrationResponse$ = [
603
610
  3,
604
611
  n0,
605
612
  _GEIRe,
606
613
  0,
607
614
  [_N, _D, _EIA, _EBB, _EF, _T],
608
- [0, 0, 0, 0, () => EventFilter, 128 | 0],
615
+ [0, 0, 0, 0, () => EventFilter$, 128 | 0],
609
616
  ];
610
- var IframeConfig = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
611
- var InternalServiceError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
612
- schema.TypeRegistry.for(n0).registerError(InternalServiceError, InternalServiceError$1);
613
- var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
614
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
615
- var LastExecutionStatus = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
616
- var ListApplicationAssociationsRequest = [
617
+ var IframeConfig$ = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
618
+ var InternalServiceError$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
619
+ schema.TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
620
+ var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
621
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
622
+ var LastExecutionStatus$ = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
623
+ var ListApplicationAssociationsRequest$ = [
617
624
  3,
618
625
  n0,
619
626
  _LAAR,
@@ -625,7 +632,7 @@ var ListApplicationAssociationsRequest = [
625
632
  [1, { [_hQ]: _mR }],
626
633
  ],
627
634
  ];
628
- var ListApplicationAssociationsResponse = [
635
+ var ListApplicationAssociationsResponse$ = [
629
636
  3,
630
637
  n0,
631
638
  _LAARi,
@@ -633,7 +640,7 @@ var ListApplicationAssociationsResponse = [
633
640
  [_AAp, _NT],
634
641
  [() => ApplicationAssociationsList, 0],
635
642
  ];
636
- var ListApplicationsRequest = [
643
+ var ListApplicationsRequest$ = [
637
644
  3,
638
645
  n0,
639
646
  _LAR,
@@ -645,8 +652,15 @@ var ListApplicationsRequest = [
645
652
  [0, { [_hQ]: _aT }],
646
653
  ],
647
654
  ];
648
- var ListApplicationsResponse = [3, n0, _LARi, 0, [_Ap, _NT], [() => ApplicationsList, 0]];
649
- var ListDataIntegrationAssociationsRequest = [
655
+ var ListApplicationsResponse$ = [
656
+ 3,
657
+ n0,
658
+ _LARi,
659
+ 0,
660
+ [_Ap, _NT],
661
+ [() => ApplicationsList, 0],
662
+ ];
663
+ var ListDataIntegrationAssociationsRequest$ = [
650
664
  3,
651
665
  n0,
652
666
  _LDIAR,
@@ -658,7 +672,7 @@ var ListDataIntegrationAssociationsRequest = [
658
672
  [1, { [_hQ]: _mR }],
659
673
  ],
660
674
  ];
661
- var ListDataIntegrationAssociationsResponse = [
675
+ var ListDataIntegrationAssociationsResponse$ = [
662
676
  3,
663
677
  n0,
664
678
  _LDIARi,
@@ -666,7 +680,7 @@ var ListDataIntegrationAssociationsResponse = [
666
680
  [_DIAa, _NT],
667
681
  [() => DataIntegrationAssociationsList, 0],
668
682
  ];
669
- var ListDataIntegrationsRequest = [
683
+ var ListDataIntegrationsRequest$ = [
670
684
  3,
671
685
  n0,
672
686
  _LDIR,
@@ -677,7 +691,7 @@ var ListDataIntegrationsRequest = [
677
691
  [1, { [_hQ]: _mR }],
678
692
  ],
679
693
  ];
680
- var ListDataIntegrationsResponse = [
694
+ var ListDataIntegrationsResponse$ = [
681
695
  3,
682
696
  n0,
683
697
  _LDIRi,
@@ -685,7 +699,7 @@ var ListDataIntegrationsResponse = [
685
699
  [_DI, _NT],
686
700
  [() => DataIntegrationsList, 0],
687
701
  ];
688
- var ListEventIntegrationAssociationsRequest = [
702
+ var ListEventIntegrationAssociationsRequest$ = [
689
703
  3,
690
704
  n0,
691
705
  _LEIAR,
@@ -697,7 +711,7 @@ var ListEventIntegrationAssociationsRequest = [
697
711
  [1, { [_hQ]: _mR }],
698
712
  ],
699
713
  ];
700
- var ListEventIntegrationAssociationsResponse = [
714
+ var ListEventIntegrationAssociationsResponse$ = [
701
715
  3,
702
716
  n0,
703
717
  _LEIARi,
@@ -705,7 +719,7 @@ var ListEventIntegrationAssociationsResponse = [
705
719
  [_EIAve, _NT],
706
720
  [() => EventIntegrationAssociationsList, 0],
707
721
  ];
708
- var ListEventIntegrationsRequest = [
722
+ var ListEventIntegrationsRequest$ = [
709
723
  3,
710
724
  n0,
711
725
  _LEIR,
@@ -716,7 +730,7 @@ var ListEventIntegrationsRequest = [
716
730
  [1, { [_hQ]: _mR }],
717
731
  ],
718
732
  ];
719
- var ListEventIntegrationsResponse = [
733
+ var ListEventIntegrationsResponse$ = [
720
734
  3,
721
735
  n0,
722
736
  _LEIRi,
@@ -724,23 +738,23 @@ var ListEventIntegrationsResponse = [
724
738
  [_EIv, _NT],
725
739
  [() => EventIntegrationsList, 0],
726
740
  ];
727
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
728
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
729
- var OnDemandConfiguration = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
730
- var Publication = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
731
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
732
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
733
- var ResourceQuotaExceededException = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
734
- schema.TypeRegistry.for(n0).registerError(ResourceQuotaExceededException, ResourceQuotaExceededException$1);
735
- var ScheduleConfiguration = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
736
- var Subscription = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
737
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
738
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
739
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
740
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
741
- var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
742
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
743
- var UntagResourceRequest = [
741
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
742
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
743
+ var OnDemandConfiguration$ = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
744
+ var Publication$ = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
745
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
746
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
747
+ var ResourceQuotaExceededException$ = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
748
+ schema.TypeRegistry.for(n0).registerError(ResourceQuotaExceededException$, ResourceQuotaExceededException);
749
+ var ScheduleConfiguration$ = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
750
+ var Subscription$ = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
751
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
752
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
753
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
754
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
755
+ var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
756
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
757
+ var UntagResourceRequest$ = [
744
758
  3,
745
759
  n0,
746
760
  _URR,
@@ -751,8 +765,8 @@ var UntagResourceRequest = [
751
765
  [64 | 0, { [_hQ]: _tK }],
752
766
  ],
753
767
  ];
754
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
755
- var UpdateApplicationRequest = [
768
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
769
+ var UpdateApplicationRequest$ = [
756
770
  3,
757
771
  n0,
758
772
  _UAR,
@@ -762,216 +776,217 @@ var UpdateApplicationRequest = [
762
776
  [0, 1],
763
777
  0,
764
778
  0,
765
- () => ApplicationSourceConfig,
779
+ () => ApplicationSourceConfig$,
766
780
  () => SubscriptionList,
767
781
  () => PublicationList,
768
782
  64 | 0,
769
783
  2,
770
784
  1,
771
- () => ApplicationConfig,
772
- () => IframeConfig,
785
+ () => ApplicationConfig$,
786
+ () => IframeConfig$,
773
787
  0,
774
788
  ],
775
789
  ];
776
- var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
777
- var UpdateDataIntegrationAssociationRequest = [
790
+ var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
791
+ var UpdateDataIntegrationAssociationRequest$ = [
778
792
  3,
779
793
  n0,
780
794
  _UDIAR,
781
795
  0,
782
796
  [_DII, _DIAIa, _EC],
783
- [[0, 1], [0, 1], () => ExecutionConfiguration],
797
+ [[0, 1], [0, 1], () => ExecutionConfiguration$],
784
798
  ];
785
- var UpdateDataIntegrationAssociationResponse = [3, n0, _UDIARp, 0, [], []];
786
- var UpdateDataIntegrationRequest = [3, n0, _UDIR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
787
- var UpdateDataIntegrationResponse = [3, n0, _UDIRp, 0, [], []];
788
- var UpdateEventIntegrationRequest = [3, n0, _UEIR, 0, [_N, _D], [[0, 1], 0]];
789
- var UpdateEventIntegrationResponse = [3, n0, _UEIRp, 0, [], []];
790
- var AppIntegrationsServiceException = [-3, _sm, "AppIntegrationsServiceException", 0, [], []];
791
- schema.TypeRegistry.for(_sm).registerError(AppIntegrationsServiceException, AppIntegrationsServiceException$1);
792
- var ApplicationAssociationsList = [1, n0, _AAL, 0, () => ApplicationAssociationSummary];
793
- var ApplicationsList = [1, n0, _AL, 0, () => ApplicationSummary];
794
- var DataIntegrationAssociationsList = [
795
- 1,
796
- n0,
797
- _DIAL,
799
+ var UpdateDataIntegrationAssociationResponse$ = [3, n0, _UDIARp, 0, [], []];
800
+ var UpdateDataIntegrationRequest$ = [3, n0, _UDIR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
801
+ var UpdateDataIntegrationResponse$ = [3, n0, _UDIRp, 0, [], []];
802
+ var UpdateEventIntegrationRequest$ = [3, n0, _UEIR, 0, [_N, _D], [[0, 1], 0]];
803
+ var UpdateEventIntegrationResponse$ = [3, n0, _UEIRp, 0, [], []];
804
+ var AppIntegrationsServiceException$ = [
805
+ -3,
806
+ _sm,
807
+ "AppIntegrationsServiceException",
798
808
  0,
799
- () => DataIntegrationAssociationSummary,
809
+ [],
810
+ [],
800
811
  ];
801
- var DataIntegrationsList = [1, n0, _DIL, 0, () => DataIntegrationSummary];
802
- var EventIntegrationAssociationsList = [1, n0, _EIAL, 0, () => EventIntegrationAssociation];
803
- var EventIntegrationsList = [1, n0, _EIL, 0, () => EventIntegration];
804
- var PublicationList = [1, n0, _PL, 0, () => Publication];
805
- var SubscriptionList = [1, n0, _SL, 0, () => Subscription];
806
- var CreateApplication = [
812
+ schema.TypeRegistry.for(_sm).registerError(AppIntegrationsServiceException$, AppIntegrationsServiceException);
813
+ var ApplicationAssociationsList = [1, n0, _AAL, 0, () => ApplicationAssociationSummary$];
814
+ var ApplicationsList = [1, n0, _AL, 0, () => ApplicationSummary$];
815
+ var DataIntegrationAssociationsList = [1, n0, _DIAL, 0, () => DataIntegrationAssociationSummary$];
816
+ var DataIntegrationsList = [1, n0, _DIL, 0, () => DataIntegrationSummary$];
817
+ var EventIntegrationAssociationsList = [1, n0, _EIAL, 0, () => EventIntegrationAssociation$];
818
+ var EventIntegrationsList = [1, n0, _EIL, 0, () => EventIntegration$];
819
+ var PublicationList = [1, n0, _PL, 0, () => Publication$];
820
+ var SubscriptionList = [1, n0, _SL, 0, () => Subscription$];
821
+ var CreateApplication$ = [
807
822
  9,
808
823
  n0,
809
824
  _CA,
810
825
  { [_h]: ["POST", "/applications", 200] },
811
- () => CreateApplicationRequest,
812
- () => CreateApplicationResponse,
826
+ () => CreateApplicationRequest$,
827
+ () => CreateApplicationResponse$,
813
828
  ];
814
- var CreateDataIntegration = [
829
+ var CreateDataIntegration$ = [
815
830
  9,
816
831
  n0,
817
832
  _CDI,
818
833
  { [_h]: ["POST", "/dataIntegrations", 200] },
819
- () => CreateDataIntegrationRequest,
820
- () => CreateDataIntegrationResponse,
834
+ () => CreateDataIntegrationRequest$,
835
+ () => CreateDataIntegrationResponse$,
821
836
  ];
822
- var CreateDataIntegrationAssociation = [
837
+ var CreateDataIntegrationAssociation$ = [
823
838
  9,
824
839
  n0,
825
840
  _CDIA,
826
841
  { [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
827
- () => CreateDataIntegrationAssociationRequest,
828
- () => CreateDataIntegrationAssociationResponse,
842
+ () => CreateDataIntegrationAssociationRequest$,
843
+ () => CreateDataIntegrationAssociationResponse$,
829
844
  ];
830
- var CreateEventIntegration = [
845
+ var CreateEventIntegration$ = [
831
846
  9,
832
847
  n0,
833
848
  _CEI,
834
849
  { [_h]: ["POST", "/eventIntegrations", 200] },
835
- () => CreateEventIntegrationRequest,
836
- () => CreateEventIntegrationResponse,
850
+ () => CreateEventIntegrationRequest$,
851
+ () => CreateEventIntegrationResponse$,
837
852
  ];
838
- var DeleteApplication = [
853
+ var DeleteApplication$ = [
839
854
  9,
840
855
  n0,
841
856
  _DA,
842
857
  { [_h]: ["DELETE", "/applications/{Arn}", 200] },
843
- () => DeleteApplicationRequest,
844
- () => DeleteApplicationResponse,
858
+ () => DeleteApplicationRequest$,
859
+ () => DeleteApplicationResponse$,
845
860
  ];
846
- var DeleteDataIntegration = [
861
+ var DeleteDataIntegration$ = [
847
862
  9,
848
863
  n0,
849
864
  _DDI,
850
865
  { [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] },
851
- () => DeleteDataIntegrationRequest,
852
- () => DeleteDataIntegrationResponse,
866
+ () => DeleteDataIntegrationRequest$,
867
+ () => DeleteDataIntegrationResponse$,
853
868
  ];
854
- var DeleteEventIntegration = [
869
+ var DeleteEventIntegration$ = [
855
870
  9,
856
871
  n0,
857
872
  _DEI,
858
873
  { [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] },
859
- () => DeleteEventIntegrationRequest,
860
- () => DeleteEventIntegrationResponse,
874
+ () => DeleteEventIntegrationRequest$,
875
+ () => DeleteEventIntegrationResponse$,
861
876
  ];
862
- var GetApplication = [
877
+ var GetApplication$ = [
863
878
  9,
864
879
  n0,
865
880
  _GA,
866
881
  { [_h]: ["GET", "/applications/{Arn}", 200] },
867
- () => GetApplicationRequest,
868
- () => GetApplicationResponse,
882
+ () => GetApplicationRequest$,
883
+ () => GetApplicationResponse$,
869
884
  ];
870
- var GetDataIntegration = [
885
+ var GetDataIntegration$ = [
871
886
  9,
872
887
  n0,
873
888
  _GDI,
874
889
  { [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] },
875
- () => GetDataIntegrationRequest,
876
- () => GetDataIntegrationResponse,
890
+ () => GetDataIntegrationRequest$,
891
+ () => GetDataIntegrationResponse$,
877
892
  ];
878
- var GetEventIntegration = [
893
+ var GetEventIntegration$ = [
879
894
  9,
880
895
  n0,
881
896
  _GEI,
882
897
  { [_h]: ["GET", "/eventIntegrations/{Name}", 200] },
883
- () => GetEventIntegrationRequest,
884
- () => GetEventIntegrationResponse,
898
+ () => GetEventIntegrationRequest$,
899
+ () => GetEventIntegrationResponse$,
885
900
  ];
886
- var ListApplicationAssociations = [
901
+ var ListApplicationAssociations$ = [
887
902
  9,
888
903
  n0,
889
904
  _LAA,
890
905
  { [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] },
891
- () => ListApplicationAssociationsRequest,
892
- () => ListApplicationAssociationsResponse,
906
+ () => ListApplicationAssociationsRequest$,
907
+ () => ListApplicationAssociationsResponse$,
893
908
  ];
894
- var ListApplications = [
909
+ var ListApplications$ = [
895
910
  9,
896
911
  n0,
897
912
  _LA,
898
913
  { [_h]: ["GET", "/applications", 200] },
899
- () => ListApplicationsRequest,
900
- () => ListApplicationsResponse,
914
+ () => ListApplicationsRequest$,
915
+ () => ListApplicationsResponse$,
901
916
  ];
902
- var ListDataIntegrationAssociations = [
917
+ var ListDataIntegrationAssociations$ = [
903
918
  9,
904
919
  n0,
905
920
  _LDIA,
906
921
  { [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
907
- () => ListDataIntegrationAssociationsRequest,
908
- () => ListDataIntegrationAssociationsResponse,
922
+ () => ListDataIntegrationAssociationsRequest$,
923
+ () => ListDataIntegrationAssociationsResponse$,
909
924
  ];
910
- var ListDataIntegrations = [
925
+ var ListDataIntegrations$ = [
911
926
  9,
912
927
  n0,
913
928
  _LDI,
914
929
  { [_h]: ["GET", "/dataIntegrations", 200] },
915
- () => ListDataIntegrationsRequest,
916
- () => ListDataIntegrationsResponse,
930
+ () => ListDataIntegrationsRequest$,
931
+ () => ListDataIntegrationsResponse$,
917
932
  ];
918
- var ListEventIntegrationAssociations = [
933
+ var ListEventIntegrationAssociations$ = [
919
934
  9,
920
935
  n0,
921
936
  _LEIA,
922
937
  { [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] },
923
- () => ListEventIntegrationAssociationsRequest,
924
- () => ListEventIntegrationAssociationsResponse,
938
+ () => ListEventIntegrationAssociationsRequest$,
939
+ () => ListEventIntegrationAssociationsResponse$,
925
940
  ];
926
- var ListEventIntegrations = [
941
+ var ListEventIntegrations$ = [
927
942
  9,
928
943
  n0,
929
944
  _LEI,
930
945
  { [_h]: ["GET", "/eventIntegrations", 200] },
931
- () => ListEventIntegrationsRequest,
932
- () => ListEventIntegrationsResponse,
946
+ () => ListEventIntegrationsRequest$,
947
+ () => ListEventIntegrationsResponse$,
933
948
  ];
934
- var ListTagsForResource = [
949
+ var ListTagsForResource$ = [
935
950
  9,
936
951
  n0,
937
952
  _LTFR,
938
953
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
939
- () => ListTagsForResourceRequest,
940
- () => ListTagsForResourceResponse,
954
+ () => ListTagsForResourceRequest$,
955
+ () => ListTagsForResourceResponse$,
941
956
  ];
942
- var TagResource = [
957
+ var TagResource$ = [
943
958
  9,
944
959
  n0,
945
960
  _TR,
946
961
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
947
- () => TagResourceRequest,
948
- () => TagResourceResponse,
962
+ () => TagResourceRequest$,
963
+ () => TagResourceResponse$,
949
964
  ];
950
- var UntagResource = [
965
+ var UntagResource$ = [
951
966
  9,
952
967
  n0,
953
968
  _UR,
954
969
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
955
- () => UntagResourceRequest,
956
- () => UntagResourceResponse,
970
+ () => UntagResourceRequest$,
971
+ () => UntagResourceResponse$,
957
972
  ];
958
- var UpdateApplication = [
973
+ var UpdateApplication$ = [
959
974
  9,
960
975
  n0,
961
976
  _UA,
962
977
  { [_h]: ["PATCH", "/applications/{Arn}", 200] },
963
- () => UpdateApplicationRequest,
964
- () => UpdateApplicationResponse,
978
+ () => UpdateApplicationRequest$,
979
+ () => UpdateApplicationResponse$,
965
980
  ];
966
- var UpdateDataIntegration = [
981
+ var UpdateDataIntegration$ = [
967
982
  9,
968
983
  n0,
969
984
  _UDI,
970
985
  { [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] },
971
- () => UpdateDataIntegrationRequest,
972
- () => UpdateDataIntegrationResponse,
986
+ () => UpdateDataIntegrationRequest$,
987
+ () => UpdateDataIntegrationResponse$,
973
988
  ];
974
- var UpdateDataIntegrationAssociation = [
989
+ var UpdateDataIntegrationAssociation$ = [
975
990
  9,
976
991
  n0,
977
992
  _UDIA,
@@ -982,16 +997,16 @@ var UpdateDataIntegrationAssociation = [
982
997
  200,
983
998
  ],
984
999
  },
985
- () => UpdateDataIntegrationAssociationRequest,
986
- () => UpdateDataIntegrationAssociationResponse,
1000
+ () => UpdateDataIntegrationAssociationRequest$,
1001
+ () => UpdateDataIntegrationAssociationResponse$,
987
1002
  ];
988
- var UpdateEventIntegration = [
1003
+ var UpdateEventIntegration$ = [
989
1004
  9,
990
1005
  n0,
991
1006
  _UEI,
992
1007
  { [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] },
993
- () => UpdateEventIntegrationRequest,
994
- () => UpdateEventIntegrationResponse,
1008
+ () => UpdateEventIntegrationRequest$,
1009
+ () => UpdateEventIntegrationResponse$,
995
1010
  ];
996
1011
 
997
1012
  class CreateApplicationCommand extends smithyClient.Command
@@ -1002,7 +1017,7 @@ class CreateApplicationCommand extends smithyClient.Command
1002
1017
  })
1003
1018
  .s("AmazonAppIntegrationService", "CreateApplication", {})
1004
1019
  .n("AppIntegrationsClient", "CreateApplicationCommand")
1005
- .sc(CreateApplication)
1020
+ .sc(CreateApplication$)
1006
1021
  .build() {
1007
1022
  }
1008
1023
 
@@ -1014,7 +1029,7 @@ class CreateDataIntegrationAssociationCommand extends smithyClient.Command
1014
1029
  })
1015
1030
  .s("AmazonAppIntegrationService", "CreateDataIntegrationAssociation", {})
1016
1031
  .n("AppIntegrationsClient", "CreateDataIntegrationAssociationCommand")
1017
- .sc(CreateDataIntegrationAssociation)
1032
+ .sc(CreateDataIntegrationAssociation$)
1018
1033
  .build() {
1019
1034
  }
1020
1035
 
@@ -1026,7 +1041,7 @@ class CreateDataIntegrationCommand extends smithyClient.Command
1026
1041
  })
1027
1042
  .s("AmazonAppIntegrationService", "CreateDataIntegration", {})
1028
1043
  .n("AppIntegrationsClient", "CreateDataIntegrationCommand")
1029
- .sc(CreateDataIntegration)
1044
+ .sc(CreateDataIntegration$)
1030
1045
  .build() {
1031
1046
  }
1032
1047
 
@@ -1038,7 +1053,7 @@ class CreateEventIntegrationCommand extends smithyClient.Command
1038
1053
  })
1039
1054
  .s("AmazonAppIntegrationService", "CreateEventIntegration", {})
1040
1055
  .n("AppIntegrationsClient", "CreateEventIntegrationCommand")
1041
- .sc(CreateEventIntegration)
1056
+ .sc(CreateEventIntegration$)
1042
1057
  .build() {
1043
1058
  }
1044
1059
 
@@ -1050,7 +1065,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1050
1065
  })
1051
1066
  .s("AmazonAppIntegrationService", "DeleteApplication", {})
1052
1067
  .n("AppIntegrationsClient", "DeleteApplicationCommand")
1053
- .sc(DeleteApplication)
1068
+ .sc(DeleteApplication$)
1054
1069
  .build() {
1055
1070
  }
1056
1071
 
@@ -1062,7 +1077,7 @@ class DeleteDataIntegrationCommand extends smithyClient.Command
1062
1077
  })
1063
1078
  .s("AmazonAppIntegrationService", "DeleteDataIntegration", {})
1064
1079
  .n("AppIntegrationsClient", "DeleteDataIntegrationCommand")
1065
- .sc(DeleteDataIntegration)
1080
+ .sc(DeleteDataIntegration$)
1066
1081
  .build() {
1067
1082
  }
1068
1083
 
@@ -1074,7 +1089,7 @@ class DeleteEventIntegrationCommand extends smithyClient.Command
1074
1089
  })
1075
1090
  .s("AmazonAppIntegrationService", "DeleteEventIntegration", {})
1076
1091
  .n("AppIntegrationsClient", "DeleteEventIntegrationCommand")
1077
- .sc(DeleteEventIntegration)
1092
+ .sc(DeleteEventIntegration$)
1078
1093
  .build() {
1079
1094
  }
1080
1095
 
@@ -1086,7 +1101,7 @@ class GetApplicationCommand extends smithyClient.Command
1086
1101
  })
1087
1102
  .s("AmazonAppIntegrationService", "GetApplication", {})
1088
1103
  .n("AppIntegrationsClient", "GetApplicationCommand")
1089
- .sc(GetApplication)
1104
+ .sc(GetApplication$)
1090
1105
  .build() {
1091
1106
  }
1092
1107
 
@@ -1098,7 +1113,7 @@ class GetDataIntegrationCommand extends smithyClient.Command
1098
1113
  })
1099
1114
  .s("AmazonAppIntegrationService", "GetDataIntegration", {})
1100
1115
  .n("AppIntegrationsClient", "GetDataIntegrationCommand")
1101
- .sc(GetDataIntegration)
1116
+ .sc(GetDataIntegration$)
1102
1117
  .build() {
1103
1118
  }
1104
1119
 
@@ -1110,7 +1125,7 @@ class GetEventIntegrationCommand extends smithyClient.Command
1110
1125
  })
1111
1126
  .s("AmazonAppIntegrationService", "GetEventIntegration", {})
1112
1127
  .n("AppIntegrationsClient", "GetEventIntegrationCommand")
1113
- .sc(GetEventIntegration)
1128
+ .sc(GetEventIntegration$)
1114
1129
  .build() {
1115
1130
  }
1116
1131
 
@@ -1122,7 +1137,7 @@ class ListApplicationAssociationsCommand extends smithyClient.Command
1122
1137
  })
1123
1138
  .s("AmazonAppIntegrationService", "ListApplicationAssociations", {})
1124
1139
  .n("AppIntegrationsClient", "ListApplicationAssociationsCommand")
1125
- .sc(ListApplicationAssociations)
1140
+ .sc(ListApplicationAssociations$)
1126
1141
  .build() {
1127
1142
  }
1128
1143
 
@@ -1134,7 +1149,7 @@ class ListApplicationsCommand extends smithyClient.Command
1134
1149
  })
1135
1150
  .s("AmazonAppIntegrationService", "ListApplications", {})
1136
1151
  .n("AppIntegrationsClient", "ListApplicationsCommand")
1137
- .sc(ListApplications)
1152
+ .sc(ListApplications$)
1138
1153
  .build() {
1139
1154
  }
1140
1155
 
@@ -1146,7 +1161,7 @@ class ListDataIntegrationAssociationsCommand extends smithyClient.Command
1146
1161
  })
1147
1162
  .s("AmazonAppIntegrationService", "ListDataIntegrationAssociations", {})
1148
1163
  .n("AppIntegrationsClient", "ListDataIntegrationAssociationsCommand")
1149
- .sc(ListDataIntegrationAssociations)
1164
+ .sc(ListDataIntegrationAssociations$)
1150
1165
  .build() {
1151
1166
  }
1152
1167
 
@@ -1158,7 +1173,7 @@ class ListDataIntegrationsCommand extends smithyClient.Command
1158
1173
  })
1159
1174
  .s("AmazonAppIntegrationService", "ListDataIntegrations", {})
1160
1175
  .n("AppIntegrationsClient", "ListDataIntegrationsCommand")
1161
- .sc(ListDataIntegrations)
1176
+ .sc(ListDataIntegrations$)
1162
1177
  .build() {
1163
1178
  }
1164
1179
 
@@ -1170,7 +1185,7 @@ class ListEventIntegrationAssociationsCommand extends smithyClient.Command
1170
1185
  })
1171
1186
  .s("AmazonAppIntegrationService", "ListEventIntegrationAssociations", {})
1172
1187
  .n("AppIntegrationsClient", "ListEventIntegrationAssociationsCommand")
1173
- .sc(ListEventIntegrationAssociations)
1188
+ .sc(ListEventIntegrationAssociations$)
1174
1189
  .build() {
1175
1190
  }
1176
1191
 
@@ -1182,7 +1197,7 @@ class ListEventIntegrationsCommand extends smithyClient.Command
1182
1197
  })
1183
1198
  .s("AmazonAppIntegrationService", "ListEventIntegrations", {})
1184
1199
  .n("AppIntegrationsClient", "ListEventIntegrationsCommand")
1185
- .sc(ListEventIntegrations)
1200
+ .sc(ListEventIntegrations$)
1186
1201
  .build() {
1187
1202
  }
1188
1203
 
@@ -1194,7 +1209,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1194
1209
  })
1195
1210
  .s("AmazonAppIntegrationService", "ListTagsForResource", {})
1196
1211
  .n("AppIntegrationsClient", "ListTagsForResourceCommand")
1197
- .sc(ListTagsForResource)
1212
+ .sc(ListTagsForResource$)
1198
1213
  .build() {
1199
1214
  }
1200
1215
 
@@ -1206,7 +1221,7 @@ class TagResourceCommand extends smithyClient.Command
1206
1221
  })
1207
1222
  .s("AmazonAppIntegrationService", "TagResource", {})
1208
1223
  .n("AppIntegrationsClient", "TagResourceCommand")
1209
- .sc(TagResource)
1224
+ .sc(TagResource$)
1210
1225
  .build() {
1211
1226
  }
1212
1227
 
@@ -1218,7 +1233,7 @@ class UntagResourceCommand extends smithyClient.Command
1218
1233
  })
1219
1234
  .s("AmazonAppIntegrationService", "UntagResource", {})
1220
1235
  .n("AppIntegrationsClient", "UntagResourceCommand")
1221
- .sc(UntagResource)
1236
+ .sc(UntagResource$)
1222
1237
  .build() {
1223
1238
  }
1224
1239
 
@@ -1230,7 +1245,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1230
1245
  })
1231
1246
  .s("AmazonAppIntegrationService", "UpdateApplication", {})
1232
1247
  .n("AppIntegrationsClient", "UpdateApplicationCommand")
1233
- .sc(UpdateApplication)
1248
+ .sc(UpdateApplication$)
1234
1249
  .build() {
1235
1250
  }
1236
1251
 
@@ -1242,7 +1257,7 @@ class UpdateDataIntegrationAssociationCommand extends smithyClient.Command
1242
1257
  })
1243
1258
  .s("AmazonAppIntegrationService", "UpdateDataIntegrationAssociation", {})
1244
1259
  .n("AppIntegrationsClient", "UpdateDataIntegrationAssociationCommand")
1245
- .sc(UpdateDataIntegrationAssociation)
1260
+ .sc(UpdateDataIntegrationAssociation$)
1246
1261
  .build() {
1247
1262
  }
1248
1263
 
@@ -1254,7 +1269,7 @@ class UpdateDataIntegrationCommand extends smithyClient.Command
1254
1269
  })
1255
1270
  .s("AmazonAppIntegrationService", "UpdateDataIntegration", {})
1256
1271
  .n("AppIntegrationsClient", "UpdateDataIntegrationCommand")
1257
- .sc(UpdateDataIntegration)
1272
+ .sc(UpdateDataIntegration$)
1258
1273
  .build() {
1259
1274
  }
1260
1275
 
@@ -1266,7 +1281,7 @@ class UpdateEventIntegrationCommand extends smithyClient.Command
1266
1281
  })
1267
1282
  .s("AmazonAppIntegrationService", "UpdateEventIntegration", {})
1268
1283
  .n("AppIntegrationsClient", "UpdateEventIntegrationCommand")
1269
- .sc(UpdateEventIntegration)
1284
+ .sc(UpdateEventIntegration$)
1270
1285
  .build() {
1271
1286
  }
1272
1287
 
@@ -1338,44 +1353,141 @@ Object.defineProperty(exports, "__Client", {
1338
1353
  enumerable: true,
1339
1354
  get: function () { return smithyClient.Client; }
1340
1355
  });
1341
- exports.AccessDeniedException = AccessDeniedException$1;
1356
+ exports.AccessDeniedException = AccessDeniedException;
1357
+ exports.AccessDeniedException$ = AccessDeniedException$;
1342
1358
  exports.AppIntegrations = AppIntegrations;
1343
1359
  exports.AppIntegrationsClient = AppIntegrationsClient;
1344
- exports.AppIntegrationsServiceException = AppIntegrationsServiceException$1;
1360
+ exports.AppIntegrationsServiceException = AppIntegrationsServiceException;
1361
+ exports.AppIntegrationsServiceException$ = AppIntegrationsServiceException$;
1362
+ exports.ApplicationAssociationSummary$ = ApplicationAssociationSummary$;
1363
+ exports.ApplicationConfig$ = ApplicationConfig$;
1364
+ exports.ApplicationSourceConfig$ = ApplicationSourceConfig$;
1365
+ exports.ApplicationSummary$ = ApplicationSummary$;
1345
1366
  exports.ApplicationType = ApplicationType;
1367
+ exports.ContactHandling$ = ContactHandling$;
1346
1368
  exports.ContactHandlingScope = ContactHandlingScope;
1369
+ exports.CreateApplication$ = CreateApplication$;
1347
1370
  exports.CreateApplicationCommand = CreateApplicationCommand;
1371
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1372
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1373
+ exports.CreateDataIntegration$ = CreateDataIntegration$;
1374
+ exports.CreateDataIntegrationAssociation$ = CreateDataIntegrationAssociation$;
1348
1375
  exports.CreateDataIntegrationAssociationCommand = CreateDataIntegrationAssociationCommand;
1376
+ exports.CreateDataIntegrationAssociationRequest$ = CreateDataIntegrationAssociationRequest$;
1377
+ exports.CreateDataIntegrationAssociationResponse$ = CreateDataIntegrationAssociationResponse$;
1349
1378
  exports.CreateDataIntegrationCommand = CreateDataIntegrationCommand;
1379
+ exports.CreateDataIntegrationRequest$ = CreateDataIntegrationRequest$;
1380
+ exports.CreateDataIntegrationResponse$ = CreateDataIntegrationResponse$;
1381
+ exports.CreateEventIntegration$ = CreateEventIntegration$;
1350
1382
  exports.CreateEventIntegrationCommand = CreateEventIntegrationCommand;
1383
+ exports.CreateEventIntegrationRequest$ = CreateEventIntegrationRequest$;
1384
+ exports.CreateEventIntegrationResponse$ = CreateEventIntegrationResponse$;
1385
+ exports.DataIntegrationAssociationSummary$ = DataIntegrationAssociationSummary$;
1386
+ exports.DataIntegrationSummary$ = DataIntegrationSummary$;
1387
+ exports.DeleteApplication$ = DeleteApplication$;
1351
1388
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1389
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1390
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
1391
+ exports.DeleteDataIntegration$ = DeleteDataIntegration$;
1352
1392
  exports.DeleteDataIntegrationCommand = DeleteDataIntegrationCommand;
1393
+ exports.DeleteDataIntegrationRequest$ = DeleteDataIntegrationRequest$;
1394
+ exports.DeleteDataIntegrationResponse$ = DeleteDataIntegrationResponse$;
1395
+ exports.DeleteEventIntegration$ = DeleteEventIntegration$;
1353
1396
  exports.DeleteEventIntegrationCommand = DeleteEventIntegrationCommand;
1354
- exports.DuplicateResourceException = DuplicateResourceException$1;
1397
+ exports.DeleteEventIntegrationRequest$ = DeleteEventIntegrationRequest$;
1398
+ exports.DeleteEventIntegrationResponse$ = DeleteEventIntegrationResponse$;
1399
+ exports.DuplicateResourceException = DuplicateResourceException;
1400
+ exports.DuplicateResourceException$ = DuplicateResourceException$;
1401
+ exports.EventFilter$ = EventFilter$;
1402
+ exports.EventIntegration$ = EventIntegration$;
1403
+ exports.EventIntegrationAssociation$ = EventIntegrationAssociation$;
1404
+ exports.ExecutionConfiguration$ = ExecutionConfiguration$;
1355
1405
  exports.ExecutionMode = ExecutionMode;
1356
1406
  exports.ExecutionStatus = ExecutionStatus;
1407
+ exports.ExternalUrlConfig$ = ExternalUrlConfig$;
1408
+ exports.FileConfiguration$ = FileConfiguration$;
1409
+ exports.GetApplication$ = GetApplication$;
1357
1410
  exports.GetApplicationCommand = GetApplicationCommand;
1411
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
1412
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
1413
+ exports.GetDataIntegration$ = GetDataIntegration$;
1358
1414
  exports.GetDataIntegrationCommand = GetDataIntegrationCommand;
1415
+ exports.GetDataIntegrationRequest$ = GetDataIntegrationRequest$;
1416
+ exports.GetDataIntegrationResponse$ = GetDataIntegrationResponse$;
1417
+ exports.GetEventIntegration$ = GetEventIntegration$;
1359
1418
  exports.GetEventIntegrationCommand = GetEventIntegrationCommand;
1360
- exports.InternalServiceError = InternalServiceError$1;
1361
- exports.InvalidRequestException = InvalidRequestException$1;
1419
+ exports.GetEventIntegrationRequest$ = GetEventIntegrationRequest$;
1420
+ exports.GetEventIntegrationResponse$ = GetEventIntegrationResponse$;
1421
+ exports.IframeConfig$ = IframeConfig$;
1422
+ exports.InternalServiceError = InternalServiceError;
1423
+ exports.InternalServiceError$ = InternalServiceError$;
1424
+ exports.InvalidRequestException = InvalidRequestException;
1425
+ exports.InvalidRequestException$ = InvalidRequestException$;
1426
+ exports.LastExecutionStatus$ = LastExecutionStatus$;
1427
+ exports.ListApplicationAssociations$ = ListApplicationAssociations$;
1362
1428
  exports.ListApplicationAssociationsCommand = ListApplicationAssociationsCommand;
1429
+ exports.ListApplicationAssociationsRequest$ = ListApplicationAssociationsRequest$;
1430
+ exports.ListApplicationAssociationsResponse$ = ListApplicationAssociationsResponse$;
1431
+ exports.ListApplications$ = ListApplications$;
1363
1432
  exports.ListApplicationsCommand = ListApplicationsCommand;
1433
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1434
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1435
+ exports.ListDataIntegrationAssociations$ = ListDataIntegrationAssociations$;
1364
1436
  exports.ListDataIntegrationAssociationsCommand = ListDataIntegrationAssociationsCommand;
1437
+ exports.ListDataIntegrationAssociationsRequest$ = ListDataIntegrationAssociationsRequest$;
1438
+ exports.ListDataIntegrationAssociationsResponse$ = ListDataIntegrationAssociationsResponse$;
1439
+ exports.ListDataIntegrations$ = ListDataIntegrations$;
1365
1440
  exports.ListDataIntegrationsCommand = ListDataIntegrationsCommand;
1441
+ exports.ListDataIntegrationsRequest$ = ListDataIntegrationsRequest$;
1442
+ exports.ListDataIntegrationsResponse$ = ListDataIntegrationsResponse$;
1443
+ exports.ListEventIntegrationAssociations$ = ListEventIntegrationAssociations$;
1366
1444
  exports.ListEventIntegrationAssociationsCommand = ListEventIntegrationAssociationsCommand;
1445
+ exports.ListEventIntegrationAssociationsRequest$ = ListEventIntegrationAssociationsRequest$;
1446
+ exports.ListEventIntegrationAssociationsResponse$ = ListEventIntegrationAssociationsResponse$;
1447
+ exports.ListEventIntegrations$ = ListEventIntegrations$;
1367
1448
  exports.ListEventIntegrationsCommand = ListEventIntegrationsCommand;
1449
+ exports.ListEventIntegrationsRequest$ = ListEventIntegrationsRequest$;
1450
+ exports.ListEventIntegrationsResponse$ = ListEventIntegrationsResponse$;
1451
+ exports.ListTagsForResource$ = ListTagsForResource$;
1368
1452
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1369
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1370
- exports.ResourceQuotaExceededException = ResourceQuotaExceededException$1;
1453
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1454
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1455
+ exports.OnDemandConfiguration$ = OnDemandConfiguration$;
1456
+ exports.Publication$ = Publication$;
1457
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1458
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1459
+ exports.ResourceQuotaExceededException = ResourceQuotaExceededException;
1460
+ exports.ResourceQuotaExceededException$ = ResourceQuotaExceededException$;
1461
+ exports.ScheduleConfiguration$ = ScheduleConfiguration$;
1462
+ exports.Subscription$ = Subscription$;
1463
+ exports.TagResource$ = TagResource$;
1371
1464
  exports.TagResourceCommand = TagResourceCommand;
1372
- exports.ThrottlingException = ThrottlingException$1;
1373
- exports.UnsupportedOperationException = UnsupportedOperationException$1;
1465
+ exports.TagResourceRequest$ = TagResourceRequest$;
1466
+ exports.TagResourceResponse$ = TagResourceResponse$;
1467
+ exports.ThrottlingException = ThrottlingException;
1468
+ exports.ThrottlingException$ = ThrottlingException$;
1469
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1470
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1471
+ exports.UntagResource$ = UntagResource$;
1374
1472
  exports.UntagResourceCommand = UntagResourceCommand;
1473
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1474
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1475
+ exports.UpdateApplication$ = UpdateApplication$;
1375
1476
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
1477
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
1478
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
1479
+ exports.UpdateDataIntegration$ = UpdateDataIntegration$;
1480
+ exports.UpdateDataIntegrationAssociation$ = UpdateDataIntegrationAssociation$;
1376
1481
  exports.UpdateDataIntegrationAssociationCommand = UpdateDataIntegrationAssociationCommand;
1482
+ exports.UpdateDataIntegrationAssociationRequest$ = UpdateDataIntegrationAssociationRequest$;
1483
+ exports.UpdateDataIntegrationAssociationResponse$ = UpdateDataIntegrationAssociationResponse$;
1377
1484
  exports.UpdateDataIntegrationCommand = UpdateDataIntegrationCommand;
1485
+ exports.UpdateDataIntegrationRequest$ = UpdateDataIntegrationRequest$;
1486
+ exports.UpdateDataIntegrationResponse$ = UpdateDataIntegrationResponse$;
1487
+ exports.UpdateEventIntegration$ = UpdateEventIntegration$;
1378
1488
  exports.UpdateEventIntegrationCommand = UpdateEventIntegrationCommand;
1489
+ exports.UpdateEventIntegrationRequest$ = UpdateEventIntegrationRequest$;
1490
+ exports.UpdateEventIntegrationResponse$ = UpdateEventIntegrationResponse$;
1379
1491
  exports.paginateListApplicationAssociations = paginateListApplicationAssociations;
1380
1492
  exports.paginateListApplications = paginateListApplications;
1381
1493
  exports.paginateListDataIntegrationAssociations = paginateListDataIntegrationAssociations;