@aws-sdk/client-appintegrations 3.1068.0 → 3.1070.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataIntegrationAssociationsRequest$ = exports.ListApplicationsResponse$ = exports.ListApplicationsRequest$ = exports.ListApplicationAssociationsResponse$ = exports.ListApplicationAssociationsRequest$ = exports.LastExecutionStatus$ = exports.IframeConfig$ = exports.GetEventIntegrationResponse$ = exports.GetEventIntegrationRequest$ = exports.GetDataIntegrationResponse$ = exports.GetDataIntegrationRequest$ = exports.GetApplicationResponse$ = exports.GetApplicationRequest$ = exports.FileConfiguration$ = exports.ExternalUrlConfig$ = exports.ExecutionConfiguration$ = exports.EventIntegrationAssociation$ = exports.EventIntegration$ = exports.EventFilter$ = exports.DeleteEventIntegrationResponse$ = exports.DeleteEventIntegrationRequest$ = exports.DeleteDataIntegrationResponse$ = exports.DeleteDataIntegrationRequest$ = exports.DeleteApplicationResponse$ = exports.DeleteApplicationRequest$ = exports.DataIntegrationSummary$ = exports.DataIntegrationAssociationSummary$ = exports.CreateEventIntegrationResponse$ = exports.CreateEventIntegrationRequest$ = exports.CreateDataIntegrationResponse$ = exports.CreateDataIntegrationRequest$ = exports.CreateDataIntegrationAssociationResponse$ = exports.CreateDataIntegrationAssociationRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ContactHandling$ = exports.ApplicationSummary$ = exports.ApplicationSourceConfig$ = exports.ApplicationConfig$ = exports.ApplicationAssociationSummary$ = exports.errorTypeRegistries = exports.UnsupportedOperationException$ = exports.ThrottlingException$ = exports.ResourceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.InternalServiceError$ = exports.DuplicateResourceException$ = exports.AccessDeniedException$ = exports.AppIntegrationsServiceException$ = void 0;
4
- exports.UpdateEventIntegration$ = exports.UpdateDataIntegrationAssociation$ = exports.UpdateDataIntegration$ = exports.UpdateApplication$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListEventIntegrations$ = exports.ListEventIntegrationAssociations$ = exports.ListDataIntegrations$ = exports.ListDataIntegrationAssociations$ = exports.ListApplications$ = exports.ListApplicationAssociations$ = exports.GetEventIntegration$ = exports.GetDataIntegration$ = exports.GetApplication$ = exports.DeleteEventIntegration$ = exports.DeleteDataIntegration$ = exports.DeleteApplication$ = exports.CreateEventIntegration$ = exports.CreateDataIntegrationAssociation$ = exports.CreateDataIntegration$ = exports.CreateApplication$ = exports.UpdateEventIntegrationResponse$ = exports.UpdateEventIntegrationRequest$ = exports.UpdateDataIntegrationResponse$ = exports.UpdateDataIntegrationRequest$ = exports.UpdateDataIntegrationAssociationResponse$ = exports.UpdateDataIntegrationAssociationRequest$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Subscription$ = exports.ScheduleConfiguration$ = exports.Publication$ = exports.OnDemandConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListEventIntegrationsResponse$ = exports.ListEventIntegrationsRequest$ = exports.ListEventIntegrationAssociationsResponse$ = exports.ListEventIntegrationAssociationsRequest$ = exports.ListDataIntegrationsResponse$ = exports.ListDataIntegrationsRequest$ = exports.ListDataIntegrationAssociationsResponse$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _AA = "ApplicationArn";
7
3
  const _AAA = "ApplicationAssociationArn";
@@ -185,418 +181,492 @@ const _se = "server";
185
181
  const _t = "tags";
186
182
  const _tK = "tagKeys";
187
183
  const n0 = "com.amazonaws.appintegrations";
188
- const schema_1 = require("@smithy/core/schema");
189
- const AppIntegrationsServiceException_1 = require("../models/AppIntegrationsServiceException");
190
- const errors_1 = require("../models/errors");
191
- const _s_registry = schema_1.TypeRegistry.for(_s);
192
- exports.AppIntegrationsServiceException$ = [-3, _s, "AppIntegrationsServiceException", 0, [], []];
193
- _s_registry.registerError(exports.AppIntegrationsServiceException$, AppIntegrationsServiceException_1.AppIntegrationsServiceException);
194
- const n0_registry = schema_1.TypeRegistry.for(n0);
195
- exports.AccessDeniedException$ = [-3, n0, _ADE,
184
+ const { TypeRegistry } = require("@smithy/core/schema");
185
+ const { AppIntegrationsServiceException } = require("../models/AppIntegrationsServiceException");
186
+ const { AccessDeniedException, DuplicateResourceException, InternalServiceError, InvalidRequestException, ResourceNotFoundException, ResourceQuotaExceededException, ThrottlingException, UnsupportedOperationException } = require("../models/errors");
187
+ const _s_registry = TypeRegistry.for(_s);
188
+ const AppIntegrationsServiceException$ = [-3, _s, "AppIntegrationsServiceException", 0, [], []];
189
+ exports.AppIntegrationsServiceException$ = AppIntegrationsServiceException$;
190
+ _s_registry.registerError(AppIntegrationsServiceException$, AppIntegrationsServiceException);
191
+ const n0_registry = TypeRegistry.for(n0);
192
+ const AccessDeniedException$ = [-3, n0, _ADE,
196
193
  { [_e]: _c, [_hE]: 403 },
197
194
  [_M],
198
195
  [0]
199
196
  ];
200
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
201
- exports.DuplicateResourceException$ = [-3, n0, _DRE,
197
+ exports.AccessDeniedException$ = AccessDeniedException$;
198
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
199
+ const DuplicateResourceException$ = [-3, n0, _DRE,
202
200
  { [_e]: _c, [_hE]: 409 },
203
201
  [_M],
204
202
  [0]
205
203
  ];
206
- n0_registry.registerError(exports.DuplicateResourceException$, errors_1.DuplicateResourceException);
207
- exports.InternalServiceError$ = [-3, n0, _ISE,
204
+ exports.DuplicateResourceException$ = DuplicateResourceException$;
205
+ n0_registry.registerError(DuplicateResourceException$, DuplicateResourceException);
206
+ const InternalServiceError$ = [-3, n0, _ISE,
208
207
  { [_e]: _se, [_hE]: 500 },
209
208
  [_M],
210
209
  [0]
211
210
  ];
212
- n0_registry.registerError(exports.InternalServiceError$, errors_1.InternalServiceError);
213
- exports.InvalidRequestException$ = [-3, n0, _IRE,
211
+ exports.InternalServiceError$ = InternalServiceError$;
212
+ n0_registry.registerError(InternalServiceError$, InternalServiceError);
213
+ const InvalidRequestException$ = [-3, n0, _IRE,
214
214
  { [_e]: _c, [_hE]: 400 },
215
215
  [_M],
216
216
  [0]
217
217
  ];
218
- n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
219
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
218
+ exports.InvalidRequestException$ = InvalidRequestException$;
219
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
220
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
220
221
  { [_e]: _c, [_hE]: 404 },
221
222
  [_M],
222
223
  [0]
223
224
  ];
224
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
225
- exports.ResourceQuotaExceededException$ = [-3, n0, _RQEE,
225
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
226
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
227
+ const ResourceQuotaExceededException$ = [-3, n0, _RQEE,
226
228
  { [_e]: _c, [_hE]: 429 },
227
229
  [_M],
228
230
  [0]
229
231
  ];
230
- n0_registry.registerError(exports.ResourceQuotaExceededException$, errors_1.ResourceQuotaExceededException);
231
- exports.ThrottlingException$ = [-3, n0, _TE,
232
+ exports.ResourceQuotaExceededException$ = ResourceQuotaExceededException$;
233
+ n0_registry.registerError(ResourceQuotaExceededException$, ResourceQuotaExceededException);
234
+ const ThrottlingException$ = [-3, n0, _TE,
232
235
  { [_e]: _c, [_hE]: 429 },
233
236
  [_M],
234
237
  [0]
235
238
  ];
236
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
237
- exports.UnsupportedOperationException$ = [-3, n0, _UOE,
239
+ exports.ThrottlingException$ = ThrottlingException$;
240
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
241
+ const UnsupportedOperationException$ = [-3, n0, _UOE,
238
242
  { [_e]: _c, [_hE]: 400 },
239
243
  [_M],
240
244
  [0]
241
245
  ];
242
- n0_registry.registerError(exports.UnsupportedOperationException$, errors_1.UnsupportedOperationException);
246
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
247
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
243
248
  exports.errorTypeRegistries = [
244
249
  _s_registry,
245
250
  n0_registry,
246
251
  ];
247
- exports.ApplicationAssociationSummary$ = [3, n0, _AAS,
252
+ const ApplicationAssociationSummary$ = [3, n0, _AAS,
248
253
  0,
249
254
  [_AAA, _AA, _CI],
250
255
  [0, 0, 0]
251
256
  ];
252
- exports.ApplicationConfig$ = [3, n0, _AC,
257
+ exports.ApplicationAssociationSummary$ = ApplicationAssociationSummary$;
258
+ const ApplicationConfig$ = [3, n0, _AC,
253
259
  0,
254
260
  [_CH],
255
- [() => exports.ContactHandling$]
261
+ [() => ContactHandling$]
256
262
  ];
257
- exports.ApplicationSourceConfig$ = [3, n0, _ASC,
263
+ exports.ApplicationConfig$ = ApplicationConfig$;
264
+ const ApplicationSourceConfig$ = [3, n0, _ASC,
258
265
  0,
259
266
  [_EUC],
260
- [() => exports.ExternalUrlConfig$]
267
+ [() => ExternalUrlConfig$]
261
268
  ];
262
- exports.ApplicationSummary$ = [3, n0, _AS,
269
+ exports.ApplicationSourceConfig$ = ApplicationSourceConfig$;
270
+ const ApplicationSummary$ = [3, n0, _AS,
263
271
  0,
264
272
  [_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
265
273
  [0, 0, 0, 0, 4, 4, 2, 0]
266
274
  ];
267
- exports.ContactHandling$ = [3, n0, _CH,
275
+ exports.ApplicationSummary$ = ApplicationSummary$;
276
+ const ContactHandling$ = [3, n0, _CH,
268
277
  0,
269
278
  [_S],
270
279
  [0]
271
280
  ];
272
- exports.CreateApplicationRequest$ = [3, n0, _CAR,
281
+ exports.ContactHandling$ = ContactHandling$;
282
+ const CreateApplicationRequest$ = [3, n0, _CAR,
273
283
  0,
274
284
  [_N, _Na, _ASC, _D, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
275
- [0, 0, () => exports.ApplicationSourceConfig$, 0, () => SubscriptionList, () => PublicationList, [0, 4], 128 | 0, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0], 3
285
+ [0, 0, () => ApplicationSourceConfig$, 0, () => SubscriptionList, () => PublicationList, [0, 4], 128 | 0, 64 | 0, 2, 1, () => ApplicationConfig$, () => IframeConfig$, 0], 3
276
286
  ];
277
- exports.CreateApplicationResponse$ = [3, n0, _CARr,
287
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
288
+ const CreateApplicationResponse$ = [3, n0, _CARr,
278
289
  0,
279
290
  [_A, _I],
280
291
  [0, 0]
281
292
  ];
282
- exports.CreateDataIntegrationAssociationRequest$ = [3, n0, _CDIAR,
293
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
294
+ const CreateDataIntegrationAssociationRequest$ = [3, n0, _CDIAR,
283
295
  0,
284
296
  [_DII, _CI, _OC, _DURI, _CAM, _CTl, _EC],
285
- [[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => exports.ExecutionConfiguration$], 1
297
+ [[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => ExecutionConfiguration$], 1
286
298
  ];
287
- exports.CreateDataIntegrationAssociationResponse$ = [3, n0, _CDIARr,
299
+ exports.CreateDataIntegrationAssociationRequest$ = CreateDataIntegrationAssociationRequest$;
300
+ const CreateDataIntegrationAssociationResponse$ = [3, n0, _CDIARr,
288
301
  0,
289
302
  [_DIAI, _DIA],
290
303
  [0, 0]
291
304
  ];
292
- exports.CreateDataIntegrationRequest$ = [3, n0, _CDIR,
305
+ exports.CreateDataIntegrationAssociationResponse$ = CreateDataIntegrationAssociationResponse$;
306
+ const CreateDataIntegrationRequest$ = [3, n0, _CDIR,
293
307
  0,
294
308
  [_N, _KK, _D, _SURI, _SC, _T, _CTl, _FC, _OC],
295
- [0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, [0, 4], () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]], 2
309
+ [0, 0, 0, 0, () => ScheduleConfiguration$, 128 | 0, [0, 4], () => FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]], 2
296
310
  ];
297
- exports.CreateDataIntegrationResponse$ = [3, n0, _CDIRr,
311
+ exports.CreateDataIntegrationRequest$ = CreateDataIntegrationRequest$;
312
+ const CreateDataIntegrationResponse$ = [3, n0, _CDIRr,
298
313
  0,
299
314
  [_A, _I, _N, _D, _KK, _SURI, _SCc, _T, _CTl, _FC, _OC],
300
- [0, 0, 0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, 0, () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
315
+ [0, 0, 0, 0, 0, 0, () => ScheduleConfiguration$, 128 | 0, 0, () => FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
301
316
  ];
302
- exports.CreateEventIntegrationRequest$ = [3, n0, _CEIR,
317
+ exports.CreateDataIntegrationResponse$ = CreateDataIntegrationResponse$;
318
+ const CreateEventIntegrationRequest$ = [3, n0, _CEIR,
303
319
  0,
304
320
  [_N, _EF, _EBB, _D, _CTl, _T],
305
- [0, () => exports.EventFilter$, 0, 0, [0, 4], 128 | 0], 3
321
+ [0, () => EventFilter$, 0, 0, [0, 4], 128 | 0], 3
306
322
  ];
307
- exports.CreateEventIntegrationResponse$ = [3, n0, _CEIRr,
323
+ exports.CreateEventIntegrationRequest$ = CreateEventIntegrationRequest$;
324
+ const CreateEventIntegrationResponse$ = [3, n0, _CEIRr,
308
325
  0,
309
326
  [_EIA],
310
327
  [0]
311
328
  ];
312
- exports.DataIntegrationAssociationSummary$ = [3, n0, _DIAS,
329
+ exports.CreateEventIntegrationResponse$ = CreateEventIntegrationResponse$;
330
+ const DataIntegrationAssociationSummary$ = [3, n0, _DIAS,
313
331
  0,
314
332
  [_DIAA, _DIA, _CI, _DURI, _LES, _EC],
315
- [0, 0, 0, 0, () => exports.LastExecutionStatus$, () => exports.ExecutionConfiguration$]
333
+ [0, 0, 0, 0, () => LastExecutionStatus$, () => ExecutionConfiguration$]
316
334
  ];
317
- exports.DataIntegrationSummary$ = [3, n0, _DIS,
335
+ exports.DataIntegrationAssociationSummary$ = DataIntegrationAssociationSummary$;
336
+ const DataIntegrationSummary$ = [3, n0, _DIS,
318
337
  0,
319
338
  [_A, _N, _SURI],
320
339
  [0, 0, 0]
321
340
  ];
322
- exports.DeleteApplicationRequest$ = [3, n0, _DAR,
341
+ exports.DataIntegrationSummary$ = DataIntegrationSummary$;
342
+ const DeleteApplicationRequest$ = [3, n0, _DAR,
323
343
  0,
324
344
  [_A],
325
345
  [[0, 1]], 1
326
346
  ];
327
- exports.DeleteApplicationResponse$ = [3, n0, _DARe,
347
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
348
+ const DeleteApplicationResponse$ = [3, n0, _DARe,
328
349
  0,
329
350
  [],
330
351
  []
331
352
  ];
332
- exports.DeleteDataIntegrationRequest$ = [3, n0, _DDIR,
353
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
354
+ const DeleteDataIntegrationRequest$ = [3, n0, _DDIR,
333
355
  0,
334
356
  [_DII],
335
357
  [[0, 1]], 1
336
358
  ];
337
- exports.DeleteDataIntegrationResponse$ = [3, n0, _DDIRe,
359
+ exports.DeleteDataIntegrationRequest$ = DeleteDataIntegrationRequest$;
360
+ const DeleteDataIntegrationResponse$ = [3, n0, _DDIRe,
338
361
  0,
339
362
  [],
340
363
  []
341
364
  ];
342
- exports.DeleteEventIntegrationRequest$ = [3, n0, _DEIR,
365
+ exports.DeleteDataIntegrationResponse$ = DeleteDataIntegrationResponse$;
366
+ const DeleteEventIntegrationRequest$ = [3, n0, _DEIR,
343
367
  0,
344
368
  [_N],
345
369
  [[0, 1]], 1
346
370
  ];
347
- exports.DeleteEventIntegrationResponse$ = [3, n0, _DEIRe,
371
+ exports.DeleteEventIntegrationRequest$ = DeleteEventIntegrationRequest$;
372
+ const DeleteEventIntegrationResponse$ = [3, n0, _DEIRe,
348
373
  0,
349
374
  [],
350
375
  []
351
376
  ];
352
- exports.EventFilter$ = [3, n0, _EF,
377
+ exports.DeleteEventIntegrationResponse$ = DeleteEventIntegrationResponse$;
378
+ const EventFilter$ = [3, n0, _EF,
353
379
  0,
354
380
  [_So],
355
381
  [0], 1
356
382
  ];
357
- exports.EventIntegration$ = [3, n0, _EI,
383
+ exports.EventFilter$ = EventFilter$;
384
+ const EventIntegration$ = [3, n0, _EI,
358
385
  0,
359
386
  [_EIA, _N, _D, _EF, _EBB, _T],
360
- [0, 0, 0, () => exports.EventFilter$, 0, 128 | 0]
387
+ [0, 0, 0, () => EventFilter$, 0, 128 | 0]
361
388
  ];
362
- exports.EventIntegrationAssociation$ = [3, n0, _EIAv,
389
+ exports.EventIntegration$ = EventIntegration$;
390
+ const EventIntegrationAssociation$ = [3, n0, _EIAv,
363
391
  0,
364
392
  [_EIAA, _EIAI, _EIN, _CI, _EBRN, _CAM],
365
393
  [0, 0, 0, 0, 0, 128 | 0]
366
394
  ];
367
- exports.ExecutionConfiguration$ = [3, n0, _EC,
395
+ exports.EventIntegrationAssociation$ = EventIntegrationAssociation$;
396
+ const ExecutionConfiguration$ = [3, n0, _EC,
368
397
  0,
369
398
  [_EM, _ODC, _SCc],
370
- [0, () => exports.OnDemandConfiguration$, () => exports.ScheduleConfiguration$], 1
399
+ [0, () => OnDemandConfiguration$, () => ScheduleConfiguration$], 1
371
400
  ];
372
- exports.ExternalUrlConfig$ = [3, n0, _EUC,
401
+ exports.ExecutionConfiguration$ = ExecutionConfiguration$;
402
+ const ExternalUrlConfig$ = [3, n0, _EUC,
373
403
  0,
374
404
  [_AU, _AO],
375
405
  [0, 64 | 0], 1
376
406
  ];
377
- exports.FileConfiguration$ = [3, n0, _FC,
407
+ exports.ExternalUrlConfig$ = ExternalUrlConfig$;
408
+ const FileConfiguration$ = [3, n0, _FC,
378
409
  0,
379
410
  [_F, _Fi],
380
411
  [64 | 0, [2, n0, _FM, 0, 0, 64 | 0]], 1
381
412
  ];
382
- exports.GetApplicationRequest$ = [3, n0, _GAR,
413
+ exports.FileConfiguration$ = FileConfiguration$;
414
+ const GetApplicationRequest$ = [3, n0, _GAR,
383
415
  0,
384
416
  [_A],
385
417
  [[0, 1]], 1
386
418
  ];
387
- exports.GetApplicationResponse$ = [3, n0, _GARe,
419
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
420
+ const GetApplicationResponse$ = [3, n0, _GARe,
388
421
  0,
389
422
  [_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
390
- [0, 0, 0, 0, 0, () => exports.ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 4, 4, 128 | 0, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0]
423
+ [0, 0, 0, 0, 0, () => ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 4, 4, 128 | 0, 64 | 0, 2, 1, () => ApplicationConfig$, () => IframeConfig$, 0]
391
424
  ];
392
- exports.GetDataIntegrationRequest$ = [3, n0, _GDIR,
425
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
426
+ const GetDataIntegrationRequest$ = [3, n0, _GDIR,
393
427
  0,
394
428
  [_Id],
395
429
  [[0, 1]], 1
396
430
  ];
397
- exports.GetDataIntegrationResponse$ = [3, n0, _GDIRe,
431
+ exports.GetDataIntegrationRequest$ = GetDataIntegrationRequest$;
432
+ const GetDataIntegrationResponse$ = [3, n0, _GDIRe,
398
433
  0,
399
434
  [_A, _I, _N, _D, _KK, _SURI, _SCc, _T, _FC, _OC],
400
- [0, 0, 0, 0, 0, 0, () => exports.ScheduleConfiguration$, 128 | 0, () => exports.FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
435
+ [0, 0, 0, 0, 0, 0, () => ScheduleConfiguration$, 128 | 0, () => FileConfiguration$, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]]]
401
436
  ];
402
- exports.GetEventIntegrationRequest$ = [3, n0, _GEIR,
437
+ exports.GetDataIntegrationResponse$ = GetDataIntegrationResponse$;
438
+ const GetEventIntegrationRequest$ = [3, n0, _GEIR,
403
439
  0,
404
440
  [_N],
405
441
  [[0, 1]], 1
406
442
  ];
407
- exports.GetEventIntegrationResponse$ = [3, n0, _GEIRe,
443
+ exports.GetEventIntegrationRequest$ = GetEventIntegrationRequest$;
444
+ const GetEventIntegrationResponse$ = [3, n0, _GEIRe,
408
445
  0,
409
446
  [_N, _D, _EIA, _EBB, _EF, _T],
410
- [0, 0, 0, 0, () => exports.EventFilter$, 128 | 0]
447
+ [0, 0, 0, 0, () => EventFilter$, 128 | 0]
411
448
  ];
412
- exports.IframeConfig$ = [3, n0, _IC,
449
+ exports.GetEventIntegrationResponse$ = GetEventIntegrationResponse$;
450
+ const IframeConfig$ = [3, n0, _IC,
413
451
  0,
414
452
  [_Al, _Sa],
415
453
  [64 | 0, 64 | 0]
416
454
  ];
417
- exports.LastExecutionStatus$ = [3, n0, _LES,
455
+ exports.IframeConfig$ = IframeConfig$;
456
+ const LastExecutionStatus$ = [3, n0, _LES,
418
457
  0,
419
458
  [_ES, _SM],
420
459
  [0, 0]
421
460
  ];
422
- exports.ListApplicationAssociationsRequest$ = [3, n0, _LAAR,
461
+ exports.LastExecutionStatus$ = LastExecutionStatus$;
462
+ const ListApplicationAssociationsRequest$ = [3, n0, _LAAR,
423
463
  0,
424
464
  [_AI, _NT, _MR],
425
465
  [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
426
466
  ];
427
- exports.ListApplicationAssociationsResponse$ = [3, n0, _LAARi,
467
+ exports.ListApplicationAssociationsRequest$ = ListApplicationAssociationsRequest$;
468
+ const ListApplicationAssociationsResponse$ = [3, n0, _LAARi,
428
469
  0,
429
470
  [_AAp, _NT],
430
471
  [() => ApplicationAssociationsList, 0]
431
472
  ];
432
- exports.ListApplicationsRequest$ = [3, n0, _LAR,
473
+ exports.ListApplicationAssociationsResponse$ = ListApplicationAssociationsResponse$;
474
+ const ListApplicationsRequest$ = [3, n0, _LAR,
433
475
  0,
434
476
  [_NT, _MR, _AT],
435
477
  [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _aT }]]
436
478
  ];
437
- exports.ListApplicationsResponse$ = [3, n0, _LARi,
479
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
480
+ const ListApplicationsResponse$ = [3, n0, _LARi,
438
481
  0,
439
482
  [_Ap, _NT],
440
483
  [() => ApplicationsList, 0]
441
484
  ];
442
- exports.ListDataIntegrationAssociationsRequest$ = [3, n0, _LDIAR,
485
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
486
+ const ListDataIntegrationAssociationsRequest$ = [3, n0, _LDIAR,
443
487
  0,
444
488
  [_DII, _NT, _MR],
445
489
  [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
446
490
  ];
447
- exports.ListDataIntegrationAssociationsResponse$ = [3, n0, _LDIARi,
491
+ exports.ListDataIntegrationAssociationsRequest$ = ListDataIntegrationAssociationsRequest$;
492
+ const ListDataIntegrationAssociationsResponse$ = [3, n0, _LDIARi,
448
493
  0,
449
494
  [_DIAa, _NT],
450
495
  [() => DataIntegrationAssociationsList, 0]
451
496
  ];
452
- exports.ListDataIntegrationsRequest$ = [3, n0, _LDIR,
497
+ exports.ListDataIntegrationAssociationsResponse$ = ListDataIntegrationAssociationsResponse$;
498
+ const ListDataIntegrationsRequest$ = [3, n0, _LDIR,
453
499
  0,
454
500
  [_NT, _MR],
455
501
  [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
456
502
  ];
457
- exports.ListDataIntegrationsResponse$ = [3, n0, _LDIRi,
503
+ exports.ListDataIntegrationsRequest$ = ListDataIntegrationsRequest$;
504
+ const ListDataIntegrationsResponse$ = [3, n0, _LDIRi,
458
505
  0,
459
506
  [_DI, _NT],
460
507
  [() => DataIntegrationsList, 0]
461
508
  ];
462
- exports.ListEventIntegrationAssociationsRequest$ = [3, n0, _LEIAR,
509
+ exports.ListDataIntegrationsResponse$ = ListDataIntegrationsResponse$;
510
+ const ListEventIntegrationAssociationsRequest$ = [3, n0, _LEIAR,
463
511
  0,
464
512
  [_EIN, _NT, _MR],
465
513
  [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
466
514
  ];
467
- exports.ListEventIntegrationAssociationsResponse$ = [3, n0, _LEIARi,
515
+ exports.ListEventIntegrationAssociationsRequest$ = ListEventIntegrationAssociationsRequest$;
516
+ const ListEventIntegrationAssociationsResponse$ = [3, n0, _LEIARi,
468
517
  0,
469
518
  [_EIAve, _NT],
470
519
  [() => EventIntegrationAssociationsList, 0]
471
520
  ];
472
- exports.ListEventIntegrationsRequest$ = [3, n0, _LEIR,
521
+ exports.ListEventIntegrationAssociationsResponse$ = ListEventIntegrationAssociationsResponse$;
522
+ const ListEventIntegrationsRequest$ = [3, n0, _LEIR,
473
523
  0,
474
524
  [_NT, _MR],
475
525
  [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
476
526
  ];
477
- exports.ListEventIntegrationsResponse$ = [3, n0, _LEIRi,
527
+ exports.ListEventIntegrationsRequest$ = ListEventIntegrationsRequest$;
528
+ const ListEventIntegrationsResponse$ = [3, n0, _LEIRi,
478
529
  0,
479
530
  [_EIv, _NT],
480
531
  [() => EventIntegrationsList, 0]
481
532
  ];
482
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
533
+ exports.ListEventIntegrationsResponse$ = ListEventIntegrationsResponse$;
534
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
483
535
  0,
484
536
  [_rA],
485
537
  [[0, 1]], 1
486
538
  ];
487
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
539
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
540
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
488
541
  0,
489
542
  [_t],
490
543
  [128 | 0]
491
544
  ];
492
- exports.OnDemandConfiguration$ = [3, n0, _ODC,
545
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
546
+ const OnDemandConfiguration$ = [3, n0, _ODC,
493
547
  0,
494
548
  [_ST, _ET],
495
549
  [0, 0], 1
496
550
  ];
497
- exports.Publication$ = [3, n0, _Pu,
551
+ exports.OnDemandConfiguration$ = OnDemandConfiguration$;
552
+ const Publication$ = [3, n0, _Pu,
498
553
  0,
499
554
  [_E, _Sc, _D],
500
555
  [0, 0, 0], 2
501
556
  ];
502
- exports.ScheduleConfiguration$ = [3, n0, _SCc,
557
+ exports.Publication$ = Publication$;
558
+ const ScheduleConfiguration$ = [3, n0, _SCc,
503
559
  0,
504
560
  [_SE, _FEF, _O],
505
561
  [0, 0, 0], 1
506
562
  ];
507
- exports.Subscription$ = [3, n0, _Sub,
563
+ exports.ScheduleConfiguration$ = ScheduleConfiguration$;
564
+ const Subscription$ = [3, n0, _Sub,
508
565
  0,
509
566
  [_E, _D],
510
567
  [0, 0], 1
511
568
  ];
512
- exports.TagResourceRequest$ = [3, n0, _TRR,
569
+ exports.Subscription$ = Subscription$;
570
+ const TagResourceRequest$ = [3, n0, _TRR,
513
571
  0,
514
572
  [_rA, _t],
515
573
  [[0, 1], 128 | 0], 2
516
574
  ];
517
- exports.TagResourceResponse$ = [3, n0, _TRRa,
575
+ exports.TagResourceRequest$ = TagResourceRequest$;
576
+ const TagResourceResponse$ = [3, n0, _TRRa,
518
577
  0,
519
578
  [],
520
579
  []
521
580
  ];
522
- exports.UntagResourceRequest$ = [3, n0, _URR,
581
+ exports.TagResourceResponse$ = TagResourceResponse$;
582
+ const UntagResourceRequest$ = [3, n0, _URR,
523
583
  0,
524
584
  [_rA, _tK],
525
585
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
526
586
  ];
527
- exports.UntagResourceResponse$ = [3, n0, _URRn,
587
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
588
+ const UntagResourceResponse$ = [3, n0, _URRn,
528
589
  0,
529
590
  [],
530
591
  []
531
592
  ];
532
- exports.UpdateApplicationRequest$ = [3, n0, _UAR,
593
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
594
+ const UpdateApplicationRequest$ = [3, n0, _UAR,
533
595
  0,
534
596
  [_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC, _AT],
535
- [[0, 1], 0, 0, () => exports.ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 64 | 0, 2, 1, () => exports.ApplicationConfig$, () => exports.IframeConfig$, 0], 1
597
+ [[0, 1], 0, 0, () => ApplicationSourceConfig$, () => SubscriptionList, () => PublicationList, 64 | 0, 2, 1, () => ApplicationConfig$, () => IframeConfig$, 0], 1
536
598
  ];
537
- exports.UpdateApplicationResponse$ = [3, n0, _UARp,
599
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
600
+ const UpdateApplicationResponse$ = [3, n0, _UARp,
538
601
  0,
539
602
  [],
540
603
  []
541
604
  ];
542
- exports.UpdateDataIntegrationAssociationRequest$ = [3, n0, _UDIAR,
605
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
606
+ const UpdateDataIntegrationAssociationRequest$ = [3, n0, _UDIAR,
543
607
  0,
544
608
  [_DII, _DIAIa, _EC],
545
- [[0, 1], [0, 1], () => exports.ExecutionConfiguration$], 3
609
+ [[0, 1], [0, 1], () => ExecutionConfiguration$], 3
546
610
  ];
547
- exports.UpdateDataIntegrationAssociationResponse$ = [3, n0, _UDIARp,
611
+ exports.UpdateDataIntegrationAssociationRequest$ = UpdateDataIntegrationAssociationRequest$;
612
+ const UpdateDataIntegrationAssociationResponse$ = [3, n0, _UDIARp,
548
613
  0,
549
614
  [],
550
615
  []
551
616
  ];
552
- exports.UpdateDataIntegrationRequest$ = [3, n0, _UDIR,
617
+ exports.UpdateDataIntegrationAssociationResponse$ = UpdateDataIntegrationAssociationResponse$;
618
+ const UpdateDataIntegrationRequest$ = [3, n0, _UDIR,
553
619
  0,
554
620
  [_Id, _N, _D],
555
621
  [[0, 1], 0, 0], 1
556
622
  ];
557
- exports.UpdateDataIntegrationResponse$ = [3, n0, _UDIRp,
623
+ exports.UpdateDataIntegrationRequest$ = UpdateDataIntegrationRequest$;
624
+ const UpdateDataIntegrationResponse$ = [3, n0, _UDIRp,
558
625
  0,
559
626
  [],
560
627
  []
561
628
  ];
562
- exports.UpdateEventIntegrationRequest$ = [3, n0, _UEIR,
629
+ exports.UpdateDataIntegrationResponse$ = UpdateDataIntegrationResponse$;
630
+ const UpdateEventIntegrationRequest$ = [3, n0, _UEIR,
563
631
  0,
564
632
  [_N, _D],
565
633
  [[0, 1], 0], 1
566
634
  ];
567
- exports.UpdateEventIntegrationResponse$ = [3, n0, _UEIRp,
635
+ exports.UpdateEventIntegrationRequest$ = UpdateEventIntegrationRequest$;
636
+ const UpdateEventIntegrationResponse$ = [3, n0, _UEIRp,
568
637
  0,
569
638
  [],
570
639
  []
571
640
  ];
641
+ exports.UpdateEventIntegrationResponse$ = UpdateEventIntegrationResponse$;
572
642
  var ApplicationApprovedOrigins = 64 | 0;
573
643
  var ApplicationAssociationsList = [1, n0, _AAL,
574
- 0, () => exports.ApplicationAssociationSummary$
644
+ 0, () => ApplicationAssociationSummary$
575
645
  ];
576
646
  var ApplicationsList = [1, n0, _AL,
577
- 0, () => exports.ApplicationSummary$
647
+ 0, () => ApplicationSummary$
578
648
  ];
579
649
  var DataIntegrationAssociationsList = [1, n0, _DIAL,
580
- 0, () => exports.DataIntegrationAssociationSummary$
650
+ 0, () => DataIntegrationAssociationSummary$
581
651
  ];
582
652
  var DataIntegrationsList = [1, n0, _DIL,
583
- 0, () => exports.DataIntegrationSummary$
653
+ 0, () => DataIntegrationSummary$
584
654
  ];
585
655
  var EventIntegrationAssociationsList = [1, n0, _EIAL,
586
- 0, () => exports.EventIntegrationAssociation$
656
+ 0, () => EventIntegrationAssociation$
587
657
  ];
588
658
  var EventIntegrationsList = [1, n0, _EIL,
589
- 0, () => exports.EventIntegration$
659
+ 0, () => EventIntegration$
590
660
  ];
591
661
  var FieldsList = 64 | 0;
592
662
  var FolderList = 64 | 0;
593
663
  var IframePermissionList = 64 | 0;
594
664
  var PermissionList = 64 | 0;
595
665
  var PublicationList = [1, n0, _PL,
596
- 0, () => exports.Publication$
666
+ 0, () => Publication$
597
667
  ];
598
668
  var SubscriptionList = [1, n0, _SL,
599
- 0, () => exports.Subscription$
669
+ 0, () => Subscription$
600
670
  ];
601
671
  var TagKeyList = 64 | 0;
602
672
  var ClientAssociationMetadata = 128 | 0;
@@ -608,71 +678,71 @@ var ObjectConfiguration = [2, n0, _OC,
608
678
  ];
609
679
  var TagMap = 128 | 0;
610
680
  exports.CreateApplication$ = [9, n0, _CA,
611
- { [_h]: ["POST", "/applications", 200] }, () => exports.CreateApplicationRequest$, () => exports.CreateApplicationResponse$
681
+ { [_h]: ["POST", "/applications", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
612
682
  ];
613
683
  exports.CreateDataIntegration$ = [9, n0, _CDI,
614
- { [_h]: ["POST", "/dataIntegrations", 200] }, () => exports.CreateDataIntegrationRequest$, () => exports.CreateDataIntegrationResponse$
684
+ { [_h]: ["POST", "/dataIntegrations", 200] }, () => CreateDataIntegrationRequest$, () => CreateDataIntegrationResponse$
615
685
  ];
616
686
  exports.CreateDataIntegrationAssociation$ = [9, n0, _CDIA,
617
- { [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => exports.CreateDataIntegrationAssociationRequest$, () => exports.CreateDataIntegrationAssociationResponse$
687
+ { [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => CreateDataIntegrationAssociationRequest$, () => CreateDataIntegrationAssociationResponse$
618
688
  ];
619
689
  exports.CreateEventIntegration$ = [9, n0, _CEI,
620
- { [_h]: ["POST", "/eventIntegrations", 200] }, () => exports.CreateEventIntegrationRequest$, () => exports.CreateEventIntegrationResponse$
690
+ { [_h]: ["POST", "/eventIntegrations", 200] }, () => CreateEventIntegrationRequest$, () => CreateEventIntegrationResponse$
621
691
  ];
622
692
  exports.DeleteApplication$ = [9, n0, _DA,
623
- { [_h]: ["DELETE", "/applications/{Arn}", 200] }, () => exports.DeleteApplicationRequest$, () => exports.DeleteApplicationResponse$
693
+ { [_h]: ["DELETE", "/applications/{Arn}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
624
694
  ];
625
695
  exports.DeleteDataIntegration$ = [9, n0, _DDI,
626
- { [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] }, () => exports.DeleteDataIntegrationRequest$, () => exports.DeleteDataIntegrationResponse$
696
+ { [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] }, () => DeleteDataIntegrationRequest$, () => DeleteDataIntegrationResponse$
627
697
  ];
628
698
  exports.DeleteEventIntegration$ = [9, n0, _DEI,
629
- { [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] }, () => exports.DeleteEventIntegrationRequest$, () => exports.DeleteEventIntegrationResponse$
699
+ { [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] }, () => DeleteEventIntegrationRequest$, () => DeleteEventIntegrationResponse$
630
700
  ];
631
701
  exports.GetApplication$ = [9, n0, _GA,
632
- { [_h]: ["GET", "/applications/{Arn}", 200] }, () => exports.GetApplicationRequest$, () => exports.GetApplicationResponse$
702
+ { [_h]: ["GET", "/applications/{Arn}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
633
703
  ];
634
704
  exports.GetDataIntegration$ = [9, n0, _GDI,
635
- { [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] }, () => exports.GetDataIntegrationRequest$, () => exports.GetDataIntegrationResponse$
705
+ { [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] }, () => GetDataIntegrationRequest$, () => GetDataIntegrationResponse$
636
706
  ];
637
707
  exports.GetEventIntegration$ = [9, n0, _GEI,
638
- { [_h]: ["GET", "/eventIntegrations/{Name}", 200] }, () => exports.GetEventIntegrationRequest$, () => exports.GetEventIntegrationResponse$
708
+ { [_h]: ["GET", "/eventIntegrations/{Name}", 200] }, () => GetEventIntegrationRequest$, () => GetEventIntegrationResponse$
639
709
  ];
640
710
  exports.ListApplicationAssociations$ = [9, n0, _LAA,
641
- { [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] }, () => exports.ListApplicationAssociationsRequest$, () => exports.ListApplicationAssociationsResponse$
711
+ { [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] }, () => ListApplicationAssociationsRequest$, () => ListApplicationAssociationsResponse$
642
712
  ];
643
713
  exports.ListApplications$ = [9, n0, _LA,
644
- { [_h]: ["GET", "/applications", 200] }, () => exports.ListApplicationsRequest$, () => exports.ListApplicationsResponse$
714
+ { [_h]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
645
715
  ];
646
716
  exports.ListDataIntegrationAssociations$ = [9, n0, _LDIA,
647
- { [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => exports.ListDataIntegrationAssociationsRequest$, () => exports.ListDataIntegrationAssociationsResponse$
717
+ { [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] }, () => ListDataIntegrationAssociationsRequest$, () => ListDataIntegrationAssociationsResponse$
648
718
  ];
649
719
  exports.ListDataIntegrations$ = [9, n0, _LDI,
650
- { [_h]: ["GET", "/dataIntegrations", 200] }, () => exports.ListDataIntegrationsRequest$, () => exports.ListDataIntegrationsResponse$
720
+ { [_h]: ["GET", "/dataIntegrations", 200] }, () => ListDataIntegrationsRequest$, () => ListDataIntegrationsResponse$
651
721
  ];
652
722
  exports.ListEventIntegrationAssociations$ = [9, n0, _LEIA,
653
- { [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] }, () => exports.ListEventIntegrationAssociationsRequest$, () => exports.ListEventIntegrationAssociationsResponse$
723
+ { [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] }, () => ListEventIntegrationAssociationsRequest$, () => ListEventIntegrationAssociationsResponse$
654
724
  ];
655
725
  exports.ListEventIntegrations$ = [9, n0, _LEI,
656
- { [_h]: ["GET", "/eventIntegrations", 200] }, () => exports.ListEventIntegrationsRequest$, () => exports.ListEventIntegrationsResponse$
726
+ { [_h]: ["GET", "/eventIntegrations", 200] }, () => ListEventIntegrationsRequest$, () => ListEventIntegrationsResponse$
657
727
  ];
658
728
  exports.ListTagsForResource$ = [9, n0, _LTFR,
659
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
729
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
660
730
  ];
661
731
  exports.TagResource$ = [9, n0, _TR,
662
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
732
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
663
733
  ];
664
734
  exports.UntagResource$ = [9, n0, _UR,
665
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
735
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
666
736
  ];
667
737
  exports.UpdateApplication$ = [9, n0, _UA,
668
- { [_h]: ["PATCH", "/applications/{Arn}", 200] }, () => exports.UpdateApplicationRequest$, () => exports.UpdateApplicationResponse$
738
+ { [_h]: ["PATCH", "/applications/{Arn}", 200] }, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
669
739
  ];
670
740
  exports.UpdateDataIntegration$ = [9, n0, _UDI,
671
- { [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] }, () => exports.UpdateDataIntegrationRequest$, () => exports.UpdateDataIntegrationResponse$
741
+ { [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] }, () => UpdateDataIntegrationRequest$, () => UpdateDataIntegrationResponse$
672
742
  ];
673
743
  exports.UpdateDataIntegrationAssociation$ = [9, n0, _UDIA,
674
- { [_h]: ["PATCH", "/dataIntegrations/{DataIntegrationIdentifier}/associations/{DataIntegrationAssociationIdentifier}", 200] }, () => exports.UpdateDataIntegrationAssociationRequest$, () => exports.UpdateDataIntegrationAssociationResponse$
744
+ { [_h]: ["PATCH", "/dataIntegrations/{DataIntegrationIdentifier}/associations/{DataIntegrationAssociationIdentifier}", 200] }, () => UpdateDataIntegrationAssociationRequest$, () => UpdateDataIntegrationAssociationResponse$
675
745
  ];
676
746
  exports.UpdateEventIntegration$ = [9, n0, _UEI,
677
- { [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] }, () => exports.UpdateEventIntegrationRequest$, () => exports.UpdateEventIntegrationResponse$
747
+ { [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] }, () => UpdateEventIntegrationRequest$, () => UpdateEventIntegrationResponse$
678
748
  ];