@aws-sdk/client-appfabric 3.1068.0 → 3.1069.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,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IngestionSummary$ = exports.IngestionDestinationSummary$ = exports.IngestionDestination$ = exports.Ingestion$ = exports.GetIngestionResponse$ = exports.GetIngestionRequest$ = exports.GetIngestionDestinationResponse$ = exports.GetIngestionDestinationRequest$ = exports.GetAppBundleResponse$ = exports.GetAppBundleRequest$ = exports.GetAppAuthorizationResponse$ = exports.GetAppAuthorizationRequest$ = exports.FirehoseStream$ = exports.DeleteIngestionResponse$ = exports.DeleteIngestionRequest$ = exports.DeleteIngestionDestinationResponse$ = exports.DeleteIngestionDestinationRequest$ = exports.DeleteAppBundleResponse$ = exports.DeleteAppBundleRequest$ = exports.DeleteAppAuthorizationResponse$ = exports.DeleteAppAuthorizationRequest$ = exports.CreateIngestionResponse$ = exports.CreateIngestionRequest$ = exports.CreateIngestionDestinationResponse$ = exports.CreateIngestionDestinationRequest$ = exports.CreateAppBundleResponse$ = exports.CreateAppBundleRequest$ = exports.CreateAppAuthorizationResponse$ = exports.CreateAppAuthorizationRequest$ = exports.ConnectAppAuthorizationResponse$ = exports.ConnectAppAuthorizationRequest$ = exports.BatchGetUserAccessTasksResponse$ = exports.BatchGetUserAccessTasksRequest$ = exports.AuthRequest$ = exports.AuditLogProcessingConfiguration$ = exports.AuditLogDestinationConfiguration$ = exports.AppBundleSummary$ = exports.AppBundle$ = exports.AppAuthorizationSummary$ = exports.AppAuthorization$ = exports.ApiKeyCredential$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.AppFabricServiceException$ = void 0;
4
- exports.GetIngestionDestination$ = exports.GetIngestion$ = exports.GetAppBundle$ = exports.GetAppAuthorization$ = exports.DeleteIngestionDestination$ = exports.DeleteIngestion$ = exports.DeleteAppBundle$ = exports.DeleteAppAuthorization$ = exports.CreateIngestionDestination$ = exports.CreateIngestion$ = exports.CreateAppBundle$ = exports.CreateAppAuthorization$ = exports.ConnectAppAuthorization$ = exports.BatchGetUserAccessTasks$ = exports.ProcessingConfiguration$ = exports.DestinationConfiguration$ = exports.Destination$ = exports.Credential$ = exports.ValidationExceptionField$ = exports.UserAccessTaskItem$ = exports.UserAccessResultItem$ = exports.UpdateIngestionDestinationResponse$ = exports.UpdateIngestionDestinationRequest$ = exports.UpdateAppAuthorizationResponse$ = exports.UpdateAppAuthorizationRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Tenant$ = exports.TaskError$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StopIngestionResponse$ = exports.StopIngestionRequest$ = exports.StartUserAccessTasksResponse$ = exports.StartUserAccessTasksRequest$ = exports.StartIngestionResponse$ = exports.StartIngestionRequest$ = exports.S3Bucket$ = exports.Oauth2Credential$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListIngestionsResponse$ = exports.ListIngestionsRequest$ = exports.ListIngestionDestinationsResponse$ = exports.ListIngestionDestinationsRequest$ = exports.ListAppBundlesResponse$ = exports.ListAppBundlesRequest$ = exports.ListAppAuthorizationsResponse$ = exports.ListAppAuthorizationsRequest$ = void 0;
5
- exports.UpdateIngestionDestination$ = exports.UpdateAppAuthorization$ = exports.UntagResource$ = exports.TagResource$ = exports.StopIngestion$ = exports.StartUserAccessTasks$ = exports.StartIngestion$ = exports.ListTagsForResource$ = exports.ListIngestions$ = exports.ListIngestionDestinations$ = exports.ListAppBundles$ = exports.ListAppAuthorizations$ = void 0;
6
1
  const _AA = "AppAuthorization";
7
2
  const _AAS = "AppAuthorizationSummary";
8
3
  const _AASL = "AppAuthorizationSummaryList";
@@ -217,548 +212,633 @@ const _uLN = "userLastName";
217
212
  const _uS = "userStatus";
218
213
  const _v = "value";
219
214
  const n0 = "com.amazonaws.appfabric";
220
- const schema_1 = require("@smithy/core/schema");
221
- const AppFabricServiceException_1 = require("../models/AppFabricServiceException");
222
- const errors_1 = require("../models/errors");
223
- const _s_registry = schema_1.TypeRegistry.for(_s);
224
- exports.AppFabricServiceException$ = [-3, _s, "AppFabricServiceException", 0, [], []];
225
- _s_registry.registerError(exports.AppFabricServiceException$, AppFabricServiceException_1.AppFabricServiceException);
226
- const n0_registry = schema_1.TypeRegistry.for(n0);
227
- exports.AccessDeniedException$ = [-3, n0, _ADE,
215
+ const { TypeRegistry } = require("@smithy/core/schema");
216
+ const { AppFabricServiceException } = require("../models/AppFabricServiceException");
217
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
218
+ const _s_registry = TypeRegistry.for(_s);
219
+ const AppFabricServiceException$ = [-3, _s, "AppFabricServiceException", 0, [], []];
220
+ exports.AppFabricServiceException$ = AppFabricServiceException$;
221
+ _s_registry.registerError(AppFabricServiceException$, AppFabricServiceException);
222
+ const n0_registry = TypeRegistry.for(n0);
223
+ const AccessDeniedException$ = [-3, n0, _ADE,
228
224
  { [_e]: _c, [_hE]: 403 },
229
225
  [_m],
230
226
  [0], 1
231
227
  ];
232
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
233
- exports.ConflictException$ = [-3, n0, _CE,
228
+ exports.AccessDeniedException$ = AccessDeniedException$;
229
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
230
+ const ConflictException$ = [-3, n0, _CE,
234
231
  { [_e]: _c, [_hE]: 409 },
235
232
  [_m, _rI, _rT],
236
233
  [0, 0, 0], 3
237
234
  ];
238
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
239
- exports.InternalServerException$ = [-3, n0, _ISE,
235
+ exports.ConflictException$ = ConflictException$;
236
+ n0_registry.registerError(ConflictException$, ConflictException);
237
+ const InternalServerException$ = [-3, n0, _ISE,
240
238
  { [_e]: _se, [_hE]: 500 },
241
239
  [_m, _rAS],
242
240
  [0, [1, { [_hH]: _RA }]], 1
243
241
  ];
244
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
245
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
242
+ exports.InternalServerException$ = InternalServerException$;
243
+ n0_registry.registerError(InternalServerException$, InternalServerException);
244
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
246
245
  { [_e]: _c, [_hE]: 404 },
247
246
  [_m, _rI, _rT],
248
247
  [0, 0, 0], 3
249
248
  ];
250
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
251
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
249
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
250
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
251
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
252
252
  { [_e]: _c, [_hE]: 402 },
253
253
  [_m, _rI, _rT, _sC, _qC],
254
254
  [0, 0, 0, 0, 0], 5
255
255
  ];
256
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
257
- exports.ThrottlingException$ = [-3, n0, _TE,
256
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
257
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
258
+ const ThrottlingException$ = [-3, n0, _TE,
258
259
  { [_e]: _c, [_hE]: 429 },
259
260
  [_m, _sC, _qC, _rAS],
260
261
  [0, 0, 0, [1, { [_hH]: _RA }]], 1
261
262
  ];
262
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
263
- exports.ValidationException$ = [-3, n0, _VE,
263
+ exports.ThrottlingException$ = ThrottlingException$;
264
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
265
+ const ValidationException$ = [-3, n0, _VE,
264
266
  { [_e]: _c, [_hE]: 400 },
265
267
  [_m, _r, _fL],
266
268
  [0, 0, () => ValidationExceptionFieldList], 2
267
269
  ];
268
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
270
+ exports.ValidationException$ = ValidationException$;
271
+ n0_registry.registerError(ValidationException$, ValidationException);
269
272
  exports.errorTypeRegistries = [
270
273
  _s_registry,
271
274
  n0_registry,
272
275
  ];
273
276
  var Email = [0, n0, _E, 8, 0];
274
277
  var SensitiveString2048 = [0, n0, _SS, 8, 0];
275
- exports.ApiKeyCredential$ = [3, n0, _AKC,
278
+ const ApiKeyCredential$ = [3, n0, _AKC,
276
279
  0,
277
280
  [_aK],
278
281
  [[() => SensitiveString2048, 0]], 1
279
282
  ];
280
- exports.AppAuthorization$ = [3, n0, _AA,
283
+ exports.ApiKeyCredential$ = ApiKeyCredential$;
284
+ const AppAuthorization$ = [3, n0, _AA,
281
285
  0,
282
286
  [_aAA, _aBA, _a, _t, _aT, _st, _cA, _uA, _p, _aU],
283
- [0, 0, 0, () => exports.Tenant$, 0, 0, 5, 5, 0, 0], 8
287
+ [0, 0, 0, () => Tenant$, 0, 0, 5, 5, 0, 0], 8
284
288
  ];
285
- exports.AppAuthorizationSummary$ = [3, n0, _AAS,
289
+ exports.AppAuthorization$ = AppAuthorization$;
290
+ const AppAuthorizationSummary$ = [3, n0, _AAS,
286
291
  0,
287
292
  [_aAA, _aBA, _a, _t, _st, _uA],
288
- [0, 0, 0, () => exports.Tenant$, 0, 5], 6
293
+ [0, 0, 0, () => Tenant$, 0, 5], 6
289
294
  ];
290
- exports.AppBundle$ = [3, n0, _AB,
295
+ exports.AppAuthorizationSummary$ = AppAuthorizationSummary$;
296
+ const AppBundle$ = [3, n0, _AB,
291
297
  0,
292
298
  [_ar, _cMKA],
293
299
  [0, 0], 1
294
300
  ];
295
- exports.AppBundleSummary$ = [3, n0, _ABS,
301
+ exports.AppBundle$ = AppBundle$;
302
+ const AppBundleSummary$ = [3, n0, _ABS,
296
303
  0,
297
304
  [_ar],
298
305
  [0], 1
299
306
  ];
300
- exports.AuditLogDestinationConfiguration$ = [3, n0, _ALDC,
307
+ exports.AppBundleSummary$ = AppBundleSummary$;
308
+ const AuditLogDestinationConfiguration$ = [3, n0, _ALDC,
301
309
  0,
302
310
  [_d],
303
- [() => exports.Destination$], 1
311
+ [() => Destination$], 1
304
312
  ];
305
- exports.AuditLogProcessingConfiguration$ = [3, n0, _ALPC,
313
+ exports.AuditLogDestinationConfiguration$ = AuditLogDestinationConfiguration$;
314
+ const AuditLogProcessingConfiguration$ = [3, n0, _ALPC,
306
315
  0,
307
316
  [_sc, _f],
308
317
  [0, 0], 2
309
318
  ];
310
- exports.AuthRequest$ = [3, n0, _AR,
319
+ exports.AuditLogProcessingConfiguration$ = AuditLogProcessingConfiguration$;
320
+ const AuthRequest$ = [3, n0, _AR,
311
321
  0,
312
322
  [_rU, _co],
313
323
  [0, [() => SensitiveString2048, 0]], 2
314
324
  ];
315
- exports.BatchGetUserAccessTasksRequest$ = [3, n0, _BGUATR,
325
+ exports.AuthRequest$ = AuthRequest$;
326
+ const BatchGetUserAccessTasksRequest$ = [3, n0, _BGUATR,
316
327
  0,
317
328
  [_aBI, _tIL],
318
329
  [0, 64 | 0], 2
319
330
  ];
320
- exports.BatchGetUserAccessTasksResponse$ = [3, n0, _BGUATRa,
331
+ exports.BatchGetUserAccessTasksRequest$ = BatchGetUserAccessTasksRequest$;
332
+ const BatchGetUserAccessTasksResponse$ = [3, n0, _BGUATRa,
321
333
  0,
322
334
  [_uARL],
323
335
  [[() => UserAccessResultsList, 0]]
324
336
  ];
325
- exports.ConnectAppAuthorizationRequest$ = [3, n0, _CAAR,
337
+ exports.BatchGetUserAccessTasksResponse$ = BatchGetUserAccessTasksResponse$;
338
+ const ConnectAppAuthorizationRequest$ = [3, n0, _CAAR,
326
339
  0,
327
340
  [_aBI, _aAI, _aR],
328
- [[0, 1], [0, 1], [() => exports.AuthRequest$, 0]], 2
341
+ [[0, 1], [0, 1], [() => AuthRequest$, 0]], 2
329
342
  ];
330
- exports.ConnectAppAuthorizationResponse$ = [3, n0, _CAARo,
343
+ exports.ConnectAppAuthorizationRequest$ = ConnectAppAuthorizationRequest$;
344
+ const ConnectAppAuthorizationResponse$ = [3, n0, _CAARo,
331
345
  0,
332
346
  [_aAS],
333
- [() => exports.AppAuthorizationSummary$], 1
347
+ [() => AppAuthorizationSummary$], 1
334
348
  ];
335
- exports.CreateAppAuthorizationRequest$ = [3, n0, _CAARr,
349
+ exports.ConnectAppAuthorizationResponse$ = ConnectAppAuthorizationResponse$;
350
+ const CreateAppAuthorizationRequest$ = [3, n0, _CAARr,
336
351
  0,
337
352
  [_aBI, _a, _cr, _t, _aT, _cT, _ta],
338
- [[0, 1], 0, [() => exports.Credential$, 0], () => exports.Tenant$, 0, [0, 4], () => TagList], 5
353
+ [[0, 1], 0, [() => Credential$, 0], () => Tenant$, 0, [0, 4], () => TagList], 5
339
354
  ];
340
- exports.CreateAppAuthorizationResponse$ = [3, n0, _CAARre,
355
+ exports.CreateAppAuthorizationRequest$ = CreateAppAuthorizationRequest$;
356
+ const CreateAppAuthorizationResponse$ = [3, n0, _CAARre,
341
357
  0,
342
358
  [_aA],
343
- [() => exports.AppAuthorization$], 1
359
+ [() => AppAuthorization$], 1
344
360
  ];
345
- exports.CreateAppBundleRequest$ = [3, n0, _CABR,
361
+ exports.CreateAppAuthorizationResponse$ = CreateAppAuthorizationResponse$;
362
+ const CreateAppBundleRequest$ = [3, n0, _CABR,
346
363
  0,
347
364
  [_cT, _cMKI, _ta],
348
365
  [[0, 4], 0, () => TagList]
349
366
  ];
350
- exports.CreateAppBundleResponse$ = [3, n0, _CABRr,
367
+ exports.CreateAppBundleRequest$ = CreateAppBundleRequest$;
368
+ const CreateAppBundleResponse$ = [3, n0, _CABRr,
351
369
  0,
352
370
  [_aB],
353
- [() => exports.AppBundle$], 1
371
+ [() => AppBundle$], 1
354
372
  ];
355
- exports.CreateIngestionDestinationRequest$ = [3, n0, _CIDR,
373
+ exports.CreateAppBundleResponse$ = CreateAppBundleResponse$;
374
+ const CreateIngestionDestinationRequest$ = [3, n0, _CIDR,
356
375
  0,
357
376
  [_aBI, _iI, _pC, _dC, _cT, _ta],
358
- [[0, 1], [0, 1], () => exports.ProcessingConfiguration$, () => exports.DestinationConfiguration$, [0, 4], () => TagList], 4
377
+ [[0, 1], [0, 1], () => ProcessingConfiguration$, () => DestinationConfiguration$, [0, 4], () => TagList], 4
359
378
  ];
360
- exports.CreateIngestionDestinationResponse$ = [3, n0, _CIDRr,
379
+ exports.CreateIngestionDestinationRequest$ = CreateIngestionDestinationRequest$;
380
+ const CreateIngestionDestinationResponse$ = [3, n0, _CIDRr,
361
381
  0,
362
382
  [_iD],
363
- [() => exports.IngestionDestination$], 1
383
+ [() => IngestionDestination$], 1
364
384
  ];
365
- exports.CreateIngestionRequest$ = [3, n0, _CIR,
385
+ exports.CreateIngestionDestinationResponse$ = CreateIngestionDestinationResponse$;
386
+ const CreateIngestionRequest$ = [3, n0, _CIR,
366
387
  0,
367
388
  [_aBI, _a, _tI, _iT, _cT, _ta],
368
389
  [[0, 1], 0, 0, 0, [0, 4], () => TagList], 4
369
390
  ];
370
- exports.CreateIngestionResponse$ = [3, n0, _CIRr,
391
+ exports.CreateIngestionRequest$ = CreateIngestionRequest$;
392
+ const CreateIngestionResponse$ = [3, n0, _CIRr,
371
393
  0,
372
394
  [_i],
373
- [() => exports.Ingestion$], 1
395
+ [() => Ingestion$], 1
374
396
  ];
375
- exports.DeleteAppAuthorizationRequest$ = [3, n0, _DAAR,
397
+ exports.CreateIngestionResponse$ = CreateIngestionResponse$;
398
+ const DeleteAppAuthorizationRequest$ = [3, n0, _DAAR,
376
399
  0,
377
400
  [_aBI, _aAI],
378
401
  [[0, 1], [0, 1]], 2
379
402
  ];
380
- exports.DeleteAppAuthorizationResponse$ = [3, n0, _DAARe,
403
+ exports.DeleteAppAuthorizationRequest$ = DeleteAppAuthorizationRequest$;
404
+ const DeleteAppAuthorizationResponse$ = [3, n0, _DAARe,
381
405
  0,
382
406
  [],
383
407
  []
384
408
  ];
385
- exports.DeleteAppBundleRequest$ = [3, n0, _DABR,
409
+ exports.DeleteAppAuthorizationResponse$ = DeleteAppAuthorizationResponse$;
410
+ const DeleteAppBundleRequest$ = [3, n0, _DABR,
386
411
  0,
387
412
  [_aBI],
388
413
  [[0, 1]], 1
389
414
  ];
390
- exports.DeleteAppBundleResponse$ = [3, n0, _DABRe,
415
+ exports.DeleteAppBundleRequest$ = DeleteAppBundleRequest$;
416
+ const DeleteAppBundleResponse$ = [3, n0, _DABRe,
391
417
  0,
392
418
  [],
393
419
  []
394
420
  ];
395
- exports.DeleteIngestionDestinationRequest$ = [3, n0, _DIDR,
421
+ exports.DeleteAppBundleResponse$ = DeleteAppBundleResponse$;
422
+ const DeleteIngestionDestinationRequest$ = [3, n0, _DIDR,
396
423
  0,
397
424
  [_aBI, _iI, _iDI],
398
425
  [[0, 1], [0, 1], [0, 1]], 3
399
426
  ];
400
- exports.DeleteIngestionDestinationResponse$ = [3, n0, _DIDRe,
427
+ exports.DeleteIngestionDestinationRequest$ = DeleteIngestionDestinationRequest$;
428
+ const DeleteIngestionDestinationResponse$ = [3, n0, _DIDRe,
401
429
  0,
402
430
  [],
403
431
  []
404
432
  ];
405
- exports.DeleteIngestionRequest$ = [3, n0, _DIR,
433
+ exports.DeleteIngestionDestinationResponse$ = DeleteIngestionDestinationResponse$;
434
+ const DeleteIngestionRequest$ = [3, n0, _DIR,
406
435
  0,
407
436
  [_aBI, _iI],
408
437
  [[0, 1], [0, 1]], 2
409
438
  ];
410
- exports.DeleteIngestionResponse$ = [3, n0, _DIRe,
439
+ exports.DeleteIngestionRequest$ = DeleteIngestionRequest$;
440
+ const DeleteIngestionResponse$ = [3, n0, _DIRe,
411
441
  0,
412
442
  [],
413
443
  []
414
444
  ];
415
- exports.FirehoseStream$ = [3, n0, _FS,
445
+ exports.DeleteIngestionResponse$ = DeleteIngestionResponse$;
446
+ const FirehoseStream$ = [3, n0, _FS,
416
447
  0,
417
448
  [_sN],
418
449
  [0], 1
419
450
  ];
420
- exports.GetAppAuthorizationRequest$ = [3, n0, _GAAR,
451
+ exports.FirehoseStream$ = FirehoseStream$;
452
+ const GetAppAuthorizationRequest$ = [3, n0, _GAAR,
421
453
  0,
422
454
  [_aBI, _aAI],
423
455
  [[0, 1], [0, 1]], 2
424
456
  ];
425
- exports.GetAppAuthorizationResponse$ = [3, n0, _GAARe,
457
+ exports.GetAppAuthorizationRequest$ = GetAppAuthorizationRequest$;
458
+ const GetAppAuthorizationResponse$ = [3, n0, _GAARe,
426
459
  0,
427
460
  [_aA],
428
- [() => exports.AppAuthorization$], 1
461
+ [() => AppAuthorization$], 1
429
462
  ];
430
- exports.GetAppBundleRequest$ = [3, n0, _GABR,
463
+ exports.GetAppAuthorizationResponse$ = GetAppAuthorizationResponse$;
464
+ const GetAppBundleRequest$ = [3, n0, _GABR,
431
465
  0,
432
466
  [_aBI],
433
467
  [[0, 1]], 1
434
468
  ];
435
- exports.GetAppBundleResponse$ = [3, n0, _GABRe,
469
+ exports.GetAppBundleRequest$ = GetAppBundleRequest$;
470
+ const GetAppBundleResponse$ = [3, n0, _GABRe,
436
471
  0,
437
472
  [_aB],
438
- [() => exports.AppBundle$], 1
473
+ [() => AppBundle$], 1
439
474
  ];
440
- exports.GetIngestionDestinationRequest$ = [3, n0, _GIDR,
475
+ exports.GetAppBundleResponse$ = GetAppBundleResponse$;
476
+ const GetIngestionDestinationRequest$ = [3, n0, _GIDR,
441
477
  0,
442
478
  [_aBI, _iI, _iDI],
443
479
  [[0, 1], [0, 1], [0, 1]], 3
444
480
  ];
445
- exports.GetIngestionDestinationResponse$ = [3, n0, _GIDRe,
481
+ exports.GetIngestionDestinationRequest$ = GetIngestionDestinationRequest$;
482
+ const GetIngestionDestinationResponse$ = [3, n0, _GIDRe,
446
483
  0,
447
484
  [_iD],
448
- [() => exports.IngestionDestination$], 1
485
+ [() => IngestionDestination$], 1
449
486
  ];
450
- exports.GetIngestionRequest$ = [3, n0, _GIR,
487
+ exports.GetIngestionDestinationResponse$ = GetIngestionDestinationResponse$;
488
+ const GetIngestionRequest$ = [3, n0, _GIR,
451
489
  0,
452
490
  [_aBI, _iI],
453
491
  [[0, 1], [0, 1]], 2
454
492
  ];
455
- exports.GetIngestionResponse$ = [3, n0, _GIRe,
493
+ exports.GetIngestionRequest$ = GetIngestionRequest$;
494
+ const GetIngestionResponse$ = [3, n0, _GIRe,
456
495
  0,
457
496
  [_i],
458
- [() => exports.Ingestion$], 1
497
+ [() => Ingestion$], 1
459
498
  ];
460
- exports.Ingestion$ = [3, n0, _I,
499
+ exports.GetIngestionResponse$ = GetIngestionResponse$;
500
+ const Ingestion$ = [3, n0, _I,
461
501
  0,
462
502
  [_ar, _aBA, _a, _tI, _cA, _uA, _sta, _iT],
463
503
  [0, 0, 0, 0, 5, 5, 0, 0], 8
464
504
  ];
465
- exports.IngestionDestination$ = [3, n0, _ID,
505
+ exports.Ingestion$ = Ingestion$;
506
+ const IngestionDestination$ = [3, n0, _ID,
466
507
  0,
467
508
  [_ar, _iA, _pC, _dC, _st, _sR, _cA, _uA],
468
- [0, 0, () => exports.ProcessingConfiguration$, () => exports.DestinationConfiguration$, 0, 0, 5, 5], 4
509
+ [0, 0, () => ProcessingConfiguration$, () => DestinationConfiguration$, 0, 0, 5, 5], 4
469
510
  ];
470
- exports.IngestionDestinationSummary$ = [3, n0, _IDS,
511
+ exports.IngestionDestination$ = IngestionDestination$;
512
+ const IngestionDestinationSummary$ = [3, n0, _IDS,
471
513
  0,
472
514
  [_ar],
473
515
  [0], 1
474
516
  ];
475
- exports.IngestionSummary$ = [3, n0, _IS,
517
+ exports.IngestionDestinationSummary$ = IngestionDestinationSummary$;
518
+ const IngestionSummary$ = [3, n0, _IS,
476
519
  0,
477
520
  [_ar, _a, _tI, _sta],
478
521
  [0, 0, 0, 0], 4
479
522
  ];
480
- exports.ListAppAuthorizationsRequest$ = [3, n0, _LAAR,
523
+ exports.IngestionSummary$ = IngestionSummary$;
524
+ const ListAppAuthorizationsRequest$ = [3, n0, _LAAR,
481
525
  0,
482
526
  [_aBI, _mR, _nT],
483
527
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
484
528
  ];
485
- exports.ListAppAuthorizationsResponse$ = [3, n0, _LAARi,
529
+ exports.ListAppAuthorizationsRequest$ = ListAppAuthorizationsRequest$;
530
+ const ListAppAuthorizationsResponse$ = [3, n0, _LAARi,
486
531
  0,
487
532
  [_aASL, _nT],
488
533
  [() => AppAuthorizationSummaryList, 0], 1
489
534
  ];
490
- exports.ListAppBundlesRequest$ = [3, n0, _LABR,
535
+ exports.ListAppAuthorizationsResponse$ = ListAppAuthorizationsResponse$;
536
+ const ListAppBundlesRequest$ = [3, n0, _LABR,
491
537
  0,
492
538
  [_mR, _nT],
493
539
  [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
494
540
  ];
495
- exports.ListAppBundlesResponse$ = [3, n0, _LABRi,
541
+ exports.ListAppBundlesRequest$ = ListAppBundlesRequest$;
542
+ const ListAppBundlesResponse$ = [3, n0, _LABRi,
496
543
  0,
497
544
  [_aBSL, _nT],
498
545
  [() => AppBundleSummaryList, 0], 1
499
546
  ];
500
- exports.ListIngestionDestinationsRequest$ = [3, n0, _LIDR,
547
+ exports.ListAppBundlesResponse$ = ListAppBundlesResponse$;
548
+ const ListIngestionDestinationsRequest$ = [3, n0, _LIDR,
501
549
  0,
502
550
  [_aBI, _iI, _mR, _nT],
503
551
  [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
504
552
  ];
505
- exports.ListIngestionDestinationsResponse$ = [3, n0, _LIDRi,
553
+ exports.ListIngestionDestinationsRequest$ = ListIngestionDestinationsRequest$;
554
+ const ListIngestionDestinationsResponse$ = [3, n0, _LIDRi,
506
555
  0,
507
556
  [_iDn, _nT],
508
557
  [() => IngestionDestinationList, 0], 1
509
558
  ];
510
- exports.ListIngestionsRequest$ = [3, n0, _LIR,
559
+ exports.ListIngestionDestinationsResponse$ = ListIngestionDestinationsResponse$;
560
+ const ListIngestionsRequest$ = [3, n0, _LIR,
511
561
  0,
512
562
  [_aBI, _mR, _nT],
513
563
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
514
564
  ];
515
- exports.ListIngestionsResponse$ = [3, n0, _LIRi,
565
+ exports.ListIngestionsRequest$ = ListIngestionsRequest$;
566
+ const ListIngestionsResponse$ = [3, n0, _LIRi,
516
567
  0,
517
568
  [_in, _nT],
518
569
  [() => IngestionList, 0], 1
519
570
  ];
520
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
571
+ exports.ListIngestionsResponse$ = ListIngestionsResponse$;
572
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
521
573
  0,
522
574
  [_rA],
523
575
  [[0, 1]], 1
524
576
  ];
525
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
577
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
578
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
526
579
  0,
527
580
  [_ta],
528
581
  [() => TagList]
529
582
  ];
530
- exports.Oauth2Credential$ = [3, n0, _OC,
583
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
584
+ const Oauth2Credential$ = [3, n0, _OC,
531
585
  0,
532
586
  [_cI, _cS],
533
587
  [0, [() => SensitiveString2048, 0]], 2
534
588
  ];
535
- exports.S3Bucket$ = [3, n0, _SB,
589
+ exports.Oauth2Credential$ = Oauth2Credential$;
590
+ const S3Bucket$ = [3, n0, _SB,
536
591
  0,
537
592
  [_bN, _pr],
538
593
  [0, 0], 1
539
594
  ];
540
- exports.StartIngestionRequest$ = [3, n0, _SIR,
595
+ exports.S3Bucket$ = S3Bucket$;
596
+ const StartIngestionRequest$ = [3, n0, _SIR,
541
597
  0,
542
598
  [_iI, _aBI],
543
599
  [[0, 1], [0, 1]], 2
544
600
  ];
545
- exports.StartIngestionResponse$ = [3, n0, _SIRt,
601
+ exports.StartIngestionRequest$ = StartIngestionRequest$;
602
+ const StartIngestionResponse$ = [3, n0, _SIRt,
546
603
  0,
547
604
  [],
548
605
  []
549
606
  ];
550
- exports.StartUserAccessTasksRequest$ = [3, n0, _SUATR,
607
+ exports.StartIngestionResponse$ = StartIngestionResponse$;
608
+ const StartUserAccessTasksRequest$ = [3, n0, _SUATR,
551
609
  0,
552
610
  [_aBI, _em],
553
611
  [0, [() => Email, 0]], 2
554
612
  ];
555
- exports.StartUserAccessTasksResponse$ = [3, n0, _SUATRt,
613
+ exports.StartUserAccessTasksRequest$ = StartUserAccessTasksRequest$;
614
+ const StartUserAccessTasksResponse$ = [3, n0, _SUATRt,
556
615
  0,
557
616
  [_uATL],
558
617
  [() => UserAccessTasksList]
559
618
  ];
560
- exports.StopIngestionRequest$ = [3, n0, _SIRto,
619
+ exports.StartUserAccessTasksResponse$ = StartUserAccessTasksResponse$;
620
+ const StopIngestionRequest$ = [3, n0, _SIRto,
561
621
  0,
562
622
  [_iI, _aBI],
563
623
  [[0, 1], [0, 1]], 2
564
624
  ];
565
- exports.StopIngestionResponse$ = [3, n0, _SIRtop,
625
+ exports.StopIngestionRequest$ = StopIngestionRequest$;
626
+ const StopIngestionResponse$ = [3, n0, _SIRtop,
566
627
  0,
567
628
  [],
568
629
  []
569
630
  ];
570
- exports.Tag$ = [3, n0, _T,
631
+ exports.StopIngestionResponse$ = StopIngestionResponse$;
632
+ const Tag$ = [3, n0, _T,
571
633
  0,
572
634
  [_k, _v],
573
635
  [0, 0], 2
574
636
  ];
575
- exports.TagResourceRequest$ = [3, n0, _TRR,
637
+ exports.Tag$ = Tag$;
638
+ const TagResourceRequest$ = [3, n0, _TRR,
576
639
  0,
577
640
  [_rA, _ta],
578
641
  [[0, 1], () => TagList], 2
579
642
  ];
580
- exports.TagResourceResponse$ = [3, n0, _TRRa,
643
+ exports.TagResourceRequest$ = TagResourceRequest$;
644
+ const TagResourceResponse$ = [3, n0, _TRRa,
581
645
  0,
582
646
  [],
583
647
  []
584
648
  ];
585
- exports.TaskError$ = [3, n0, _TEa,
649
+ exports.TagResourceResponse$ = TagResourceResponse$;
650
+ const TaskError$ = [3, n0, _TEa,
586
651
  0,
587
652
  [_eC, _eM],
588
653
  [0, 0]
589
654
  ];
590
- exports.Tenant$ = [3, n0, _Te,
655
+ exports.TaskError$ = TaskError$;
656
+ const Tenant$ = [3, n0, _Te,
591
657
  0,
592
658
  [_tIe, _tDN],
593
659
  [0, 0], 2
594
660
  ];
595
- exports.UntagResourceRequest$ = [3, n0, _URR,
661
+ exports.Tenant$ = Tenant$;
662
+ const UntagResourceRequest$ = [3, n0, _URR,
596
663
  0,
597
664
  [_rA, _tK],
598
665
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
599
666
  ];
600
- exports.UntagResourceResponse$ = [3, n0, _URRn,
667
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
668
+ const UntagResourceResponse$ = [3, n0, _URRn,
601
669
  0,
602
670
  [],
603
671
  []
604
672
  ];
605
- exports.UpdateAppAuthorizationRequest$ = [3, n0, _UAAR,
673
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
674
+ const UpdateAppAuthorizationRequest$ = [3, n0, _UAAR,
606
675
  0,
607
676
  [_aBI, _aAI, _cr, _t],
608
- [[0, 1], [0, 1], [() => exports.Credential$, 0], () => exports.Tenant$], 2
677
+ [[0, 1], [0, 1], [() => Credential$, 0], () => Tenant$], 2
609
678
  ];
610
- exports.UpdateAppAuthorizationResponse$ = [3, n0, _UAARp,
679
+ exports.UpdateAppAuthorizationRequest$ = UpdateAppAuthorizationRequest$;
680
+ const UpdateAppAuthorizationResponse$ = [3, n0, _UAARp,
611
681
  0,
612
682
  [_aA],
613
- [() => exports.AppAuthorization$], 1
683
+ [() => AppAuthorization$], 1
614
684
  ];
615
- exports.UpdateIngestionDestinationRequest$ = [3, n0, _UIDR,
685
+ exports.UpdateAppAuthorizationResponse$ = UpdateAppAuthorizationResponse$;
686
+ const UpdateIngestionDestinationRequest$ = [3, n0, _UIDR,
616
687
  0,
617
688
  [_aBI, _iI, _iDI, _dC],
618
- [[0, 1], [0, 1], [0, 1], () => exports.DestinationConfiguration$], 4
689
+ [[0, 1], [0, 1], [0, 1], () => DestinationConfiguration$], 4
619
690
  ];
620
- exports.UpdateIngestionDestinationResponse$ = [3, n0, _UIDRp,
691
+ exports.UpdateIngestionDestinationRequest$ = UpdateIngestionDestinationRequest$;
692
+ const UpdateIngestionDestinationResponse$ = [3, n0, _UIDRp,
621
693
  0,
622
694
  [_iD],
623
- [() => exports.IngestionDestination$], 1
695
+ [() => IngestionDestination$], 1
624
696
  ];
625
- exports.UserAccessResultItem$ = [3, n0, _UARI,
697
+ exports.UpdateIngestionDestinationResponse$ = UpdateIngestionDestinationResponse$;
698
+ const UserAccessResultItem$ = [3, n0, _UARI,
626
699
  0,
627
700
  [_a, _tI, _tDN, _tIa, _rS, _em, _uI, _uFN, _uFNs, _uLN, _uS, _tE],
628
- [0, 0, 0, 0, 0, [() => Email, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], 0, () => exports.TaskError$]
701
+ [0, 0, 0, 0, 0, [() => Email, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], [() => SensitiveString2048, 0], 0, () => TaskError$]
629
702
  ];
630
- exports.UserAccessTaskItem$ = [3, n0, _UATI,
703
+ exports.UserAccessResultItem$ = UserAccessResultItem$;
704
+ const UserAccessTaskItem$ = [3, n0, _UATI,
631
705
  0,
632
706
  [_a, _tI, _tIa, _e],
633
- [0, 0, 0, () => exports.TaskError$], 2
707
+ [0, 0, 0, () => TaskError$], 2
634
708
  ];
635
- exports.ValidationExceptionField$ = [3, n0, _VEF,
709
+ exports.UserAccessTaskItem$ = UserAccessTaskItem$;
710
+ const ValidationExceptionField$ = [3, n0, _VEF,
636
711
  0,
637
712
  [_n, _m],
638
713
  [0, 0], 2
639
714
  ];
715
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
640
716
  var AppAuthorizationSummaryList = [1, n0, _AASL,
641
- 0, () => exports.AppAuthorizationSummary$
717
+ 0, () => AppAuthorizationSummary$
642
718
  ];
643
719
  var AppBundleSummaryList = [1, n0, _ABSL,
644
- 0, () => exports.AppBundleSummary$
720
+ 0, () => AppBundleSummary$
645
721
  ];
646
722
  var IngestionDestinationList = [1, n0, _IDL,
647
- 0, () => exports.IngestionDestinationSummary$
723
+ 0, () => IngestionDestinationSummary$
648
724
  ];
649
725
  var IngestionList = [1, n0, _IL,
650
- 0, () => exports.IngestionSummary$
726
+ 0, () => IngestionSummary$
651
727
  ];
652
728
  var TagKeyList = 64 | 0;
653
729
  var TagList = [1, n0, _TL,
654
- 0, () => exports.Tag$
730
+ 0, () => Tag$
655
731
  ];
656
732
  var TaskIdList = 64 | 0;
657
733
  var UserAccessResultsList = [1, n0, _UARL,
658
- 0, [() => exports.UserAccessResultItem$,
734
+ 0, [() => UserAccessResultItem$,
659
735
  0]
660
736
  ];
661
737
  var UserAccessTasksList = [1, n0, _UATL,
662
- 0, () => exports.UserAccessTaskItem$
738
+ 0, () => UserAccessTaskItem$
663
739
  ];
664
740
  var ValidationExceptionFieldList = [1, n0, _VEFL,
665
- 0, () => exports.ValidationExceptionField$
741
+ 0, () => ValidationExceptionField$
666
742
  ];
667
- exports.Credential$ = [4, n0, _C,
743
+ const Credential$ = [4, n0, _C,
668
744
  0,
669
745
  [_oC, _aKC],
670
- [[() => exports.Oauth2Credential$, 0], [() => exports.ApiKeyCredential$, 0]]
746
+ [[() => Oauth2Credential$, 0], [() => ApiKeyCredential$, 0]]
671
747
  ];
672
- exports.Destination$ = [4, n0, _D,
748
+ exports.Credential$ = Credential$;
749
+ const Destination$ = [4, n0, _D,
673
750
  0,
674
751
  [_sB, _fS],
675
- [() => exports.S3Bucket$, () => exports.FirehoseStream$]
752
+ [() => S3Bucket$, () => FirehoseStream$]
676
753
  ];
677
- exports.DestinationConfiguration$ = [4, n0, _DC,
754
+ exports.Destination$ = Destination$;
755
+ const DestinationConfiguration$ = [4, n0, _DC,
678
756
  0,
679
757
  [_aL],
680
- [() => exports.AuditLogDestinationConfiguration$]
758
+ [() => AuditLogDestinationConfiguration$]
681
759
  ];
682
- exports.ProcessingConfiguration$ = [4, n0, _PC,
760
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
761
+ const ProcessingConfiguration$ = [4, n0, _PC,
683
762
  0,
684
763
  [_aL],
685
- [() => exports.AuditLogProcessingConfiguration$]
764
+ [() => AuditLogProcessingConfiguration$]
686
765
  ];
766
+ exports.ProcessingConfiguration$ = ProcessingConfiguration$;
687
767
  exports.BatchGetUserAccessTasks$ = [9, n0, _BGUAT,
688
- { [_h]: ["POST", "/useraccess/batchget", 200] }, () => exports.BatchGetUserAccessTasksRequest$, () => exports.BatchGetUserAccessTasksResponse$
768
+ { [_h]: ["POST", "/useraccess/batchget", 200] }, () => BatchGetUserAccessTasksRequest$, () => BatchGetUserAccessTasksResponse$
689
769
  ];
690
770
  exports.ConnectAppAuthorization$ = [9, n0, _CAA,
691
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200] }, () => exports.ConnectAppAuthorizationRequest$, () => exports.ConnectAppAuthorizationResponse$
771
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200] }, () => ConnectAppAuthorizationRequest$, () => ConnectAppAuthorizationResponse$
692
772
  ];
693
773
  exports.CreateAppAuthorization$ = [9, n0, _CAAr,
694
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201] }, () => exports.CreateAppAuthorizationRequest$, () => exports.CreateAppAuthorizationResponse$
774
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201] }, () => CreateAppAuthorizationRequest$, () => CreateAppAuthorizationResponse$
695
775
  ];
696
776
  exports.CreateAppBundle$ = [9, n0, _CAB,
697
- { [_h]: ["POST", "/appbundles", 201] }, () => exports.CreateAppBundleRequest$, () => exports.CreateAppBundleResponse$
777
+ { [_h]: ["POST", "/appbundles", 201] }, () => CreateAppBundleRequest$, () => CreateAppBundleResponse$
698
778
  ];
699
779
  exports.CreateIngestion$ = [9, n0, _CI,
700
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201] }, () => exports.CreateIngestionRequest$, () => exports.CreateIngestionResponse$
780
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201] }, () => CreateIngestionRequest$, () => CreateIngestionResponse$
701
781
  ];
702
782
  exports.CreateIngestionDestination$ = [9, n0, _CID,
703
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201] }, () => exports.CreateIngestionDestinationRequest$, () => exports.CreateIngestionDestinationResponse$
783
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201] }, () => CreateIngestionDestinationRequest$, () => CreateIngestionDestinationResponse$
704
784
  ];
705
785
  exports.DeleteAppAuthorization$ = [9, n0, _DAA,
706
- { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204] }, () => exports.DeleteAppAuthorizationRequest$, () => exports.DeleteAppAuthorizationResponse$
786
+ { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204] }, () => DeleteAppAuthorizationRequest$, () => DeleteAppAuthorizationResponse$
707
787
  ];
708
788
  exports.DeleteAppBundle$ = [9, n0, _DAB,
709
- { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204] }, () => exports.DeleteAppBundleRequest$, () => exports.DeleteAppBundleResponse$
789
+ { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204] }, () => DeleteAppBundleRequest$, () => DeleteAppBundleResponse$
710
790
  ];
711
791
  exports.DeleteIngestion$ = [9, n0, _DI,
712
- { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204] }, () => exports.DeleteIngestionRequest$, () => exports.DeleteIngestionResponse$
792
+ { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204] }, () => DeleteIngestionRequest$, () => DeleteIngestionResponse$
713
793
  ];
714
794
  exports.DeleteIngestionDestination$ = [9, n0, _DID,
715
- { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 204] }, () => exports.DeleteIngestionDestinationRequest$, () => exports.DeleteIngestionDestinationResponse$
795
+ { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 204] }, () => DeleteIngestionDestinationRequest$, () => DeleteIngestionDestinationResponse$
716
796
  ];
717
797
  exports.GetAppAuthorization$ = [9, n0, _GAA,
718
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] }, () => exports.GetAppAuthorizationRequest$, () => exports.GetAppAuthorizationResponse$
798
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] }, () => GetAppAuthorizationRequest$, () => GetAppAuthorizationResponse$
719
799
  ];
720
800
  exports.GetAppBundle$ = [9, n0, _GAB,
721
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200] }, () => exports.GetAppBundleRequest$, () => exports.GetAppBundleResponse$
801
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200] }, () => GetAppBundleRequest$, () => GetAppBundleResponse$
722
802
  ];
723
803
  exports.GetIngestion$ = [9, n0, _GI,
724
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200] }, () => exports.GetIngestionRequest$, () => exports.GetIngestionResponse$
804
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200] }, () => GetIngestionRequest$, () => GetIngestionResponse$
725
805
  ];
726
806
  exports.GetIngestionDestination$ = [9, n0, _GID,
727
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 200] }, () => exports.GetIngestionDestinationRequest$, () => exports.GetIngestionDestinationResponse$
807
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 200] }, () => GetIngestionDestinationRequest$, () => GetIngestionDestinationResponse$
728
808
  ];
729
809
  exports.ListAppAuthorizations$ = [9, n0, _LAA,
730
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200] }, () => exports.ListAppAuthorizationsRequest$, () => exports.ListAppAuthorizationsResponse$
810
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200] }, () => ListAppAuthorizationsRequest$, () => ListAppAuthorizationsResponse$
731
811
  ];
732
812
  exports.ListAppBundles$ = [9, n0, _LAB,
733
- { [_h]: ["GET", "/appbundles", 200] }, () => exports.ListAppBundlesRequest$, () => exports.ListAppBundlesResponse$
813
+ { [_h]: ["GET", "/appbundles", 200] }, () => ListAppBundlesRequest$, () => ListAppBundlesResponse$
734
814
  ];
735
815
  exports.ListIngestionDestinations$ = [9, n0, _LID,
736
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200] }, () => exports.ListIngestionDestinationsRequest$, () => exports.ListIngestionDestinationsResponse$
816
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200] }, () => ListIngestionDestinationsRequest$, () => ListIngestionDestinationsResponse$
737
817
  ];
738
818
  exports.ListIngestions$ = [9, n0, _LI,
739
- { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200] }, () => exports.ListIngestionsRequest$, () => exports.ListIngestionsResponse$
819
+ { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200] }, () => ListIngestionsRequest$, () => ListIngestionsResponse$
740
820
  ];
741
821
  exports.ListTagsForResource$ = [9, n0, _LTFR,
742
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
822
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
743
823
  ];
744
824
  exports.StartIngestion$ = [9, n0, _SI,
745
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200] }, () => exports.StartIngestionRequest$, () => exports.StartIngestionResponse$
825
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200] }, () => StartIngestionRequest$, () => StartIngestionResponse$
746
826
  ];
747
827
  exports.StartUserAccessTasks$ = [9, n0, _SUAT,
748
- { [_h]: ["POST", "/useraccess/start", 201] }, () => exports.StartUserAccessTasksRequest$, () => exports.StartUserAccessTasksResponse$
828
+ { [_h]: ["POST", "/useraccess/start", 201] }, () => StartUserAccessTasksRequest$, () => StartUserAccessTasksResponse$
749
829
  ];
750
830
  exports.StopIngestion$ = [9, n0, _SIt,
751
- { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200] }, () => exports.StopIngestionRequest$, () => exports.StopIngestionResponse$
831
+ { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200] }, () => StopIngestionRequest$, () => StopIngestionResponse$
752
832
  ];
753
833
  exports.TagResource$ = [9, n0, _TR,
754
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
834
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
755
835
  ];
756
836
  exports.UntagResource$ = [9, n0, _UR,
757
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
837
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
758
838
  ];
759
839
  exports.UpdateAppAuthorization$ = [9, n0, _UAA,
760
- { [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] }, () => exports.UpdateAppAuthorizationRequest$, () => exports.UpdateAppAuthorizationResponse$
840
+ { [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] }, () => UpdateAppAuthorizationRequest$, () => UpdateAppAuthorizationResponse$
761
841
  ];
762
842
  exports.UpdateIngestionDestination$ = [9, n0, _UID,
763
- { [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 200] }, () => exports.UpdateIngestionDestinationRequest$, () => exports.UpdateIngestionDestinationResponse$
843
+ { [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}", 200] }, () => UpdateIngestionDestinationRequest$, () => UpdateIngestionDestinationResponse$
764
844
  ];