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