@aws-sdk/client-appfabric 3.928.0 → 3.929.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 (50) hide show
  1. package/dist-cjs/index.js +1127 -1145
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppFabricClient.js +2 -0
  4. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +3 -10
  5. package/dist-es/commands/ConnectAppAuthorizationCommand.js +3 -10
  6. package/dist-es/commands/CreateAppAuthorizationCommand.js +3 -10
  7. package/dist-es/commands/CreateAppBundleCommand.js +3 -9
  8. package/dist-es/commands/CreateIngestionCommand.js +3 -9
  9. package/dist-es/commands/CreateIngestionDestinationCommand.js +3 -9
  10. package/dist-es/commands/DeleteAppAuthorizationCommand.js +3 -9
  11. package/dist-es/commands/DeleteAppBundleCommand.js +3 -9
  12. package/dist-es/commands/DeleteIngestionCommand.js +3 -9
  13. package/dist-es/commands/DeleteIngestionDestinationCommand.js +3 -9
  14. package/dist-es/commands/GetAppAuthorizationCommand.js +3 -9
  15. package/dist-es/commands/GetAppBundleCommand.js +3 -9
  16. package/dist-es/commands/GetIngestionCommand.js +3 -9
  17. package/dist-es/commands/GetIngestionDestinationCommand.js +3 -9
  18. package/dist-es/commands/ListAppAuthorizationsCommand.js +3 -9
  19. package/dist-es/commands/ListAppBundlesCommand.js +3 -9
  20. package/dist-es/commands/ListIngestionDestinationsCommand.js +3 -9
  21. package/dist-es/commands/ListIngestionsCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/StartIngestionCommand.js +3 -9
  24. package/dist-es/commands/StartUserAccessTasksCommand.js +3 -10
  25. package/dist-es/commands/StopIngestionCommand.js +3 -9
  26. package/dist-es/commands/TagResourceCommand.js +3 -9
  27. package/dist-es/commands/UntagResourceCommand.js +3 -9
  28. package/dist-es/commands/UpdateAppAuthorizationCommand.js +3 -10
  29. package/dist-es/commands/UpdateIngestionDestinationCommand.js +3 -9
  30. package/dist-es/models/models_0.js +0 -51
  31. package/dist-es/runtimeConfig.shared.js +2 -0
  32. package/dist-es/schemas/schemas_0.js +1059 -0
  33. package/dist-types/AppFabricClient.d.ts +10 -1
  34. package/dist-types/models/models_0.d.ts +0 -40
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  36. package/dist-types/runtimeConfig.d.ts +1 -0
  37. package/dist-types/runtimeConfig.native.d.ts +1 -0
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  39. package/dist-types/schemas/schemas_0.d.ts +125 -0
  40. package/dist-types/ts3.4/AppFabricClient.d.ts +4 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -26
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
  47. package/package.json +2 -3
  48. package/dist-es/protocols/Aws_restJson1.js +0 -887
  49. package/dist-types/protocols/Aws_restJson1.d.ts +0 -236
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -317
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class AppFabricClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +110,14 @@ class AppFabricClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class AppFabricServiceException extends smithyClient.ServiceException {
113
+ let AppFabricServiceException$1 = class AppFabricServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, AppFabricServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
- class AccessDeniedException extends AppFabricServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends AppFabricServiceException$1 {
122
121
  name = "AccessDeniedException";
123
122
  $fault = "client";
124
123
  constructor(opts) {
@@ -129,7 +128,7 @@ class AccessDeniedException extends AppFabricServiceException {
129
128
  });
130
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
130
  }
132
- }
131
+ };
133
132
  const AuthType = {
134
133
  API_KEY: "apiKey",
135
134
  OAUTH2: "oauth2",
@@ -168,7 +167,7 @@ const ResultStatus = {
168
167
  FAILED: "FAILED",
169
168
  IN_PROGRESS: "IN_PROGRESS",
170
169
  };
171
- class InternalServerException extends AppFabricServiceException {
170
+ let InternalServerException$1 = class InternalServerException extends AppFabricServiceException$1 {
172
171
  name = "InternalServerException";
173
172
  $fault = "server";
174
173
  $retryable = {};
@@ -182,8 +181,8 @@ class InternalServerException extends AppFabricServiceException {
182
181
  Object.setPrototypeOf(this, InternalServerException.prototype);
183
182
  this.retryAfterSeconds = opts.retryAfterSeconds;
184
183
  }
185
- }
186
- class ResourceNotFoundException extends AppFabricServiceException {
184
+ };
185
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppFabricServiceException$1 {
187
186
  name = "ResourceNotFoundException";
188
187
  $fault = "client";
189
188
  resourceId;
@@ -198,8 +197,8 @@ class ResourceNotFoundException extends AppFabricServiceException {
198
197
  this.resourceId = opts.resourceId;
199
198
  this.resourceType = opts.resourceType;
200
199
  }
201
- }
202
- class ThrottlingException extends AppFabricServiceException {
200
+ };
201
+ let ThrottlingException$1 = class ThrottlingException extends AppFabricServiceException$1 {
203
202
  name = "ThrottlingException";
204
203
  $fault = "client";
205
204
  $retryable = {
@@ -219,14 +218,14 @@ class ThrottlingException extends AppFabricServiceException {
219
218
  this.quotaCode = opts.quotaCode;
220
219
  this.retryAfterSeconds = opts.retryAfterSeconds;
221
220
  }
222
- }
221
+ };
223
222
  const ValidationExceptionReason = {
224
223
  CANNOT_PARSE: "cannotParse",
225
224
  FIELD_VALIDATION_FAILED: "fieldValidationFailed",
226
225
  OTHER: "other",
227
226
  UNKNOWN_OPERATION: "unknownOperation",
228
227
  };
229
- class ValidationException extends AppFabricServiceException {
228
+ let ValidationException$1 = class ValidationException extends AppFabricServiceException$1 {
230
229
  name = "ValidationException";
231
230
  $fault = "client";
232
231
  reason;
@@ -241,8 +240,8 @@ class ValidationException extends AppFabricServiceException {
241
240
  this.reason = opts.reason;
242
241
  this.fieldList = opts.fieldList;
243
242
  }
244
- }
245
- class ConflictException extends AppFabricServiceException {
243
+ };
244
+ let ConflictException$1 = class ConflictException extends AppFabricServiceException$1 {
246
245
  name = "ConflictException";
247
246
  $fault = "client";
248
247
  resourceId;
@@ -257,7 +256,7 @@ class ConflictException extends AppFabricServiceException {
257
256
  this.resourceId = opts.resourceId;
258
257
  this.resourceType = opts.resourceType;
259
258
  }
260
- }
259
+ };
261
260
  exports.Credential = void 0;
262
261
  (function (Credential) {
263
262
  Credential.visit = (value, visitor) => {
@@ -268,7 +267,7 @@ exports.Credential = void 0;
268
267
  return visitor._(value.$unknown[0], value.$unknown[1]);
269
268
  };
270
269
  })(exports.Credential || (exports.Credential = {}));
271
- class ServiceQuotaExceededException extends AppFabricServiceException {
270
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends AppFabricServiceException$1 {
272
271
  name = "ServiceQuotaExceededException";
273
272
  $fault = "client";
274
273
  resourceId;
@@ -287,7 +286,7 @@ class ServiceQuotaExceededException extends AppFabricServiceException {
287
286
  this.serviceCode = opts.serviceCode;
288
287
  this.quotaCode = opts.quotaCode;
289
288
  }
290
- }
289
+ };
291
290
  const IngestionType = {
292
291
  AUDIT_LOG: "auditLog",
293
292
  };
@@ -315,952 +314,1070 @@ const IngestionDestinationStatus = {
315
314
  ACTIVE: "Active",
316
315
  FAILED: "Failed",
317
316
  };
318
- const ApiKeyCredentialFilterSensitiveLog = (obj) => ({
319
- ...obj,
320
- ...(obj.apiKey && { apiKey: smithyClient.SENSITIVE_STRING }),
321
- });
322
- const AuthRequestFilterSensitiveLog = (obj) => ({
323
- ...obj,
324
- ...(obj.code && { code: smithyClient.SENSITIVE_STRING }),
325
- });
326
- const UserAccessResultItemFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- ...(obj.email && { email: smithyClient.SENSITIVE_STRING }),
329
- ...(obj.userId && { userId: smithyClient.SENSITIVE_STRING }),
330
- ...(obj.userFullName && { userFullName: smithyClient.SENSITIVE_STRING }),
331
- ...(obj.userFirstName && { userFirstName: smithyClient.SENSITIVE_STRING }),
332
- ...(obj.userLastName && { userLastName: smithyClient.SENSITIVE_STRING }),
333
- });
334
- const BatchGetUserAccessTasksResponseFilterSensitiveLog = (obj) => ({
335
- ...obj,
336
- ...(obj.userAccessResultsList && {
337
- userAccessResultsList: obj.userAccessResultsList.map((item) => UserAccessResultItemFilterSensitiveLog(item)),
338
- }),
339
- });
340
- const ConnectAppAuthorizationRequestFilterSensitiveLog = (obj) => ({
341
- ...obj,
342
- ...(obj.authRequest && { authRequest: AuthRequestFilterSensitiveLog(obj.authRequest) }),
343
- });
344
- const Oauth2CredentialFilterSensitiveLog = (obj) => ({
345
- ...obj,
346
- ...(obj.clientSecret && { clientSecret: smithyClient.SENSITIVE_STRING }),
347
- });
348
- const CredentialFilterSensitiveLog = (obj) => {
349
- if (obj.oauth2Credential !== undefined)
350
- return { oauth2Credential: Oauth2CredentialFilterSensitiveLog(obj.oauth2Credential) };
351
- if (obj.apiKeyCredential !== undefined)
352
- return { apiKeyCredential: ApiKeyCredentialFilterSensitiveLog(obj.apiKeyCredential) };
353
- if (obj.$unknown !== undefined)
354
- return { [obj.$unknown[0]]: "UNKNOWN" };
355
- };
356
- const CreateAppAuthorizationRequestFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- ...(obj.credential && { credential: CredentialFilterSensitiveLog(obj.credential) }),
359
- });
360
- const StartUserAccessTasksRequestFilterSensitiveLog = (obj) => ({
361
- ...obj,
362
- ...(obj.email && { email: smithyClient.SENSITIVE_STRING }),
363
- });
364
- const UpdateAppAuthorizationRequestFilterSensitiveLog = (obj) => ({
365
- ...obj,
366
- ...(obj.credential && { credential: CredentialFilterSensitiveLog(obj.credential) }),
367
- });
368
317
 
369
- const se_BatchGetUserAccessTasksCommand = async (input, context) => {
370
- const b = core.requestBuilder(input, context);
371
- const headers = {
372
- "content-type": "application/json",
373
- };
374
- b.bp("/useraccess/batchget");
375
- let body;
376
- body = JSON.stringify(smithyClient.take(input, {
377
- appBundleIdentifier: [],
378
- taskIdList: (_) => smithyClient._json(_),
379
- }));
380
- b.m("POST").h(headers).b(body);
381
- return b.build();
382
- };
383
- const se_ConnectAppAuthorizationCommand = async (input, context) => {
384
- const b = core.requestBuilder(input, context);
385
- const headers = {
386
- "content-type": "application/json",
387
- };
388
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect");
389
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
390
- b.p("appAuthorizationIdentifier", () => input.appAuthorizationIdentifier, "{appAuthorizationIdentifier}", false);
391
- let body;
392
- body = JSON.stringify(smithyClient.take(input, {
393
- authRequest: (_) => smithyClient._json(_),
394
- }));
395
- b.m("POST").h(headers).b(body);
396
- return b.build();
397
- };
398
- const se_CreateAppAuthorizationCommand = async (input, context) => {
399
- const b = core.requestBuilder(input, context);
400
- const headers = {
401
- "content-type": "application/json",
402
- };
403
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations");
404
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
405
- let body;
406
- body = JSON.stringify(smithyClient.take(input, {
407
- app: [],
408
- authType: [],
409
- clientToken: [true, (_) => _ ?? uuid.v4()],
410
- credential: (_) => smithyClient._json(_),
411
- tags: (_) => smithyClient._json(_),
412
- tenant: (_) => smithyClient._json(_),
413
- }));
414
- b.m("POST").h(headers).b(body);
415
- return b.build();
416
- };
417
- const se_CreateAppBundleCommand = async (input, context) => {
418
- const b = core.requestBuilder(input, context);
419
- const headers = {
420
- "content-type": "application/json",
421
- };
422
- b.bp("/appbundles");
423
- let body;
424
- body = JSON.stringify(smithyClient.take(input, {
425
- clientToken: [true, (_) => _ ?? uuid.v4()],
426
- customerManagedKeyIdentifier: [],
427
- tags: (_) => smithyClient._json(_),
428
- }));
429
- b.m("POST").h(headers).b(body);
430
- return b.build();
431
- };
432
- const se_CreateIngestionCommand = async (input, context) => {
433
- const b = core.requestBuilder(input, context);
434
- const headers = {
435
- "content-type": "application/json",
436
- };
437
- b.bp("/appbundles/{appBundleIdentifier}/ingestions");
438
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
439
- let body;
440
- body = JSON.stringify(smithyClient.take(input, {
441
- app: [],
442
- clientToken: [true, (_) => _ ?? uuid.v4()],
443
- ingestionType: [],
444
- tags: (_) => smithyClient._json(_),
445
- tenantId: [],
446
- }));
447
- b.m("POST").h(headers).b(body);
448
- return b.build();
449
- };
450
- const se_CreateIngestionDestinationCommand = async (input, context) => {
451
- const b = core.requestBuilder(input, context);
452
- const headers = {
453
- "content-type": "application/json",
454
- };
455
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations");
456
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
457
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
458
- let body;
459
- body = JSON.stringify(smithyClient.take(input, {
460
- clientToken: [true, (_) => _ ?? uuid.v4()],
461
- destinationConfiguration: (_) => smithyClient._json(_),
462
- processingConfiguration: (_) => smithyClient._json(_),
463
- tags: (_) => smithyClient._json(_),
464
- }));
465
- b.m("POST").h(headers).b(body);
466
- return b.build();
467
- };
468
- const se_DeleteAppAuthorizationCommand = async (input, context) => {
469
- const b = core.requestBuilder(input, context);
470
- const headers = {};
471
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}");
472
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
473
- b.p("appAuthorizationIdentifier", () => input.appAuthorizationIdentifier, "{appAuthorizationIdentifier}", false);
474
- let body;
475
- b.m("DELETE").h(headers).b(body);
476
- return b.build();
477
- };
478
- const se_DeleteAppBundleCommand = async (input, context) => {
479
- const b = core.requestBuilder(input, context);
480
- const headers = {};
481
- b.bp("/appbundles/{appBundleIdentifier}");
482
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
483
- let body;
484
- b.m("DELETE").h(headers).b(body);
485
- return b.build();
486
- };
487
- const se_DeleteIngestionCommand = async (input, context) => {
488
- const b = core.requestBuilder(input, context);
489
- const headers = {};
490
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}");
491
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
492
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
493
- let body;
494
- b.m("DELETE").h(headers).b(body);
495
- return b.build();
496
- };
497
- const se_DeleteIngestionDestinationCommand = async (input, context) => {
498
- const b = core.requestBuilder(input, context);
499
- const headers = {};
500
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}");
501
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
502
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
503
- b.p("ingestionDestinationIdentifier", () => input.ingestionDestinationIdentifier, "{ingestionDestinationIdentifier}", false);
504
- let body;
505
- b.m("DELETE").h(headers).b(body);
506
- return b.build();
507
- };
508
- const se_GetAppAuthorizationCommand = async (input, context) => {
509
- const b = core.requestBuilder(input, context);
510
- const headers = {};
511
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}");
512
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
513
- b.p("appAuthorizationIdentifier", () => input.appAuthorizationIdentifier, "{appAuthorizationIdentifier}", false);
514
- let body;
515
- b.m("GET").h(headers).b(body);
516
- return b.build();
517
- };
518
- const se_GetAppBundleCommand = async (input, context) => {
519
- const b = core.requestBuilder(input, context);
520
- const headers = {};
521
- b.bp("/appbundles/{appBundleIdentifier}");
522
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
523
- let body;
524
- b.m("GET").h(headers).b(body);
525
- return b.build();
526
- };
527
- const se_GetIngestionCommand = async (input, context) => {
528
- const b = core.requestBuilder(input, context);
529
- const headers = {};
530
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}");
531
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
532
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
533
- let body;
534
- b.m("GET").h(headers).b(body);
535
- return b.build();
536
- };
537
- const se_GetIngestionDestinationCommand = async (input, context) => {
538
- const b = core.requestBuilder(input, context);
539
- const headers = {};
540
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}");
541
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
542
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
543
- b.p("ingestionDestinationIdentifier", () => input.ingestionDestinationIdentifier, "{ingestionDestinationIdentifier}", false);
544
- let body;
545
- b.m("GET").h(headers).b(body);
546
- return b.build();
547
- };
548
- const se_ListAppAuthorizationsCommand = async (input, context) => {
549
- const b = core.requestBuilder(input, context);
550
- const headers = {};
551
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations");
552
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
553
- const query = smithyClient.map({
554
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
555
- [_nT]: [, input[_nT]],
556
- });
557
- let body;
558
- b.m("GET").h(headers).q(query).b(body);
559
- return b.build();
560
- };
561
- const se_ListAppBundlesCommand = async (input, context) => {
562
- const b = core.requestBuilder(input, context);
563
- const headers = {};
564
- b.bp("/appbundles");
565
- const query = smithyClient.map({
566
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
567
- [_nT]: [, input[_nT]],
568
- });
569
- let body;
570
- b.m("GET").h(headers).q(query).b(body);
571
- return b.build();
572
- };
573
- const se_ListIngestionDestinationsCommand = async (input, context) => {
574
- const b = core.requestBuilder(input, context);
575
- const headers = {};
576
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations");
577
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
578
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
579
- const query = smithyClient.map({
580
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
581
- [_nT]: [, input[_nT]],
582
- });
583
- let body;
584
- b.m("GET").h(headers).q(query).b(body);
585
- return b.build();
586
- };
587
- const se_ListIngestionsCommand = async (input, context) => {
588
- const b = core.requestBuilder(input, context);
589
- const headers = {};
590
- b.bp("/appbundles/{appBundleIdentifier}/ingestions");
591
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
592
- const query = smithyClient.map({
593
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
594
- [_nT]: [, input[_nT]],
595
- });
596
- let body;
597
- b.m("GET").h(headers).q(query).b(body);
598
- return b.build();
599
- };
600
- const se_ListTagsForResourceCommand = async (input, context) => {
601
- const b = core.requestBuilder(input, context);
602
- const headers = {};
603
- b.bp("/tags/{resourceArn}");
604
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
605
- let body;
606
- b.m("GET").h(headers).b(body);
607
- return b.build();
608
- };
609
- const se_StartIngestionCommand = async (input, context) => {
610
- const b = core.requestBuilder(input, context);
611
- const headers = {};
612
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start");
613
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
614
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
615
- let body;
616
- b.m("POST").h(headers).b(body);
617
- return b.build();
618
- };
619
- const se_StartUserAccessTasksCommand = async (input, context) => {
620
- const b = core.requestBuilder(input, context);
621
- const headers = {
622
- "content-type": "application/json",
623
- };
624
- b.bp("/useraccess/start");
625
- let body;
626
- body = JSON.stringify(smithyClient.take(input, {
627
- appBundleIdentifier: [],
628
- email: [],
629
- }));
630
- b.m("POST").h(headers).b(body);
631
- return b.build();
632
- };
633
- const se_StopIngestionCommand = async (input, context) => {
634
- const b = core.requestBuilder(input, context);
635
- const headers = {};
636
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop");
637
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
638
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
639
- let body;
640
- b.m("POST").h(headers).b(body);
641
- return b.build();
642
- };
643
- const se_TagResourceCommand = async (input, context) => {
644
- const b = core.requestBuilder(input, context);
645
- const headers = {
646
- "content-type": "application/json",
647
- };
648
- b.bp("/tags/{resourceArn}");
649
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
650
- let body;
651
- body = JSON.stringify(smithyClient.take(input, {
652
- tags: (_) => smithyClient._json(_),
653
- }));
654
- b.m("POST").h(headers).b(body);
655
- return b.build();
656
- };
657
- const se_UntagResourceCommand = async (input, context) => {
658
- const b = core.requestBuilder(input, context);
659
- const headers = {};
660
- b.bp("/tags/{resourceArn}");
661
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
662
- const query = smithyClient.map({
663
- [_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
664
- });
665
- let body;
666
- b.m("DELETE").h(headers).q(query).b(body);
667
- return b.build();
668
- };
669
- const se_UpdateAppAuthorizationCommand = async (input, context) => {
670
- const b = core.requestBuilder(input, context);
671
- const headers = {
672
- "content-type": "application/json",
673
- };
674
- b.bp("/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}");
675
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
676
- b.p("appAuthorizationIdentifier", () => input.appAuthorizationIdentifier, "{appAuthorizationIdentifier}", false);
677
- let body;
678
- body = JSON.stringify(smithyClient.take(input, {
679
- credential: (_) => smithyClient._json(_),
680
- tenant: (_) => smithyClient._json(_),
681
- }));
682
- b.m("PATCH").h(headers).b(body);
683
- return b.build();
684
- };
685
- const se_UpdateIngestionDestinationCommand = async (input, context) => {
686
- const b = core.requestBuilder(input, context);
687
- const headers = {
688
- "content-type": "application/json",
689
- };
690
- b.bp("/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}");
691
- b.p("appBundleIdentifier", () => input.appBundleIdentifier, "{appBundleIdentifier}", false);
692
- b.p("ingestionIdentifier", () => input.ingestionIdentifier, "{ingestionIdentifier}", false);
693
- b.p("ingestionDestinationIdentifier", () => input.ingestionDestinationIdentifier, "{ingestionDestinationIdentifier}", false);
694
- let body;
695
- body = JSON.stringify(smithyClient.take(input, {
696
- destinationConfiguration: (_) => smithyClient._json(_),
697
- }));
698
- b.m("PATCH").h(headers).b(body);
699
- return b.build();
700
- };
701
- const de_BatchGetUserAccessTasksCommand = async (output, context) => {
702
- if (output.statusCode !== 200 && output.statusCode >= 300) {
703
- return de_CommandError(output, context);
704
- }
705
- const contents = smithyClient.map({
706
- $metadata: deserializeMetadata(output),
707
- });
708
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
709
- const doc = smithyClient.take(data, {
710
- userAccessResultsList: smithyClient._json,
711
- });
712
- Object.assign(contents, doc);
713
- return contents;
714
- };
715
- const de_ConnectAppAuthorizationCommand = async (output, context) => {
716
- if (output.statusCode !== 200 && output.statusCode >= 300) {
717
- return de_CommandError(output, context);
718
- }
719
- const contents = smithyClient.map({
720
- $metadata: deserializeMetadata(output),
721
- });
722
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
723
- const doc = smithyClient.take(data, {
724
- appAuthorizationSummary: (_) => de_AppAuthorizationSummary(_),
725
- });
726
- Object.assign(contents, doc);
727
- return contents;
728
- };
729
- const de_CreateAppAuthorizationCommand = async (output, context) => {
730
- if (output.statusCode !== 201 && output.statusCode >= 300) {
731
- return de_CommandError(output, context);
732
- }
733
- const contents = smithyClient.map({
734
- $metadata: deserializeMetadata(output),
735
- });
736
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
737
- const doc = smithyClient.take(data, {
738
- appAuthorization: (_) => de_AppAuthorization(_),
739
- });
740
- Object.assign(contents, doc);
741
- return contents;
742
- };
743
- const de_CreateAppBundleCommand = async (output, context) => {
744
- if (output.statusCode !== 201 && output.statusCode >= 300) {
745
- return de_CommandError(output, context);
746
- }
747
- const contents = smithyClient.map({
748
- $metadata: deserializeMetadata(output),
749
- });
750
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
751
- const doc = smithyClient.take(data, {
752
- appBundle: smithyClient._json,
753
- });
754
- Object.assign(contents, doc);
755
- return contents;
756
- };
757
- const de_CreateIngestionCommand = async (output, context) => {
758
- if (output.statusCode !== 201 && output.statusCode >= 300) {
759
- return de_CommandError(output, context);
760
- }
761
- const contents = smithyClient.map({
762
- $metadata: deserializeMetadata(output),
763
- });
764
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
765
- const doc = smithyClient.take(data, {
766
- ingestion: (_) => de_Ingestion(_),
767
- });
768
- Object.assign(contents, doc);
769
- return contents;
770
- };
771
- const de_CreateIngestionDestinationCommand = async (output, context) => {
772
- if (output.statusCode !== 201 && output.statusCode >= 300) {
773
- return de_CommandError(output, context);
774
- }
775
- const contents = smithyClient.map({
776
- $metadata: deserializeMetadata(output),
777
- });
778
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
779
- const doc = smithyClient.take(data, {
780
- ingestionDestination: (_) => de_IngestionDestination(_),
781
- });
782
- Object.assign(contents, doc);
783
- return contents;
784
- };
785
- const de_DeleteAppAuthorizationCommand = async (output, context) => {
786
- if (output.statusCode !== 204 && output.statusCode >= 300) {
787
- return de_CommandError(output, context);
788
- }
789
- const contents = smithyClient.map({
790
- $metadata: deserializeMetadata(output),
791
- });
792
- await smithyClient.collectBody(output.body, context);
793
- return contents;
794
- };
795
- const de_DeleteAppBundleCommand = async (output, context) => {
796
- if (output.statusCode !== 204 && output.statusCode >= 300) {
797
- return de_CommandError(output, context);
798
- }
799
- const contents = smithyClient.map({
800
- $metadata: deserializeMetadata(output),
801
- });
802
- await smithyClient.collectBody(output.body, context);
803
- return contents;
804
- };
805
- const de_DeleteIngestionCommand = async (output, context) => {
806
- if (output.statusCode !== 204 && output.statusCode >= 300) {
807
- return de_CommandError(output, context);
808
- }
809
- const contents = smithyClient.map({
810
- $metadata: deserializeMetadata(output),
811
- });
812
- await smithyClient.collectBody(output.body, context);
813
- return contents;
814
- };
815
- const de_DeleteIngestionDestinationCommand = async (output, context) => {
816
- if (output.statusCode !== 204 && output.statusCode >= 300) {
817
- return de_CommandError(output, context);
818
- }
819
- const contents = smithyClient.map({
820
- $metadata: deserializeMetadata(output),
821
- });
822
- await smithyClient.collectBody(output.body, context);
823
- return contents;
824
- };
825
- const de_GetAppAuthorizationCommand = async (output, context) => {
826
- if (output.statusCode !== 200 && output.statusCode >= 300) {
827
- return de_CommandError(output, context);
828
- }
829
- const contents = smithyClient.map({
830
- $metadata: deserializeMetadata(output),
831
- });
832
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
833
- const doc = smithyClient.take(data, {
834
- appAuthorization: (_) => de_AppAuthorization(_),
835
- });
836
- Object.assign(contents, doc);
837
- return contents;
838
- };
839
- const de_GetAppBundleCommand = async (output, context) => {
840
- if (output.statusCode !== 200 && output.statusCode >= 300) {
841
- return de_CommandError(output, context);
842
- }
843
- const contents = smithyClient.map({
844
- $metadata: deserializeMetadata(output),
845
- });
846
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
847
- const doc = smithyClient.take(data, {
848
- appBundle: smithyClient._json,
849
- });
850
- Object.assign(contents, doc);
851
- return contents;
852
- };
853
- const de_GetIngestionCommand = async (output, context) => {
854
- if (output.statusCode !== 200 && output.statusCode >= 300) {
855
- return de_CommandError(output, context);
856
- }
857
- const contents = smithyClient.map({
858
- $metadata: deserializeMetadata(output),
859
- });
860
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
861
- const doc = smithyClient.take(data, {
862
- ingestion: (_) => de_Ingestion(_),
863
- });
864
- Object.assign(contents, doc);
865
- return contents;
866
- };
867
- const de_GetIngestionDestinationCommand = async (output, context) => {
868
- if (output.statusCode !== 200 && output.statusCode >= 300) {
869
- return de_CommandError(output, context);
870
- }
871
- const contents = smithyClient.map({
872
- $metadata: deserializeMetadata(output),
873
- });
874
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
875
- const doc = smithyClient.take(data, {
876
- ingestionDestination: (_) => de_IngestionDestination(_),
877
- });
878
- Object.assign(contents, doc);
879
- return contents;
880
- };
881
- const de_ListAppAuthorizationsCommand = async (output, context) => {
882
- if (output.statusCode !== 200 && output.statusCode >= 300) {
883
- return de_CommandError(output, context);
884
- }
885
- const contents = smithyClient.map({
886
- $metadata: deserializeMetadata(output),
887
- });
888
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
889
- const doc = smithyClient.take(data, {
890
- appAuthorizationSummaryList: (_) => de_AppAuthorizationSummaryList(_),
891
- nextToken: smithyClient.expectString,
892
- });
893
- Object.assign(contents, doc);
894
- return contents;
895
- };
896
- const de_ListAppBundlesCommand = async (output, context) => {
897
- if (output.statusCode !== 200 && output.statusCode >= 300) {
898
- return de_CommandError(output, context);
899
- }
900
- const contents = smithyClient.map({
901
- $metadata: deserializeMetadata(output),
902
- });
903
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
904
- const doc = smithyClient.take(data, {
905
- appBundleSummaryList: smithyClient._json,
906
- nextToken: smithyClient.expectString,
907
- });
908
- Object.assign(contents, doc);
909
- return contents;
910
- };
911
- const de_ListIngestionDestinationsCommand = async (output, context) => {
912
- if (output.statusCode !== 200 && output.statusCode >= 300) {
913
- return de_CommandError(output, context);
914
- }
915
- const contents = smithyClient.map({
916
- $metadata: deserializeMetadata(output),
917
- });
918
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
919
- const doc = smithyClient.take(data, {
920
- ingestionDestinations: smithyClient._json,
921
- nextToken: smithyClient.expectString,
922
- });
923
- Object.assign(contents, doc);
924
- return contents;
925
- };
926
- const de_ListIngestionsCommand = async (output, context) => {
927
- if (output.statusCode !== 200 && output.statusCode >= 300) {
928
- return de_CommandError(output, context);
929
- }
930
- const contents = smithyClient.map({
931
- $metadata: deserializeMetadata(output),
932
- });
933
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
934
- const doc = smithyClient.take(data, {
935
- ingestions: smithyClient._json,
936
- nextToken: smithyClient.expectString,
937
- });
938
- Object.assign(contents, doc);
939
- return contents;
940
- };
941
- const de_ListTagsForResourceCommand = async (output, context) => {
942
- if (output.statusCode !== 200 && output.statusCode >= 300) {
943
- return de_CommandError(output, context);
944
- }
945
- const contents = smithyClient.map({
946
- $metadata: deserializeMetadata(output),
947
- });
948
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
949
- const doc = smithyClient.take(data, {
950
- tags: smithyClient._json,
951
- });
952
- Object.assign(contents, doc);
953
- return contents;
954
- };
955
- const de_StartIngestionCommand = async (output, context) => {
956
- if (output.statusCode !== 200 && output.statusCode >= 300) {
957
- return de_CommandError(output, context);
958
- }
959
- const contents = smithyClient.map({
960
- $metadata: deserializeMetadata(output),
961
- });
962
- await smithyClient.collectBody(output.body, context);
963
- return contents;
964
- };
965
- const de_StartUserAccessTasksCommand = async (output, context) => {
966
- if (output.statusCode !== 201 && output.statusCode >= 300) {
967
- return de_CommandError(output, context);
968
- }
969
- const contents = smithyClient.map({
970
- $metadata: deserializeMetadata(output),
971
- });
972
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
973
- const doc = smithyClient.take(data, {
974
- userAccessTasksList: smithyClient._json,
975
- });
976
- Object.assign(contents, doc);
977
- return contents;
978
- };
979
- const de_StopIngestionCommand = async (output, context) => {
980
- if (output.statusCode !== 200 && output.statusCode >= 300) {
981
- return de_CommandError(output, context);
982
- }
983
- const contents = smithyClient.map({
984
- $metadata: deserializeMetadata(output),
985
- });
986
- await smithyClient.collectBody(output.body, context);
987
- return contents;
988
- };
989
- const de_TagResourceCommand = async (output, context) => {
990
- if (output.statusCode !== 200 && output.statusCode >= 300) {
991
- return de_CommandError(output, context);
992
- }
993
- const contents = smithyClient.map({
994
- $metadata: deserializeMetadata(output),
995
- });
996
- await smithyClient.collectBody(output.body, context);
997
- return contents;
998
- };
999
- const de_UntagResourceCommand = async (output, context) => {
1000
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1001
- return de_CommandError(output, context);
1002
- }
1003
- const contents = smithyClient.map({
1004
- $metadata: deserializeMetadata(output),
1005
- });
1006
- await smithyClient.collectBody(output.body, context);
1007
- return contents;
1008
- };
1009
- const de_UpdateAppAuthorizationCommand = async (output, context) => {
1010
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1011
- return de_CommandError(output, context);
1012
- }
1013
- const contents = smithyClient.map({
1014
- $metadata: deserializeMetadata(output),
1015
- });
1016
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1017
- const doc = smithyClient.take(data, {
1018
- appAuthorization: (_) => de_AppAuthorization(_),
1019
- });
1020
- Object.assign(contents, doc);
1021
- return contents;
1022
- };
1023
- const de_UpdateIngestionDestinationCommand = async (output, context) => {
1024
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1025
- return de_CommandError(output, context);
1026
- }
1027
- const contents = smithyClient.map({
1028
- $metadata: deserializeMetadata(output),
1029
- });
1030
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1031
- const doc = smithyClient.take(data, {
1032
- ingestionDestination: (_) => de_IngestionDestination(_),
1033
- });
1034
- Object.assign(contents, doc);
1035
- return contents;
1036
- };
1037
- const de_CommandError = async (output, context) => {
1038
- const parsedOutput = {
1039
- ...output,
1040
- body: await core$1.parseJsonErrorBody(output.body, context),
1041
- };
1042
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1043
- switch (errorCode) {
1044
- case "AccessDeniedException":
1045
- case "com.amazonaws.appfabric#AccessDeniedException":
1046
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1047
- case "InternalServerException":
1048
- case "com.amazonaws.appfabric#InternalServerException":
1049
- throw await de_InternalServerExceptionRes(parsedOutput);
1050
- case "ResourceNotFoundException":
1051
- case "com.amazonaws.appfabric#ResourceNotFoundException":
1052
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1053
- case "ThrottlingException":
1054
- case "com.amazonaws.appfabric#ThrottlingException":
1055
- throw await de_ThrottlingExceptionRes(parsedOutput);
1056
- case "ValidationException":
1057
- case "com.amazonaws.appfabric#ValidationException":
1058
- throw await de_ValidationExceptionRes(parsedOutput);
1059
- case "ConflictException":
1060
- case "com.amazonaws.appfabric#ConflictException":
1061
- throw await de_ConflictExceptionRes(parsedOutput);
1062
- case "ServiceQuotaExceededException":
1063
- case "com.amazonaws.appfabric#ServiceQuotaExceededException":
1064
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1065
- default:
1066
- const parsedBody = parsedOutput.body;
1067
- return throwDefaultError({
1068
- output,
1069
- parsedBody,
1070
- errorCode,
1071
- });
1072
- }
1073
- };
1074
- const throwDefaultError = smithyClient.withBaseException(AppFabricServiceException);
1075
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1076
- const contents = smithyClient.map({});
1077
- const data = parsedOutput.body;
1078
- const doc = smithyClient.take(data, {
1079
- message: smithyClient.expectString,
1080
- });
1081
- Object.assign(contents, doc);
1082
- const exception = new AccessDeniedException({
1083
- $metadata: deserializeMetadata(parsedOutput),
1084
- ...contents,
1085
- });
1086
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1087
- };
1088
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1089
- const contents = smithyClient.map({});
1090
- const data = parsedOutput.body;
1091
- const doc = smithyClient.take(data, {
1092
- message: smithyClient.expectString,
1093
- resourceId: smithyClient.expectString,
1094
- resourceType: smithyClient.expectString,
1095
- });
1096
- Object.assign(contents, doc);
1097
- const exception = new ConflictException({
1098
- $metadata: deserializeMetadata(parsedOutput),
1099
- ...contents,
1100
- });
1101
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1102
- };
1103
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1104
- const contents = smithyClient.map({
1105
- [_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
1106
- });
1107
- const data = parsedOutput.body;
1108
- const doc = smithyClient.take(data, {
1109
- message: smithyClient.expectString,
1110
- });
1111
- Object.assign(contents, doc);
1112
- const exception = new InternalServerException({
1113
- $metadata: deserializeMetadata(parsedOutput),
1114
- ...contents,
1115
- });
1116
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1117
- };
1118
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1119
- const contents = smithyClient.map({});
1120
- const data = parsedOutput.body;
1121
- const doc = smithyClient.take(data, {
1122
- message: smithyClient.expectString,
1123
- resourceId: smithyClient.expectString,
1124
- resourceType: smithyClient.expectString,
1125
- });
1126
- Object.assign(contents, doc);
1127
- const exception = new ResourceNotFoundException({
1128
- $metadata: deserializeMetadata(parsedOutput),
1129
- ...contents,
1130
- });
1131
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1132
- };
1133
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1134
- const contents = smithyClient.map({});
1135
- const data = parsedOutput.body;
1136
- const doc = smithyClient.take(data, {
1137
- message: smithyClient.expectString,
1138
- quotaCode: smithyClient.expectString,
1139
- resourceId: smithyClient.expectString,
1140
- resourceType: smithyClient.expectString,
1141
- serviceCode: smithyClient.expectString,
1142
- });
1143
- Object.assign(contents, doc);
1144
- const exception = new ServiceQuotaExceededException({
1145
- $metadata: deserializeMetadata(parsedOutput),
1146
- ...contents,
1147
- });
1148
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1149
- };
1150
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1151
- const contents = smithyClient.map({
1152
- [_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
1153
- });
1154
- const data = parsedOutput.body;
1155
- const doc = smithyClient.take(data, {
1156
- message: smithyClient.expectString,
1157
- quotaCode: smithyClient.expectString,
1158
- serviceCode: smithyClient.expectString,
1159
- });
1160
- Object.assign(contents, doc);
1161
- const exception = new ThrottlingException({
1162
- $metadata: deserializeMetadata(parsedOutput),
1163
- ...contents,
1164
- });
1165
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1166
- };
1167
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1168
- const contents = smithyClient.map({});
1169
- const data = parsedOutput.body;
1170
- const doc = smithyClient.take(data, {
1171
- fieldList: smithyClient._json,
1172
- message: smithyClient.expectString,
1173
- reason: smithyClient.expectString,
1174
- });
1175
- Object.assign(contents, doc);
1176
- const exception = new ValidationException({
1177
- $metadata: deserializeMetadata(parsedOutput),
1178
- ...contents,
1179
- });
1180
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1181
- };
1182
- const de_AppAuthorization = (output, context) => {
1183
- return smithyClient.take(output, {
1184
- app: smithyClient.expectString,
1185
- appAuthorizationArn: smithyClient.expectString,
1186
- appBundleArn: smithyClient.expectString,
1187
- authType: smithyClient.expectString,
1188
- authUrl: smithyClient.expectString,
1189
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1190
- persona: smithyClient.expectString,
1191
- status: smithyClient.expectString,
1192
- tenant: smithyClient._json,
1193
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1194
- });
1195
- };
1196
- const de_AppAuthorizationSummary = (output, context) => {
1197
- return smithyClient.take(output, {
1198
- app: smithyClient.expectString,
1199
- appAuthorizationArn: smithyClient.expectString,
1200
- appBundleArn: smithyClient.expectString,
1201
- status: smithyClient.expectString,
1202
- tenant: smithyClient._json,
1203
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1204
- });
1205
- };
1206
- const de_AppAuthorizationSummaryList = (output, context) => {
1207
- const retVal = (output || [])
1208
- .filter((e) => e != null)
1209
- .map((entry) => {
1210
- return de_AppAuthorizationSummary(entry);
1211
- });
1212
- return retVal;
1213
- };
1214
- const de_Ingestion = (output, context) => {
1215
- return smithyClient.take(output, {
1216
- app: smithyClient.expectString,
1217
- appBundleArn: smithyClient.expectString,
1218
- arn: smithyClient.expectString,
1219
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1220
- ingestionType: smithyClient.expectString,
1221
- state: smithyClient.expectString,
1222
- tenantId: smithyClient.expectString,
1223
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1224
- });
1225
- };
1226
- const de_IngestionDestination = (output, context) => {
1227
- return smithyClient.take(output, {
1228
- arn: smithyClient.expectString,
1229
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1230
- destinationConfiguration: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1231
- ingestionArn: smithyClient.expectString,
1232
- processingConfiguration: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1233
- status: smithyClient.expectString,
1234
- statusReason: smithyClient.expectString,
1235
- updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1236
- });
1237
- };
1238
- const deserializeMetadata = (output) => ({
1239
- httpStatusCode: output.statusCode,
1240
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1241
- extendedRequestId: output.headers["x-amz-id-2"],
1242
- cfId: output.headers["x-amz-cf-id"],
1243
- });
318
+ const _AA = "AppAuthorization";
319
+ const _AAS = "AppAuthorizationSummary";
320
+ const _AASL = "AppAuthorizationSummaryList";
321
+ const _AB = "AppBundle";
322
+ const _ABS = "AppBundleSummary";
323
+ const _ABSL = "AppBundleSummaryList";
324
+ const _ADE = "AccessDeniedException";
325
+ const _AKC = "ApiKeyCredential";
326
+ const _ALDC = "AuditLogDestinationConfiguration";
327
+ const _ALPC = "AuditLogProcessingConfiguration";
328
+ const _AR = "AuthRequest";
329
+ const _BGUAT = "BatchGetUserAccessTasks";
330
+ const _BGUATR = "BatchGetUserAccessTasksRequest";
331
+ const _BGUATRa = "BatchGetUserAccessTasksResponse";
332
+ const _C = "Credential";
333
+ const _CAA = "ConnectAppAuthorization";
334
+ const _CAAR = "ConnectAppAuthorizationRequest";
335
+ const _CAARo = "ConnectAppAuthorizationResponse";
336
+ const _CAARr = "CreateAppAuthorizationRequest";
337
+ const _CAARre = "CreateAppAuthorizationResponse";
338
+ const _CAAr = "CreateAppAuthorization";
339
+ const _CAB = "CreateAppBundle";
340
+ const _CABR = "CreateAppBundleRequest";
341
+ const _CABRr = "CreateAppBundleResponse";
342
+ const _CE = "ConflictException";
343
+ const _CI = "CreateIngestion";
344
+ const _CID = "CreateIngestionDestination";
345
+ const _CIDR = "CreateIngestionDestinationRequest";
346
+ const _CIDRr = "CreateIngestionDestinationResponse";
347
+ const _CIR = "CreateIngestionRequest";
348
+ const _CIRr = "CreateIngestionResponse";
349
+ const _D = "Destination";
350
+ const _DAA = "DeleteAppAuthorization";
351
+ const _DAAR = "DeleteAppAuthorizationRequest";
352
+ const _DAARe = "DeleteAppAuthorizationResponse";
353
+ const _DAB = "DeleteAppBundle";
354
+ const _DABR = "DeleteAppBundleRequest";
355
+ const _DABRe = "DeleteAppBundleResponse";
356
+ const _DC = "DestinationConfiguration";
357
+ const _DI = "DeleteIngestion";
358
+ const _DID = "DeleteIngestionDestination";
359
+ const _DIDR = "DeleteIngestionDestinationRequest";
360
+ const _DIDRe = "DeleteIngestionDestinationResponse";
361
+ const _DIR = "DeleteIngestionRequest";
362
+ const _DIRe = "DeleteIngestionResponse";
363
+ const _E = "Email";
364
+ const _FS = "FirehoseStream";
365
+ const _GAA = "GetAppAuthorization";
366
+ const _GAAR = "GetAppAuthorizationRequest";
367
+ const _GAARe = "GetAppAuthorizationResponse";
368
+ const _GAB = "GetAppBundle";
369
+ const _GABR = "GetAppBundleRequest";
370
+ const _GABRe = "GetAppBundleResponse";
371
+ const _GI = "GetIngestion";
372
+ const _GID = "GetIngestionDestination";
373
+ const _GIDR = "GetIngestionDestinationRequest";
374
+ const _GIDRe = "GetIngestionDestinationResponse";
375
+ const _GIR = "GetIngestionRequest";
376
+ const _GIRe = "GetIngestionResponse";
377
+ const _I = "Ingestion";
378
+ const _ID = "IngestionDestination";
379
+ const _IDL = "IngestionDestinationList";
380
+ const _IDS = "IngestionDestinationSummary";
381
+ const _IL = "IngestionList";
382
+ const _IS = "IngestionSummary";
383
+ const _ISE = "InternalServerException";
384
+ const _LAA = "ListAppAuthorizations";
385
+ const _LAAR = "ListAppAuthorizationsRequest";
386
+ const _LAARi = "ListAppAuthorizationsResponse";
387
+ const _LAB = "ListAppBundles";
388
+ const _LABR = "ListAppBundlesRequest";
389
+ const _LABRi = "ListAppBundlesResponse";
390
+ const _LI = "ListIngestions";
391
+ const _LID = "ListIngestionDestinations";
392
+ const _LIDR = "ListIngestionDestinationsRequest";
393
+ const _LIDRi = "ListIngestionDestinationsResponse";
394
+ const _LIR = "ListIngestionsRequest";
395
+ const _LIRi = "ListIngestionsResponse";
396
+ const _LTFR = "ListTagsForResource";
397
+ const _LTFRR = "ListTagsForResourceRequest";
398
+ const _LTFRRi = "ListTagsForResourceResponse";
399
+ const _OC = "Oauth2Credential";
400
+ const _PC = "ProcessingConfiguration";
401
+ const _RA = "Retry-After";
402
+ const _RNFE = "ResourceNotFoundException";
403
+ const _SB = "S3Bucket";
404
+ const _SI = "StartIngestion";
405
+ const _SIR = "StartIngestionRequest";
406
+ const _SIRt = "StartIngestionResponse";
407
+ const _SIRto = "StopIngestionRequest";
408
+ const _SIRtop = "StopIngestionResponse";
409
+ const _SIt = "StopIngestion";
410
+ const _SQEE = "ServiceQuotaExceededException";
411
+ const _SS = "SensitiveString2048";
412
+ const _SUAT = "StartUserAccessTasks";
413
+ const _SUATR = "StartUserAccessTasksRequest";
414
+ const _SUATRt = "StartUserAccessTasksResponse";
415
+ const _T = "Tag";
416
+ const _TE = "TaskError";
417
+ const _TEh = "ThrottlingException";
418
+ const _TL = "TagList";
419
+ const _TR = "TagResource";
420
+ const _TRR = "TagResourceRequest";
421
+ const _TRRa = "TagResourceResponse";
422
+ const _Te = "Tenant";
423
+ const _UAA = "UpdateAppAuthorization";
424
+ const _UAAR = "UpdateAppAuthorizationRequest";
425
+ const _UAARp = "UpdateAppAuthorizationResponse";
426
+ const _UARI = "UserAccessResultItem";
427
+ const _UARL = "UserAccessResultsList";
428
+ const _UATI = "UserAccessTaskItem";
429
+ const _UATL = "UserAccessTasksList";
430
+ const _UID = "UpdateIngestionDestination";
431
+ const _UIDR = "UpdateIngestionDestinationRequest";
432
+ const _UIDRp = "UpdateIngestionDestinationResponse";
433
+ const _UR = "UntagResource";
434
+ const _URR = "UntagResourceRequest";
435
+ const _URRn = "UntagResourceResponse";
436
+ const _VE = "ValidationException";
437
+ const _VEF = "ValidationExceptionField";
438
+ const _VEFL = "ValidationExceptionFieldList";
439
+ const _a = "app";
440
+ const _aA = "appAuthorization";
441
+ const _aAA = "appAuthorizationArn";
442
+ const _aAI = "appAuthorizationIdentifier";
443
+ const _aAS = "appAuthorizationSummary";
444
+ const _aASL = "appAuthorizationSummaryList";
445
+ const _aB = "appBundle";
446
+ const _aBA = "appBundleArn";
447
+ const _aBI = "appBundleIdentifier";
448
+ const _aBSL = "appBundleSummaryList";
449
+ const _aK = "apiKey";
450
+ const _aKC = "apiKeyCredential";
451
+ const _aL = "auditLog";
452
+ const _aR = "authRequest";
453
+ const _aT = "authType";
454
+ const _aU = "authUrl";
455
+ const _ar = "arn";
456
+ const _bN = "bucketName";
457
+ const _c = "client";
458
+ const _cA = "createdAt";
459
+ const _cI = "clientId";
460
+ const _cMKA = "customerManagedKeyArn";
461
+ const _cMKI = "customerManagedKeyIdentifier";
462
+ const _cS = "clientSecret";
463
+ const _cT = "clientToken";
464
+ const _co = "code";
465
+ const _cr = "credential";
466
+ const _d = "destination";
467
+ const _dC = "destinationConfiguration";
468
+ const _e = "error";
469
+ const _eC = "errorCode";
470
+ const _eM = "errorMessage";
471
+ const _em = "email";
472
+ const _f = "format";
473
+ const _fL = "fieldList";
474
+ const _fS = "firehoseStream";
475
+ const _h = "http";
476
+ const _hE = "httpError";
477
+ const _hH = "httpHeader";
478
+ const _hQ = "httpQuery";
479
+ const _i = "ingestion";
480
+ const _iA = "ingestionArn";
481
+ const _iD = "ingestionDestination";
482
+ const _iDI = "ingestionDestinationIdentifier";
483
+ const _iDn = "ingestionDestinations";
484
+ const _iI = "ingestionIdentifier";
485
+ const _iT = "ingestionType";
486
+ const _in = "ingestions";
487
+ const _k = "key";
488
+ const _m = "message";
1244
489
  const _mR = "maxResults";
490
+ const _n = "name";
1245
491
  const _nT = "nextToken";
492
+ const _oC = "oauth2Credential";
493
+ const _p = "persona";
494
+ const _pC = "processingConfiguration";
495
+ const _pr = "prefix";
496
+ const _qC = "quotaCode";
497
+ const _r = "reason";
498
+ const _rA = "resourceArn";
1246
499
  const _rAS = "retryAfterSeconds";
1247
- const _ra = "retry-after";
500
+ const _rI = "resourceId";
501
+ const _rS = "resultStatus";
502
+ const _rT = "resourceType";
503
+ const _rU = "redirectUri";
504
+ const _s = "status";
505
+ const _sB = "s3Bucket";
506
+ const _sC = "serviceCode";
507
+ const _sN = "streamName";
508
+ const _sR = "statusReason";
509
+ const _sc = "schema";
510
+ const _se = "server";
511
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appfabric";
512
+ const _st = "state";
513
+ const _t = "tenant";
514
+ const _tDN = "tenantDisplayName";
515
+ const _tE = "taskError";
516
+ const _tI = "tenantId";
517
+ const _tIL = "taskIdList";
518
+ const _tIa = "taskId";
519
+ const _tIe = "tenantIdentifier";
1248
520
  const _tK = "tagKeys";
521
+ const _ta = "tags";
522
+ const _uA = "updatedAt";
523
+ const _uARL = "userAccessResultsList";
524
+ const _uATL = "userAccessTasksList";
525
+ const _uFN = "userFullName";
526
+ const _uFNs = "userFirstName";
527
+ const _uI = "userId";
528
+ const _uLN = "userLastName";
529
+ const _uS = "userStatus";
530
+ const _v = "value";
531
+ const n0 = "com.amazonaws.appfabric";
532
+ var Email = [0, n0, _E, 8, 0];
533
+ var SensitiveString2048 = [0, n0, _SS, 8, 0];
534
+ var AccessDeniedException = [
535
+ -3,
536
+ n0,
537
+ _ADE,
538
+ {
539
+ [_e]: _c,
540
+ [_hE]: 403,
541
+ },
542
+ [_m],
543
+ [0],
544
+ ];
545
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
546
+ var ApiKeyCredential = [3, n0, _AKC, 0, [_aK], [[() => SensitiveString2048, 0]]];
547
+ var AppAuthorization = [
548
+ 3,
549
+ n0,
550
+ _AA,
551
+ 0,
552
+ [_aAA, _aBA, _a, _t, _aT, _s, _cA, _uA, _p, _aU],
553
+ [0, 0, 0, () => Tenant, 0, 0, 5, 5, 0, 0],
554
+ ];
555
+ var AppAuthorizationSummary = [
556
+ 3,
557
+ n0,
558
+ _AAS,
559
+ 0,
560
+ [_aAA, _aBA, _a, _t, _s, _uA],
561
+ [0, 0, 0, () => Tenant, 0, 5],
562
+ ];
563
+ var AppBundle = [3, n0, _AB, 0, [_ar, _cMKA], [0, 0]];
564
+ var AppBundleSummary = [3, n0, _ABS, 0, [_ar], [0]];
565
+ var AuditLogDestinationConfiguration = [3, n0, _ALDC, 0, [_d], [() => Destination]];
566
+ var AuditLogProcessingConfiguration = [3, n0, _ALPC, 0, [_sc, _f], [0, 0]];
567
+ var AuthRequest = [3, n0, _AR, 0, [_rU, _co], [0, [() => SensitiveString2048, 0]]];
568
+ var BatchGetUserAccessTasksRequest = [3, n0, _BGUATR, 0, [_aBI, _tIL], [0, 64 | 0]];
569
+ var BatchGetUserAccessTasksResponse = [
570
+ 3,
571
+ n0,
572
+ _BGUATRa,
573
+ 0,
574
+ [_uARL],
575
+ [[() => UserAccessResultsList, 0]],
576
+ ];
577
+ var ConflictException = [
578
+ -3,
579
+ n0,
580
+ _CE,
581
+ {
582
+ [_e]: _c,
583
+ [_hE]: 409,
584
+ },
585
+ [_m, _rI, _rT],
586
+ [0, 0, 0],
587
+ ];
588
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
589
+ var ConnectAppAuthorizationRequest = [
590
+ 3,
591
+ n0,
592
+ _CAAR,
593
+ 0,
594
+ [_aBI, _aAI, _aR],
595
+ [
596
+ [0, 1],
597
+ [0, 1],
598
+ [() => AuthRequest, 0],
599
+ ],
600
+ ];
601
+ var ConnectAppAuthorizationResponse = [
602
+ 3,
603
+ n0,
604
+ _CAARo,
605
+ 0,
606
+ [_aAS],
607
+ [() => AppAuthorizationSummary],
608
+ ];
609
+ var CreateAppAuthorizationRequest = [
610
+ 3,
611
+ n0,
612
+ _CAARr,
613
+ 0,
614
+ [_aBI, _a, _cr, _t, _aT, _cT, _ta],
615
+ [[0, 1], 0, [() => Credential, 0], () => Tenant, 0, [0, 4], () => TagList],
616
+ ];
617
+ var CreateAppAuthorizationResponse = [3, n0, _CAARre, 0, [_aA], [() => AppAuthorization]];
618
+ var CreateAppBundleRequest = [
619
+ 3,
620
+ n0,
621
+ _CABR,
622
+ 0,
623
+ [_cT, _cMKI, _ta],
624
+ [[0, 4], 0, () => TagList],
625
+ ];
626
+ var CreateAppBundleResponse = [3, n0, _CABRr, 0, [_aB], [() => AppBundle]];
627
+ var CreateIngestionDestinationRequest = [
628
+ 3,
629
+ n0,
630
+ _CIDR,
631
+ 0,
632
+ [_aBI, _iI, _pC, _dC, _cT, _ta],
633
+ [[0, 1], [0, 1], () => ProcessingConfiguration, () => DestinationConfiguration, [0, 4], () => TagList],
634
+ ];
635
+ var CreateIngestionDestinationResponse = [
636
+ 3,
637
+ n0,
638
+ _CIDRr,
639
+ 0,
640
+ [_iD],
641
+ [() => IngestionDestination],
642
+ ];
643
+ var CreateIngestionRequest = [
644
+ 3,
645
+ n0,
646
+ _CIR,
647
+ 0,
648
+ [_aBI, _a, _tI, _iT, _cT, _ta],
649
+ [[0, 1], 0, 0, 0, [0, 4], () => TagList],
650
+ ];
651
+ var CreateIngestionResponse = [3, n0, _CIRr, 0, [_i], [() => Ingestion]];
652
+ var DeleteAppAuthorizationRequest = [
653
+ 3,
654
+ n0,
655
+ _DAAR,
656
+ 0,
657
+ [_aBI, _aAI],
658
+ [
659
+ [0, 1],
660
+ [0, 1],
661
+ ],
662
+ ];
663
+ var DeleteAppAuthorizationResponse = [3, n0, _DAARe, 0, [], []];
664
+ var DeleteAppBundleRequest = [3, n0, _DABR, 0, [_aBI], [[0, 1]]];
665
+ var DeleteAppBundleResponse = [3, n0, _DABRe, 0, [], []];
666
+ var DeleteIngestionDestinationRequest = [
667
+ 3,
668
+ n0,
669
+ _DIDR,
670
+ 0,
671
+ [_aBI, _iI, _iDI],
672
+ [
673
+ [0, 1],
674
+ [0, 1],
675
+ [0, 1],
676
+ ],
677
+ ];
678
+ var DeleteIngestionDestinationResponse = [3, n0, _DIDRe, 0, [], []];
679
+ var DeleteIngestionRequest = [
680
+ 3,
681
+ n0,
682
+ _DIR,
683
+ 0,
684
+ [_aBI, _iI],
685
+ [
686
+ [0, 1],
687
+ [0, 1],
688
+ ],
689
+ ];
690
+ var DeleteIngestionResponse = [3, n0, _DIRe, 0, [], []];
691
+ var FirehoseStream = [3, n0, _FS, 0, [_sN], [0]];
692
+ var GetAppAuthorizationRequest = [
693
+ 3,
694
+ n0,
695
+ _GAAR,
696
+ 0,
697
+ [_aBI, _aAI],
698
+ [
699
+ [0, 1],
700
+ [0, 1],
701
+ ],
702
+ ];
703
+ var GetAppAuthorizationResponse = [3, n0, _GAARe, 0, [_aA], [() => AppAuthorization]];
704
+ var GetAppBundleRequest = [3, n0, _GABR, 0, [_aBI], [[0, 1]]];
705
+ var GetAppBundleResponse = [3, n0, _GABRe, 0, [_aB], [() => AppBundle]];
706
+ var GetIngestionDestinationRequest = [
707
+ 3,
708
+ n0,
709
+ _GIDR,
710
+ 0,
711
+ [_aBI, _iI, _iDI],
712
+ [
713
+ [0, 1],
714
+ [0, 1],
715
+ [0, 1],
716
+ ],
717
+ ];
718
+ var GetIngestionDestinationResponse = [
719
+ 3,
720
+ n0,
721
+ _GIDRe,
722
+ 0,
723
+ [_iD],
724
+ [() => IngestionDestination],
725
+ ];
726
+ var GetIngestionRequest = [
727
+ 3,
728
+ n0,
729
+ _GIR,
730
+ 0,
731
+ [_aBI, _iI],
732
+ [
733
+ [0, 1],
734
+ [0, 1],
735
+ ],
736
+ ];
737
+ var GetIngestionResponse = [3, n0, _GIRe, 0, [_i], [() => Ingestion]];
738
+ var Ingestion = [
739
+ 3,
740
+ n0,
741
+ _I,
742
+ 0,
743
+ [_ar, _aBA, _a, _tI, _cA, _uA, _st, _iT],
744
+ [0, 0, 0, 0, 5, 5, 0, 0],
745
+ ];
746
+ var IngestionDestination = [
747
+ 3,
748
+ n0,
749
+ _ID,
750
+ 0,
751
+ [_ar, _iA, _pC, _dC, _s, _sR, _cA, _uA],
752
+ [0, 0, () => ProcessingConfiguration, () => DestinationConfiguration, 0, 0, 5, 5],
753
+ ];
754
+ var IngestionDestinationSummary = [3, n0, _IDS, 0, [_ar], [0]];
755
+ var IngestionSummary = [3, n0, _IS, 0, [_ar, _a, _tI, _st], [0, 0, 0, 0]];
756
+ var InternalServerException = [
757
+ -3,
758
+ n0,
759
+ _ISE,
760
+ {
761
+ [_e]: _se,
762
+ [_hE]: 500,
763
+ },
764
+ [_m, _rAS],
765
+ [
766
+ 0,
767
+ [
768
+ 1,
769
+ {
770
+ [_hH]: _RA,
771
+ },
772
+ ],
773
+ ],
774
+ ];
775
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
776
+ var ListAppAuthorizationsRequest = [
777
+ 3,
778
+ n0,
779
+ _LAAR,
780
+ 0,
781
+ [_aBI, _mR, _nT],
782
+ [
783
+ [0, 1],
784
+ [
785
+ 1,
786
+ {
787
+ [_hQ]: _mR,
788
+ },
789
+ ],
790
+ [
791
+ 0,
792
+ {
793
+ [_hQ]: _nT,
794
+ },
795
+ ],
796
+ ],
797
+ ];
798
+ var ListAppAuthorizationsResponse = [
799
+ 3,
800
+ n0,
801
+ _LAARi,
802
+ 0,
803
+ [_aASL, _nT],
804
+ [() => AppAuthorizationSummaryList, 0],
805
+ ];
806
+ var ListAppBundlesRequest = [
807
+ 3,
808
+ n0,
809
+ _LABR,
810
+ 0,
811
+ [_mR, _nT],
812
+ [
813
+ [
814
+ 1,
815
+ {
816
+ [_hQ]: _mR,
817
+ },
818
+ ],
819
+ [
820
+ 0,
821
+ {
822
+ [_hQ]: _nT,
823
+ },
824
+ ],
825
+ ],
826
+ ];
827
+ var ListAppBundlesResponse = [
828
+ 3,
829
+ n0,
830
+ _LABRi,
831
+ 0,
832
+ [_aBSL, _nT],
833
+ [() => AppBundleSummaryList, 0],
834
+ ];
835
+ var ListIngestionDestinationsRequest = [
836
+ 3,
837
+ n0,
838
+ _LIDR,
839
+ 0,
840
+ [_aBI, _iI, _mR, _nT],
841
+ [
842
+ [0, 1],
843
+ [0, 1],
844
+ [
845
+ 1,
846
+ {
847
+ [_hQ]: _mR,
848
+ },
849
+ ],
850
+ [
851
+ 0,
852
+ {
853
+ [_hQ]: _nT,
854
+ },
855
+ ],
856
+ ],
857
+ ];
858
+ var ListIngestionDestinationsResponse = [
859
+ 3,
860
+ n0,
861
+ _LIDRi,
862
+ 0,
863
+ [_iDn, _nT],
864
+ [() => IngestionDestinationList, 0],
865
+ ];
866
+ var ListIngestionsRequest = [
867
+ 3,
868
+ n0,
869
+ _LIR,
870
+ 0,
871
+ [_aBI, _mR, _nT],
872
+ [
873
+ [0, 1],
874
+ [
875
+ 1,
876
+ {
877
+ [_hQ]: _mR,
878
+ },
879
+ ],
880
+ [
881
+ 0,
882
+ {
883
+ [_hQ]: _nT,
884
+ },
885
+ ],
886
+ ],
887
+ ];
888
+ var ListIngestionsResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => IngestionList, 0]];
889
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
890
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => TagList]];
891
+ var Oauth2Credential = [3, n0, _OC, 0, [_cI, _cS], [0, [() => SensitiveString2048, 0]]];
892
+ var ResourceNotFoundException = [
893
+ -3,
894
+ n0,
895
+ _RNFE,
896
+ {
897
+ [_e]: _c,
898
+ [_hE]: 404,
899
+ },
900
+ [_m, _rI, _rT],
901
+ [0, 0, 0],
902
+ ];
903
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
904
+ var S3Bucket = [3, n0, _SB, 0, [_bN, _pr], [0, 0]];
905
+ var ServiceQuotaExceededException = [
906
+ -3,
907
+ n0,
908
+ _SQEE,
909
+ {
910
+ [_e]: _c,
911
+ [_hE]: 402,
912
+ },
913
+ [_m, _rI, _rT, _sC, _qC],
914
+ [0, 0, 0, 0, 0],
915
+ ];
916
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
917
+ var StartIngestionRequest = [
918
+ 3,
919
+ n0,
920
+ _SIR,
921
+ 0,
922
+ [_iI, _aBI],
923
+ [
924
+ [0, 1],
925
+ [0, 1],
926
+ ],
927
+ ];
928
+ var StartIngestionResponse = [3, n0, _SIRt, 0, [], []];
929
+ var StartUserAccessTasksRequest = [3, n0, _SUATR, 0, [_aBI, _em], [0, [() => Email, 0]]];
930
+ var StartUserAccessTasksResponse = [
931
+ 3,
932
+ n0,
933
+ _SUATRt,
934
+ 0,
935
+ [_uATL],
936
+ [() => UserAccessTasksList],
937
+ ];
938
+ var StopIngestionRequest = [
939
+ 3,
940
+ n0,
941
+ _SIRto,
942
+ 0,
943
+ [_iI, _aBI],
944
+ [
945
+ [0, 1],
946
+ [0, 1],
947
+ ],
948
+ ];
949
+ var StopIngestionResponse = [3, n0, _SIRtop, 0, [], []];
950
+ var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
951
+ var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], () => TagList]];
952
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
953
+ var TaskError = [3, n0, _TE, 0, [_eC, _eM], [0, 0]];
954
+ var Tenant = [3, n0, _Te, 0, [_tIe, _tDN], [0, 0]];
955
+ var ThrottlingException = [
956
+ -3,
957
+ n0,
958
+ _TEh,
959
+ {
960
+ [_e]: _c,
961
+ [_hE]: 429,
962
+ },
963
+ [_m, _sC, _qC, _rAS],
964
+ [
965
+ 0,
966
+ 0,
967
+ 0,
968
+ [
969
+ 1,
970
+ {
971
+ [_hH]: _RA,
972
+ },
973
+ ],
974
+ ],
975
+ ];
976
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
977
+ var UntagResourceRequest = [
978
+ 3,
979
+ n0,
980
+ _URR,
981
+ 0,
982
+ [_rA, _tK],
983
+ [
984
+ [0, 1],
985
+ [
986
+ 64 | 0,
987
+ {
988
+ [_hQ]: _tK,
989
+ },
990
+ ],
991
+ ],
992
+ ];
993
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
994
+ var UpdateAppAuthorizationRequest = [
995
+ 3,
996
+ n0,
997
+ _UAAR,
998
+ 0,
999
+ [_aBI, _aAI, _cr, _t],
1000
+ [[0, 1], [0, 1], [() => Credential, 0], () => Tenant],
1001
+ ];
1002
+ var UpdateAppAuthorizationResponse = [3, n0, _UAARp, 0, [_aA], [() => AppAuthorization]];
1003
+ var UpdateIngestionDestinationRequest = [
1004
+ 3,
1005
+ n0,
1006
+ _UIDR,
1007
+ 0,
1008
+ [_aBI, _iI, _iDI, _dC],
1009
+ [[0, 1], [0, 1], [0, 1], () => DestinationConfiguration],
1010
+ ];
1011
+ var UpdateIngestionDestinationResponse = [
1012
+ 3,
1013
+ n0,
1014
+ _UIDRp,
1015
+ 0,
1016
+ [_iD],
1017
+ [() => IngestionDestination],
1018
+ ];
1019
+ var UserAccessResultItem = [
1020
+ 3,
1021
+ n0,
1022
+ _UARI,
1023
+ 0,
1024
+ [_a, _tI, _tDN, _tIa, _rS, _em, _uI, _uFN, _uFNs, _uLN, _uS, _tE],
1025
+ [
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ [() => Email, 0],
1032
+ [() => SensitiveString2048, 0],
1033
+ [() => SensitiveString2048, 0],
1034
+ [() => SensitiveString2048, 0],
1035
+ [() => SensitiveString2048, 0],
1036
+ 0,
1037
+ () => TaskError,
1038
+ ],
1039
+ ];
1040
+ var UserAccessTaskItem = [
1041
+ 3,
1042
+ n0,
1043
+ _UATI,
1044
+ 0,
1045
+ [_a, _tI, _tIa, _e],
1046
+ [0, 0, 0, () => TaskError],
1047
+ ];
1048
+ var ValidationException = [
1049
+ -3,
1050
+ n0,
1051
+ _VE,
1052
+ {
1053
+ [_e]: _c,
1054
+ [_hE]: 400,
1055
+ },
1056
+ [_m, _r, _fL],
1057
+ [0, 0, () => ValidationExceptionFieldList],
1058
+ ];
1059
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1060
+ var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1061
+ var AppFabricServiceException = [-3, _sm, "AppFabricServiceException", 0, [], []];
1062
+ schema.TypeRegistry.for(_sm).registerError(AppFabricServiceException, AppFabricServiceException$1);
1063
+ var AppAuthorizationSummaryList = [1, n0, _AASL, 0, () => AppAuthorizationSummary];
1064
+ var AppBundleSummaryList = [1, n0, _ABSL, 0, () => AppBundleSummary];
1065
+ var IngestionDestinationList = [1, n0, _IDL, 0, () => IngestionDestinationSummary];
1066
+ var IngestionList = [1, n0, _IL, 0, () => IngestionSummary];
1067
+ var TagList = [1, n0, _TL, 0, () => Tag];
1068
+ var UserAccessResultsList = [1, n0, _UARL, 0, [() => UserAccessResultItem, 0]];
1069
+ var UserAccessTasksList = [1, n0, _UATL, 0, () => UserAccessTaskItem];
1070
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1071
+ var Credential = [
1072
+ 3,
1073
+ n0,
1074
+ _C,
1075
+ 0,
1076
+ [_oC, _aKC],
1077
+ [
1078
+ [() => Oauth2Credential, 0],
1079
+ [() => ApiKeyCredential, 0],
1080
+ ],
1081
+ ];
1082
+ var Destination = [3, n0, _D, 0, [_sB, _fS], [() => S3Bucket, () => FirehoseStream]];
1083
+ var DestinationConfiguration = [
1084
+ 3,
1085
+ n0,
1086
+ _DC,
1087
+ 0,
1088
+ [_aL],
1089
+ [() => AuditLogDestinationConfiguration],
1090
+ ];
1091
+ var ProcessingConfiguration = [
1092
+ 3,
1093
+ n0,
1094
+ _PC,
1095
+ 0,
1096
+ [_aL],
1097
+ [() => AuditLogProcessingConfiguration],
1098
+ ];
1099
+ var BatchGetUserAccessTasks = [
1100
+ 9,
1101
+ n0,
1102
+ _BGUAT,
1103
+ {
1104
+ [_h]: ["POST", "/useraccess/batchget", 200],
1105
+ },
1106
+ () => BatchGetUserAccessTasksRequest,
1107
+ () => BatchGetUserAccessTasksResponse,
1108
+ ];
1109
+ var ConnectAppAuthorization = [
1110
+ 9,
1111
+ n0,
1112
+ _CAA,
1113
+ {
1114
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200],
1115
+ },
1116
+ () => ConnectAppAuthorizationRequest,
1117
+ () => ConnectAppAuthorizationResponse,
1118
+ ];
1119
+ var CreateAppAuthorization = [
1120
+ 9,
1121
+ n0,
1122
+ _CAAr,
1123
+ {
1124
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201],
1125
+ },
1126
+ () => CreateAppAuthorizationRequest,
1127
+ () => CreateAppAuthorizationResponse,
1128
+ ];
1129
+ var CreateAppBundle = [
1130
+ 9,
1131
+ n0,
1132
+ _CAB,
1133
+ {
1134
+ [_h]: ["POST", "/appbundles", 201],
1135
+ },
1136
+ () => CreateAppBundleRequest,
1137
+ () => CreateAppBundleResponse,
1138
+ ];
1139
+ var CreateIngestion = [
1140
+ 9,
1141
+ n0,
1142
+ _CI,
1143
+ {
1144
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201],
1145
+ },
1146
+ () => CreateIngestionRequest,
1147
+ () => CreateIngestionResponse,
1148
+ ];
1149
+ var CreateIngestionDestination = [
1150
+ 9,
1151
+ n0,
1152
+ _CID,
1153
+ {
1154
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201],
1155
+ },
1156
+ () => CreateIngestionDestinationRequest,
1157
+ () => CreateIngestionDestinationResponse,
1158
+ ];
1159
+ var DeleteAppAuthorization = [
1160
+ 9,
1161
+ n0,
1162
+ _DAA,
1163
+ {
1164
+ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204],
1165
+ },
1166
+ () => DeleteAppAuthorizationRequest,
1167
+ () => DeleteAppAuthorizationResponse,
1168
+ ];
1169
+ var DeleteAppBundle = [
1170
+ 9,
1171
+ n0,
1172
+ _DAB,
1173
+ {
1174
+ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204],
1175
+ },
1176
+ () => DeleteAppBundleRequest,
1177
+ () => DeleteAppBundleResponse,
1178
+ ];
1179
+ var DeleteIngestion = [
1180
+ 9,
1181
+ n0,
1182
+ _DI,
1183
+ {
1184
+ [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204],
1185
+ },
1186
+ () => DeleteIngestionRequest,
1187
+ () => DeleteIngestionResponse,
1188
+ ];
1189
+ var DeleteIngestionDestination = [
1190
+ 9,
1191
+ n0,
1192
+ _DID,
1193
+ {
1194
+ [_h]: [
1195
+ "DELETE",
1196
+ "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}",
1197
+ 204,
1198
+ ],
1199
+ },
1200
+ () => DeleteIngestionDestinationRequest,
1201
+ () => DeleteIngestionDestinationResponse,
1202
+ ];
1203
+ var GetAppAuthorization = [
1204
+ 9,
1205
+ n0,
1206
+ _GAA,
1207
+ {
1208
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200],
1209
+ },
1210
+ () => GetAppAuthorizationRequest,
1211
+ () => GetAppAuthorizationResponse,
1212
+ ];
1213
+ var GetAppBundle = [
1214
+ 9,
1215
+ n0,
1216
+ _GAB,
1217
+ {
1218
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200],
1219
+ },
1220
+ () => GetAppBundleRequest,
1221
+ () => GetAppBundleResponse,
1222
+ ];
1223
+ var GetIngestion = [
1224
+ 9,
1225
+ n0,
1226
+ _GI,
1227
+ {
1228
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200],
1229
+ },
1230
+ () => GetIngestionRequest,
1231
+ () => GetIngestionResponse,
1232
+ ];
1233
+ var GetIngestionDestination = [
1234
+ 9,
1235
+ n0,
1236
+ _GID,
1237
+ {
1238
+ [_h]: [
1239
+ "GET",
1240
+ "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}",
1241
+ 200,
1242
+ ],
1243
+ },
1244
+ () => GetIngestionDestinationRequest,
1245
+ () => GetIngestionDestinationResponse,
1246
+ ];
1247
+ var ListAppAuthorizations = [
1248
+ 9,
1249
+ n0,
1250
+ _LAA,
1251
+ {
1252
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200],
1253
+ },
1254
+ () => ListAppAuthorizationsRequest,
1255
+ () => ListAppAuthorizationsResponse,
1256
+ ];
1257
+ var ListAppBundles = [
1258
+ 9,
1259
+ n0,
1260
+ _LAB,
1261
+ {
1262
+ [_h]: ["GET", "/appbundles", 200],
1263
+ },
1264
+ () => ListAppBundlesRequest,
1265
+ () => ListAppBundlesResponse,
1266
+ ];
1267
+ var ListIngestionDestinations = [
1268
+ 9,
1269
+ n0,
1270
+ _LID,
1271
+ {
1272
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200],
1273
+ },
1274
+ () => ListIngestionDestinationsRequest,
1275
+ () => ListIngestionDestinationsResponse,
1276
+ ];
1277
+ var ListIngestions = [
1278
+ 9,
1279
+ n0,
1280
+ _LI,
1281
+ {
1282
+ [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200],
1283
+ },
1284
+ () => ListIngestionsRequest,
1285
+ () => ListIngestionsResponse,
1286
+ ];
1287
+ var ListTagsForResource = [
1288
+ 9,
1289
+ n0,
1290
+ _LTFR,
1291
+ {
1292
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
1293
+ },
1294
+ () => ListTagsForResourceRequest,
1295
+ () => ListTagsForResourceResponse,
1296
+ ];
1297
+ var StartIngestion = [
1298
+ 9,
1299
+ n0,
1300
+ _SI,
1301
+ {
1302
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200],
1303
+ },
1304
+ () => StartIngestionRequest,
1305
+ () => StartIngestionResponse,
1306
+ ];
1307
+ var StartUserAccessTasks = [
1308
+ 9,
1309
+ n0,
1310
+ _SUAT,
1311
+ {
1312
+ [_h]: ["POST", "/useraccess/start", 201],
1313
+ },
1314
+ () => StartUserAccessTasksRequest,
1315
+ () => StartUserAccessTasksResponse,
1316
+ ];
1317
+ var StopIngestion = [
1318
+ 9,
1319
+ n0,
1320
+ _SIt,
1321
+ {
1322
+ [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200],
1323
+ },
1324
+ () => StopIngestionRequest,
1325
+ () => StopIngestionResponse,
1326
+ ];
1327
+ var TagResource = [
1328
+ 9,
1329
+ n0,
1330
+ _TR,
1331
+ {
1332
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
1333
+ },
1334
+ () => TagResourceRequest,
1335
+ () => TagResourceResponse,
1336
+ ];
1337
+ var UntagResource = [
1338
+ 9,
1339
+ n0,
1340
+ _UR,
1341
+ {
1342
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1343
+ },
1344
+ () => UntagResourceRequest,
1345
+ () => UntagResourceResponse,
1346
+ ];
1347
+ var UpdateAppAuthorization = [
1348
+ 9,
1349
+ n0,
1350
+ _UAA,
1351
+ {
1352
+ [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200],
1353
+ },
1354
+ () => UpdateAppAuthorizationRequest,
1355
+ () => UpdateAppAuthorizationResponse,
1356
+ ];
1357
+ var UpdateIngestionDestination = [
1358
+ 9,
1359
+ n0,
1360
+ _UID,
1361
+ {
1362
+ [_h]: [
1363
+ "PATCH",
1364
+ "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations/{ingestionDestinationIdentifier}",
1365
+ 200,
1366
+ ],
1367
+ },
1368
+ () => UpdateIngestionDestinationRequest,
1369
+ () => UpdateIngestionDestinationResponse,
1370
+ ];
1249
1371
 
1250
1372
  class BatchGetUserAccessTasksCommand extends smithyClient.Command
1251
1373
  .classBuilder()
1252
1374
  .ep(commonParams)
1253
1375
  .m(function (Command, cs, config, o) {
1254
- return [
1255
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1256
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1257
- ];
1376
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
1377
  })
1259
1378
  .s("FabricFrontEndService", "BatchGetUserAccessTasks", {})
1260
1379
  .n("AppFabricClient", "BatchGetUserAccessTasksCommand")
1261
- .f(void 0, BatchGetUserAccessTasksResponseFilterSensitiveLog)
1262
- .ser(se_BatchGetUserAccessTasksCommand)
1263
- .de(de_BatchGetUserAccessTasksCommand)
1380
+ .sc(BatchGetUserAccessTasks)
1264
1381
  .build() {
1265
1382
  }
1266
1383
 
@@ -1268,16 +1385,11 @@ class ConnectAppAuthorizationCommand extends smithyClient.Command
1268
1385
  .classBuilder()
1269
1386
  .ep(commonParams)
1270
1387
  .m(function (Command, cs, config, o) {
1271
- return [
1272
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1273
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1274
- ];
1388
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1275
1389
  })
1276
1390
  .s("FabricFrontEndService", "ConnectAppAuthorization", {})
1277
1391
  .n("AppFabricClient", "ConnectAppAuthorizationCommand")
1278
- .f(ConnectAppAuthorizationRequestFilterSensitiveLog, void 0)
1279
- .ser(se_ConnectAppAuthorizationCommand)
1280
- .de(de_ConnectAppAuthorizationCommand)
1392
+ .sc(ConnectAppAuthorization)
1281
1393
  .build() {
1282
1394
  }
1283
1395
 
@@ -1285,16 +1397,11 @@ class CreateAppAuthorizationCommand extends smithyClient.Command
1285
1397
  .classBuilder()
1286
1398
  .ep(commonParams)
1287
1399
  .m(function (Command, cs, config, o) {
1288
- return [
1289
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1290
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1291
- ];
1400
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
1401
  })
1293
1402
  .s("FabricFrontEndService", "CreateAppAuthorization", {})
1294
1403
  .n("AppFabricClient", "CreateAppAuthorizationCommand")
1295
- .f(CreateAppAuthorizationRequestFilterSensitiveLog, void 0)
1296
- .ser(se_CreateAppAuthorizationCommand)
1297
- .de(de_CreateAppAuthorizationCommand)
1404
+ .sc(CreateAppAuthorization)
1298
1405
  .build() {
1299
1406
  }
1300
1407
 
@@ -1302,16 +1409,11 @@ class CreateAppBundleCommand extends smithyClient.Command
1302
1409
  .classBuilder()
1303
1410
  .ep(commonParams)
1304
1411
  .m(function (Command, cs, config, o) {
1305
- return [
1306
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1307
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1308
- ];
1412
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1309
1413
  })
1310
1414
  .s("FabricFrontEndService", "CreateAppBundle", {})
1311
1415
  .n("AppFabricClient", "CreateAppBundleCommand")
1312
- .f(void 0, void 0)
1313
- .ser(se_CreateAppBundleCommand)
1314
- .de(de_CreateAppBundleCommand)
1416
+ .sc(CreateAppBundle)
1315
1417
  .build() {
1316
1418
  }
1317
1419
 
@@ -1319,16 +1421,11 @@ class CreateIngestionCommand extends smithyClient.Command
1319
1421
  .classBuilder()
1320
1422
  .ep(commonParams)
1321
1423
  .m(function (Command, cs, config, o) {
1322
- return [
1323
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1324
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1325
- ];
1424
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1326
1425
  })
1327
1426
  .s("FabricFrontEndService", "CreateIngestion", {})
1328
1427
  .n("AppFabricClient", "CreateIngestionCommand")
1329
- .f(void 0, void 0)
1330
- .ser(se_CreateIngestionCommand)
1331
- .de(de_CreateIngestionCommand)
1428
+ .sc(CreateIngestion)
1332
1429
  .build() {
1333
1430
  }
1334
1431
 
@@ -1336,16 +1433,11 @@ class CreateIngestionDestinationCommand extends smithyClient.Command
1336
1433
  .classBuilder()
1337
1434
  .ep(commonParams)
1338
1435
  .m(function (Command, cs, config, o) {
1339
- return [
1340
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1341
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1342
- ];
1436
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
1437
  })
1344
1438
  .s("FabricFrontEndService", "CreateIngestionDestination", {})
1345
1439
  .n("AppFabricClient", "CreateIngestionDestinationCommand")
1346
- .f(void 0, void 0)
1347
- .ser(se_CreateIngestionDestinationCommand)
1348
- .de(de_CreateIngestionDestinationCommand)
1440
+ .sc(CreateIngestionDestination)
1349
1441
  .build() {
1350
1442
  }
1351
1443
 
@@ -1353,16 +1445,11 @@ class DeleteAppAuthorizationCommand extends smithyClient.Command
1353
1445
  .classBuilder()
1354
1446
  .ep(commonParams)
1355
1447
  .m(function (Command, cs, config, o) {
1356
- return [
1357
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1358
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1359
- ];
1448
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1360
1449
  })
1361
1450
  .s("FabricFrontEndService", "DeleteAppAuthorization", {})
1362
1451
  .n("AppFabricClient", "DeleteAppAuthorizationCommand")
1363
- .f(void 0, void 0)
1364
- .ser(se_DeleteAppAuthorizationCommand)
1365
- .de(de_DeleteAppAuthorizationCommand)
1452
+ .sc(DeleteAppAuthorization)
1366
1453
  .build() {
1367
1454
  }
1368
1455
 
@@ -1370,16 +1457,11 @@ class DeleteAppBundleCommand extends smithyClient.Command
1370
1457
  .classBuilder()
1371
1458
  .ep(commonParams)
1372
1459
  .m(function (Command, cs, config, o) {
1373
- return [
1374
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1375
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1376
- ];
1460
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1377
1461
  })
1378
1462
  .s("FabricFrontEndService", "DeleteAppBundle", {})
1379
1463
  .n("AppFabricClient", "DeleteAppBundleCommand")
1380
- .f(void 0, void 0)
1381
- .ser(se_DeleteAppBundleCommand)
1382
- .de(de_DeleteAppBundleCommand)
1464
+ .sc(DeleteAppBundle)
1383
1465
  .build() {
1384
1466
  }
1385
1467
 
@@ -1387,16 +1469,11 @@ class DeleteIngestionCommand extends smithyClient.Command
1387
1469
  .classBuilder()
1388
1470
  .ep(commonParams)
1389
1471
  .m(function (Command, cs, config, o) {
1390
- return [
1391
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1392
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1393
- ];
1472
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1394
1473
  })
1395
1474
  .s("FabricFrontEndService", "DeleteIngestion", {})
1396
1475
  .n("AppFabricClient", "DeleteIngestionCommand")
1397
- .f(void 0, void 0)
1398
- .ser(se_DeleteIngestionCommand)
1399
- .de(de_DeleteIngestionCommand)
1476
+ .sc(DeleteIngestion)
1400
1477
  .build() {
1401
1478
  }
1402
1479
 
@@ -1404,16 +1481,11 @@ class DeleteIngestionDestinationCommand extends smithyClient.Command
1404
1481
  .classBuilder()
1405
1482
  .ep(commonParams)
1406
1483
  .m(function (Command, cs, config, o) {
1407
- return [
1408
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1409
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1410
- ];
1484
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1411
1485
  })
1412
1486
  .s("FabricFrontEndService", "DeleteIngestionDestination", {})
1413
1487
  .n("AppFabricClient", "DeleteIngestionDestinationCommand")
1414
- .f(void 0, void 0)
1415
- .ser(se_DeleteIngestionDestinationCommand)
1416
- .de(de_DeleteIngestionDestinationCommand)
1488
+ .sc(DeleteIngestionDestination)
1417
1489
  .build() {
1418
1490
  }
1419
1491
 
@@ -1421,16 +1493,11 @@ class GetAppAuthorizationCommand extends smithyClient.Command
1421
1493
  .classBuilder()
1422
1494
  .ep(commonParams)
1423
1495
  .m(function (Command, cs, config, o) {
1424
- return [
1425
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1426
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1427
- ];
1496
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1428
1497
  })
1429
1498
  .s("FabricFrontEndService", "GetAppAuthorization", {})
1430
1499
  .n("AppFabricClient", "GetAppAuthorizationCommand")
1431
- .f(void 0, void 0)
1432
- .ser(se_GetAppAuthorizationCommand)
1433
- .de(de_GetAppAuthorizationCommand)
1500
+ .sc(GetAppAuthorization)
1434
1501
  .build() {
1435
1502
  }
1436
1503
 
@@ -1438,16 +1505,11 @@ class GetAppBundleCommand extends smithyClient.Command
1438
1505
  .classBuilder()
1439
1506
  .ep(commonParams)
1440
1507
  .m(function (Command, cs, config, o) {
1441
- return [
1442
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1443
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1444
- ];
1508
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1445
1509
  })
1446
1510
  .s("FabricFrontEndService", "GetAppBundle", {})
1447
1511
  .n("AppFabricClient", "GetAppBundleCommand")
1448
- .f(void 0, void 0)
1449
- .ser(se_GetAppBundleCommand)
1450
- .de(de_GetAppBundleCommand)
1512
+ .sc(GetAppBundle)
1451
1513
  .build() {
1452
1514
  }
1453
1515
 
@@ -1455,16 +1517,11 @@ class GetIngestionCommand extends smithyClient.Command
1455
1517
  .classBuilder()
1456
1518
  .ep(commonParams)
1457
1519
  .m(function (Command, cs, config, o) {
1458
- return [
1459
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1460
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1461
- ];
1520
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1462
1521
  })
1463
1522
  .s("FabricFrontEndService", "GetIngestion", {})
1464
1523
  .n("AppFabricClient", "GetIngestionCommand")
1465
- .f(void 0, void 0)
1466
- .ser(se_GetIngestionCommand)
1467
- .de(de_GetIngestionCommand)
1524
+ .sc(GetIngestion)
1468
1525
  .build() {
1469
1526
  }
1470
1527
 
@@ -1472,16 +1529,11 @@ class GetIngestionDestinationCommand extends smithyClient.Command
1472
1529
  .classBuilder()
1473
1530
  .ep(commonParams)
1474
1531
  .m(function (Command, cs, config, o) {
1475
- return [
1476
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1477
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1478
- ];
1532
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1479
1533
  })
1480
1534
  .s("FabricFrontEndService", "GetIngestionDestination", {})
1481
1535
  .n("AppFabricClient", "GetIngestionDestinationCommand")
1482
- .f(void 0, void 0)
1483
- .ser(se_GetIngestionDestinationCommand)
1484
- .de(de_GetIngestionDestinationCommand)
1536
+ .sc(GetIngestionDestination)
1485
1537
  .build() {
1486
1538
  }
1487
1539
 
@@ -1489,16 +1541,11 @@ class ListAppAuthorizationsCommand extends smithyClient.Command
1489
1541
  .classBuilder()
1490
1542
  .ep(commonParams)
1491
1543
  .m(function (Command, cs, config, o) {
1492
- return [
1493
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1494
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1495
- ];
1544
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
1545
  })
1497
1546
  .s("FabricFrontEndService", "ListAppAuthorizations", {})
1498
1547
  .n("AppFabricClient", "ListAppAuthorizationsCommand")
1499
- .f(void 0, void 0)
1500
- .ser(se_ListAppAuthorizationsCommand)
1501
- .de(de_ListAppAuthorizationsCommand)
1548
+ .sc(ListAppAuthorizations)
1502
1549
  .build() {
1503
1550
  }
1504
1551
 
@@ -1506,16 +1553,11 @@ class ListAppBundlesCommand extends smithyClient.Command
1506
1553
  .classBuilder()
1507
1554
  .ep(commonParams)
1508
1555
  .m(function (Command, cs, config, o) {
1509
- return [
1510
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1511
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1512
- ];
1556
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
1557
  })
1514
1558
  .s("FabricFrontEndService", "ListAppBundles", {})
1515
1559
  .n("AppFabricClient", "ListAppBundlesCommand")
1516
- .f(void 0, void 0)
1517
- .ser(se_ListAppBundlesCommand)
1518
- .de(de_ListAppBundlesCommand)
1560
+ .sc(ListAppBundles)
1519
1561
  .build() {
1520
1562
  }
1521
1563
 
@@ -1523,16 +1565,11 @@ class ListIngestionDestinationsCommand extends smithyClient.Command
1523
1565
  .classBuilder()
1524
1566
  .ep(commonParams)
1525
1567
  .m(function (Command, cs, config, o) {
1526
- return [
1527
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1528
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1529
- ];
1568
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1530
1569
  })
1531
1570
  .s("FabricFrontEndService", "ListIngestionDestinations", {})
1532
1571
  .n("AppFabricClient", "ListIngestionDestinationsCommand")
1533
- .f(void 0, void 0)
1534
- .ser(se_ListIngestionDestinationsCommand)
1535
- .de(de_ListIngestionDestinationsCommand)
1572
+ .sc(ListIngestionDestinations)
1536
1573
  .build() {
1537
1574
  }
1538
1575
 
@@ -1540,16 +1577,11 @@ class ListIngestionsCommand extends smithyClient.Command
1540
1577
  .classBuilder()
1541
1578
  .ep(commonParams)
1542
1579
  .m(function (Command, cs, config, o) {
1543
- return [
1544
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1545
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1546
- ];
1580
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
1581
  })
1548
1582
  .s("FabricFrontEndService", "ListIngestions", {})
1549
1583
  .n("AppFabricClient", "ListIngestionsCommand")
1550
- .f(void 0, void 0)
1551
- .ser(se_ListIngestionsCommand)
1552
- .de(de_ListIngestionsCommand)
1584
+ .sc(ListIngestions)
1553
1585
  .build() {
1554
1586
  }
1555
1587
 
@@ -1557,16 +1589,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1557
1589
  .classBuilder()
1558
1590
  .ep(commonParams)
1559
1591
  .m(function (Command, cs, config, o) {
1560
- return [
1561
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1562
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1563
- ];
1592
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1564
1593
  })
1565
1594
  .s("FabricFrontEndService", "ListTagsForResource", {})
1566
1595
  .n("AppFabricClient", "ListTagsForResourceCommand")
1567
- .f(void 0, void 0)
1568
- .ser(se_ListTagsForResourceCommand)
1569
- .de(de_ListTagsForResourceCommand)
1596
+ .sc(ListTagsForResource)
1570
1597
  .build() {
1571
1598
  }
1572
1599
 
@@ -1574,16 +1601,11 @@ class StartIngestionCommand extends smithyClient.Command
1574
1601
  .classBuilder()
1575
1602
  .ep(commonParams)
1576
1603
  .m(function (Command, cs, config, o) {
1577
- return [
1578
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1579
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1580
- ];
1604
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1581
1605
  })
1582
1606
  .s("FabricFrontEndService", "StartIngestion", {})
1583
1607
  .n("AppFabricClient", "StartIngestionCommand")
1584
- .f(void 0, void 0)
1585
- .ser(se_StartIngestionCommand)
1586
- .de(de_StartIngestionCommand)
1608
+ .sc(StartIngestion)
1587
1609
  .build() {
1588
1610
  }
1589
1611
 
@@ -1591,16 +1613,11 @@ class StartUserAccessTasksCommand extends smithyClient.Command
1591
1613
  .classBuilder()
1592
1614
  .ep(commonParams)
1593
1615
  .m(function (Command, cs, config, o) {
1594
- return [
1595
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1596
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1597
- ];
1616
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1598
1617
  })
1599
1618
  .s("FabricFrontEndService", "StartUserAccessTasks", {})
1600
1619
  .n("AppFabricClient", "StartUserAccessTasksCommand")
1601
- .f(StartUserAccessTasksRequestFilterSensitiveLog, void 0)
1602
- .ser(se_StartUserAccessTasksCommand)
1603
- .de(de_StartUserAccessTasksCommand)
1620
+ .sc(StartUserAccessTasks)
1604
1621
  .build() {
1605
1622
  }
1606
1623
 
@@ -1608,16 +1625,11 @@ class StopIngestionCommand extends smithyClient.Command
1608
1625
  .classBuilder()
1609
1626
  .ep(commonParams)
1610
1627
  .m(function (Command, cs, config, o) {
1611
- return [
1612
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1613
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1614
- ];
1628
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1615
1629
  })
1616
1630
  .s("FabricFrontEndService", "StopIngestion", {})
1617
1631
  .n("AppFabricClient", "StopIngestionCommand")
1618
- .f(void 0, void 0)
1619
- .ser(se_StopIngestionCommand)
1620
- .de(de_StopIngestionCommand)
1632
+ .sc(StopIngestion)
1621
1633
  .build() {
1622
1634
  }
1623
1635
 
@@ -1625,16 +1637,11 @@ class TagResourceCommand extends smithyClient.Command
1625
1637
  .classBuilder()
1626
1638
  .ep(commonParams)
1627
1639
  .m(function (Command, cs, config, o) {
1628
- return [
1629
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1630
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1631
- ];
1640
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1632
1641
  })
1633
1642
  .s("FabricFrontEndService", "TagResource", {})
1634
1643
  .n("AppFabricClient", "TagResourceCommand")
1635
- .f(void 0, void 0)
1636
- .ser(se_TagResourceCommand)
1637
- .de(de_TagResourceCommand)
1644
+ .sc(TagResource)
1638
1645
  .build() {
1639
1646
  }
1640
1647
 
@@ -1642,16 +1649,11 @@ class UntagResourceCommand extends smithyClient.Command
1642
1649
  .classBuilder()
1643
1650
  .ep(commonParams)
1644
1651
  .m(function (Command, cs, config, o) {
1645
- return [
1646
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1647
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1648
- ];
1652
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1649
1653
  })
1650
1654
  .s("FabricFrontEndService", "UntagResource", {})
1651
1655
  .n("AppFabricClient", "UntagResourceCommand")
1652
- .f(void 0, void 0)
1653
- .ser(se_UntagResourceCommand)
1654
- .de(de_UntagResourceCommand)
1656
+ .sc(UntagResource)
1655
1657
  .build() {
1656
1658
  }
1657
1659
 
@@ -1659,16 +1661,11 @@ class UpdateAppAuthorizationCommand extends smithyClient.Command
1659
1661
  .classBuilder()
1660
1662
  .ep(commonParams)
1661
1663
  .m(function (Command, cs, config, o) {
1662
- return [
1663
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1664
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1665
- ];
1664
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1666
1665
  })
1667
1666
  .s("FabricFrontEndService", "UpdateAppAuthorization", {})
1668
1667
  .n("AppFabricClient", "UpdateAppAuthorizationCommand")
1669
- .f(UpdateAppAuthorizationRequestFilterSensitiveLog, void 0)
1670
- .ser(se_UpdateAppAuthorizationCommand)
1671
- .de(de_UpdateAppAuthorizationCommand)
1668
+ .sc(UpdateAppAuthorization)
1672
1669
  .build() {
1673
1670
  }
1674
1671
 
@@ -1676,16 +1673,11 @@ class UpdateIngestionDestinationCommand extends smithyClient.Command
1676
1673
  .classBuilder()
1677
1674
  .ep(commonParams)
1678
1675
  .m(function (Command, cs, config, o) {
1679
- return [
1680
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1681
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1682
- ];
1676
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1683
1677
  })
1684
1678
  .s("FabricFrontEndService", "UpdateIngestionDestination", {})
1685
1679
  .n("AppFabricClient", "UpdateIngestionDestinationCommand")
1686
- .f(void 0, void 0)
1687
- .ser(se_UpdateIngestionDestinationCommand)
1688
- .de(de_UpdateIngestionDestinationCommand)
1680
+ .sc(UpdateIngestionDestination)
1689
1681
  .build() {
1690
1682
  }
1691
1683
 
@@ -1737,25 +1729,19 @@ Object.defineProperty(exports, "__Client", {
1737
1729
  enumerable: true,
1738
1730
  get: function () { return smithyClient.Client; }
1739
1731
  });
1740
- exports.AccessDeniedException = AccessDeniedException;
1741
- exports.ApiKeyCredentialFilterSensitiveLog = ApiKeyCredentialFilterSensitiveLog;
1732
+ exports.AccessDeniedException = AccessDeniedException$1;
1742
1733
  exports.AppAuthorizationStatus = AppAuthorizationStatus;
1743
1734
  exports.AppFabric = AppFabric;
1744
1735
  exports.AppFabricClient = AppFabricClient;
1745
- exports.AppFabricServiceException = AppFabricServiceException;
1746
- exports.AuthRequestFilterSensitiveLog = AuthRequestFilterSensitiveLog;
1736
+ exports.AppFabricServiceException = AppFabricServiceException$1;
1747
1737
  exports.AuthType = AuthType;
1748
1738
  exports.BatchGetUserAccessTasksCommand = BatchGetUserAccessTasksCommand;
1749
- exports.BatchGetUserAccessTasksResponseFilterSensitiveLog = BatchGetUserAccessTasksResponseFilterSensitiveLog;
1750
- exports.ConflictException = ConflictException;
1739
+ exports.ConflictException = ConflictException$1;
1751
1740
  exports.ConnectAppAuthorizationCommand = ConnectAppAuthorizationCommand;
1752
- exports.ConnectAppAuthorizationRequestFilterSensitiveLog = ConnectAppAuthorizationRequestFilterSensitiveLog;
1753
1741
  exports.CreateAppAuthorizationCommand = CreateAppAuthorizationCommand;
1754
- exports.CreateAppAuthorizationRequestFilterSensitiveLog = CreateAppAuthorizationRequestFilterSensitiveLog;
1755
1742
  exports.CreateAppBundleCommand = CreateAppBundleCommand;
1756
1743
  exports.CreateIngestionCommand = CreateIngestionCommand;
1757
1744
  exports.CreateIngestionDestinationCommand = CreateIngestionDestinationCommand;
1758
- exports.CredentialFilterSensitiveLog = CredentialFilterSensitiveLog;
1759
1745
  exports.DeleteAppAuthorizationCommand = DeleteAppAuthorizationCommand;
1760
1746
  exports.DeleteAppBundleCommand = DeleteAppBundleCommand;
1761
1747
  exports.DeleteIngestionCommand = DeleteIngestionCommand;
@@ -1768,30 +1754,26 @@ exports.GetIngestionDestinationCommand = GetIngestionDestinationCommand;
1768
1754
  exports.IngestionDestinationStatus = IngestionDestinationStatus;
1769
1755
  exports.IngestionState = IngestionState;
1770
1756
  exports.IngestionType = IngestionType;
1771
- exports.InternalServerException = InternalServerException;
1757
+ exports.InternalServerException = InternalServerException$1;
1772
1758
  exports.ListAppAuthorizationsCommand = ListAppAuthorizationsCommand;
1773
1759
  exports.ListAppBundlesCommand = ListAppBundlesCommand;
1774
1760
  exports.ListIngestionDestinationsCommand = ListIngestionDestinationsCommand;
1775
1761
  exports.ListIngestionsCommand = ListIngestionsCommand;
1776
1762
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1777
- exports.Oauth2CredentialFilterSensitiveLog = Oauth2CredentialFilterSensitiveLog;
1778
1763
  exports.Persona = Persona;
1779
- exports.ResourceNotFoundException = ResourceNotFoundException;
1764
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
1780
1765
  exports.ResultStatus = ResultStatus;
1781
1766
  exports.Schema = Schema;
1782
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1767
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1783
1768
  exports.StartIngestionCommand = StartIngestionCommand;
1784
1769
  exports.StartUserAccessTasksCommand = StartUserAccessTasksCommand;
1785
- exports.StartUserAccessTasksRequestFilterSensitiveLog = StartUserAccessTasksRequestFilterSensitiveLog;
1786
1770
  exports.StopIngestionCommand = StopIngestionCommand;
1787
1771
  exports.TagResourceCommand = TagResourceCommand;
1788
- exports.ThrottlingException = ThrottlingException;
1772
+ exports.ThrottlingException = ThrottlingException$1;
1789
1773
  exports.UntagResourceCommand = UntagResourceCommand;
1790
1774
  exports.UpdateAppAuthorizationCommand = UpdateAppAuthorizationCommand;
1791
- exports.UpdateAppAuthorizationRequestFilterSensitiveLog = UpdateAppAuthorizationRequestFilterSensitiveLog;
1792
1775
  exports.UpdateIngestionDestinationCommand = UpdateIngestionDestinationCommand;
1793
- exports.UserAccessResultItemFilterSensitiveLog = UserAccessResultItemFilterSensitiveLog;
1794
- exports.ValidationException = ValidationException;
1776
+ exports.ValidationException = ValidationException$1;
1795
1777
  exports.ValidationExceptionReason = ValidationExceptionReason;
1796
1778
  exports.paginateListAppAuthorizations = paginateListAppAuthorizations;
1797
1779
  exports.paginateListAppBundles = paginateListAppBundles;