@aws-sdk/client-qapps 3.927.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.
- package/dist-cjs/index.js +1792 -1872
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/QAppsClient.js +2 -0
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +3 -9
- package/dist-es/commands/AssociateQAppWithUserCommand.js +3 -9
- package/dist-es/commands/BatchCreateCategoryCommand.js +3 -9
- package/dist-es/commands/BatchDeleteCategoryCommand.js +3 -9
- package/dist-es/commands/BatchUpdateCategoryCommand.js +3 -9
- package/dist-es/commands/CreateLibraryItemCommand.js +3 -9
- package/dist-es/commands/CreatePresignedUrlCommand.js +3 -9
- package/dist-es/commands/CreateQAppCommand.js +3 -9
- package/dist-es/commands/DeleteLibraryItemCommand.js +3 -9
- package/dist-es/commands/DeleteQAppCommand.js +3 -9
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +3 -9
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +3 -9
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +3 -9
- package/dist-es/commands/ExportQAppSessionDataCommand.js +3 -9
- package/dist-es/commands/GetLibraryItemCommand.js +3 -9
- package/dist-es/commands/GetQAppCommand.js +3 -9
- package/dist-es/commands/GetQAppSessionCommand.js +3 -9
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +3 -9
- package/dist-es/commands/ImportDocumentCommand.js +3 -9
- package/dist-es/commands/ListCategoriesCommand.js +3 -9
- package/dist-es/commands/ListLibraryItemsCommand.js +3 -9
- package/dist-es/commands/ListQAppSessionDataCommand.js +3 -9
- package/dist-es/commands/ListQAppsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PredictQAppCommand.js +3 -9
- package/dist-es/commands/StartQAppSessionCommand.js +3 -9
- package/dist-es/commands/StopQAppSessionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLibraryItemCommand.js +3 -9
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +3 -9
- package/dist-es/commands/UpdateQAppCommand.js +3 -9
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +3 -9
- package/dist-es/commands/UpdateQAppSessionCommand.js +3 -9
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1713 -0
- package/dist-types/QAppsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +168 -0
- package/dist-types/ts3.4/QAppsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1611
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
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,8 +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
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class QAppsClient extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,14 +110,14 @@ class QAppsClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class QAppsServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let QAppsServiceException$1 = class QAppsServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, QAppsServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
|
-
class AccessDeniedException extends QAppsServiceException {
|
|
120
|
+
let AccessDeniedException$1 = class AccessDeniedException extends QAppsServiceException$1 {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,7 +128,7 @@ class AccessDeniedException extends QAppsServiceException {
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
131
|
+
};
|
|
132
132
|
const Action = {
|
|
133
133
|
READ: "read",
|
|
134
134
|
WRITE: "write",
|
|
@@ -191,7 +191,7 @@ const AppStatus = {
|
|
|
191
191
|
DRAFT: "DRAFT",
|
|
192
192
|
PUBLISHED: "PUBLISHED",
|
|
193
193
|
};
|
|
194
|
-
class ConflictException extends QAppsServiceException {
|
|
194
|
+
let ConflictException$1 = class ConflictException extends QAppsServiceException$1 {
|
|
195
195
|
name = "ConflictException";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
resourceId;
|
|
@@ -206,8 +206,8 @@ class ConflictException extends QAppsServiceException {
|
|
|
206
206
|
this.resourceId = opts.resourceId;
|
|
207
207
|
this.resourceType = opts.resourceType;
|
|
208
208
|
}
|
|
209
|
-
}
|
|
210
|
-
class InternalServerException extends QAppsServiceException {
|
|
209
|
+
};
|
|
210
|
+
let InternalServerException$1 = class InternalServerException extends QAppsServiceException$1 {
|
|
211
211
|
name = "InternalServerException";
|
|
212
212
|
$fault = "server";
|
|
213
213
|
$retryable = {};
|
|
@@ -221,8 +221,8 @@ class InternalServerException extends QAppsServiceException {
|
|
|
221
221
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
222
222
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
223
223
|
}
|
|
224
|
-
}
|
|
225
|
-
class ResourceNotFoundException extends QAppsServiceException {
|
|
224
|
+
};
|
|
225
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends QAppsServiceException$1 {
|
|
226
226
|
name = "ResourceNotFoundException";
|
|
227
227
|
$fault = "client";
|
|
228
228
|
resourceId;
|
|
@@ -237,8 +237,8 @@ class ResourceNotFoundException extends QAppsServiceException {
|
|
|
237
237
|
this.resourceId = opts.resourceId;
|
|
238
238
|
this.resourceType = opts.resourceType;
|
|
239
239
|
}
|
|
240
|
-
}
|
|
241
|
-
class ServiceQuotaExceededException extends QAppsServiceException {
|
|
240
|
+
};
|
|
241
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends QAppsServiceException$1 {
|
|
242
242
|
name = "ServiceQuotaExceededException";
|
|
243
243
|
$fault = "client";
|
|
244
244
|
resourceId;
|
|
@@ -257,8 +257,8 @@ class ServiceQuotaExceededException extends QAppsServiceException {
|
|
|
257
257
|
this.serviceCode = opts.serviceCode;
|
|
258
258
|
this.quotaCode = opts.quotaCode;
|
|
259
259
|
}
|
|
260
|
-
}
|
|
261
|
-
class ThrottlingException extends QAppsServiceException {
|
|
260
|
+
};
|
|
261
|
+
let ThrottlingException$1 = class ThrottlingException extends QAppsServiceException$1 {
|
|
262
262
|
name = "ThrottlingException";
|
|
263
263
|
$fault = "client";
|
|
264
264
|
$retryable = {
|
|
@@ -278,8 +278,8 @@ class ThrottlingException extends QAppsServiceException {
|
|
|
278
278
|
this.quotaCode = opts.quotaCode;
|
|
279
279
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
280
280
|
}
|
|
281
|
-
}
|
|
282
|
-
class UnauthorizedException extends QAppsServiceException {
|
|
281
|
+
};
|
|
282
|
+
let UnauthorizedException$1 = class UnauthorizedException extends QAppsServiceException$1 {
|
|
283
283
|
name = "UnauthorizedException";
|
|
284
284
|
$fault = "client";
|
|
285
285
|
constructor(opts) {
|
|
@@ -290,8 +290,8 @@ class UnauthorizedException extends QAppsServiceException {
|
|
|
290
290
|
});
|
|
291
291
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
292
292
|
}
|
|
293
|
-
}
|
|
294
|
-
class ValidationException extends QAppsServiceException {
|
|
293
|
+
};
|
|
294
|
+
let ValidationException$1 = class ValidationException extends QAppsServiceException$1 {
|
|
295
295
|
name = "ValidationException";
|
|
296
296
|
$fault = "client";
|
|
297
297
|
constructor(opts) {
|
|
@@ -302,7 +302,7 @@ class ValidationException extends QAppsServiceException {
|
|
|
302
302
|
});
|
|
303
303
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
304
304
|
}
|
|
305
|
-
}
|
|
305
|
+
};
|
|
306
306
|
const ExecutionStatus = {
|
|
307
307
|
COMPLETED: "COMPLETED",
|
|
308
308
|
ERROR: "ERROR",
|
|
@@ -314,7 +314,7 @@ const SubmissionMutationKind = {
|
|
|
314
314
|
delete: "delete",
|
|
315
315
|
edit: "edit",
|
|
316
316
|
};
|
|
317
|
-
class ContentTooLargeException extends QAppsServiceException {
|
|
317
|
+
let ContentTooLargeException$1 = class ContentTooLargeException extends QAppsServiceException$1 {
|
|
318
318
|
name = "ContentTooLargeException";
|
|
319
319
|
$fault = "client";
|
|
320
320
|
resourceId;
|
|
@@ -329,7 +329,7 @@ class ContentTooLargeException extends QAppsServiceException {
|
|
|
329
329
|
this.resourceId = opts.resourceId;
|
|
330
330
|
this.resourceType = opts.resourceType;
|
|
331
331
|
}
|
|
332
|
-
}
|
|
332
|
+
};
|
|
333
333
|
const Sender = {
|
|
334
334
|
SYSTEM: "SYSTEM",
|
|
335
335
|
USER: "USER",
|
|
@@ -389,1626 +389,1716 @@ exports.CardInput = void 0;
|
|
|
389
389
|
};
|
|
390
390
|
})(exports.CardInput || (exports.CardInput = {}));
|
|
391
391
|
|
|
392
|
-
const
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
const
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
const
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
const
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
const
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
const
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
const
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
const
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
const
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
const
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
const
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
const se_DisassociateLibraryItemReviewCommand = async (input, context) => {
|
|
556
|
-
const b = core.requestBuilder(input, context);
|
|
557
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
558
|
-
"content-type": "application/json",
|
|
559
|
-
[_ii]: input[_iI],
|
|
560
|
-
});
|
|
561
|
-
b.bp("/catalog.disassociateItemRating");
|
|
562
|
-
let body;
|
|
563
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
564
|
-
libraryItemId: [],
|
|
565
|
-
}));
|
|
566
|
-
b.m("POST").h(headers).b(body);
|
|
567
|
-
return b.build();
|
|
568
|
-
};
|
|
569
|
-
const se_DisassociateQAppFromUserCommand = async (input, context) => {
|
|
570
|
-
const b = core.requestBuilder(input, context);
|
|
571
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
572
|
-
"content-type": "application/json",
|
|
573
|
-
[_ii]: input[_iI],
|
|
574
|
-
});
|
|
575
|
-
b.bp("/apps.uninstall");
|
|
576
|
-
let body;
|
|
577
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
578
|
-
appId: [],
|
|
579
|
-
}));
|
|
580
|
-
b.m("POST").h(headers).b(body);
|
|
581
|
-
return b.build();
|
|
582
|
-
};
|
|
583
|
-
const se_ExportQAppSessionDataCommand = async (input, context) => {
|
|
584
|
-
const b = core.requestBuilder(input, context);
|
|
585
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
586
|
-
"content-type": "application/json",
|
|
587
|
-
[_ii]: input[_iI],
|
|
588
|
-
});
|
|
589
|
-
b.bp("/runtime.exportQAppSessionData");
|
|
590
|
-
let body;
|
|
591
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
592
|
-
sessionId: [],
|
|
593
|
-
}));
|
|
594
|
-
b.m("POST").h(headers).b(body);
|
|
595
|
-
return b.build();
|
|
596
|
-
};
|
|
597
|
-
const se_GetLibraryItemCommand = async (input, context) => {
|
|
598
|
-
const b = core.requestBuilder(input, context);
|
|
599
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
600
|
-
[_ii]: input[_iI],
|
|
601
|
-
});
|
|
602
|
-
b.bp("/catalog.getItem");
|
|
603
|
-
const query = smithyClient.map({
|
|
604
|
-
[_lII]: [, smithyClient.expectNonNull(input[_lII], `libraryItemId`)],
|
|
605
|
-
[_aI]: [, input[_aI]],
|
|
606
|
-
});
|
|
607
|
-
let body;
|
|
608
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
609
|
-
return b.build();
|
|
610
|
-
};
|
|
611
|
-
const se_GetQAppCommand = async (input, context) => {
|
|
612
|
-
const b = core.requestBuilder(input, context);
|
|
613
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
614
|
-
[_ii]: input[_iI],
|
|
615
|
-
});
|
|
616
|
-
b.bp("/apps.get");
|
|
617
|
-
const query = smithyClient.map({
|
|
618
|
-
[_aI]: [, smithyClient.expectNonNull(input[_aI], `appId`)],
|
|
619
|
-
[_aV]: [() => input.appVersion !== void 0, () => input[_aV].toString()],
|
|
620
|
-
});
|
|
621
|
-
let body;
|
|
622
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
623
|
-
return b.build();
|
|
624
|
-
};
|
|
625
|
-
const se_GetQAppSessionCommand = async (input, context) => {
|
|
626
|
-
const b = core.requestBuilder(input, context);
|
|
627
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
628
|
-
[_ii]: input[_iI],
|
|
629
|
-
});
|
|
630
|
-
b.bp("/runtime.getQAppSession");
|
|
631
|
-
const query = smithyClient.map({
|
|
632
|
-
[_sI]: [, smithyClient.expectNonNull(input[_sI], `sessionId`)],
|
|
633
|
-
});
|
|
634
|
-
let body;
|
|
635
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
636
|
-
return b.build();
|
|
637
|
-
};
|
|
638
|
-
const se_GetQAppSessionMetadataCommand = async (input, context) => {
|
|
639
|
-
const b = core.requestBuilder(input, context);
|
|
640
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
641
|
-
[_ii]: input[_iI],
|
|
642
|
-
});
|
|
643
|
-
b.bp("/runtime.getQAppSessionMetadata");
|
|
644
|
-
const query = smithyClient.map({
|
|
645
|
-
[_sI]: [, smithyClient.expectNonNull(input[_sI], `sessionId`)],
|
|
646
|
-
});
|
|
647
|
-
let body;
|
|
648
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
649
|
-
return b.build();
|
|
650
|
-
};
|
|
651
|
-
const se_ImportDocumentCommand = async (input, context) => {
|
|
652
|
-
const b = core.requestBuilder(input, context);
|
|
653
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
654
|
-
"content-type": "application/json",
|
|
655
|
-
[_ii]: input[_iI],
|
|
656
|
-
});
|
|
657
|
-
b.bp("/apps.importDocument");
|
|
658
|
-
let body;
|
|
659
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
660
|
-
appId: [],
|
|
661
|
-
cardId: [],
|
|
662
|
-
fileContentsBase64: [],
|
|
663
|
-
fileName: [],
|
|
664
|
-
scope: [],
|
|
665
|
-
sessionId: [],
|
|
666
|
-
}));
|
|
667
|
-
b.m("POST").h(headers).b(body);
|
|
668
|
-
return b.build();
|
|
669
|
-
};
|
|
670
|
-
const se_ListCategoriesCommand = async (input, context) => {
|
|
671
|
-
const b = core.requestBuilder(input, context);
|
|
672
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
673
|
-
[_ii]: input[_iI],
|
|
674
|
-
});
|
|
675
|
-
b.bp("/catalog.listCategories");
|
|
676
|
-
let body;
|
|
677
|
-
b.m("GET").h(headers).b(body);
|
|
678
|
-
return b.build();
|
|
679
|
-
};
|
|
680
|
-
const se_ListLibraryItemsCommand = async (input, context) => {
|
|
681
|
-
const b = core.requestBuilder(input, context);
|
|
682
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
683
|
-
[_ii]: input[_iI],
|
|
684
|
-
});
|
|
685
|
-
b.bp("/catalog.list");
|
|
686
|
-
const query = smithyClient.map({
|
|
687
|
-
[_l]: [() => input.limit !== void 0, () => input[_l].toString()],
|
|
688
|
-
[_nT]: [, input[_nT]],
|
|
689
|
-
[_cI]: [, input[_cI]],
|
|
690
|
-
});
|
|
691
|
-
let body;
|
|
692
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
693
|
-
return b.build();
|
|
694
|
-
};
|
|
695
|
-
const se_ListQAppsCommand = async (input, context) => {
|
|
696
|
-
const b = core.requestBuilder(input, context);
|
|
697
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
698
|
-
[_ii]: input[_iI],
|
|
699
|
-
});
|
|
700
|
-
b.bp("/apps.list");
|
|
701
|
-
const query = smithyClient.map({
|
|
702
|
-
[_l]: [() => input.limit !== void 0, () => input[_l].toString()],
|
|
703
|
-
[_nT]: [, input[_nT]],
|
|
704
|
-
});
|
|
705
|
-
let body;
|
|
706
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
707
|
-
return b.build();
|
|
708
|
-
};
|
|
709
|
-
const se_ListQAppSessionDataCommand = async (input, context) => {
|
|
710
|
-
const b = core.requestBuilder(input, context);
|
|
711
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
712
|
-
[_ii]: input[_iI],
|
|
713
|
-
});
|
|
714
|
-
b.bp("/runtime.listQAppSessionData");
|
|
715
|
-
const query = smithyClient.map({
|
|
716
|
-
[_sI]: [, smithyClient.expectNonNull(input[_sI], `sessionId`)],
|
|
717
|
-
});
|
|
718
|
-
let body;
|
|
719
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
720
|
-
return b.build();
|
|
721
|
-
};
|
|
722
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
723
|
-
const b = core.requestBuilder(input, context);
|
|
724
|
-
const headers = {};
|
|
725
|
-
b.bp("/tags/{resourceARN}");
|
|
726
|
-
b.p("resourceARN", () => input.resourceARN, "{resourceARN}", false);
|
|
727
|
-
let body;
|
|
728
|
-
b.m("GET").h(headers).b(body);
|
|
729
|
-
return b.build();
|
|
730
|
-
};
|
|
731
|
-
const se_PredictQAppCommand = async (input, context) => {
|
|
732
|
-
const b = core.requestBuilder(input, context);
|
|
733
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
734
|
-
"content-type": "application/json",
|
|
735
|
-
[_ii]: input[_iI],
|
|
736
|
-
});
|
|
737
|
-
b.bp("/apps.predictQApp");
|
|
738
|
-
let body;
|
|
739
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
740
|
-
options: (_) => smithyClient._json(_),
|
|
741
|
-
}));
|
|
742
|
-
b.m("POST").h(headers).b(body);
|
|
743
|
-
return b.build();
|
|
744
|
-
};
|
|
745
|
-
const se_StartQAppSessionCommand = async (input, context) => {
|
|
746
|
-
const b = core.requestBuilder(input, context);
|
|
747
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
748
|
-
"content-type": "application/json",
|
|
749
|
-
[_ii]: input[_iI],
|
|
750
|
-
});
|
|
751
|
-
b.bp("/runtime.startQAppSession");
|
|
752
|
-
let body;
|
|
753
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
754
|
-
appId: [],
|
|
755
|
-
appVersion: [],
|
|
756
|
-
initialValues: (_) => smithyClient._json(_),
|
|
757
|
-
sessionId: [],
|
|
758
|
-
tags: (_) => smithyClient._json(_),
|
|
759
|
-
}));
|
|
760
|
-
b.m("POST").h(headers).b(body);
|
|
761
|
-
return b.build();
|
|
762
|
-
};
|
|
763
|
-
const se_StopQAppSessionCommand = async (input, context) => {
|
|
764
|
-
const b = core.requestBuilder(input, context);
|
|
765
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
766
|
-
"content-type": "application/json",
|
|
767
|
-
[_ii]: input[_iI],
|
|
768
|
-
});
|
|
769
|
-
b.bp("/runtime.deleteMiniAppRun");
|
|
770
|
-
let body;
|
|
771
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
772
|
-
sessionId: [],
|
|
773
|
-
}));
|
|
774
|
-
b.m("POST").h(headers).b(body);
|
|
775
|
-
return b.build();
|
|
776
|
-
};
|
|
777
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
778
|
-
const b = core.requestBuilder(input, context);
|
|
779
|
-
const headers = {
|
|
780
|
-
"content-type": "application/json",
|
|
781
|
-
};
|
|
782
|
-
b.bp("/tags/{resourceARN}");
|
|
783
|
-
b.p("resourceARN", () => input.resourceARN, "{resourceARN}", false);
|
|
784
|
-
let body;
|
|
785
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
786
|
-
tags: (_) => smithyClient._json(_),
|
|
787
|
-
}));
|
|
788
|
-
b.m("POST").h(headers).b(body);
|
|
789
|
-
return b.build();
|
|
790
|
-
};
|
|
791
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
792
|
-
const b = core.requestBuilder(input, context);
|
|
793
|
-
const headers = {};
|
|
794
|
-
b.bp("/tags/{resourceARN}");
|
|
795
|
-
b.p("resourceARN", () => input.resourceARN, "{resourceARN}", false);
|
|
796
|
-
const query = smithyClient.map({
|
|
797
|
-
[_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
798
|
-
});
|
|
799
|
-
let body;
|
|
800
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
801
|
-
return b.build();
|
|
802
|
-
};
|
|
803
|
-
const se_UpdateLibraryItemCommand = async (input, context) => {
|
|
804
|
-
const b = core.requestBuilder(input, context);
|
|
805
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
806
|
-
"content-type": "application/json",
|
|
807
|
-
[_ii]: input[_iI],
|
|
808
|
-
});
|
|
809
|
-
b.bp("/catalog.updateItem");
|
|
810
|
-
let body;
|
|
811
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
812
|
-
categories: (_) => smithyClient._json(_),
|
|
813
|
-
libraryItemId: [],
|
|
814
|
-
status: [],
|
|
815
|
-
}));
|
|
816
|
-
b.m("POST").h(headers).b(body);
|
|
817
|
-
return b.build();
|
|
818
|
-
};
|
|
819
|
-
const se_UpdateLibraryItemMetadataCommand = async (input, context) => {
|
|
820
|
-
const b = core.requestBuilder(input, context);
|
|
821
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
822
|
-
"content-type": "application/json",
|
|
823
|
-
[_ii]: input[_iI],
|
|
824
|
-
});
|
|
825
|
-
b.bp("/catalog.updateItemMetadata");
|
|
826
|
-
let body;
|
|
827
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
828
|
-
isVerified: [],
|
|
829
|
-
libraryItemId: [],
|
|
830
|
-
}));
|
|
831
|
-
b.m("POST").h(headers).b(body);
|
|
832
|
-
return b.build();
|
|
833
|
-
};
|
|
834
|
-
const se_UpdateQAppCommand = async (input, context) => {
|
|
835
|
-
const b = core.requestBuilder(input, context);
|
|
836
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
837
|
-
"content-type": "application/json",
|
|
838
|
-
[_ii]: input[_iI],
|
|
839
|
-
});
|
|
840
|
-
b.bp("/apps.update");
|
|
841
|
-
let body;
|
|
842
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
843
|
-
appDefinition: (_) => se_AppDefinitionInput(_),
|
|
844
|
-
appId: [],
|
|
845
|
-
description: [],
|
|
846
|
-
title: [],
|
|
847
|
-
}));
|
|
848
|
-
b.m("POST").h(headers).b(body);
|
|
849
|
-
return b.build();
|
|
850
|
-
};
|
|
851
|
-
const se_UpdateQAppPermissionsCommand = async (input, context) => {
|
|
852
|
-
const b = core.requestBuilder(input, context);
|
|
853
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
854
|
-
"content-type": "application/json",
|
|
855
|
-
[_ii]: input[_iI],
|
|
856
|
-
});
|
|
857
|
-
b.bp("/apps.updateQAppPermissions");
|
|
858
|
-
let body;
|
|
859
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
860
|
-
appId: [],
|
|
861
|
-
grantPermissions: (_) => smithyClient._json(_),
|
|
862
|
-
revokePermissions: (_) => smithyClient._json(_),
|
|
863
|
-
}));
|
|
864
|
-
b.m("POST").h(headers).b(body);
|
|
865
|
-
return b.build();
|
|
866
|
-
};
|
|
867
|
-
const se_UpdateQAppSessionCommand = async (input, context) => {
|
|
868
|
-
const b = core.requestBuilder(input, context);
|
|
869
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
870
|
-
"content-type": "application/json",
|
|
871
|
-
[_ii]: input[_iI],
|
|
872
|
-
});
|
|
873
|
-
b.bp("/runtime.updateQAppSession");
|
|
874
|
-
let body;
|
|
875
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
876
|
-
sessionId: [],
|
|
877
|
-
values: (_) => smithyClient._json(_),
|
|
878
|
-
}));
|
|
879
|
-
b.m("POST").h(headers).b(body);
|
|
880
|
-
return b.build();
|
|
881
|
-
};
|
|
882
|
-
const se_UpdateQAppSessionMetadataCommand = async (input, context) => {
|
|
883
|
-
const b = core.requestBuilder(input, context);
|
|
884
|
-
const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
|
|
885
|
-
"content-type": "application/json",
|
|
886
|
-
[_ii]: input[_iI],
|
|
887
|
-
});
|
|
888
|
-
b.bp("/runtime.updateQAppSessionMetadata");
|
|
889
|
-
let body;
|
|
890
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
891
|
-
sessionId: [],
|
|
892
|
-
sessionName: [],
|
|
893
|
-
sharingConfiguration: (_) => smithyClient._json(_),
|
|
894
|
-
}));
|
|
895
|
-
b.m("POST").h(headers).b(body);
|
|
896
|
-
return b.build();
|
|
897
|
-
};
|
|
898
|
-
const de_AssociateLibraryItemReviewCommand = async (output, context) => {
|
|
899
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
900
|
-
return de_CommandError(output, context);
|
|
901
|
-
}
|
|
902
|
-
const contents = smithyClient.map({
|
|
903
|
-
$metadata: deserializeMetadata(output),
|
|
904
|
-
});
|
|
905
|
-
await smithyClient.collectBody(output.body, context);
|
|
906
|
-
return contents;
|
|
907
|
-
};
|
|
908
|
-
const de_AssociateQAppWithUserCommand = async (output, context) => {
|
|
909
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
910
|
-
return de_CommandError(output, context);
|
|
911
|
-
}
|
|
912
|
-
const contents = smithyClient.map({
|
|
913
|
-
$metadata: deserializeMetadata(output),
|
|
914
|
-
});
|
|
915
|
-
await smithyClient.collectBody(output.body, context);
|
|
916
|
-
return contents;
|
|
917
|
-
};
|
|
918
|
-
const de_BatchCreateCategoryCommand = async (output, context) => {
|
|
919
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
920
|
-
return de_CommandError(output, context);
|
|
921
|
-
}
|
|
922
|
-
const contents = smithyClient.map({
|
|
923
|
-
$metadata: deserializeMetadata(output),
|
|
924
|
-
});
|
|
925
|
-
await smithyClient.collectBody(output.body, context);
|
|
926
|
-
return contents;
|
|
927
|
-
};
|
|
928
|
-
const de_BatchDeleteCategoryCommand = async (output, context) => {
|
|
929
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
930
|
-
return de_CommandError(output, context);
|
|
931
|
-
}
|
|
932
|
-
const contents = smithyClient.map({
|
|
933
|
-
$metadata: deserializeMetadata(output),
|
|
934
|
-
});
|
|
935
|
-
await smithyClient.collectBody(output.body, context);
|
|
936
|
-
return contents;
|
|
937
|
-
};
|
|
938
|
-
const de_BatchUpdateCategoryCommand = async (output, context) => {
|
|
939
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
940
|
-
return de_CommandError(output, context);
|
|
941
|
-
}
|
|
942
|
-
const contents = smithyClient.map({
|
|
943
|
-
$metadata: deserializeMetadata(output),
|
|
944
|
-
});
|
|
945
|
-
await smithyClient.collectBody(output.body, context);
|
|
946
|
-
return contents;
|
|
947
|
-
};
|
|
948
|
-
const de_CreateLibraryItemCommand = async (output, context) => {
|
|
949
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
950
|
-
return de_CommandError(output, context);
|
|
951
|
-
}
|
|
952
|
-
const contents = smithyClient.map({
|
|
953
|
-
$metadata: deserializeMetadata(output),
|
|
954
|
-
});
|
|
955
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
956
|
-
const doc = smithyClient.take(data, {
|
|
957
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
958
|
-
createdBy: smithyClient.expectString,
|
|
959
|
-
isVerified: smithyClient.expectBoolean,
|
|
960
|
-
libraryItemId: smithyClient.expectString,
|
|
961
|
-
ratingCount: smithyClient.expectInt32,
|
|
962
|
-
status: smithyClient.expectString,
|
|
963
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
964
|
-
updatedBy: smithyClient.expectString,
|
|
965
|
-
});
|
|
966
|
-
Object.assign(contents, doc);
|
|
967
|
-
return contents;
|
|
968
|
-
};
|
|
969
|
-
const de_CreatePresignedUrlCommand = async (output, context) => {
|
|
970
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
971
|
-
return de_CommandError(output, context);
|
|
972
|
-
}
|
|
973
|
-
const contents = smithyClient.map({
|
|
974
|
-
$metadata: deserializeMetadata(output),
|
|
975
|
-
});
|
|
976
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
977
|
-
const doc = smithyClient.take(data, {
|
|
978
|
-
fileId: smithyClient.expectString,
|
|
979
|
-
presignedUrl: smithyClient.expectString,
|
|
980
|
-
presignedUrlExpiration: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
981
|
-
presignedUrlFields: smithyClient._json,
|
|
982
|
-
});
|
|
983
|
-
Object.assign(contents, doc);
|
|
984
|
-
return contents;
|
|
985
|
-
};
|
|
986
|
-
const de_CreateQAppCommand = async (output, context) => {
|
|
987
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
988
|
-
return de_CommandError(output, context);
|
|
989
|
-
}
|
|
990
|
-
const contents = smithyClient.map({
|
|
991
|
-
$metadata: deserializeMetadata(output),
|
|
992
|
-
});
|
|
993
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
994
|
-
const doc = smithyClient.take(data, {
|
|
995
|
-
appArn: smithyClient.expectString,
|
|
996
|
-
appId: smithyClient.expectString,
|
|
997
|
-
appVersion: smithyClient.expectInt32,
|
|
998
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
999
|
-
createdBy: smithyClient.expectString,
|
|
1000
|
-
description: smithyClient.expectString,
|
|
1001
|
-
initialPrompt: smithyClient.expectString,
|
|
1002
|
-
requiredCapabilities: smithyClient._json,
|
|
1003
|
-
status: smithyClient.expectString,
|
|
1004
|
-
title: smithyClient.expectString,
|
|
1005
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1006
|
-
updatedBy: smithyClient.expectString,
|
|
1007
|
-
});
|
|
1008
|
-
Object.assign(contents, doc);
|
|
1009
|
-
return contents;
|
|
1010
|
-
};
|
|
1011
|
-
const de_DeleteLibraryItemCommand = async (output, context) => {
|
|
1012
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1013
|
-
return de_CommandError(output, context);
|
|
1014
|
-
}
|
|
1015
|
-
const contents = smithyClient.map({
|
|
1016
|
-
$metadata: deserializeMetadata(output),
|
|
1017
|
-
});
|
|
1018
|
-
await smithyClient.collectBody(output.body, context);
|
|
1019
|
-
return contents;
|
|
1020
|
-
};
|
|
1021
|
-
const de_DeleteQAppCommand = async (output, context) => {
|
|
1022
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1023
|
-
return de_CommandError(output, context);
|
|
1024
|
-
}
|
|
1025
|
-
const contents = smithyClient.map({
|
|
1026
|
-
$metadata: deserializeMetadata(output),
|
|
1027
|
-
});
|
|
1028
|
-
await smithyClient.collectBody(output.body, context);
|
|
1029
|
-
return contents;
|
|
1030
|
-
};
|
|
1031
|
-
const de_DescribeQAppPermissionsCommand = async (output, context) => {
|
|
1032
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1033
|
-
return de_CommandError(output, context);
|
|
1034
|
-
}
|
|
1035
|
-
const contents = smithyClient.map({
|
|
1036
|
-
$metadata: deserializeMetadata(output),
|
|
1037
|
-
});
|
|
1038
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1039
|
-
const doc = smithyClient.take(data, {
|
|
1040
|
-
appId: smithyClient.expectString,
|
|
1041
|
-
permissions: smithyClient._json,
|
|
1042
|
-
resourceArn: smithyClient.expectString,
|
|
1043
|
-
});
|
|
1044
|
-
Object.assign(contents, doc);
|
|
1045
|
-
return contents;
|
|
1046
|
-
};
|
|
1047
|
-
const de_DisassociateLibraryItemReviewCommand = async (output, context) => {
|
|
1048
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1049
|
-
return de_CommandError(output, context);
|
|
1050
|
-
}
|
|
1051
|
-
const contents = smithyClient.map({
|
|
1052
|
-
$metadata: deserializeMetadata(output),
|
|
1053
|
-
});
|
|
1054
|
-
await smithyClient.collectBody(output.body, context);
|
|
1055
|
-
return contents;
|
|
1056
|
-
};
|
|
1057
|
-
const de_DisassociateQAppFromUserCommand = async (output, context) => {
|
|
1058
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1059
|
-
return de_CommandError(output, context);
|
|
1060
|
-
}
|
|
1061
|
-
const contents = smithyClient.map({
|
|
1062
|
-
$metadata: deserializeMetadata(output),
|
|
1063
|
-
});
|
|
1064
|
-
await smithyClient.collectBody(output.body, context);
|
|
1065
|
-
return contents;
|
|
1066
|
-
};
|
|
1067
|
-
const de_ExportQAppSessionDataCommand = async (output, context) => {
|
|
1068
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1069
|
-
return de_CommandError(output, context);
|
|
1070
|
-
}
|
|
1071
|
-
const contents = smithyClient.map({
|
|
1072
|
-
$metadata: deserializeMetadata(output),
|
|
1073
|
-
});
|
|
1074
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1075
|
-
const doc = smithyClient.take(data, {
|
|
1076
|
-
csvFileLink: smithyClient.expectString,
|
|
1077
|
-
expiresAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1078
|
-
sessionArn: smithyClient.expectString,
|
|
1079
|
-
});
|
|
1080
|
-
Object.assign(contents, doc);
|
|
1081
|
-
return contents;
|
|
1082
|
-
};
|
|
1083
|
-
const de_GetLibraryItemCommand = async (output, context) => {
|
|
1084
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1085
|
-
return de_CommandError(output, context);
|
|
1086
|
-
}
|
|
1087
|
-
const contents = smithyClient.map({
|
|
1088
|
-
$metadata: deserializeMetadata(output),
|
|
1089
|
-
});
|
|
1090
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1091
|
-
const doc = smithyClient.take(data, {
|
|
1092
|
-
appId: smithyClient.expectString,
|
|
1093
|
-
appVersion: smithyClient.expectInt32,
|
|
1094
|
-
categories: smithyClient._json,
|
|
1095
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1096
|
-
createdBy: smithyClient.expectString,
|
|
1097
|
-
isRatedByUser: smithyClient.expectBoolean,
|
|
1098
|
-
isVerified: smithyClient.expectBoolean,
|
|
1099
|
-
libraryItemId: smithyClient.expectString,
|
|
1100
|
-
ratingCount: smithyClient.expectInt32,
|
|
1101
|
-
status: smithyClient.expectString,
|
|
1102
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1103
|
-
updatedBy: smithyClient.expectString,
|
|
1104
|
-
userCount: smithyClient.expectInt32,
|
|
1105
|
-
});
|
|
1106
|
-
Object.assign(contents, doc);
|
|
1107
|
-
return contents;
|
|
1108
|
-
};
|
|
1109
|
-
const de_GetQAppCommand = async (output, context) => {
|
|
1110
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1111
|
-
return de_CommandError(output, context);
|
|
1112
|
-
}
|
|
1113
|
-
const contents = smithyClient.map({
|
|
1114
|
-
$metadata: deserializeMetadata(output),
|
|
1115
|
-
});
|
|
1116
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1117
|
-
const doc = smithyClient.take(data, {
|
|
1118
|
-
appArn: smithyClient.expectString,
|
|
1119
|
-
appDefinition: (_) => de_AppDefinition(_),
|
|
1120
|
-
appId: smithyClient.expectString,
|
|
1121
|
-
appVersion: smithyClient.expectInt32,
|
|
1122
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1123
|
-
createdBy: smithyClient.expectString,
|
|
1124
|
-
description: smithyClient.expectString,
|
|
1125
|
-
initialPrompt: smithyClient.expectString,
|
|
1126
|
-
requiredCapabilities: smithyClient._json,
|
|
1127
|
-
status: smithyClient.expectString,
|
|
1128
|
-
title: smithyClient.expectString,
|
|
1129
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1130
|
-
updatedBy: smithyClient.expectString,
|
|
1131
|
-
});
|
|
1132
|
-
Object.assign(contents, doc);
|
|
1133
|
-
return contents;
|
|
1134
|
-
};
|
|
1135
|
-
const de_GetQAppSessionCommand = async (output, context) => {
|
|
1136
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1137
|
-
return de_CommandError(output, context);
|
|
1138
|
-
}
|
|
1139
|
-
const contents = smithyClient.map({
|
|
1140
|
-
$metadata: deserializeMetadata(output),
|
|
1141
|
-
});
|
|
1142
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1143
|
-
const doc = smithyClient.take(data, {
|
|
1144
|
-
appVersion: smithyClient.expectInt32,
|
|
1145
|
-
cardStatus: (_) => de_CardStatusMap(_),
|
|
1146
|
-
latestPublishedAppVersion: smithyClient.expectInt32,
|
|
1147
|
-
sessionArn: smithyClient.expectString,
|
|
1148
|
-
sessionId: smithyClient.expectString,
|
|
1149
|
-
sessionName: smithyClient.expectString,
|
|
1150
|
-
status: smithyClient.expectString,
|
|
1151
|
-
userIsHost: smithyClient.expectBoolean,
|
|
1152
|
-
});
|
|
1153
|
-
Object.assign(contents, doc);
|
|
1154
|
-
return contents;
|
|
1155
|
-
};
|
|
1156
|
-
const de_GetQAppSessionMetadataCommand = async (output, context) => {
|
|
1157
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1158
|
-
return de_CommandError(output, context);
|
|
1159
|
-
}
|
|
1160
|
-
const contents = smithyClient.map({
|
|
1161
|
-
$metadata: deserializeMetadata(output),
|
|
1162
|
-
});
|
|
1163
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1164
|
-
const doc = smithyClient.take(data, {
|
|
1165
|
-
sessionArn: smithyClient.expectString,
|
|
1166
|
-
sessionId: smithyClient.expectString,
|
|
1167
|
-
sessionName: smithyClient.expectString,
|
|
1168
|
-
sessionOwner: smithyClient.expectBoolean,
|
|
1169
|
-
sharingConfiguration: smithyClient._json,
|
|
1170
|
-
});
|
|
1171
|
-
Object.assign(contents, doc);
|
|
1172
|
-
return contents;
|
|
1173
|
-
};
|
|
1174
|
-
const de_ImportDocumentCommand = async (output, context) => {
|
|
1175
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1176
|
-
return de_CommandError(output, context);
|
|
1177
|
-
}
|
|
1178
|
-
const contents = smithyClient.map({
|
|
1179
|
-
$metadata: deserializeMetadata(output),
|
|
1180
|
-
});
|
|
1181
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1182
|
-
const doc = smithyClient.take(data, {
|
|
1183
|
-
fileId: smithyClient.expectString,
|
|
1184
|
-
});
|
|
1185
|
-
Object.assign(contents, doc);
|
|
1186
|
-
return contents;
|
|
1187
|
-
};
|
|
1188
|
-
const de_ListCategoriesCommand = async (output, context) => {
|
|
1189
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1190
|
-
return de_CommandError(output, context);
|
|
1191
|
-
}
|
|
1192
|
-
const contents = smithyClient.map({
|
|
1193
|
-
$metadata: deserializeMetadata(output),
|
|
1194
|
-
});
|
|
1195
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1196
|
-
const doc = smithyClient.take(data, {
|
|
1197
|
-
categories: smithyClient._json,
|
|
1198
|
-
});
|
|
1199
|
-
Object.assign(contents, doc);
|
|
1200
|
-
return contents;
|
|
1201
|
-
};
|
|
1202
|
-
const de_ListLibraryItemsCommand = async (output, context) => {
|
|
1203
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1204
|
-
return de_CommandError(output, context);
|
|
1205
|
-
}
|
|
1206
|
-
const contents = smithyClient.map({
|
|
1207
|
-
$metadata: deserializeMetadata(output),
|
|
1208
|
-
});
|
|
1209
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1210
|
-
const doc = smithyClient.take(data, {
|
|
1211
|
-
libraryItems: (_) => de_LibraryItemList(_),
|
|
1212
|
-
nextToken: smithyClient.expectString,
|
|
1213
|
-
});
|
|
1214
|
-
Object.assign(contents, doc);
|
|
1215
|
-
return contents;
|
|
1216
|
-
};
|
|
1217
|
-
const de_ListQAppsCommand = async (output, context) => {
|
|
1218
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1219
|
-
return de_CommandError(output, context);
|
|
1220
|
-
}
|
|
1221
|
-
const contents = smithyClient.map({
|
|
1222
|
-
$metadata: deserializeMetadata(output),
|
|
1223
|
-
});
|
|
1224
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1225
|
-
const doc = smithyClient.take(data, {
|
|
1226
|
-
apps: (_) => de_UserAppsList(_),
|
|
1227
|
-
nextToken: smithyClient.expectString,
|
|
1228
|
-
});
|
|
1229
|
-
Object.assign(contents, doc);
|
|
1230
|
-
return contents;
|
|
1231
|
-
};
|
|
1232
|
-
const de_ListQAppSessionDataCommand = async (output, context) => {
|
|
1233
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1234
|
-
return de_CommandError(output, context);
|
|
1235
|
-
}
|
|
1236
|
-
const contents = smithyClient.map({
|
|
1237
|
-
$metadata: deserializeMetadata(output),
|
|
1238
|
-
});
|
|
1239
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1240
|
-
const doc = smithyClient.take(data, {
|
|
1241
|
-
nextToken: smithyClient.expectString,
|
|
1242
|
-
sessionArn: smithyClient.expectString,
|
|
1243
|
-
sessionData: (_) => de_QAppSessionDataList(_),
|
|
1244
|
-
sessionId: smithyClient.expectString,
|
|
1245
|
-
});
|
|
1246
|
-
Object.assign(contents, doc);
|
|
1247
|
-
return contents;
|
|
1248
|
-
};
|
|
1249
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1250
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1251
|
-
return de_CommandError(output, context);
|
|
1252
|
-
}
|
|
1253
|
-
const contents = smithyClient.map({
|
|
1254
|
-
$metadata: deserializeMetadata(output),
|
|
1255
|
-
});
|
|
1256
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1257
|
-
const doc = smithyClient.take(data, {
|
|
1258
|
-
tags: smithyClient._json,
|
|
1259
|
-
});
|
|
1260
|
-
Object.assign(contents, doc);
|
|
1261
|
-
return contents;
|
|
1262
|
-
};
|
|
1263
|
-
const de_PredictQAppCommand = async (output, context) => {
|
|
1264
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1265
|
-
return de_CommandError(output, context);
|
|
1266
|
-
}
|
|
1267
|
-
const contents = smithyClient.map({
|
|
1268
|
-
$metadata: deserializeMetadata(output),
|
|
1269
|
-
});
|
|
1270
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1271
|
-
const doc = smithyClient.take(data, {
|
|
1272
|
-
app: (_) => de_PredictAppDefinition(_),
|
|
1273
|
-
problemStatement: smithyClient.expectString,
|
|
1274
|
-
});
|
|
1275
|
-
Object.assign(contents, doc);
|
|
1276
|
-
return contents;
|
|
1277
|
-
};
|
|
1278
|
-
const de_StartQAppSessionCommand = async (output, context) => {
|
|
1279
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1280
|
-
return de_CommandError(output, context);
|
|
1281
|
-
}
|
|
1282
|
-
const contents = smithyClient.map({
|
|
1283
|
-
$metadata: deserializeMetadata(output),
|
|
1284
|
-
});
|
|
1285
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1286
|
-
const doc = smithyClient.take(data, {
|
|
1287
|
-
sessionArn: smithyClient.expectString,
|
|
1288
|
-
sessionId: smithyClient.expectString,
|
|
1289
|
-
});
|
|
1290
|
-
Object.assign(contents, doc);
|
|
1291
|
-
return contents;
|
|
1292
|
-
};
|
|
1293
|
-
const de_StopQAppSessionCommand = async (output, context) => {
|
|
1294
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1295
|
-
return de_CommandError(output, context);
|
|
1296
|
-
}
|
|
1297
|
-
const contents = smithyClient.map({
|
|
1298
|
-
$metadata: deserializeMetadata(output),
|
|
1299
|
-
});
|
|
1300
|
-
await smithyClient.collectBody(output.body, context);
|
|
1301
|
-
return contents;
|
|
1302
|
-
};
|
|
1303
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1304
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1305
|
-
return de_CommandError(output, context);
|
|
1306
|
-
}
|
|
1307
|
-
const contents = smithyClient.map({
|
|
1308
|
-
$metadata: deserializeMetadata(output),
|
|
1309
|
-
});
|
|
1310
|
-
await smithyClient.collectBody(output.body, context);
|
|
1311
|
-
return contents;
|
|
1312
|
-
};
|
|
1313
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1314
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1315
|
-
return de_CommandError(output, context);
|
|
1316
|
-
}
|
|
1317
|
-
const contents = smithyClient.map({
|
|
1318
|
-
$metadata: deserializeMetadata(output),
|
|
1319
|
-
});
|
|
1320
|
-
await smithyClient.collectBody(output.body, context);
|
|
1321
|
-
return contents;
|
|
1322
|
-
};
|
|
1323
|
-
const de_UpdateLibraryItemCommand = async (output, context) => {
|
|
1324
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1325
|
-
return de_CommandError(output, context);
|
|
1326
|
-
}
|
|
1327
|
-
const contents = smithyClient.map({
|
|
1328
|
-
$metadata: deserializeMetadata(output),
|
|
1329
|
-
});
|
|
1330
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1331
|
-
const doc = smithyClient.take(data, {
|
|
1332
|
-
appId: smithyClient.expectString,
|
|
1333
|
-
appVersion: smithyClient.expectInt32,
|
|
1334
|
-
categories: smithyClient._json,
|
|
1335
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1336
|
-
createdBy: smithyClient.expectString,
|
|
1337
|
-
isRatedByUser: smithyClient.expectBoolean,
|
|
1338
|
-
isVerified: smithyClient.expectBoolean,
|
|
1339
|
-
libraryItemId: smithyClient.expectString,
|
|
1340
|
-
ratingCount: smithyClient.expectInt32,
|
|
1341
|
-
status: smithyClient.expectString,
|
|
1342
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1343
|
-
updatedBy: smithyClient.expectString,
|
|
1344
|
-
userCount: smithyClient.expectInt32,
|
|
1345
|
-
});
|
|
1346
|
-
Object.assign(contents, doc);
|
|
1347
|
-
return contents;
|
|
1348
|
-
};
|
|
1349
|
-
const de_UpdateLibraryItemMetadataCommand = async (output, context) => {
|
|
1350
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1351
|
-
return de_CommandError(output, context);
|
|
1352
|
-
}
|
|
1353
|
-
const contents = smithyClient.map({
|
|
1354
|
-
$metadata: deserializeMetadata(output),
|
|
1355
|
-
});
|
|
1356
|
-
await smithyClient.collectBody(output.body, context);
|
|
1357
|
-
return contents;
|
|
1358
|
-
};
|
|
1359
|
-
const de_UpdateQAppCommand = async (output, context) => {
|
|
1360
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1361
|
-
return de_CommandError(output, context);
|
|
1362
|
-
}
|
|
1363
|
-
const contents = smithyClient.map({
|
|
1364
|
-
$metadata: deserializeMetadata(output),
|
|
1365
|
-
});
|
|
1366
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1367
|
-
const doc = smithyClient.take(data, {
|
|
1368
|
-
appArn: smithyClient.expectString,
|
|
1369
|
-
appId: smithyClient.expectString,
|
|
1370
|
-
appVersion: smithyClient.expectInt32,
|
|
1371
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1372
|
-
createdBy: smithyClient.expectString,
|
|
1373
|
-
description: smithyClient.expectString,
|
|
1374
|
-
initialPrompt: smithyClient.expectString,
|
|
1375
|
-
requiredCapabilities: smithyClient._json,
|
|
1376
|
-
status: smithyClient.expectString,
|
|
1377
|
-
title: smithyClient.expectString,
|
|
1378
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1379
|
-
updatedBy: smithyClient.expectString,
|
|
1380
|
-
});
|
|
1381
|
-
Object.assign(contents, doc);
|
|
1382
|
-
return contents;
|
|
1383
|
-
};
|
|
1384
|
-
const de_UpdateQAppPermissionsCommand = async (output, context) => {
|
|
1385
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1386
|
-
return de_CommandError(output, context);
|
|
1387
|
-
}
|
|
1388
|
-
const contents = smithyClient.map({
|
|
1389
|
-
$metadata: deserializeMetadata(output),
|
|
1390
|
-
});
|
|
1391
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1392
|
-
const doc = smithyClient.take(data, {
|
|
1393
|
-
appId: smithyClient.expectString,
|
|
1394
|
-
permissions: smithyClient._json,
|
|
1395
|
-
resourceArn: smithyClient.expectString,
|
|
1396
|
-
});
|
|
1397
|
-
Object.assign(contents, doc);
|
|
1398
|
-
return contents;
|
|
1399
|
-
};
|
|
1400
|
-
const de_UpdateQAppSessionCommand = async (output, context) => {
|
|
1401
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1402
|
-
return de_CommandError(output, context);
|
|
1403
|
-
}
|
|
1404
|
-
const contents = smithyClient.map({
|
|
1405
|
-
$metadata: deserializeMetadata(output),
|
|
1406
|
-
});
|
|
1407
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1408
|
-
const doc = smithyClient.take(data, {
|
|
1409
|
-
sessionArn: smithyClient.expectString,
|
|
1410
|
-
sessionId: smithyClient.expectString,
|
|
1411
|
-
});
|
|
1412
|
-
Object.assign(contents, doc);
|
|
1413
|
-
return contents;
|
|
1414
|
-
};
|
|
1415
|
-
const de_UpdateQAppSessionMetadataCommand = async (output, context) => {
|
|
1416
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1417
|
-
return de_CommandError(output, context);
|
|
1418
|
-
}
|
|
1419
|
-
const contents = smithyClient.map({
|
|
1420
|
-
$metadata: deserializeMetadata(output),
|
|
1421
|
-
});
|
|
1422
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1423
|
-
const doc = smithyClient.take(data, {
|
|
1424
|
-
sessionArn: smithyClient.expectString,
|
|
1425
|
-
sessionId: smithyClient.expectString,
|
|
1426
|
-
sessionName: smithyClient.expectString,
|
|
1427
|
-
sharingConfiguration: smithyClient._json,
|
|
1428
|
-
});
|
|
1429
|
-
Object.assign(contents, doc);
|
|
1430
|
-
return contents;
|
|
1431
|
-
};
|
|
1432
|
-
const de_CommandError = async (output, context) => {
|
|
1433
|
-
const parsedOutput = {
|
|
1434
|
-
...output,
|
|
1435
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1436
|
-
};
|
|
1437
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1438
|
-
switch (errorCode) {
|
|
1439
|
-
case "AccessDeniedException":
|
|
1440
|
-
case "com.amazonaws.qapps#AccessDeniedException":
|
|
1441
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
1442
|
-
case "ConflictException":
|
|
1443
|
-
case "com.amazonaws.qapps#ConflictException":
|
|
1444
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1445
|
-
case "InternalServerException":
|
|
1446
|
-
case "com.amazonaws.qapps#InternalServerException":
|
|
1447
|
-
throw await de_InternalServerExceptionRes(parsedOutput);
|
|
1448
|
-
case "ResourceNotFoundException":
|
|
1449
|
-
case "com.amazonaws.qapps#ResourceNotFoundException":
|
|
1450
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1451
|
-
case "ServiceQuotaExceededException":
|
|
1452
|
-
case "com.amazonaws.qapps#ServiceQuotaExceededException":
|
|
1453
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
1454
|
-
case "ThrottlingException":
|
|
1455
|
-
case "com.amazonaws.qapps#ThrottlingException":
|
|
1456
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
1457
|
-
case "UnauthorizedException":
|
|
1458
|
-
case "com.amazonaws.qapps#UnauthorizedException":
|
|
1459
|
-
throw await de_UnauthorizedExceptionRes(parsedOutput);
|
|
1460
|
-
case "ValidationException":
|
|
1461
|
-
case "com.amazonaws.qapps#ValidationException":
|
|
1462
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
1463
|
-
case "ContentTooLargeException":
|
|
1464
|
-
case "com.amazonaws.qapps#ContentTooLargeException":
|
|
1465
|
-
throw await de_ContentTooLargeExceptionRes(parsedOutput);
|
|
1466
|
-
default:
|
|
1467
|
-
const parsedBody = parsedOutput.body;
|
|
1468
|
-
return throwDefaultError({
|
|
1469
|
-
output,
|
|
1470
|
-
parsedBody,
|
|
1471
|
-
errorCode,
|
|
1472
|
-
});
|
|
1473
|
-
}
|
|
1474
|
-
};
|
|
1475
|
-
const throwDefaultError = smithyClient.withBaseException(QAppsServiceException);
|
|
1476
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
1477
|
-
const contents = smithyClient.map({});
|
|
1478
|
-
const data = parsedOutput.body;
|
|
1479
|
-
const doc = smithyClient.take(data, {
|
|
1480
|
-
message: smithyClient.expectString,
|
|
1481
|
-
});
|
|
1482
|
-
Object.assign(contents, doc);
|
|
1483
|
-
const exception = new AccessDeniedException({
|
|
1484
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1485
|
-
...contents,
|
|
1486
|
-
});
|
|
1487
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1488
|
-
};
|
|
1489
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1490
|
-
const contents = smithyClient.map({});
|
|
1491
|
-
const data = parsedOutput.body;
|
|
1492
|
-
const doc = smithyClient.take(data, {
|
|
1493
|
-
message: smithyClient.expectString,
|
|
1494
|
-
resourceId: smithyClient.expectString,
|
|
1495
|
-
resourceType: smithyClient.expectString,
|
|
1496
|
-
});
|
|
1497
|
-
Object.assign(contents, doc);
|
|
1498
|
-
const exception = new ConflictException({
|
|
1499
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1500
|
-
...contents,
|
|
1501
|
-
});
|
|
1502
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1503
|
-
};
|
|
1504
|
-
const de_ContentTooLargeExceptionRes = async (parsedOutput, context) => {
|
|
1505
|
-
const contents = smithyClient.map({});
|
|
1506
|
-
const data = parsedOutput.body;
|
|
1507
|
-
const doc = smithyClient.take(data, {
|
|
1508
|
-
message: smithyClient.expectString,
|
|
1509
|
-
resourceId: smithyClient.expectString,
|
|
1510
|
-
resourceType: smithyClient.expectString,
|
|
1511
|
-
});
|
|
1512
|
-
Object.assign(contents, doc);
|
|
1513
|
-
const exception = new ContentTooLargeException({
|
|
1514
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1515
|
-
...contents,
|
|
1516
|
-
});
|
|
1517
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1518
|
-
};
|
|
1519
|
-
const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
1520
|
-
const contents = smithyClient.map({
|
|
1521
|
-
[_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
|
|
1522
|
-
});
|
|
1523
|
-
const data = parsedOutput.body;
|
|
1524
|
-
const doc = smithyClient.take(data, {
|
|
1525
|
-
message: smithyClient.expectString,
|
|
1526
|
-
});
|
|
1527
|
-
Object.assign(contents, doc);
|
|
1528
|
-
const exception = new InternalServerException({
|
|
1529
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1530
|
-
...contents,
|
|
1531
|
-
});
|
|
1532
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1533
|
-
};
|
|
1534
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1535
|
-
const contents = smithyClient.map({});
|
|
1536
|
-
const data = parsedOutput.body;
|
|
1537
|
-
const doc = smithyClient.take(data, {
|
|
1538
|
-
message: smithyClient.expectString,
|
|
1539
|
-
resourceId: smithyClient.expectString,
|
|
1540
|
-
resourceType: smithyClient.expectString,
|
|
1541
|
-
});
|
|
1542
|
-
Object.assign(contents, doc);
|
|
1543
|
-
const exception = new ResourceNotFoundException({
|
|
1544
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1545
|
-
...contents,
|
|
1546
|
-
});
|
|
1547
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1548
|
-
};
|
|
1549
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1550
|
-
const contents = smithyClient.map({});
|
|
1551
|
-
const data = parsedOutput.body;
|
|
1552
|
-
const doc = smithyClient.take(data, {
|
|
1553
|
-
message: smithyClient.expectString,
|
|
1554
|
-
quotaCode: smithyClient.expectString,
|
|
1555
|
-
resourceId: smithyClient.expectString,
|
|
1556
|
-
resourceType: smithyClient.expectString,
|
|
1557
|
-
serviceCode: smithyClient.expectString,
|
|
1558
|
-
});
|
|
1559
|
-
Object.assign(contents, doc);
|
|
1560
|
-
const exception = new ServiceQuotaExceededException({
|
|
1561
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1562
|
-
...contents,
|
|
1563
|
-
});
|
|
1564
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1565
|
-
};
|
|
1566
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1567
|
-
const contents = smithyClient.map({
|
|
1568
|
-
[_rAS]: [() => void 0 !== parsedOutput.headers[_ra], () => smithyClient.strictParseInt32(parsedOutput.headers[_ra])],
|
|
1569
|
-
});
|
|
1570
|
-
const data = parsedOutput.body;
|
|
1571
|
-
const doc = smithyClient.take(data, {
|
|
1572
|
-
message: smithyClient.expectString,
|
|
1573
|
-
quotaCode: smithyClient.expectString,
|
|
1574
|
-
serviceCode: smithyClient.expectString,
|
|
1575
|
-
});
|
|
1576
|
-
Object.assign(contents, doc);
|
|
1577
|
-
const exception = new ThrottlingException({
|
|
1578
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1579
|
-
...contents,
|
|
1580
|
-
});
|
|
1581
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1582
|
-
};
|
|
1583
|
-
const de_UnauthorizedExceptionRes = async (parsedOutput, context) => {
|
|
1584
|
-
const contents = smithyClient.map({});
|
|
1585
|
-
const data = parsedOutput.body;
|
|
1586
|
-
const doc = smithyClient.take(data, {
|
|
1587
|
-
message: smithyClient.expectString,
|
|
1588
|
-
});
|
|
1589
|
-
Object.assign(contents, doc);
|
|
1590
|
-
const exception = new UnauthorizedException({
|
|
1591
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1592
|
-
...contents,
|
|
1593
|
-
});
|
|
1594
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1595
|
-
};
|
|
1596
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1597
|
-
const contents = smithyClient.map({});
|
|
1598
|
-
const data = parsedOutput.body;
|
|
1599
|
-
const doc = smithyClient.take(data, {
|
|
1600
|
-
message: smithyClient.expectString,
|
|
1601
|
-
});
|
|
1602
|
-
Object.assign(contents, doc);
|
|
1603
|
-
const exception = new ValidationException({
|
|
1604
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1605
|
-
...contents,
|
|
1606
|
-
});
|
|
1607
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1608
|
-
};
|
|
1609
|
-
const se_AppDefinitionInput = (input, context) => {
|
|
1610
|
-
return smithyClient.take(input, {
|
|
1611
|
-
cards: (_) => se_CardList(_),
|
|
1612
|
-
initialPrompt: [],
|
|
1613
|
-
});
|
|
1614
|
-
};
|
|
1615
|
-
const se_AttributeFilter = (input, context) => {
|
|
1616
|
-
return smithyClient.take(input, {
|
|
1617
|
-
andAllFilters: (_) => se_AttributeFilters(_),
|
|
1618
|
-
containsAll: (_) => se_DocumentAttribute(_),
|
|
1619
|
-
containsAny: (_) => se_DocumentAttribute(_),
|
|
1620
|
-
equalsTo: (_) => se_DocumentAttribute(_),
|
|
1621
|
-
greaterThan: (_) => se_DocumentAttribute(_),
|
|
1622
|
-
greaterThanOrEquals: (_) => se_DocumentAttribute(_),
|
|
1623
|
-
lessThan: (_) => se_DocumentAttribute(_),
|
|
1624
|
-
lessThanOrEquals: (_) => se_DocumentAttribute(_),
|
|
1625
|
-
notFilter: (_) => se_AttributeFilter(_),
|
|
1626
|
-
orAllFilters: (_) => se_AttributeFilters(_),
|
|
1627
|
-
});
|
|
1628
|
-
};
|
|
1629
|
-
const se_AttributeFilters = (input, context) => {
|
|
1630
|
-
return input
|
|
1631
|
-
.filter((e) => e != null)
|
|
1632
|
-
.map((entry) => {
|
|
1633
|
-
return se_AttributeFilter(entry);
|
|
1634
|
-
});
|
|
1635
|
-
};
|
|
1636
|
-
const se_CardInput = (input, context) => {
|
|
1637
|
-
return exports.CardInput.visit(input, {
|
|
1638
|
-
fileUpload: (value) => ({ fileUpload: smithyClient._json(value) }),
|
|
1639
|
-
formInput: (value) => ({ formInput: se_FormInputCardInput(value) }),
|
|
1640
|
-
qPlugin: (value) => ({ qPlugin: smithyClient._json(value) }),
|
|
1641
|
-
qQuery: (value) => ({ qQuery: se_QQueryCardInput(value) }),
|
|
1642
|
-
textInput: (value) => ({ textInput: smithyClient._json(value) }),
|
|
1643
|
-
_: (name, value) => ({ [name]: value }),
|
|
1644
|
-
});
|
|
1645
|
-
};
|
|
1646
|
-
const se_CardList = (input, context) => {
|
|
1647
|
-
return input
|
|
1648
|
-
.filter((e) => e != null)
|
|
1649
|
-
.map((entry) => {
|
|
1650
|
-
return se_CardInput(entry);
|
|
1651
|
-
});
|
|
1652
|
-
};
|
|
1653
|
-
const se_DocumentAttribute = (input, context) => {
|
|
1654
|
-
return smithyClient.take(input, {
|
|
1655
|
-
name: [],
|
|
1656
|
-
value: (_) => se_DocumentAttributeValue(_),
|
|
1657
|
-
});
|
|
1658
|
-
};
|
|
1659
|
-
const se_DocumentAttributeValue = (input, context) => {
|
|
1660
|
-
return exports.DocumentAttributeValue.visit(input, {
|
|
1661
|
-
dateValue: (value) => ({ dateValue: value.getTime() / 1_000 }),
|
|
1662
|
-
longValue: (value) => ({ longValue: value }),
|
|
1663
|
-
stringListValue: (value) => ({ stringListValue: smithyClient._json(value) }),
|
|
1664
|
-
stringValue: (value) => ({ stringValue: value }),
|
|
1665
|
-
_: (name, value) => ({ [name]: value }),
|
|
1666
|
-
});
|
|
1667
|
-
};
|
|
1668
|
-
const se_FormInputCardInput = (input, context) => {
|
|
1669
|
-
return smithyClient.take(input, {
|
|
1670
|
-
computeMode: [],
|
|
1671
|
-
id: [],
|
|
1672
|
-
metadata: (_) => se_FormInputCardMetadata(_),
|
|
1673
|
-
title: [],
|
|
1674
|
-
type: [],
|
|
1675
|
-
});
|
|
1676
|
-
};
|
|
1677
|
-
const se_FormInputCardMetadata = (input, context) => {
|
|
1678
|
-
return smithyClient.take(input, {
|
|
1679
|
-
schema: (_) => se_FormInputCardMetadataSchema(_),
|
|
1680
|
-
});
|
|
1681
|
-
};
|
|
1682
|
-
const se_FormInputCardMetadataSchema = (input, context) => {
|
|
1683
|
-
return input;
|
|
1684
|
-
};
|
|
1685
|
-
const se_QQueryCardInput = (input, context) => {
|
|
1686
|
-
return smithyClient.take(input, {
|
|
1687
|
-
attributeFilter: (_) => se_AttributeFilter(_),
|
|
1688
|
-
id: [],
|
|
1689
|
-
outputSource: [],
|
|
1690
|
-
prompt: [],
|
|
1691
|
-
title: [],
|
|
1692
|
-
type: [],
|
|
1693
|
-
});
|
|
1694
|
-
};
|
|
1695
|
-
const de_AppDefinition = (output, context) => {
|
|
1696
|
-
return smithyClient.take(output, {
|
|
1697
|
-
appDefinitionVersion: smithyClient.expectString,
|
|
1698
|
-
canEdit: smithyClient.expectBoolean,
|
|
1699
|
-
cards: (_) => de_CardModelList(_),
|
|
1700
|
-
});
|
|
1701
|
-
};
|
|
1702
|
-
const de_AppDefinitionInput = (output, context) => {
|
|
1703
|
-
return smithyClient.take(output, {
|
|
1704
|
-
cards: (_) => de_CardList(_),
|
|
1705
|
-
initialPrompt: smithyClient.expectString,
|
|
1706
|
-
});
|
|
1707
|
-
};
|
|
1708
|
-
const de_AttributeFilter = (output, context) => {
|
|
1709
|
-
return smithyClient.take(output, {
|
|
1710
|
-
andAllFilters: (_) => de_AttributeFilters(_),
|
|
1711
|
-
containsAll: (_) => de_DocumentAttribute(_),
|
|
1712
|
-
containsAny: (_) => de_DocumentAttribute(_),
|
|
1713
|
-
equalsTo: (_) => de_DocumentAttribute(_),
|
|
1714
|
-
greaterThan: (_) => de_DocumentAttribute(_),
|
|
1715
|
-
greaterThanOrEquals: (_) => de_DocumentAttribute(_),
|
|
1716
|
-
lessThan: (_) => de_DocumentAttribute(_),
|
|
1717
|
-
lessThanOrEquals: (_) => de_DocumentAttribute(_),
|
|
1718
|
-
notFilter: (_) => de_AttributeFilter(_),
|
|
1719
|
-
orAllFilters: (_) => de_AttributeFilters(_),
|
|
1720
|
-
});
|
|
1721
|
-
};
|
|
1722
|
-
const de_AttributeFilters = (output, context) => {
|
|
1723
|
-
const retVal = (output || [])
|
|
1724
|
-
.filter((e) => e != null)
|
|
1725
|
-
.map((entry) => {
|
|
1726
|
-
return de_AttributeFilter(entry);
|
|
1727
|
-
});
|
|
1728
|
-
return retVal;
|
|
1729
|
-
};
|
|
1730
|
-
const de_Card = (output, context) => {
|
|
1731
|
-
if (output.fileUpload != null) {
|
|
1732
|
-
return {
|
|
1733
|
-
fileUpload: smithyClient._json(output.fileUpload),
|
|
1734
|
-
};
|
|
1735
|
-
}
|
|
1736
|
-
if (output.formInput != null) {
|
|
1737
|
-
return {
|
|
1738
|
-
formInput: de_FormInputCard(output.formInput),
|
|
1739
|
-
};
|
|
1740
|
-
}
|
|
1741
|
-
if (output.qPlugin != null) {
|
|
1742
|
-
return {
|
|
1743
|
-
qPlugin: smithyClient._json(output.qPlugin),
|
|
1744
|
-
};
|
|
1745
|
-
}
|
|
1746
|
-
if (output.qQuery != null) {
|
|
1747
|
-
return {
|
|
1748
|
-
qQuery: de_QQueryCard(output.qQuery),
|
|
1749
|
-
};
|
|
1750
|
-
}
|
|
1751
|
-
if (output.textInput != null) {
|
|
1752
|
-
return {
|
|
1753
|
-
textInput: smithyClient._json(output.textInput),
|
|
1754
|
-
};
|
|
1755
|
-
}
|
|
1756
|
-
return { $unknown: Object.entries(output)[0] };
|
|
1757
|
-
};
|
|
1758
|
-
const de_CardInput = (output, context) => {
|
|
1759
|
-
if (output.fileUpload != null) {
|
|
1760
|
-
return {
|
|
1761
|
-
fileUpload: smithyClient._json(output.fileUpload),
|
|
1762
|
-
};
|
|
1763
|
-
}
|
|
1764
|
-
if (output.formInput != null) {
|
|
1765
|
-
return {
|
|
1766
|
-
formInput: de_FormInputCardInput(output.formInput),
|
|
1767
|
-
};
|
|
1768
|
-
}
|
|
1769
|
-
if (output.qPlugin != null) {
|
|
1770
|
-
return {
|
|
1771
|
-
qPlugin: smithyClient._json(output.qPlugin),
|
|
1772
|
-
};
|
|
1773
|
-
}
|
|
1774
|
-
if (output.qQuery != null) {
|
|
1775
|
-
return {
|
|
1776
|
-
qQuery: de_QQueryCardInput(output.qQuery),
|
|
1777
|
-
};
|
|
1778
|
-
}
|
|
1779
|
-
if (output.textInput != null) {
|
|
1780
|
-
return {
|
|
1781
|
-
textInput: smithyClient._json(output.textInput),
|
|
1782
|
-
};
|
|
1783
|
-
}
|
|
1784
|
-
return { $unknown: Object.entries(output)[0] };
|
|
1785
|
-
};
|
|
1786
|
-
const de_CardList = (output, context) => {
|
|
1787
|
-
const retVal = (output || [])
|
|
1788
|
-
.filter((e) => e != null)
|
|
1789
|
-
.map((entry) => {
|
|
1790
|
-
return de_CardInput(core$1.awsExpectUnion(entry));
|
|
1791
|
-
});
|
|
1792
|
-
return retVal;
|
|
1793
|
-
};
|
|
1794
|
-
const de_CardModelList = (output, context) => {
|
|
1795
|
-
const retVal = (output || [])
|
|
1796
|
-
.filter((e) => e != null)
|
|
1797
|
-
.map((entry) => {
|
|
1798
|
-
return de_Card(core$1.awsExpectUnion(entry));
|
|
1799
|
-
});
|
|
1800
|
-
return retVal;
|
|
1801
|
-
};
|
|
1802
|
-
const de_CardStatus = (output, context) => {
|
|
1803
|
-
return smithyClient.take(output, {
|
|
1804
|
-
currentState: smithyClient.expectString,
|
|
1805
|
-
currentValue: smithyClient.expectString,
|
|
1806
|
-
submissions: (_) => de_SubmissionList(_),
|
|
1807
|
-
});
|
|
1808
|
-
};
|
|
1809
|
-
const de_CardStatusMap = (output, context) => {
|
|
1810
|
-
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1811
|
-
if (value === null) {
|
|
1812
|
-
return acc;
|
|
1813
|
-
}
|
|
1814
|
-
acc[key] = de_CardStatus(value);
|
|
1815
|
-
return acc;
|
|
1816
|
-
}, {});
|
|
1817
|
-
};
|
|
1818
|
-
const de_DocumentAttribute = (output, context) => {
|
|
1819
|
-
return smithyClient.take(output, {
|
|
1820
|
-
name: smithyClient.expectString,
|
|
1821
|
-
value: (_) => de_DocumentAttributeValue(core$1.awsExpectUnion(_)),
|
|
1822
|
-
});
|
|
1823
|
-
};
|
|
1824
|
-
const de_DocumentAttributeValue = (output, context) => {
|
|
1825
|
-
if (output.dateValue != null) {
|
|
1826
|
-
return {
|
|
1827
|
-
dateValue: smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(output.dateValue))),
|
|
1828
|
-
};
|
|
1829
|
-
}
|
|
1830
|
-
if (smithyClient.expectLong(output.longValue) !== undefined) {
|
|
1831
|
-
return { longValue: smithyClient.expectLong(output.longValue) };
|
|
1832
|
-
}
|
|
1833
|
-
if (output.stringListValue != null) {
|
|
1834
|
-
return {
|
|
1835
|
-
stringListValue: smithyClient._json(output.stringListValue),
|
|
1836
|
-
};
|
|
1837
|
-
}
|
|
1838
|
-
if (smithyClient.expectString(output.stringValue) !== undefined) {
|
|
1839
|
-
return { stringValue: smithyClient.expectString(output.stringValue) };
|
|
1840
|
-
}
|
|
1841
|
-
return { $unknown: Object.entries(output)[0] };
|
|
1842
|
-
};
|
|
1843
|
-
const de_FormInputCard = (output, context) => {
|
|
1844
|
-
return smithyClient.take(output, {
|
|
1845
|
-
computeMode: smithyClient.expectString,
|
|
1846
|
-
dependencies: smithyClient._json,
|
|
1847
|
-
id: smithyClient.expectString,
|
|
1848
|
-
metadata: (_) => de_FormInputCardMetadata(_),
|
|
1849
|
-
title: smithyClient.expectString,
|
|
1850
|
-
type: smithyClient.expectString,
|
|
1851
|
-
});
|
|
1852
|
-
};
|
|
1853
|
-
const de_FormInputCardInput = (output, context) => {
|
|
1854
|
-
return smithyClient.take(output, {
|
|
1855
|
-
computeMode: smithyClient.expectString,
|
|
1856
|
-
id: smithyClient.expectString,
|
|
1857
|
-
metadata: (_) => de_FormInputCardMetadata(_),
|
|
1858
|
-
title: smithyClient.expectString,
|
|
1859
|
-
type: smithyClient.expectString,
|
|
1860
|
-
});
|
|
1861
|
-
};
|
|
1862
|
-
const de_FormInputCardMetadata = (output, context) => {
|
|
1863
|
-
return smithyClient.take(output, {
|
|
1864
|
-
schema: (_) => de_FormInputCardMetadataSchema(_),
|
|
1865
|
-
});
|
|
1866
|
-
};
|
|
1867
|
-
const de_FormInputCardMetadataSchema = (output, context) => {
|
|
1868
|
-
return output;
|
|
1869
|
-
};
|
|
1870
|
-
const de_LibraryItemList = (output, context) => {
|
|
1871
|
-
const retVal = (output || [])
|
|
1872
|
-
.filter((e) => e != null)
|
|
1873
|
-
.map((entry) => {
|
|
1874
|
-
return de_LibraryItemMember(entry);
|
|
1875
|
-
});
|
|
1876
|
-
return retVal;
|
|
1877
|
-
};
|
|
1878
|
-
const de_LibraryItemMember = (output, context) => {
|
|
1879
|
-
return smithyClient.take(output, {
|
|
1880
|
-
appId: smithyClient.expectString,
|
|
1881
|
-
appVersion: smithyClient.expectInt32,
|
|
1882
|
-
categories: smithyClient._json,
|
|
1883
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1884
|
-
createdBy: smithyClient.expectString,
|
|
1885
|
-
isRatedByUser: smithyClient.expectBoolean,
|
|
1886
|
-
isVerified: smithyClient.expectBoolean,
|
|
1887
|
-
libraryItemId: smithyClient.expectString,
|
|
1888
|
-
ratingCount: smithyClient.expectInt32,
|
|
1889
|
-
status: smithyClient.expectString,
|
|
1890
|
-
updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1891
|
-
updatedBy: smithyClient.expectString,
|
|
1892
|
-
userCount: smithyClient.expectInt32,
|
|
1893
|
-
});
|
|
1894
|
-
};
|
|
1895
|
-
const de_PredictAppDefinition = (output, context) => {
|
|
1896
|
-
return smithyClient.take(output, {
|
|
1897
|
-
appDefinition: (_) => de_AppDefinitionInput(_),
|
|
1898
|
-
description: smithyClient.expectString,
|
|
1899
|
-
title: smithyClient.expectString,
|
|
1900
|
-
});
|
|
1901
|
-
};
|
|
1902
|
-
const de_QAppSessionData = (output, context) => {
|
|
1903
|
-
return smithyClient.take(output, {
|
|
1904
|
-
cardId: smithyClient.expectString,
|
|
1905
|
-
submissionId: smithyClient.expectString,
|
|
1906
|
-
timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1907
|
-
user: smithyClient._json,
|
|
1908
|
-
value: (_) => de_Document(_),
|
|
1909
|
-
});
|
|
1910
|
-
};
|
|
1911
|
-
const de_QAppSessionDataList = (output, context) => {
|
|
1912
|
-
const retVal = (output || [])
|
|
1913
|
-
.filter((e) => e != null)
|
|
1914
|
-
.map((entry) => {
|
|
1915
|
-
return de_QAppSessionData(entry);
|
|
1916
|
-
});
|
|
1917
|
-
return retVal;
|
|
1918
|
-
};
|
|
1919
|
-
const de_QQueryCard = (output, context) => {
|
|
1920
|
-
return smithyClient.take(output, {
|
|
1921
|
-
attributeFilter: (_) => de_AttributeFilter(_),
|
|
1922
|
-
dependencies: smithyClient._json,
|
|
1923
|
-
id: smithyClient.expectString,
|
|
1924
|
-
memoryReferences: smithyClient._json,
|
|
1925
|
-
outputSource: smithyClient.expectString,
|
|
1926
|
-
prompt: smithyClient.expectString,
|
|
1927
|
-
title: smithyClient.expectString,
|
|
1928
|
-
type: smithyClient.expectString,
|
|
1929
|
-
});
|
|
1930
|
-
};
|
|
1931
|
-
const de_QQueryCardInput = (output, context) => {
|
|
1932
|
-
return smithyClient.take(output, {
|
|
1933
|
-
attributeFilter: (_) => de_AttributeFilter(_),
|
|
1934
|
-
id: smithyClient.expectString,
|
|
1935
|
-
outputSource: smithyClient.expectString,
|
|
1936
|
-
prompt: smithyClient.expectString,
|
|
1937
|
-
title: smithyClient.expectString,
|
|
1938
|
-
type: smithyClient.expectString,
|
|
1939
|
-
});
|
|
1940
|
-
};
|
|
1941
|
-
const de_Submission = (output, context) => {
|
|
1942
|
-
return smithyClient.take(output, {
|
|
1943
|
-
submissionId: smithyClient.expectString,
|
|
1944
|
-
timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1945
|
-
value: (_) => de_Document(_),
|
|
1946
|
-
});
|
|
1947
|
-
};
|
|
1948
|
-
const de_SubmissionList = (output, context) => {
|
|
1949
|
-
const retVal = (output || [])
|
|
1950
|
-
.filter((e) => e != null)
|
|
1951
|
-
.map((entry) => {
|
|
1952
|
-
return de_Submission(entry);
|
|
1953
|
-
});
|
|
1954
|
-
return retVal;
|
|
1955
|
-
};
|
|
1956
|
-
const de_UserAppItem = (output, context) => {
|
|
1957
|
-
return smithyClient.take(output, {
|
|
1958
|
-
appArn: smithyClient.expectString,
|
|
1959
|
-
appId: smithyClient.expectString,
|
|
1960
|
-
canEdit: smithyClient.expectBoolean,
|
|
1961
|
-
createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1962
|
-
description: smithyClient.expectString,
|
|
1963
|
-
isVerified: smithyClient.expectBoolean,
|
|
1964
|
-
status: smithyClient.expectString,
|
|
1965
|
-
title: smithyClient.expectString,
|
|
1966
|
-
});
|
|
1967
|
-
};
|
|
1968
|
-
const de_UserAppsList = (output, context) => {
|
|
1969
|
-
const retVal = (output || [])
|
|
1970
|
-
.filter((e) => e != null)
|
|
1971
|
-
.map((entry) => {
|
|
1972
|
-
return de_UserAppItem(entry);
|
|
1973
|
-
});
|
|
1974
|
-
return retVal;
|
|
1975
|
-
};
|
|
1976
|
-
const de_Document = (output, context) => {
|
|
1977
|
-
return output;
|
|
1978
|
-
};
|
|
1979
|
-
const deserializeMetadata = (output) => ({
|
|
1980
|
-
httpStatusCode: output.statusCode,
|
|
1981
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1982
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1983
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1984
|
-
});
|
|
392
|
+
const _AD = "AppDefinition";
|
|
393
|
+
const _ADE = "AccessDeniedException";
|
|
394
|
+
const _ADI = "AppDefinitionInput";
|
|
395
|
+
const _AF = "AttributeFilter";
|
|
396
|
+
const _AFt = "AttributeFilters";
|
|
397
|
+
const _ALIR = "AssociateLibraryItemReview";
|
|
398
|
+
const _ALIRI = "AssociateLibraryItemReviewInput";
|
|
399
|
+
const _AQAWU = "AssociateQAppWithUser";
|
|
400
|
+
const _AQAWUI = "AssociateQAppWithUserInput";
|
|
401
|
+
const _BCC = "BatchCreateCategory";
|
|
402
|
+
const _BCCI = "BatchCreateCategoryInput";
|
|
403
|
+
const _BCCIC = "BatchCreateCategoryInputCategory";
|
|
404
|
+
const _BCCICL = "BatchCreateCategoryInputCategoryList";
|
|
405
|
+
const _BDC = "BatchDeleteCategory";
|
|
406
|
+
const _BDCI = "BatchDeleteCategoryInput";
|
|
407
|
+
const _BUC = "BatchUpdateCategory";
|
|
408
|
+
const _BUCI = "BatchUpdateCategoryInput";
|
|
409
|
+
const _C = "Category";
|
|
410
|
+
const _CE = "ConflictException";
|
|
411
|
+
const _CI = "CategoryInput";
|
|
412
|
+
const _CIa = "CardInput";
|
|
413
|
+
const _CL = "CardList";
|
|
414
|
+
const _CLI = "CategoryListInput";
|
|
415
|
+
const _CLII = "CreateLibraryItemInput";
|
|
416
|
+
const _CLIO = "CreateLibraryItemOutput";
|
|
417
|
+
const _CLIr = "CreateLibraryItem";
|
|
418
|
+
const _CLa = "CategoriesList";
|
|
419
|
+
const _CLat = "CategoryList";
|
|
420
|
+
const _CM = "ConversationMessage";
|
|
421
|
+
const _CML = "CardModelList";
|
|
422
|
+
const _CPU = "CreatePresignedUrl";
|
|
423
|
+
const _CPUI = "CreatePresignedUrlInput";
|
|
424
|
+
const _CPUO = "CreatePresignedUrlOutput";
|
|
425
|
+
const _CQA = "CreateQApp";
|
|
426
|
+
const _CQAI = "CreateQAppInput";
|
|
427
|
+
const _CQAO = "CreateQAppOutput";
|
|
428
|
+
const _CS = "CardStatus";
|
|
429
|
+
const _CSM = "CardStatusMap";
|
|
430
|
+
const _CTLE = "ContentTooLargeException";
|
|
431
|
+
const _CV = "CardValue";
|
|
432
|
+
const _CVL = "CardValueList";
|
|
433
|
+
const _Ca = "Card";
|
|
434
|
+
const _DA = "DocumentAttribute";
|
|
435
|
+
const _DAV = "DocumentAttributeValue";
|
|
436
|
+
const _DLI = "DeleteLibraryItem";
|
|
437
|
+
const _DLII = "DeleteLibraryItemInput";
|
|
438
|
+
const _DLIR = "DisassociateLibraryItemReview";
|
|
439
|
+
const _DLIRI = "DisassociateLibraryItemReviewInput";
|
|
440
|
+
const _DQA = "DeleteQApp";
|
|
441
|
+
const _DQAFU = "DisassociateQAppFromUser";
|
|
442
|
+
const _DQAFUI = "DisassociateQAppFromUserInput";
|
|
443
|
+
const _DQAI = "DeleteQAppInput";
|
|
444
|
+
const _DQAP = "DescribeQAppPermissions";
|
|
445
|
+
const _DQAPI = "DescribeQAppPermissionsInput";
|
|
446
|
+
const _DQAPO = "DescribeQAppPermissionsOutput";
|
|
447
|
+
const _EQASD = "ExportQAppSessionData";
|
|
448
|
+
const _EQASDI = "ExportQAppSessionDataInput";
|
|
449
|
+
const _EQASDO = "ExportQAppSessionDataOutput";
|
|
450
|
+
const _FIC = "FormInputCard";
|
|
451
|
+
const _FICI = "FormInputCardInput";
|
|
452
|
+
const _FICM = "FormInputCardMetadata";
|
|
453
|
+
const _FUC = "FileUploadCard";
|
|
454
|
+
const _FUCI = "FileUploadCardInput";
|
|
455
|
+
const _GLI = "GetLibraryItem";
|
|
456
|
+
const _GLII = "GetLibraryItemInput";
|
|
457
|
+
const _GLIO = "GetLibraryItemOutput";
|
|
458
|
+
const _GQA = "GetQApp";
|
|
459
|
+
const _GQAI = "GetQAppInput";
|
|
460
|
+
const _GQAO = "GetQAppOutput";
|
|
461
|
+
const _GQAS = "GetQAppSession";
|
|
462
|
+
const _GQASI = "GetQAppSessionInput";
|
|
463
|
+
const _GQASM = "GetQAppSessionMetadata";
|
|
464
|
+
const _GQASMI = "GetQAppSessionMetadataInput";
|
|
465
|
+
const _GQASMO = "GetQAppSessionMetadataOutput";
|
|
466
|
+
const _GQASO = "GetQAppSessionOutput";
|
|
467
|
+
const _ID = "ImportDocument";
|
|
468
|
+
const _IDI = "ImportDocumentInput";
|
|
469
|
+
const _IDO = "ImportDocumentOutput";
|
|
470
|
+
const _ISE = "InternalServerException";
|
|
471
|
+
const _LC = "ListCategories";
|
|
472
|
+
const _LCI = "ListCategoriesInput";
|
|
473
|
+
const _LCO = "ListCategoriesOutput";
|
|
474
|
+
const _LIL = "LibraryItemList";
|
|
475
|
+
const _LIM = "LibraryItemMember";
|
|
476
|
+
const _LLI = "ListLibraryItems";
|
|
477
|
+
const _LLII = "ListLibraryItemsInput";
|
|
478
|
+
const _LLIO = "ListLibraryItemsOutput";
|
|
479
|
+
const _LQA = "ListQApps";
|
|
480
|
+
const _LQAI = "ListQAppsInput";
|
|
481
|
+
const _LQAO = "ListQAppsOutput";
|
|
482
|
+
const _LQASD = "ListQAppSessionData";
|
|
483
|
+
const _LQASDI = "ListQAppSessionDataInput";
|
|
484
|
+
const _LQASDO = "ListQAppSessionDataOutput";
|
|
485
|
+
const _LTFR = "ListTagsForResource";
|
|
486
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
487
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
488
|
+
const _ML = "MessageList";
|
|
489
|
+
const _PAD = "PredictAppDefinition";
|
|
490
|
+
const _PI = "PermissionInput";
|
|
491
|
+
const _PIL = "PermissionsInputList";
|
|
492
|
+
const _PO = "PermissionOutput";
|
|
493
|
+
const _POL = "PermissionsOutputList";
|
|
494
|
+
const _POr = "PrincipalOutput";
|
|
495
|
+
const _PQA = "PredictQApp";
|
|
496
|
+
const _PQAI = "PredictQAppInput";
|
|
497
|
+
const _PQAIO = "PredictQAppInputOptions";
|
|
498
|
+
const _PQAO = "PredictQAppOutput";
|
|
499
|
+
const _QASD = "QAppSessionData";
|
|
500
|
+
const _QASDL = "QAppSessionDataList";
|
|
501
|
+
const _QPC = "QPluginCard";
|
|
502
|
+
const _QPCI = "QPluginCardInput";
|
|
503
|
+
const _QQC = "QQueryCard";
|
|
504
|
+
const _QQCI = "QQueryCardInput";
|
|
505
|
+
const _RA = "Retry-After";
|
|
506
|
+
const _RNFE = "ResourceNotFoundException";
|
|
507
|
+
const _S = "Submission";
|
|
508
|
+
const _SL = "SubmissionList";
|
|
509
|
+
const _SM = "SubmissionMutation";
|
|
510
|
+
const _SQAS = "StartQAppSession";
|
|
511
|
+
const _SQASI = "StartQAppSessionInput";
|
|
512
|
+
const _SQASIt = "StopQAppSessionInput";
|
|
513
|
+
const _SQASO = "StartQAppSessionOutput";
|
|
514
|
+
const _SQASt = "StopQAppSession";
|
|
515
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
516
|
+
const _SSC = "SessionSharingConfiguration";
|
|
517
|
+
const _TE = "ThrottlingException";
|
|
518
|
+
const _TIC = "TextInputCard";
|
|
519
|
+
const _TICI = "TextInputCardInput";
|
|
520
|
+
const _TR = "TagResource";
|
|
521
|
+
const _TRR = "TagResourceRequest";
|
|
522
|
+
const _TRRa = "TagResourceResponse";
|
|
523
|
+
const _U = "User";
|
|
524
|
+
const _UAI = "UserAppItem";
|
|
525
|
+
const _UAL = "UserAppsList";
|
|
526
|
+
const _UE = "UnauthorizedException";
|
|
527
|
+
const _ULI = "UpdateLibraryItem";
|
|
528
|
+
const _ULII = "UpdateLibraryItemInput";
|
|
529
|
+
const _ULIM = "UpdateLibraryItemMetadata";
|
|
530
|
+
const _ULIMI = "UpdateLibraryItemMetadataInput";
|
|
531
|
+
const _ULIO = "UpdateLibraryItemOutput";
|
|
532
|
+
const _UQA = "UpdateQApp";
|
|
533
|
+
const _UQAI = "UpdateQAppInput";
|
|
534
|
+
const _UQAO = "UpdateQAppOutput";
|
|
535
|
+
const _UQAP = "UpdateQAppPermissions";
|
|
536
|
+
const _UQAPI = "UpdateQAppPermissionsInput";
|
|
537
|
+
const _UQAPO = "UpdateQAppPermissionsOutput";
|
|
538
|
+
const _UQAS = "UpdateQAppSession";
|
|
539
|
+
const _UQASI = "UpdateQAppSessionInput";
|
|
540
|
+
const _UQASM = "UpdateQAppSessionMetadata";
|
|
541
|
+
const _UQASMI = "UpdateQAppSessionMetadataInput";
|
|
542
|
+
const _UQASMO = "UpdateQAppSessionMetadataOutput";
|
|
543
|
+
const _UQASO = "UpdateQAppSessionOutput";
|
|
544
|
+
const _UR = "UntagResource";
|
|
545
|
+
const _URR = "UntagResourceRequest";
|
|
546
|
+
const _URRn = "UntagResourceResponse";
|
|
547
|
+
const _VE = "ValidationException";
|
|
548
|
+
const _a = "apps";
|
|
549
|
+
const _aA = "appArn";
|
|
550
|
+
const _aAF = "andAllFilters";
|
|
551
|
+
const _aC = "appCount";
|
|
552
|
+
const _aD = "appDefinition";
|
|
553
|
+
const _aDV = "appDefinitionVersion";
|
|
554
|
+
const _aF = "attributeFilter";
|
|
1985
555
|
const _aI = "appId";
|
|
556
|
+
const _aIc = "actionIdentifier";
|
|
557
|
+
const _aO = "allowOverride";
|
|
558
|
+
const _aR = "acceptResponses";
|
|
1986
559
|
const _aV = "appVersion";
|
|
1987
|
-
const
|
|
560
|
+
const _ac = "action";
|
|
561
|
+
const _ap = "app";
|
|
562
|
+
const _b = "body";
|
|
563
|
+
const _c = "client";
|
|
564
|
+
const _cA = "containsAll";
|
|
565
|
+
const _cAo = "containsAny";
|
|
566
|
+
const _cAr = "createdAt";
|
|
567
|
+
const _cB = "createdBy";
|
|
568
|
+
const _cE = "canEdit";
|
|
569
|
+
const _cFL = "csvFileLink";
|
|
570
|
+
const _cI = "cardId";
|
|
571
|
+
const _cIa = "categoryId";
|
|
572
|
+
const _cM = "computeMode";
|
|
573
|
+
const _cS = "currentState";
|
|
574
|
+
const _cSa = "cardStatus";
|
|
575
|
+
const _cV = "currentValue";
|
|
576
|
+
const _ca = "cards";
|
|
577
|
+
const _cat = "categories";
|
|
578
|
+
const _co = "color";
|
|
579
|
+
const _con = "conversation";
|
|
580
|
+
const _d = "description";
|
|
581
|
+
const _dV = "defaultValue";
|
|
582
|
+
const _dVa = "dateValue";
|
|
583
|
+
const _de = "dependencies";
|
|
584
|
+
const _e = "error";
|
|
585
|
+
const _eA = "expiresAt";
|
|
586
|
+
const _eT = "equalsTo";
|
|
587
|
+
const _em = "email";
|
|
588
|
+
const _en = "enabled";
|
|
589
|
+
const _f = "filename";
|
|
590
|
+
const _fCB = "fileContentsBase64";
|
|
591
|
+
const _fCS = "fileContentsSha256";
|
|
592
|
+
const _fI = "fileId";
|
|
593
|
+
const _fIo = "formInput";
|
|
594
|
+
const _fN = "fileName";
|
|
595
|
+
const _fU = "fileUpload";
|
|
596
|
+
const _gP = "grantPermissions";
|
|
597
|
+
const _gT = "greaterThan";
|
|
598
|
+
const _gTOE = "greaterThanOrEquals";
|
|
599
|
+
const _h = "http";
|
|
600
|
+
const _hE = "httpError";
|
|
601
|
+
const _hH = "httpHeader";
|
|
602
|
+
const _hQ = "httpQuery";
|
|
603
|
+
const _i = "id";
|
|
1988
604
|
const _iI = "instanceId";
|
|
605
|
+
const _iP = "initialPrompt";
|
|
606
|
+
const _iRBU = "isRatedByUser";
|
|
607
|
+
const _iV = "isVerified";
|
|
608
|
+
const _iVn = "initialValues";
|
|
1989
609
|
const _ii = "instance-id";
|
|
1990
610
|
const _l = "limit";
|
|
611
|
+
const _lI = "libraryItems";
|
|
1991
612
|
const _lII = "libraryItemId";
|
|
613
|
+
const _lPAV = "latestPublishedAppVersion";
|
|
614
|
+
const _lT = "lessThan";
|
|
615
|
+
const _lTOE = "lessThanOrEquals";
|
|
616
|
+
const _lV = "longValue";
|
|
617
|
+
const _m = "message";
|
|
618
|
+
const _mR = "memoryReferences";
|
|
619
|
+
const _mT = "mutationType";
|
|
620
|
+
const _me = "metadata";
|
|
621
|
+
const _n = "name";
|
|
622
|
+
const _nF = "notFilter";
|
|
1992
623
|
const _nT = "nextToken";
|
|
624
|
+
const _o = "options";
|
|
625
|
+
const _oAF = "orAllFilters";
|
|
626
|
+
const _oS = "outputSource";
|
|
627
|
+
const _p = "permissions";
|
|
628
|
+
const _pI = "pluginId";
|
|
629
|
+
const _pS = "problemStatement";
|
|
630
|
+
const _pT = "pluginType";
|
|
631
|
+
const _pU = "presignedUrl";
|
|
632
|
+
const _pUE = "presignedUrlExpiration";
|
|
633
|
+
const _pUF = "presignedUrlFields";
|
|
634
|
+
const _pl = "placeholder";
|
|
635
|
+
const _pr = "principal";
|
|
636
|
+
const _pro = "prompt";
|
|
637
|
+
const _qC = "quotaCode";
|
|
638
|
+
const _qP = "qPlugin";
|
|
639
|
+
const _qQ = "qQuery";
|
|
640
|
+
const _rA = "resourceArn";
|
|
641
|
+
const _rARN = "resourceARN";
|
|
1993
642
|
const _rAS = "retryAfterSeconds";
|
|
1994
|
-
const
|
|
643
|
+
const _rC = "ratingCount";
|
|
644
|
+
const _rCe = "requiredCapabilities";
|
|
645
|
+
const _rCev = "revealCards";
|
|
646
|
+
const _rI = "resourceId";
|
|
647
|
+
const _rP = "revokePermissions";
|
|
648
|
+
const _rT = "resourceType";
|
|
649
|
+
const _s = "submissions";
|
|
650
|
+
const _sA = "sessionArn";
|
|
651
|
+
const _sC = "sharingConfiguration";
|
|
652
|
+
const _sCe = "serviceCode";
|
|
653
|
+
const _sD = "sessionData";
|
|
1995
654
|
const _sI = "sessionId";
|
|
655
|
+
const _sIu = "submissionId";
|
|
656
|
+
const _sLV = "stringListValue";
|
|
657
|
+
const _sM = "submissionMutation";
|
|
658
|
+
const _sN = "sessionName";
|
|
659
|
+
const _sO = "sessionOwner";
|
|
660
|
+
const _sV = "stringValue";
|
|
661
|
+
const _sc = "scope";
|
|
662
|
+
const _sch = "schema";
|
|
663
|
+
const _se = "server";
|
|
664
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qapps";
|
|
665
|
+
const _st = "status";
|
|
666
|
+
const _t = "title";
|
|
667
|
+
const _tI = "textInput";
|
|
1996
668
|
const _tK = "tagKeys";
|
|
669
|
+
const _ta = "tags";
|
|
670
|
+
const _ti = "timestamp";
|
|
671
|
+
const _ty = "type";
|
|
672
|
+
const _u = "user";
|
|
673
|
+
const _uA = "updatedAt";
|
|
674
|
+
const _uB = "updatedBy";
|
|
675
|
+
const _uC = "userCount";
|
|
676
|
+
const _uI = "userId";
|
|
677
|
+
const _uIH = "userIsHost";
|
|
678
|
+
const _uT = "userType";
|
|
679
|
+
const _v = "value";
|
|
680
|
+
const _va = "values";
|
|
681
|
+
const n0 = "com.amazonaws.qapps";
|
|
682
|
+
var AccessDeniedException = [
|
|
683
|
+
-3,
|
|
684
|
+
n0,
|
|
685
|
+
_ADE,
|
|
686
|
+
{
|
|
687
|
+
[_e]: _c,
|
|
688
|
+
[_hE]: 403,
|
|
689
|
+
},
|
|
690
|
+
[_m],
|
|
691
|
+
[0],
|
|
692
|
+
];
|
|
693
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
694
|
+
var AppDefinition = [3, n0, _AD, 0, [_aDV, _ca, _cE], [0, () => CardModelList, 2]];
|
|
695
|
+
var AppDefinitionInput = [3, n0, _ADI, 0, [_ca, _iP], [() => CardList, 0]];
|
|
696
|
+
var AssociateLibraryItemReviewInput = [
|
|
697
|
+
3,
|
|
698
|
+
n0,
|
|
699
|
+
_ALIRI,
|
|
700
|
+
0,
|
|
701
|
+
[_iI, _lII],
|
|
702
|
+
[
|
|
703
|
+
[
|
|
704
|
+
0,
|
|
705
|
+
{
|
|
706
|
+
[_hH]: _ii,
|
|
707
|
+
},
|
|
708
|
+
],
|
|
709
|
+
0,
|
|
710
|
+
],
|
|
711
|
+
];
|
|
712
|
+
var AssociateQAppWithUserInput = [
|
|
713
|
+
3,
|
|
714
|
+
n0,
|
|
715
|
+
_AQAWUI,
|
|
716
|
+
0,
|
|
717
|
+
[_iI, _aI],
|
|
718
|
+
[
|
|
719
|
+
[
|
|
720
|
+
0,
|
|
721
|
+
{
|
|
722
|
+
[_hH]: _ii,
|
|
723
|
+
},
|
|
724
|
+
],
|
|
725
|
+
0,
|
|
726
|
+
],
|
|
727
|
+
];
|
|
728
|
+
var AttributeFilter = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_AF,
|
|
732
|
+
0,
|
|
733
|
+
[_aAF, _oAF, _nF, _eT, _cA, _cAo, _gT, _gTOE, _lT, _lTOE],
|
|
734
|
+
[
|
|
735
|
+
() => AttributeFilters,
|
|
736
|
+
() => AttributeFilters,
|
|
737
|
+
() => AttributeFilter,
|
|
738
|
+
() => DocumentAttribute,
|
|
739
|
+
() => DocumentAttribute,
|
|
740
|
+
() => DocumentAttribute,
|
|
741
|
+
() => DocumentAttribute,
|
|
742
|
+
() => DocumentAttribute,
|
|
743
|
+
() => DocumentAttribute,
|
|
744
|
+
() => DocumentAttribute,
|
|
745
|
+
],
|
|
746
|
+
];
|
|
747
|
+
var BatchCreateCategoryInput = [
|
|
748
|
+
3,
|
|
749
|
+
n0,
|
|
750
|
+
_BCCI,
|
|
751
|
+
0,
|
|
752
|
+
[_iI, _cat],
|
|
753
|
+
[
|
|
754
|
+
[
|
|
755
|
+
0,
|
|
756
|
+
{
|
|
757
|
+
[_hH]: _ii,
|
|
758
|
+
},
|
|
759
|
+
],
|
|
760
|
+
() => BatchCreateCategoryInputCategoryList,
|
|
761
|
+
],
|
|
762
|
+
];
|
|
763
|
+
var BatchCreateCategoryInputCategory = [3, n0, _BCCIC, 0, [_i, _t, _co], [0, 0, 0]];
|
|
764
|
+
var BatchDeleteCategoryInput = [
|
|
765
|
+
3,
|
|
766
|
+
n0,
|
|
767
|
+
_BDCI,
|
|
768
|
+
0,
|
|
769
|
+
[_iI, _cat],
|
|
770
|
+
[
|
|
771
|
+
[
|
|
772
|
+
0,
|
|
773
|
+
{
|
|
774
|
+
[_hH]: _ii,
|
|
775
|
+
},
|
|
776
|
+
],
|
|
777
|
+
64 | 0,
|
|
778
|
+
],
|
|
779
|
+
];
|
|
780
|
+
var BatchUpdateCategoryInput = [
|
|
781
|
+
3,
|
|
782
|
+
n0,
|
|
783
|
+
_BUCI,
|
|
784
|
+
0,
|
|
785
|
+
[_iI, _cat],
|
|
786
|
+
[
|
|
787
|
+
[
|
|
788
|
+
0,
|
|
789
|
+
{
|
|
790
|
+
[_hH]: _ii,
|
|
791
|
+
},
|
|
792
|
+
],
|
|
793
|
+
() => CategoryListInput,
|
|
794
|
+
],
|
|
795
|
+
];
|
|
796
|
+
var CardStatus = [3, n0, _CS, 0, [_cS, _cV, _s], [0, 0, () => SubmissionList]];
|
|
797
|
+
var CardValue = [3, n0, _CV, 0, [_cI, _v, _sM], [0, 0, () => SubmissionMutation]];
|
|
798
|
+
var Category = [3, n0, _C, 0, [_i, _t, _co, _aC], [0, 0, 0, 1]];
|
|
799
|
+
var CategoryInput = [3, n0, _CI, 0, [_i, _t, _co], [0, 0, 0]];
|
|
800
|
+
var ConflictException = [
|
|
801
|
+
-3,
|
|
802
|
+
n0,
|
|
803
|
+
_CE,
|
|
804
|
+
{
|
|
805
|
+
[_e]: _c,
|
|
806
|
+
[_hE]: 409,
|
|
807
|
+
},
|
|
808
|
+
[_m, _rI, _rT],
|
|
809
|
+
[0, 0, 0],
|
|
810
|
+
];
|
|
811
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
812
|
+
var ContentTooLargeException = [
|
|
813
|
+
-3,
|
|
814
|
+
n0,
|
|
815
|
+
_CTLE,
|
|
816
|
+
{
|
|
817
|
+
[_e]: _c,
|
|
818
|
+
[_hE]: 413,
|
|
819
|
+
},
|
|
820
|
+
[_m, _rI, _rT],
|
|
821
|
+
[0, 0, 0],
|
|
822
|
+
];
|
|
823
|
+
schema.TypeRegistry.for(n0).registerError(ContentTooLargeException, ContentTooLargeException$1);
|
|
824
|
+
var ConversationMessage = [3, n0, _CM, 0, [_b, _ty], [0, 0]];
|
|
825
|
+
var CreateLibraryItemInput = [
|
|
826
|
+
3,
|
|
827
|
+
n0,
|
|
828
|
+
_CLII,
|
|
829
|
+
0,
|
|
830
|
+
[_iI, _aI, _aV, _cat],
|
|
831
|
+
[
|
|
832
|
+
[
|
|
833
|
+
0,
|
|
834
|
+
{
|
|
835
|
+
[_hH]: _ii,
|
|
836
|
+
},
|
|
837
|
+
],
|
|
838
|
+
0,
|
|
839
|
+
1,
|
|
840
|
+
64 | 0,
|
|
841
|
+
],
|
|
842
|
+
];
|
|
843
|
+
var CreateLibraryItemOutput = [
|
|
844
|
+
3,
|
|
845
|
+
n0,
|
|
846
|
+
_CLIO,
|
|
847
|
+
0,
|
|
848
|
+
[_lII, _st, _cAr, _cB, _uA, _uB, _rC, _iV],
|
|
849
|
+
[0, 0, 5, 0, 5, 0, 1, 2],
|
|
850
|
+
];
|
|
851
|
+
var CreatePresignedUrlInput = [
|
|
852
|
+
3,
|
|
853
|
+
n0,
|
|
854
|
+
_CPUI,
|
|
855
|
+
0,
|
|
856
|
+
[_iI, _cI, _aI, _fCS, _fN, _sc, _sI],
|
|
857
|
+
[
|
|
858
|
+
[
|
|
859
|
+
0,
|
|
860
|
+
{
|
|
861
|
+
[_hH]: _ii,
|
|
862
|
+
},
|
|
863
|
+
],
|
|
864
|
+
0,
|
|
865
|
+
0,
|
|
866
|
+
0,
|
|
867
|
+
0,
|
|
868
|
+
0,
|
|
869
|
+
0,
|
|
870
|
+
],
|
|
871
|
+
];
|
|
872
|
+
var CreatePresignedUrlOutput = [
|
|
873
|
+
3,
|
|
874
|
+
n0,
|
|
875
|
+
_CPUO,
|
|
876
|
+
0,
|
|
877
|
+
[_fI, _pU, _pUF, _pUE],
|
|
878
|
+
[0, 0, 128 | 0, 5],
|
|
879
|
+
];
|
|
880
|
+
var CreateQAppInput = [
|
|
881
|
+
3,
|
|
882
|
+
n0,
|
|
883
|
+
_CQAI,
|
|
884
|
+
0,
|
|
885
|
+
[_iI, _t, _d, _aD, _ta],
|
|
886
|
+
[
|
|
887
|
+
[
|
|
888
|
+
0,
|
|
889
|
+
{
|
|
890
|
+
[_hH]: _ii,
|
|
891
|
+
},
|
|
892
|
+
],
|
|
893
|
+
0,
|
|
894
|
+
0,
|
|
895
|
+
() => AppDefinitionInput,
|
|
896
|
+
128 | 0,
|
|
897
|
+
],
|
|
898
|
+
];
|
|
899
|
+
var CreateQAppOutput = [
|
|
900
|
+
3,
|
|
901
|
+
n0,
|
|
902
|
+
_CQAO,
|
|
903
|
+
0,
|
|
904
|
+
[_aI, _aA, _t, _d, _iP, _aV, _st, _cAr, _cB, _uA, _uB, _rCe],
|
|
905
|
+
[0, 0, 0, 0, 0, 1, 0, 5, 0, 5, 0, 64 | 0],
|
|
906
|
+
];
|
|
907
|
+
var DeleteLibraryItemInput = [
|
|
908
|
+
3,
|
|
909
|
+
n0,
|
|
910
|
+
_DLII,
|
|
911
|
+
0,
|
|
912
|
+
[_iI, _lII],
|
|
913
|
+
[
|
|
914
|
+
[
|
|
915
|
+
0,
|
|
916
|
+
{
|
|
917
|
+
[_hH]: _ii,
|
|
918
|
+
},
|
|
919
|
+
],
|
|
920
|
+
0,
|
|
921
|
+
],
|
|
922
|
+
];
|
|
923
|
+
var DeleteQAppInput = [
|
|
924
|
+
3,
|
|
925
|
+
n0,
|
|
926
|
+
_DQAI,
|
|
927
|
+
0,
|
|
928
|
+
[_iI, _aI],
|
|
929
|
+
[
|
|
930
|
+
[
|
|
931
|
+
0,
|
|
932
|
+
{
|
|
933
|
+
[_hH]: _ii,
|
|
934
|
+
},
|
|
935
|
+
],
|
|
936
|
+
0,
|
|
937
|
+
],
|
|
938
|
+
];
|
|
939
|
+
var DescribeQAppPermissionsInput = [
|
|
940
|
+
3,
|
|
941
|
+
n0,
|
|
942
|
+
_DQAPI,
|
|
943
|
+
0,
|
|
944
|
+
[_iI, _aI],
|
|
945
|
+
[
|
|
946
|
+
[
|
|
947
|
+
0,
|
|
948
|
+
{
|
|
949
|
+
[_hH]: _ii,
|
|
950
|
+
},
|
|
951
|
+
],
|
|
952
|
+
[
|
|
953
|
+
0,
|
|
954
|
+
{
|
|
955
|
+
[_hQ]: _aI,
|
|
956
|
+
},
|
|
957
|
+
],
|
|
958
|
+
],
|
|
959
|
+
];
|
|
960
|
+
var DescribeQAppPermissionsOutput = [
|
|
961
|
+
3,
|
|
962
|
+
n0,
|
|
963
|
+
_DQAPO,
|
|
964
|
+
0,
|
|
965
|
+
[_rA, _aI, _p],
|
|
966
|
+
[0, 0, () => PermissionsOutputList],
|
|
967
|
+
];
|
|
968
|
+
var DisassociateLibraryItemReviewInput = [
|
|
969
|
+
3,
|
|
970
|
+
n0,
|
|
971
|
+
_DLIRI,
|
|
972
|
+
0,
|
|
973
|
+
[_iI, _lII],
|
|
974
|
+
[
|
|
975
|
+
[
|
|
976
|
+
0,
|
|
977
|
+
{
|
|
978
|
+
[_hH]: _ii,
|
|
979
|
+
},
|
|
980
|
+
],
|
|
981
|
+
0,
|
|
982
|
+
],
|
|
983
|
+
];
|
|
984
|
+
var DisassociateQAppFromUserInput = [
|
|
985
|
+
3,
|
|
986
|
+
n0,
|
|
987
|
+
_DQAFUI,
|
|
988
|
+
0,
|
|
989
|
+
[_iI, _aI],
|
|
990
|
+
[
|
|
991
|
+
[
|
|
992
|
+
0,
|
|
993
|
+
{
|
|
994
|
+
[_hH]: _ii,
|
|
995
|
+
},
|
|
996
|
+
],
|
|
997
|
+
0,
|
|
998
|
+
],
|
|
999
|
+
];
|
|
1000
|
+
var DocumentAttribute = [3, n0, _DA, 0, [_n, _v], [0, () => DocumentAttributeValue]];
|
|
1001
|
+
var ExportQAppSessionDataInput = [
|
|
1002
|
+
3,
|
|
1003
|
+
n0,
|
|
1004
|
+
_EQASDI,
|
|
1005
|
+
0,
|
|
1006
|
+
[_iI, _sI],
|
|
1007
|
+
[
|
|
1008
|
+
[
|
|
1009
|
+
0,
|
|
1010
|
+
{
|
|
1011
|
+
[_hH]: _ii,
|
|
1012
|
+
},
|
|
1013
|
+
],
|
|
1014
|
+
0,
|
|
1015
|
+
],
|
|
1016
|
+
];
|
|
1017
|
+
var ExportQAppSessionDataOutput = [3, n0, _EQASDO, 0, [_cFL, _eA, _sA], [0, 5, 0]];
|
|
1018
|
+
var FileUploadCard = [
|
|
1019
|
+
3,
|
|
1020
|
+
n0,
|
|
1021
|
+
_FUC,
|
|
1022
|
+
0,
|
|
1023
|
+
[_i, _t, _de, _ty, _f, _fI, _aO],
|
|
1024
|
+
[0, 0, 64 | 0, 0, 0, 0, 2],
|
|
1025
|
+
];
|
|
1026
|
+
var FileUploadCardInput = [
|
|
1027
|
+
3,
|
|
1028
|
+
n0,
|
|
1029
|
+
_FUCI,
|
|
1030
|
+
0,
|
|
1031
|
+
[_t, _i, _ty, _f, _fI, _aO],
|
|
1032
|
+
[0, 0, 0, 0, 0, 2],
|
|
1033
|
+
];
|
|
1034
|
+
var FormInputCard = [
|
|
1035
|
+
3,
|
|
1036
|
+
n0,
|
|
1037
|
+
_FIC,
|
|
1038
|
+
0,
|
|
1039
|
+
[_i, _t, _de, _ty, _me, _cM],
|
|
1040
|
+
[0, 0, 64 | 0, 0, () => FormInputCardMetadata, 0],
|
|
1041
|
+
];
|
|
1042
|
+
var FormInputCardInput = [
|
|
1043
|
+
3,
|
|
1044
|
+
n0,
|
|
1045
|
+
_FICI,
|
|
1046
|
+
0,
|
|
1047
|
+
[_t, _i, _ty, _me, _cM],
|
|
1048
|
+
[0, 0, 0, () => FormInputCardMetadata, 0],
|
|
1049
|
+
];
|
|
1050
|
+
var FormInputCardMetadata = [3, n0, _FICM, 0, [_sch], [15]];
|
|
1051
|
+
var GetLibraryItemInput = [
|
|
1052
|
+
3,
|
|
1053
|
+
n0,
|
|
1054
|
+
_GLII,
|
|
1055
|
+
0,
|
|
1056
|
+
[_iI, _lII, _aI],
|
|
1057
|
+
[
|
|
1058
|
+
[
|
|
1059
|
+
0,
|
|
1060
|
+
{
|
|
1061
|
+
[_hH]: _ii,
|
|
1062
|
+
},
|
|
1063
|
+
],
|
|
1064
|
+
[
|
|
1065
|
+
0,
|
|
1066
|
+
{
|
|
1067
|
+
[_hQ]: _lII,
|
|
1068
|
+
},
|
|
1069
|
+
],
|
|
1070
|
+
[
|
|
1071
|
+
0,
|
|
1072
|
+
{
|
|
1073
|
+
[_hQ]: _aI,
|
|
1074
|
+
},
|
|
1075
|
+
],
|
|
1076
|
+
],
|
|
1077
|
+
];
|
|
1078
|
+
var GetLibraryItemOutput = [
|
|
1079
|
+
3,
|
|
1080
|
+
n0,
|
|
1081
|
+
_GLIO,
|
|
1082
|
+
0,
|
|
1083
|
+
[_lII, _aI, _aV, _cat, _st, _cAr, _cB, _uA, _uB, _rC, _iRBU, _uC, _iV],
|
|
1084
|
+
[0, 0, 1, () => CategoryList, 0, 5, 0, 5, 0, 1, 2, 1, 2],
|
|
1085
|
+
];
|
|
1086
|
+
var GetQAppInput = [
|
|
1087
|
+
3,
|
|
1088
|
+
n0,
|
|
1089
|
+
_GQAI,
|
|
1090
|
+
0,
|
|
1091
|
+
[_iI, _aI, _aV],
|
|
1092
|
+
[
|
|
1093
|
+
[
|
|
1094
|
+
0,
|
|
1095
|
+
{
|
|
1096
|
+
[_hH]: _ii,
|
|
1097
|
+
},
|
|
1098
|
+
],
|
|
1099
|
+
[
|
|
1100
|
+
0,
|
|
1101
|
+
{
|
|
1102
|
+
[_hQ]: _aI,
|
|
1103
|
+
},
|
|
1104
|
+
],
|
|
1105
|
+
[
|
|
1106
|
+
1,
|
|
1107
|
+
{
|
|
1108
|
+
[_hQ]: _aV,
|
|
1109
|
+
},
|
|
1110
|
+
],
|
|
1111
|
+
],
|
|
1112
|
+
];
|
|
1113
|
+
var GetQAppOutput = [
|
|
1114
|
+
3,
|
|
1115
|
+
n0,
|
|
1116
|
+
_GQAO,
|
|
1117
|
+
0,
|
|
1118
|
+
[_aI, _aA, _t, _d, _iP, _aV, _st, _cAr, _cB, _uA, _uB, _rCe, _aD],
|
|
1119
|
+
[0, 0, 0, 0, 0, 1, 0, 5, 0, 5, 0, 64 | 0, () => AppDefinition],
|
|
1120
|
+
];
|
|
1121
|
+
var GetQAppSessionInput = [
|
|
1122
|
+
3,
|
|
1123
|
+
n0,
|
|
1124
|
+
_GQASI,
|
|
1125
|
+
0,
|
|
1126
|
+
[_iI, _sI],
|
|
1127
|
+
[
|
|
1128
|
+
[
|
|
1129
|
+
0,
|
|
1130
|
+
{
|
|
1131
|
+
[_hH]: _ii,
|
|
1132
|
+
},
|
|
1133
|
+
],
|
|
1134
|
+
[
|
|
1135
|
+
0,
|
|
1136
|
+
{
|
|
1137
|
+
[_hQ]: _sI,
|
|
1138
|
+
},
|
|
1139
|
+
],
|
|
1140
|
+
],
|
|
1141
|
+
];
|
|
1142
|
+
var GetQAppSessionMetadataInput = [
|
|
1143
|
+
3,
|
|
1144
|
+
n0,
|
|
1145
|
+
_GQASMI,
|
|
1146
|
+
0,
|
|
1147
|
+
[_iI, _sI],
|
|
1148
|
+
[
|
|
1149
|
+
[
|
|
1150
|
+
0,
|
|
1151
|
+
{
|
|
1152
|
+
[_hH]: _ii,
|
|
1153
|
+
},
|
|
1154
|
+
],
|
|
1155
|
+
[
|
|
1156
|
+
0,
|
|
1157
|
+
{
|
|
1158
|
+
[_hQ]: _sI,
|
|
1159
|
+
},
|
|
1160
|
+
],
|
|
1161
|
+
],
|
|
1162
|
+
];
|
|
1163
|
+
var GetQAppSessionMetadataOutput = [
|
|
1164
|
+
3,
|
|
1165
|
+
n0,
|
|
1166
|
+
_GQASMO,
|
|
1167
|
+
0,
|
|
1168
|
+
[_sI, _sA, _sN, _sC, _sO],
|
|
1169
|
+
[0, 0, 0, () => SessionSharingConfiguration, 2],
|
|
1170
|
+
];
|
|
1171
|
+
var GetQAppSessionOutput = [
|
|
1172
|
+
3,
|
|
1173
|
+
n0,
|
|
1174
|
+
_GQASO,
|
|
1175
|
+
0,
|
|
1176
|
+
[_sI, _sA, _sN, _aV, _lPAV, _st, _cSa, _uIH],
|
|
1177
|
+
[0, 0, 0, 1, 1, 0, () => CardStatusMap, 2],
|
|
1178
|
+
];
|
|
1179
|
+
var ImportDocumentInput = [
|
|
1180
|
+
3,
|
|
1181
|
+
n0,
|
|
1182
|
+
_IDI,
|
|
1183
|
+
0,
|
|
1184
|
+
[_iI, _cI, _aI, _fCB, _fN, _sc, _sI],
|
|
1185
|
+
[
|
|
1186
|
+
[
|
|
1187
|
+
0,
|
|
1188
|
+
{
|
|
1189
|
+
[_hH]: _ii,
|
|
1190
|
+
},
|
|
1191
|
+
],
|
|
1192
|
+
0,
|
|
1193
|
+
0,
|
|
1194
|
+
0,
|
|
1195
|
+
0,
|
|
1196
|
+
0,
|
|
1197
|
+
0,
|
|
1198
|
+
],
|
|
1199
|
+
];
|
|
1200
|
+
var ImportDocumentOutput = [3, n0, _IDO, 0, [_fI], [0]];
|
|
1201
|
+
var InternalServerException = [
|
|
1202
|
+
-3,
|
|
1203
|
+
n0,
|
|
1204
|
+
_ISE,
|
|
1205
|
+
{
|
|
1206
|
+
[_e]: _se,
|
|
1207
|
+
[_hE]: 500,
|
|
1208
|
+
},
|
|
1209
|
+
[_m, _rAS],
|
|
1210
|
+
[
|
|
1211
|
+
0,
|
|
1212
|
+
[
|
|
1213
|
+
1,
|
|
1214
|
+
{
|
|
1215
|
+
[_hH]: _RA,
|
|
1216
|
+
},
|
|
1217
|
+
],
|
|
1218
|
+
],
|
|
1219
|
+
];
|
|
1220
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
1221
|
+
var LibraryItemMember = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_LIM,
|
|
1225
|
+
0,
|
|
1226
|
+
[_lII, _aI, _aV, _cat, _st, _cAr, _cB, _uA, _uB, _rC, _iRBU, _uC, _iV],
|
|
1227
|
+
[0, 0, 1, () => CategoryList, 0, 5, 0, 5, 0, 1, 2, 1, 2],
|
|
1228
|
+
];
|
|
1229
|
+
var ListCategoriesInput = [
|
|
1230
|
+
3,
|
|
1231
|
+
n0,
|
|
1232
|
+
_LCI,
|
|
1233
|
+
0,
|
|
1234
|
+
[_iI],
|
|
1235
|
+
[
|
|
1236
|
+
[
|
|
1237
|
+
0,
|
|
1238
|
+
{
|
|
1239
|
+
[_hH]: _ii,
|
|
1240
|
+
},
|
|
1241
|
+
],
|
|
1242
|
+
],
|
|
1243
|
+
];
|
|
1244
|
+
var ListCategoriesOutput = [3, n0, _LCO, 0, [_cat], [() => CategoriesList]];
|
|
1245
|
+
var ListLibraryItemsInput = [
|
|
1246
|
+
3,
|
|
1247
|
+
n0,
|
|
1248
|
+
_LLII,
|
|
1249
|
+
0,
|
|
1250
|
+
[_iI, _l, _nT, _cIa],
|
|
1251
|
+
[
|
|
1252
|
+
[
|
|
1253
|
+
0,
|
|
1254
|
+
{
|
|
1255
|
+
[_hH]: _ii,
|
|
1256
|
+
},
|
|
1257
|
+
],
|
|
1258
|
+
[
|
|
1259
|
+
1,
|
|
1260
|
+
{
|
|
1261
|
+
[_hQ]: _l,
|
|
1262
|
+
},
|
|
1263
|
+
],
|
|
1264
|
+
[
|
|
1265
|
+
0,
|
|
1266
|
+
{
|
|
1267
|
+
[_hQ]: _nT,
|
|
1268
|
+
},
|
|
1269
|
+
],
|
|
1270
|
+
[
|
|
1271
|
+
0,
|
|
1272
|
+
{
|
|
1273
|
+
[_hQ]: _cIa,
|
|
1274
|
+
},
|
|
1275
|
+
],
|
|
1276
|
+
],
|
|
1277
|
+
];
|
|
1278
|
+
var ListLibraryItemsOutput = [3, n0, _LLIO, 0, [_lI, _nT], [() => LibraryItemList, 0]];
|
|
1279
|
+
var ListQAppSessionDataInput = [
|
|
1280
|
+
3,
|
|
1281
|
+
n0,
|
|
1282
|
+
_LQASDI,
|
|
1283
|
+
0,
|
|
1284
|
+
[_iI, _sI],
|
|
1285
|
+
[
|
|
1286
|
+
[
|
|
1287
|
+
0,
|
|
1288
|
+
{
|
|
1289
|
+
[_hH]: _ii,
|
|
1290
|
+
},
|
|
1291
|
+
],
|
|
1292
|
+
[
|
|
1293
|
+
0,
|
|
1294
|
+
{
|
|
1295
|
+
[_hQ]: _sI,
|
|
1296
|
+
},
|
|
1297
|
+
],
|
|
1298
|
+
],
|
|
1299
|
+
];
|
|
1300
|
+
var ListQAppSessionDataOutput = [
|
|
1301
|
+
3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_LQASDO,
|
|
1304
|
+
0,
|
|
1305
|
+
[_sI, _sA, _sD, _nT],
|
|
1306
|
+
[0, 0, () => QAppSessionDataList, 0],
|
|
1307
|
+
];
|
|
1308
|
+
var ListQAppsInput = [
|
|
1309
|
+
3,
|
|
1310
|
+
n0,
|
|
1311
|
+
_LQAI,
|
|
1312
|
+
0,
|
|
1313
|
+
[_iI, _l, _nT],
|
|
1314
|
+
[
|
|
1315
|
+
[
|
|
1316
|
+
0,
|
|
1317
|
+
{
|
|
1318
|
+
[_hH]: _ii,
|
|
1319
|
+
},
|
|
1320
|
+
],
|
|
1321
|
+
[
|
|
1322
|
+
1,
|
|
1323
|
+
{
|
|
1324
|
+
[_hQ]: _l,
|
|
1325
|
+
},
|
|
1326
|
+
],
|
|
1327
|
+
[
|
|
1328
|
+
0,
|
|
1329
|
+
{
|
|
1330
|
+
[_hQ]: _nT,
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
],
|
|
1334
|
+
];
|
|
1335
|
+
var ListQAppsOutput = [3, n0, _LQAO, 0, [_a, _nT], [() => UserAppsList, 0]];
|
|
1336
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [[0, 1]]];
|
|
1337
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1338
|
+
var PermissionInput = [3, n0, _PI, 0, [_ac, _pr], [0, 0]];
|
|
1339
|
+
var PermissionOutput = [3, n0, _PO, 0, [_ac, _pr], [0, () => PrincipalOutput]];
|
|
1340
|
+
var PredictAppDefinition = [
|
|
1341
|
+
3,
|
|
1342
|
+
n0,
|
|
1343
|
+
_PAD,
|
|
1344
|
+
0,
|
|
1345
|
+
[_t, _d, _aD],
|
|
1346
|
+
[0, 0, () => AppDefinitionInput],
|
|
1347
|
+
];
|
|
1348
|
+
var PredictQAppInput = [
|
|
1349
|
+
3,
|
|
1350
|
+
n0,
|
|
1351
|
+
_PQAI,
|
|
1352
|
+
0,
|
|
1353
|
+
[_iI, _o],
|
|
1354
|
+
[
|
|
1355
|
+
[
|
|
1356
|
+
0,
|
|
1357
|
+
{
|
|
1358
|
+
[_hH]: _ii,
|
|
1359
|
+
},
|
|
1360
|
+
],
|
|
1361
|
+
() => PredictQAppInputOptions,
|
|
1362
|
+
],
|
|
1363
|
+
];
|
|
1364
|
+
var PredictQAppOutput = [3, n0, _PQAO, 0, [_ap, _pS], [() => PredictAppDefinition, 0]];
|
|
1365
|
+
var PrincipalOutput = [3, n0, _POr, 0, [_uI, _uT, _em], [0, 0, 0]];
|
|
1366
|
+
var QAppSessionData = [
|
|
1367
|
+
3,
|
|
1368
|
+
n0,
|
|
1369
|
+
_QASD,
|
|
1370
|
+
0,
|
|
1371
|
+
[_cI, _v, _u, _sIu, _ti],
|
|
1372
|
+
[0, 15, () => User, 0, 5],
|
|
1373
|
+
];
|
|
1374
|
+
var QPluginCard = [
|
|
1375
|
+
3,
|
|
1376
|
+
n0,
|
|
1377
|
+
_QPC,
|
|
1378
|
+
0,
|
|
1379
|
+
[_i, _t, _de, _ty, _pro, _pT, _pI, _aIc],
|
|
1380
|
+
[0, 0, 64 | 0, 0, 0, 0, 0, 0],
|
|
1381
|
+
];
|
|
1382
|
+
var QPluginCardInput = [
|
|
1383
|
+
3,
|
|
1384
|
+
n0,
|
|
1385
|
+
_QPCI,
|
|
1386
|
+
0,
|
|
1387
|
+
[_t, _i, _ty, _pro, _pI, _aIc],
|
|
1388
|
+
[0, 0, 0, 0, 0, 0],
|
|
1389
|
+
];
|
|
1390
|
+
var QQueryCard = [
|
|
1391
|
+
3,
|
|
1392
|
+
n0,
|
|
1393
|
+
_QQC,
|
|
1394
|
+
0,
|
|
1395
|
+
[_i, _t, _de, _ty, _pro, _oS, _aF, _mR],
|
|
1396
|
+
[0, 0, 64 | 0, 0, 0, 0, () => AttributeFilter, 64 | 0],
|
|
1397
|
+
];
|
|
1398
|
+
var QQueryCardInput = [
|
|
1399
|
+
3,
|
|
1400
|
+
n0,
|
|
1401
|
+
_QQCI,
|
|
1402
|
+
0,
|
|
1403
|
+
[_t, _i, _ty, _pro, _oS, _aF],
|
|
1404
|
+
[0, 0, 0, 0, 0, () => AttributeFilter],
|
|
1405
|
+
];
|
|
1406
|
+
var ResourceNotFoundException = [
|
|
1407
|
+
-3,
|
|
1408
|
+
n0,
|
|
1409
|
+
_RNFE,
|
|
1410
|
+
{
|
|
1411
|
+
[_e]: _c,
|
|
1412
|
+
[_hE]: 404,
|
|
1413
|
+
},
|
|
1414
|
+
[_m, _rI, _rT],
|
|
1415
|
+
[0, 0, 0],
|
|
1416
|
+
];
|
|
1417
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1418
|
+
var ServiceQuotaExceededException = [
|
|
1419
|
+
-3,
|
|
1420
|
+
n0,
|
|
1421
|
+
_SQEE,
|
|
1422
|
+
{
|
|
1423
|
+
[_e]: _c,
|
|
1424
|
+
[_hE]: 402,
|
|
1425
|
+
},
|
|
1426
|
+
[_m, _rI, _rT, _sCe, _qC],
|
|
1427
|
+
[0, 0, 0, 0, 0],
|
|
1428
|
+
];
|
|
1429
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1430
|
+
var SessionSharingConfiguration = [3, n0, _SSC, 0, [_en, _aR, _rCev], [2, 2, 2]];
|
|
1431
|
+
var StartQAppSessionInput = [
|
|
1432
|
+
3,
|
|
1433
|
+
n0,
|
|
1434
|
+
_SQASI,
|
|
1435
|
+
0,
|
|
1436
|
+
[_iI, _aI, _aV, _iVn, _sI, _ta],
|
|
1437
|
+
[
|
|
1438
|
+
[
|
|
1439
|
+
0,
|
|
1440
|
+
{
|
|
1441
|
+
[_hH]: _ii,
|
|
1442
|
+
},
|
|
1443
|
+
],
|
|
1444
|
+
0,
|
|
1445
|
+
1,
|
|
1446
|
+
() => CardValueList,
|
|
1447
|
+
0,
|
|
1448
|
+
128 | 0,
|
|
1449
|
+
],
|
|
1450
|
+
];
|
|
1451
|
+
var StartQAppSessionOutput = [3, n0, _SQASO, 0, [_sI, _sA], [0, 0]];
|
|
1452
|
+
var StopQAppSessionInput = [
|
|
1453
|
+
3,
|
|
1454
|
+
n0,
|
|
1455
|
+
_SQASIt,
|
|
1456
|
+
0,
|
|
1457
|
+
[_iI, _sI],
|
|
1458
|
+
[
|
|
1459
|
+
[
|
|
1460
|
+
0,
|
|
1461
|
+
{
|
|
1462
|
+
[_hH]: _ii,
|
|
1463
|
+
},
|
|
1464
|
+
],
|
|
1465
|
+
0,
|
|
1466
|
+
],
|
|
1467
|
+
];
|
|
1468
|
+
var Submission = [3, n0, _S, 0, [_v, _sIu, _ti], [15, 0, 5]];
|
|
1469
|
+
var SubmissionMutation = [3, n0, _SM, 0, [_sIu, _mT], [0, 0]];
|
|
1470
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [[0, 1], 128 | 0]];
|
|
1471
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1472
|
+
var TextInputCard = [
|
|
1473
|
+
3,
|
|
1474
|
+
n0,
|
|
1475
|
+
_TIC,
|
|
1476
|
+
0,
|
|
1477
|
+
[_i, _t, _de, _ty, _pl, _dV],
|
|
1478
|
+
[0, 0, 64 | 0, 0, 0, 0],
|
|
1479
|
+
];
|
|
1480
|
+
var TextInputCardInput = [3, n0, _TICI, 0, [_t, _i, _ty, _pl, _dV], [0, 0, 0, 0, 0]];
|
|
1481
|
+
var ThrottlingException = [
|
|
1482
|
+
-3,
|
|
1483
|
+
n0,
|
|
1484
|
+
_TE,
|
|
1485
|
+
{
|
|
1486
|
+
[_e]: _c,
|
|
1487
|
+
[_hE]: 429,
|
|
1488
|
+
},
|
|
1489
|
+
[_m, _sCe, _qC, _rAS],
|
|
1490
|
+
[
|
|
1491
|
+
0,
|
|
1492
|
+
0,
|
|
1493
|
+
0,
|
|
1494
|
+
[
|
|
1495
|
+
1,
|
|
1496
|
+
{
|
|
1497
|
+
[_hH]: _RA,
|
|
1498
|
+
},
|
|
1499
|
+
],
|
|
1500
|
+
],
|
|
1501
|
+
];
|
|
1502
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1503
|
+
var UnauthorizedException = [
|
|
1504
|
+
-3,
|
|
1505
|
+
n0,
|
|
1506
|
+
_UE,
|
|
1507
|
+
{
|
|
1508
|
+
[_e]: _c,
|
|
1509
|
+
[_hE]: 401,
|
|
1510
|
+
},
|
|
1511
|
+
[_m],
|
|
1512
|
+
[0],
|
|
1513
|
+
];
|
|
1514
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
|
|
1515
|
+
var UntagResourceRequest = [
|
|
1516
|
+
3,
|
|
1517
|
+
n0,
|
|
1518
|
+
_URR,
|
|
1519
|
+
0,
|
|
1520
|
+
[_rARN, _tK],
|
|
1521
|
+
[
|
|
1522
|
+
[0, 1],
|
|
1523
|
+
[
|
|
1524
|
+
64 | 0,
|
|
1525
|
+
{
|
|
1526
|
+
[_hQ]: _tK,
|
|
1527
|
+
},
|
|
1528
|
+
],
|
|
1529
|
+
],
|
|
1530
|
+
];
|
|
1531
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1532
|
+
var UpdateLibraryItemInput = [
|
|
1533
|
+
3,
|
|
1534
|
+
n0,
|
|
1535
|
+
_ULII,
|
|
1536
|
+
0,
|
|
1537
|
+
[_iI, _lII, _st, _cat],
|
|
1538
|
+
[
|
|
1539
|
+
[
|
|
1540
|
+
0,
|
|
1541
|
+
{
|
|
1542
|
+
[_hH]: _ii,
|
|
1543
|
+
},
|
|
1544
|
+
],
|
|
1545
|
+
0,
|
|
1546
|
+
0,
|
|
1547
|
+
64 | 0,
|
|
1548
|
+
],
|
|
1549
|
+
];
|
|
1550
|
+
var UpdateLibraryItemMetadataInput = [
|
|
1551
|
+
3,
|
|
1552
|
+
n0,
|
|
1553
|
+
_ULIMI,
|
|
1554
|
+
0,
|
|
1555
|
+
[_iI, _lII, _iV],
|
|
1556
|
+
[
|
|
1557
|
+
[
|
|
1558
|
+
0,
|
|
1559
|
+
{
|
|
1560
|
+
[_hH]: _ii,
|
|
1561
|
+
},
|
|
1562
|
+
],
|
|
1563
|
+
0,
|
|
1564
|
+
2,
|
|
1565
|
+
],
|
|
1566
|
+
];
|
|
1567
|
+
var UpdateLibraryItemOutput = [
|
|
1568
|
+
3,
|
|
1569
|
+
n0,
|
|
1570
|
+
_ULIO,
|
|
1571
|
+
0,
|
|
1572
|
+
[_lII, _aI, _aV, _cat, _st, _cAr, _cB, _uA, _uB, _rC, _iRBU, _uC, _iV],
|
|
1573
|
+
[0, 0, 1, () => CategoryList, 0, 5, 0, 5, 0, 1, 2, 1, 2],
|
|
1574
|
+
];
|
|
1575
|
+
var UpdateQAppInput = [
|
|
1576
|
+
3,
|
|
1577
|
+
n0,
|
|
1578
|
+
_UQAI,
|
|
1579
|
+
0,
|
|
1580
|
+
[_iI, _aI, _t, _d, _aD],
|
|
1581
|
+
[
|
|
1582
|
+
[
|
|
1583
|
+
0,
|
|
1584
|
+
{
|
|
1585
|
+
[_hH]: _ii,
|
|
1586
|
+
},
|
|
1587
|
+
],
|
|
1588
|
+
0,
|
|
1589
|
+
0,
|
|
1590
|
+
0,
|
|
1591
|
+
() => AppDefinitionInput,
|
|
1592
|
+
],
|
|
1593
|
+
];
|
|
1594
|
+
var UpdateQAppOutput = [
|
|
1595
|
+
3,
|
|
1596
|
+
n0,
|
|
1597
|
+
_UQAO,
|
|
1598
|
+
0,
|
|
1599
|
+
[_aI, _aA, _t, _d, _iP, _aV, _st, _cAr, _cB, _uA, _uB, _rCe],
|
|
1600
|
+
[0, 0, 0, 0, 0, 1, 0, 5, 0, 5, 0, 64 | 0],
|
|
1601
|
+
];
|
|
1602
|
+
var UpdateQAppPermissionsInput = [
|
|
1603
|
+
3,
|
|
1604
|
+
n0,
|
|
1605
|
+
_UQAPI,
|
|
1606
|
+
0,
|
|
1607
|
+
[_iI, _aI, _gP, _rP],
|
|
1608
|
+
[
|
|
1609
|
+
[
|
|
1610
|
+
0,
|
|
1611
|
+
{
|
|
1612
|
+
[_hH]: _ii,
|
|
1613
|
+
},
|
|
1614
|
+
],
|
|
1615
|
+
0,
|
|
1616
|
+
() => PermissionsInputList,
|
|
1617
|
+
() => PermissionsInputList,
|
|
1618
|
+
],
|
|
1619
|
+
];
|
|
1620
|
+
var UpdateQAppPermissionsOutput = [
|
|
1621
|
+
3,
|
|
1622
|
+
n0,
|
|
1623
|
+
_UQAPO,
|
|
1624
|
+
0,
|
|
1625
|
+
[_rA, _aI, _p],
|
|
1626
|
+
[0, 0, () => PermissionsOutputList],
|
|
1627
|
+
];
|
|
1628
|
+
var UpdateQAppSessionInput = [
|
|
1629
|
+
3,
|
|
1630
|
+
n0,
|
|
1631
|
+
_UQASI,
|
|
1632
|
+
0,
|
|
1633
|
+
[_iI, _sI, _va],
|
|
1634
|
+
[
|
|
1635
|
+
[
|
|
1636
|
+
0,
|
|
1637
|
+
{
|
|
1638
|
+
[_hH]: _ii,
|
|
1639
|
+
},
|
|
1640
|
+
],
|
|
1641
|
+
0,
|
|
1642
|
+
() => CardValueList,
|
|
1643
|
+
],
|
|
1644
|
+
];
|
|
1645
|
+
var UpdateQAppSessionMetadataInput = [
|
|
1646
|
+
3,
|
|
1647
|
+
n0,
|
|
1648
|
+
_UQASMI,
|
|
1649
|
+
0,
|
|
1650
|
+
[_iI, _sI, _sN, _sC],
|
|
1651
|
+
[
|
|
1652
|
+
[
|
|
1653
|
+
0,
|
|
1654
|
+
{
|
|
1655
|
+
[_hH]: _ii,
|
|
1656
|
+
},
|
|
1657
|
+
],
|
|
1658
|
+
0,
|
|
1659
|
+
0,
|
|
1660
|
+
() => SessionSharingConfiguration,
|
|
1661
|
+
],
|
|
1662
|
+
];
|
|
1663
|
+
var UpdateQAppSessionMetadataOutput = [
|
|
1664
|
+
3,
|
|
1665
|
+
n0,
|
|
1666
|
+
_UQASMO,
|
|
1667
|
+
0,
|
|
1668
|
+
[_sI, _sA, _sN, _sC],
|
|
1669
|
+
[0, 0, 0, () => SessionSharingConfiguration],
|
|
1670
|
+
];
|
|
1671
|
+
var UpdateQAppSessionOutput = [3, n0, _UQASO, 0, [_sI, _sA], [0, 0]];
|
|
1672
|
+
var User = [3, n0, _U, 0, [_uI], [0]];
|
|
1673
|
+
var UserAppItem = [
|
|
1674
|
+
3,
|
|
1675
|
+
n0,
|
|
1676
|
+
_UAI,
|
|
1677
|
+
0,
|
|
1678
|
+
[_aI, _aA, _t, _d, _cAr, _cE, _st, _iV],
|
|
1679
|
+
[0, 0, 0, 0, 5, 2, 0, 2],
|
|
1680
|
+
];
|
|
1681
|
+
var ValidationException = [
|
|
1682
|
+
-3,
|
|
1683
|
+
n0,
|
|
1684
|
+
_VE,
|
|
1685
|
+
{
|
|
1686
|
+
[_e]: _c,
|
|
1687
|
+
[_hE]: 400,
|
|
1688
|
+
},
|
|
1689
|
+
[_m],
|
|
1690
|
+
[0],
|
|
1691
|
+
];
|
|
1692
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1693
|
+
var __Unit = "unit";
|
|
1694
|
+
var QAppsServiceException = [-3, _sm, "QAppsServiceException", 0, [], []];
|
|
1695
|
+
schema.TypeRegistry.for(_sm).registerError(QAppsServiceException, QAppsServiceException$1);
|
|
1696
|
+
var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter];
|
|
1697
|
+
var BatchCreateCategoryInputCategoryList = [
|
|
1698
|
+
1,
|
|
1699
|
+
n0,
|
|
1700
|
+
_BCCICL,
|
|
1701
|
+
0,
|
|
1702
|
+
() => BatchCreateCategoryInputCategory,
|
|
1703
|
+
];
|
|
1704
|
+
var CardList = [1, n0, _CL, 0, () => CardInput];
|
|
1705
|
+
var CardModelList = [1, n0, _CML, 0, () => Card];
|
|
1706
|
+
var CardValueList = [1, n0, _CVL, 0, () => CardValue];
|
|
1707
|
+
var CategoriesList = [1, n0, _CLa, 0, () => Category];
|
|
1708
|
+
var CategoryList = [1, n0, _CLat, 0, () => Category];
|
|
1709
|
+
var CategoryListInput = [1, n0, _CLI, 0, () => CategoryInput];
|
|
1710
|
+
var LibraryItemList = [1, n0, _LIL, 0, () => LibraryItemMember];
|
|
1711
|
+
var MessageList = [1, n0, _ML, 0, () => ConversationMessage];
|
|
1712
|
+
var PermissionsInputList = [1, n0, _PIL, 0, () => PermissionInput];
|
|
1713
|
+
var PermissionsOutputList = [1, n0, _POL, 0, () => PermissionOutput];
|
|
1714
|
+
var QAppSessionDataList = [1, n0, _QASDL, 0, () => QAppSessionData];
|
|
1715
|
+
var SubmissionList = [1, n0, _SL, 0, () => Submission];
|
|
1716
|
+
var UserAppsList = [1, n0, _UAL, 0, () => UserAppItem];
|
|
1717
|
+
var CardStatusMap = [2, n0, _CSM, 0, 0, () => CardStatus];
|
|
1718
|
+
var Card = [
|
|
1719
|
+
3,
|
|
1720
|
+
n0,
|
|
1721
|
+
_Ca,
|
|
1722
|
+
0,
|
|
1723
|
+
[_tI, _qQ, _qP, _fU, _fIo],
|
|
1724
|
+
[() => TextInputCard, () => QQueryCard, () => QPluginCard, () => FileUploadCard, () => FormInputCard],
|
|
1725
|
+
];
|
|
1726
|
+
var CardInput = [
|
|
1727
|
+
3,
|
|
1728
|
+
n0,
|
|
1729
|
+
_CIa,
|
|
1730
|
+
0,
|
|
1731
|
+
[_tI, _qQ, _qP, _fU, _fIo],
|
|
1732
|
+
[
|
|
1733
|
+
() => TextInputCardInput,
|
|
1734
|
+
() => QQueryCardInput,
|
|
1735
|
+
() => QPluginCardInput,
|
|
1736
|
+
() => FileUploadCardInput,
|
|
1737
|
+
() => FormInputCardInput,
|
|
1738
|
+
],
|
|
1739
|
+
];
|
|
1740
|
+
var DocumentAttributeValue = [3, n0, _DAV, 0, [_sV, _sLV, _lV, _dVa], [0, 64 | 0, 1, 4]];
|
|
1741
|
+
var PredictQAppInputOptions = [3, n0, _PQAIO, 0, [_con, _pS], [() => MessageList, 0]];
|
|
1742
|
+
var AssociateLibraryItemReview = [
|
|
1743
|
+
9,
|
|
1744
|
+
n0,
|
|
1745
|
+
_ALIR,
|
|
1746
|
+
{
|
|
1747
|
+
[_h]: ["POST", "/catalog.associateItemRating", 200],
|
|
1748
|
+
},
|
|
1749
|
+
() => AssociateLibraryItemReviewInput,
|
|
1750
|
+
() => __Unit,
|
|
1751
|
+
];
|
|
1752
|
+
var AssociateQAppWithUser = [
|
|
1753
|
+
9,
|
|
1754
|
+
n0,
|
|
1755
|
+
_AQAWU,
|
|
1756
|
+
{
|
|
1757
|
+
[_h]: ["POST", "/apps.install", 200],
|
|
1758
|
+
},
|
|
1759
|
+
() => AssociateQAppWithUserInput,
|
|
1760
|
+
() => __Unit,
|
|
1761
|
+
];
|
|
1762
|
+
var BatchCreateCategory = [
|
|
1763
|
+
9,
|
|
1764
|
+
n0,
|
|
1765
|
+
_BCC,
|
|
1766
|
+
{
|
|
1767
|
+
[_h]: ["POST", "/catalog.createCategories", 200],
|
|
1768
|
+
},
|
|
1769
|
+
() => BatchCreateCategoryInput,
|
|
1770
|
+
() => __Unit,
|
|
1771
|
+
];
|
|
1772
|
+
var BatchDeleteCategory = [
|
|
1773
|
+
9,
|
|
1774
|
+
n0,
|
|
1775
|
+
_BDC,
|
|
1776
|
+
{
|
|
1777
|
+
[_h]: ["POST", "/catalog.deleteCategories", 200],
|
|
1778
|
+
},
|
|
1779
|
+
() => BatchDeleteCategoryInput,
|
|
1780
|
+
() => __Unit,
|
|
1781
|
+
];
|
|
1782
|
+
var BatchUpdateCategory = [
|
|
1783
|
+
9,
|
|
1784
|
+
n0,
|
|
1785
|
+
_BUC,
|
|
1786
|
+
{
|
|
1787
|
+
[_h]: ["POST", "/catalog.updateCategories", 200],
|
|
1788
|
+
},
|
|
1789
|
+
() => BatchUpdateCategoryInput,
|
|
1790
|
+
() => __Unit,
|
|
1791
|
+
];
|
|
1792
|
+
var CreateLibraryItem = [
|
|
1793
|
+
9,
|
|
1794
|
+
n0,
|
|
1795
|
+
_CLIr,
|
|
1796
|
+
{
|
|
1797
|
+
[_h]: ["POST", "/catalog.createItem", 200],
|
|
1798
|
+
},
|
|
1799
|
+
() => CreateLibraryItemInput,
|
|
1800
|
+
() => CreateLibraryItemOutput,
|
|
1801
|
+
];
|
|
1802
|
+
var CreatePresignedUrl = [
|
|
1803
|
+
9,
|
|
1804
|
+
n0,
|
|
1805
|
+
_CPU,
|
|
1806
|
+
{
|
|
1807
|
+
[_h]: ["POST", "/apps.createPresignedUrl", 200],
|
|
1808
|
+
},
|
|
1809
|
+
() => CreatePresignedUrlInput,
|
|
1810
|
+
() => CreatePresignedUrlOutput,
|
|
1811
|
+
];
|
|
1812
|
+
var CreateQApp = [
|
|
1813
|
+
9,
|
|
1814
|
+
n0,
|
|
1815
|
+
_CQA,
|
|
1816
|
+
{
|
|
1817
|
+
[_h]: ["POST", "/apps.create", 200],
|
|
1818
|
+
},
|
|
1819
|
+
() => CreateQAppInput,
|
|
1820
|
+
() => CreateQAppOutput,
|
|
1821
|
+
];
|
|
1822
|
+
var DeleteLibraryItem = [
|
|
1823
|
+
9,
|
|
1824
|
+
n0,
|
|
1825
|
+
_DLI,
|
|
1826
|
+
{
|
|
1827
|
+
[_h]: ["POST", "/catalog.deleteItem", 200],
|
|
1828
|
+
},
|
|
1829
|
+
() => DeleteLibraryItemInput,
|
|
1830
|
+
() => __Unit,
|
|
1831
|
+
];
|
|
1832
|
+
var DeleteQApp = [
|
|
1833
|
+
9,
|
|
1834
|
+
n0,
|
|
1835
|
+
_DQA,
|
|
1836
|
+
{
|
|
1837
|
+
[_h]: ["POST", "/apps.delete", 200],
|
|
1838
|
+
},
|
|
1839
|
+
() => DeleteQAppInput,
|
|
1840
|
+
() => __Unit,
|
|
1841
|
+
];
|
|
1842
|
+
var DescribeQAppPermissions = [
|
|
1843
|
+
9,
|
|
1844
|
+
n0,
|
|
1845
|
+
_DQAP,
|
|
1846
|
+
{
|
|
1847
|
+
[_h]: ["GET", "/apps.describeQAppPermissions", 200],
|
|
1848
|
+
},
|
|
1849
|
+
() => DescribeQAppPermissionsInput,
|
|
1850
|
+
() => DescribeQAppPermissionsOutput,
|
|
1851
|
+
];
|
|
1852
|
+
var DisassociateLibraryItemReview = [
|
|
1853
|
+
9,
|
|
1854
|
+
n0,
|
|
1855
|
+
_DLIR,
|
|
1856
|
+
{
|
|
1857
|
+
[_h]: ["POST", "/catalog.disassociateItemRating", 200],
|
|
1858
|
+
},
|
|
1859
|
+
() => DisassociateLibraryItemReviewInput,
|
|
1860
|
+
() => __Unit,
|
|
1861
|
+
];
|
|
1862
|
+
var DisassociateQAppFromUser = [
|
|
1863
|
+
9,
|
|
1864
|
+
n0,
|
|
1865
|
+
_DQAFU,
|
|
1866
|
+
{
|
|
1867
|
+
[_h]: ["POST", "/apps.uninstall", 200],
|
|
1868
|
+
},
|
|
1869
|
+
() => DisassociateQAppFromUserInput,
|
|
1870
|
+
() => __Unit,
|
|
1871
|
+
];
|
|
1872
|
+
var ExportQAppSessionData = [
|
|
1873
|
+
9,
|
|
1874
|
+
n0,
|
|
1875
|
+
_EQASD,
|
|
1876
|
+
{
|
|
1877
|
+
[_h]: ["POST", "/runtime.exportQAppSessionData", 200],
|
|
1878
|
+
},
|
|
1879
|
+
() => ExportQAppSessionDataInput,
|
|
1880
|
+
() => ExportQAppSessionDataOutput,
|
|
1881
|
+
];
|
|
1882
|
+
var GetLibraryItem = [
|
|
1883
|
+
9,
|
|
1884
|
+
n0,
|
|
1885
|
+
_GLI,
|
|
1886
|
+
{
|
|
1887
|
+
[_h]: ["GET", "/catalog.getItem", 200],
|
|
1888
|
+
},
|
|
1889
|
+
() => GetLibraryItemInput,
|
|
1890
|
+
() => GetLibraryItemOutput,
|
|
1891
|
+
];
|
|
1892
|
+
var GetQApp = [
|
|
1893
|
+
9,
|
|
1894
|
+
n0,
|
|
1895
|
+
_GQA,
|
|
1896
|
+
{
|
|
1897
|
+
[_h]: ["GET", "/apps.get", 200],
|
|
1898
|
+
},
|
|
1899
|
+
() => GetQAppInput,
|
|
1900
|
+
() => GetQAppOutput,
|
|
1901
|
+
];
|
|
1902
|
+
var GetQAppSession = [
|
|
1903
|
+
9,
|
|
1904
|
+
n0,
|
|
1905
|
+
_GQAS,
|
|
1906
|
+
{
|
|
1907
|
+
[_h]: ["GET", "/runtime.getQAppSession", 200],
|
|
1908
|
+
},
|
|
1909
|
+
() => GetQAppSessionInput,
|
|
1910
|
+
() => GetQAppSessionOutput,
|
|
1911
|
+
];
|
|
1912
|
+
var GetQAppSessionMetadata = [
|
|
1913
|
+
9,
|
|
1914
|
+
n0,
|
|
1915
|
+
_GQASM,
|
|
1916
|
+
{
|
|
1917
|
+
[_h]: ["GET", "/runtime.getQAppSessionMetadata", 200],
|
|
1918
|
+
},
|
|
1919
|
+
() => GetQAppSessionMetadataInput,
|
|
1920
|
+
() => GetQAppSessionMetadataOutput,
|
|
1921
|
+
];
|
|
1922
|
+
var ImportDocument = [
|
|
1923
|
+
9,
|
|
1924
|
+
n0,
|
|
1925
|
+
_ID,
|
|
1926
|
+
{
|
|
1927
|
+
[_h]: ["POST", "/apps.importDocument", 200],
|
|
1928
|
+
},
|
|
1929
|
+
() => ImportDocumentInput,
|
|
1930
|
+
() => ImportDocumentOutput,
|
|
1931
|
+
];
|
|
1932
|
+
var ListCategories = [
|
|
1933
|
+
9,
|
|
1934
|
+
n0,
|
|
1935
|
+
_LC,
|
|
1936
|
+
{
|
|
1937
|
+
[_h]: ["GET", "/catalog.listCategories", 200],
|
|
1938
|
+
},
|
|
1939
|
+
() => ListCategoriesInput,
|
|
1940
|
+
() => ListCategoriesOutput,
|
|
1941
|
+
];
|
|
1942
|
+
var ListLibraryItems = [
|
|
1943
|
+
9,
|
|
1944
|
+
n0,
|
|
1945
|
+
_LLI,
|
|
1946
|
+
{
|
|
1947
|
+
[_h]: ["GET", "/catalog.list", 200],
|
|
1948
|
+
},
|
|
1949
|
+
() => ListLibraryItemsInput,
|
|
1950
|
+
() => ListLibraryItemsOutput,
|
|
1951
|
+
];
|
|
1952
|
+
var ListQApps = [
|
|
1953
|
+
9,
|
|
1954
|
+
n0,
|
|
1955
|
+
_LQA,
|
|
1956
|
+
{
|
|
1957
|
+
[_h]: ["GET", "/apps.list", 200],
|
|
1958
|
+
},
|
|
1959
|
+
() => ListQAppsInput,
|
|
1960
|
+
() => ListQAppsOutput,
|
|
1961
|
+
];
|
|
1962
|
+
var ListQAppSessionData = [
|
|
1963
|
+
9,
|
|
1964
|
+
n0,
|
|
1965
|
+
_LQASD,
|
|
1966
|
+
{
|
|
1967
|
+
[_h]: ["GET", "/runtime.listQAppSessionData", 200],
|
|
1968
|
+
},
|
|
1969
|
+
() => ListQAppSessionDataInput,
|
|
1970
|
+
() => ListQAppSessionDataOutput,
|
|
1971
|
+
];
|
|
1972
|
+
var ListTagsForResource = [
|
|
1973
|
+
9,
|
|
1974
|
+
n0,
|
|
1975
|
+
_LTFR,
|
|
1976
|
+
{
|
|
1977
|
+
[_h]: ["GET", "/tags/{resourceARN}", 200],
|
|
1978
|
+
},
|
|
1979
|
+
() => ListTagsForResourceRequest,
|
|
1980
|
+
() => ListTagsForResourceResponse,
|
|
1981
|
+
];
|
|
1982
|
+
var PredictQApp = [
|
|
1983
|
+
9,
|
|
1984
|
+
n0,
|
|
1985
|
+
_PQA,
|
|
1986
|
+
{
|
|
1987
|
+
[_h]: ["POST", "/apps.predictQApp", 200],
|
|
1988
|
+
},
|
|
1989
|
+
() => PredictQAppInput,
|
|
1990
|
+
() => PredictQAppOutput,
|
|
1991
|
+
];
|
|
1992
|
+
var StartQAppSession = [
|
|
1993
|
+
9,
|
|
1994
|
+
n0,
|
|
1995
|
+
_SQAS,
|
|
1996
|
+
{
|
|
1997
|
+
[_h]: ["POST", "/runtime.startQAppSession", 200],
|
|
1998
|
+
},
|
|
1999
|
+
() => StartQAppSessionInput,
|
|
2000
|
+
() => StartQAppSessionOutput,
|
|
2001
|
+
];
|
|
2002
|
+
var StopQAppSession = [
|
|
2003
|
+
9,
|
|
2004
|
+
n0,
|
|
2005
|
+
_SQASt,
|
|
2006
|
+
{
|
|
2007
|
+
[_h]: ["POST", "/runtime.deleteMiniAppRun", 200],
|
|
2008
|
+
},
|
|
2009
|
+
() => StopQAppSessionInput,
|
|
2010
|
+
() => __Unit,
|
|
2011
|
+
];
|
|
2012
|
+
var TagResource = [
|
|
2013
|
+
9,
|
|
2014
|
+
n0,
|
|
2015
|
+
_TR,
|
|
2016
|
+
{
|
|
2017
|
+
[_h]: ["POST", "/tags/{resourceARN}", 200],
|
|
2018
|
+
},
|
|
2019
|
+
() => TagResourceRequest,
|
|
2020
|
+
() => TagResourceResponse,
|
|
2021
|
+
];
|
|
2022
|
+
var UntagResource = [
|
|
2023
|
+
9,
|
|
2024
|
+
n0,
|
|
2025
|
+
_UR,
|
|
2026
|
+
{
|
|
2027
|
+
[_h]: ["DELETE", "/tags/{resourceARN}", 200],
|
|
2028
|
+
},
|
|
2029
|
+
() => UntagResourceRequest,
|
|
2030
|
+
() => UntagResourceResponse,
|
|
2031
|
+
];
|
|
2032
|
+
var UpdateLibraryItem = [
|
|
2033
|
+
9,
|
|
2034
|
+
n0,
|
|
2035
|
+
_ULI,
|
|
2036
|
+
{
|
|
2037
|
+
[_h]: ["POST", "/catalog.updateItem", 200],
|
|
2038
|
+
},
|
|
2039
|
+
() => UpdateLibraryItemInput,
|
|
2040
|
+
() => UpdateLibraryItemOutput,
|
|
2041
|
+
];
|
|
2042
|
+
var UpdateLibraryItemMetadata = [
|
|
2043
|
+
9,
|
|
2044
|
+
n0,
|
|
2045
|
+
_ULIM,
|
|
2046
|
+
{
|
|
2047
|
+
[_h]: ["POST", "/catalog.updateItemMetadata", 200],
|
|
2048
|
+
},
|
|
2049
|
+
() => UpdateLibraryItemMetadataInput,
|
|
2050
|
+
() => __Unit,
|
|
2051
|
+
];
|
|
2052
|
+
var UpdateQApp = [
|
|
2053
|
+
9,
|
|
2054
|
+
n0,
|
|
2055
|
+
_UQA,
|
|
2056
|
+
{
|
|
2057
|
+
[_h]: ["POST", "/apps.update", 200],
|
|
2058
|
+
},
|
|
2059
|
+
() => UpdateQAppInput,
|
|
2060
|
+
() => UpdateQAppOutput,
|
|
2061
|
+
];
|
|
2062
|
+
var UpdateQAppPermissions = [
|
|
2063
|
+
9,
|
|
2064
|
+
n0,
|
|
2065
|
+
_UQAP,
|
|
2066
|
+
{
|
|
2067
|
+
[_h]: ["POST", "/apps.updateQAppPermissions", 200],
|
|
2068
|
+
},
|
|
2069
|
+
() => UpdateQAppPermissionsInput,
|
|
2070
|
+
() => UpdateQAppPermissionsOutput,
|
|
2071
|
+
];
|
|
2072
|
+
var UpdateQAppSession = [
|
|
2073
|
+
9,
|
|
2074
|
+
n0,
|
|
2075
|
+
_UQAS,
|
|
2076
|
+
{
|
|
2077
|
+
[_h]: ["POST", "/runtime.updateQAppSession", 200],
|
|
2078
|
+
},
|
|
2079
|
+
() => UpdateQAppSessionInput,
|
|
2080
|
+
() => UpdateQAppSessionOutput,
|
|
2081
|
+
];
|
|
2082
|
+
var UpdateQAppSessionMetadata = [
|
|
2083
|
+
9,
|
|
2084
|
+
n0,
|
|
2085
|
+
_UQASM,
|
|
2086
|
+
{
|
|
2087
|
+
[_h]: ["POST", "/runtime.updateQAppSessionMetadata", 200],
|
|
2088
|
+
},
|
|
2089
|
+
() => UpdateQAppSessionMetadataInput,
|
|
2090
|
+
() => UpdateQAppSessionMetadataOutput,
|
|
2091
|
+
];
|
|
1997
2092
|
|
|
1998
2093
|
class AssociateLibraryItemReviewCommand extends smithyClient.Command
|
|
1999
2094
|
.classBuilder()
|
|
2000
2095
|
.ep(commonParams)
|
|
2001
2096
|
.m(function (Command, cs, config, o) {
|
|
2002
|
-
return [
|
|
2003
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2004
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2005
|
-
];
|
|
2097
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2006
2098
|
})
|
|
2007
2099
|
.s("QAppsService", "AssociateLibraryItemReview", {})
|
|
2008
2100
|
.n("QAppsClient", "AssociateLibraryItemReviewCommand")
|
|
2009
|
-
.
|
|
2010
|
-
.ser(se_AssociateLibraryItemReviewCommand)
|
|
2011
|
-
.de(de_AssociateLibraryItemReviewCommand)
|
|
2101
|
+
.sc(AssociateLibraryItemReview)
|
|
2012
2102
|
.build() {
|
|
2013
2103
|
}
|
|
2014
2104
|
|
|
@@ -2016,16 +2106,11 @@ class AssociateQAppWithUserCommand extends smithyClient.Command
|
|
|
2016
2106
|
.classBuilder()
|
|
2017
2107
|
.ep(commonParams)
|
|
2018
2108
|
.m(function (Command, cs, config, o) {
|
|
2019
|
-
return [
|
|
2020
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2021
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2022
|
-
];
|
|
2109
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2023
2110
|
})
|
|
2024
2111
|
.s("QAppsService", "AssociateQAppWithUser", {})
|
|
2025
2112
|
.n("QAppsClient", "AssociateQAppWithUserCommand")
|
|
2026
|
-
.
|
|
2027
|
-
.ser(se_AssociateQAppWithUserCommand)
|
|
2028
|
-
.de(de_AssociateQAppWithUserCommand)
|
|
2113
|
+
.sc(AssociateQAppWithUser)
|
|
2029
2114
|
.build() {
|
|
2030
2115
|
}
|
|
2031
2116
|
|
|
@@ -2033,16 +2118,11 @@ class BatchCreateCategoryCommand extends smithyClient.Command
|
|
|
2033
2118
|
.classBuilder()
|
|
2034
2119
|
.ep(commonParams)
|
|
2035
2120
|
.m(function (Command, cs, config, o) {
|
|
2036
|
-
return [
|
|
2037
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2038
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2039
|
-
];
|
|
2121
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2040
2122
|
})
|
|
2041
2123
|
.s("QAppsService", "BatchCreateCategory", {})
|
|
2042
2124
|
.n("QAppsClient", "BatchCreateCategoryCommand")
|
|
2043
|
-
.
|
|
2044
|
-
.ser(se_BatchCreateCategoryCommand)
|
|
2045
|
-
.de(de_BatchCreateCategoryCommand)
|
|
2125
|
+
.sc(BatchCreateCategory)
|
|
2046
2126
|
.build() {
|
|
2047
2127
|
}
|
|
2048
2128
|
|
|
@@ -2050,16 +2130,11 @@ class BatchDeleteCategoryCommand extends smithyClient.Command
|
|
|
2050
2130
|
.classBuilder()
|
|
2051
2131
|
.ep(commonParams)
|
|
2052
2132
|
.m(function (Command, cs, config, o) {
|
|
2053
|
-
return [
|
|
2054
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2055
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2056
|
-
];
|
|
2133
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2057
2134
|
})
|
|
2058
2135
|
.s("QAppsService", "BatchDeleteCategory", {})
|
|
2059
2136
|
.n("QAppsClient", "BatchDeleteCategoryCommand")
|
|
2060
|
-
.
|
|
2061
|
-
.ser(se_BatchDeleteCategoryCommand)
|
|
2062
|
-
.de(de_BatchDeleteCategoryCommand)
|
|
2137
|
+
.sc(BatchDeleteCategory)
|
|
2063
2138
|
.build() {
|
|
2064
2139
|
}
|
|
2065
2140
|
|
|
@@ -2067,16 +2142,11 @@ class BatchUpdateCategoryCommand extends smithyClient.Command
|
|
|
2067
2142
|
.classBuilder()
|
|
2068
2143
|
.ep(commonParams)
|
|
2069
2144
|
.m(function (Command, cs, config, o) {
|
|
2070
|
-
return [
|
|
2071
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2072
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2073
|
-
];
|
|
2145
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2074
2146
|
})
|
|
2075
2147
|
.s("QAppsService", "BatchUpdateCategory", {})
|
|
2076
2148
|
.n("QAppsClient", "BatchUpdateCategoryCommand")
|
|
2077
|
-
.
|
|
2078
|
-
.ser(se_BatchUpdateCategoryCommand)
|
|
2079
|
-
.de(de_BatchUpdateCategoryCommand)
|
|
2149
|
+
.sc(BatchUpdateCategory)
|
|
2080
2150
|
.build() {
|
|
2081
2151
|
}
|
|
2082
2152
|
|
|
@@ -2084,16 +2154,11 @@ class CreateLibraryItemCommand extends smithyClient.Command
|
|
|
2084
2154
|
.classBuilder()
|
|
2085
2155
|
.ep(commonParams)
|
|
2086
2156
|
.m(function (Command, cs, config, o) {
|
|
2087
|
-
return [
|
|
2088
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2089
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2090
|
-
];
|
|
2157
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2091
2158
|
})
|
|
2092
2159
|
.s("QAppsService", "CreateLibraryItem", {})
|
|
2093
2160
|
.n("QAppsClient", "CreateLibraryItemCommand")
|
|
2094
|
-
.
|
|
2095
|
-
.ser(se_CreateLibraryItemCommand)
|
|
2096
|
-
.de(de_CreateLibraryItemCommand)
|
|
2161
|
+
.sc(CreateLibraryItem)
|
|
2097
2162
|
.build() {
|
|
2098
2163
|
}
|
|
2099
2164
|
|
|
@@ -2101,16 +2166,11 @@ class CreatePresignedUrlCommand extends smithyClient.Command
|
|
|
2101
2166
|
.classBuilder()
|
|
2102
2167
|
.ep(commonParams)
|
|
2103
2168
|
.m(function (Command, cs, config, o) {
|
|
2104
|
-
return [
|
|
2105
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2106
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2107
|
-
];
|
|
2169
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2108
2170
|
})
|
|
2109
2171
|
.s("QAppsService", "CreatePresignedUrl", {})
|
|
2110
2172
|
.n("QAppsClient", "CreatePresignedUrlCommand")
|
|
2111
|
-
.
|
|
2112
|
-
.ser(se_CreatePresignedUrlCommand)
|
|
2113
|
-
.de(de_CreatePresignedUrlCommand)
|
|
2173
|
+
.sc(CreatePresignedUrl)
|
|
2114
2174
|
.build() {
|
|
2115
2175
|
}
|
|
2116
2176
|
|
|
@@ -2118,16 +2178,11 @@ class CreateQAppCommand extends smithyClient.Command
|
|
|
2118
2178
|
.classBuilder()
|
|
2119
2179
|
.ep(commonParams)
|
|
2120
2180
|
.m(function (Command, cs, config, o) {
|
|
2121
|
-
return [
|
|
2122
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2123
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2124
|
-
];
|
|
2181
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
2182
|
})
|
|
2126
2183
|
.s("QAppsService", "CreateQApp", {})
|
|
2127
2184
|
.n("QAppsClient", "CreateQAppCommand")
|
|
2128
|
-
.
|
|
2129
|
-
.ser(se_CreateQAppCommand)
|
|
2130
|
-
.de(de_CreateQAppCommand)
|
|
2185
|
+
.sc(CreateQApp)
|
|
2131
2186
|
.build() {
|
|
2132
2187
|
}
|
|
2133
2188
|
|
|
@@ -2135,16 +2190,11 @@ class DeleteLibraryItemCommand extends smithyClient.Command
|
|
|
2135
2190
|
.classBuilder()
|
|
2136
2191
|
.ep(commonParams)
|
|
2137
2192
|
.m(function (Command, cs, config, o) {
|
|
2138
|
-
return [
|
|
2139
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2140
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2141
|
-
];
|
|
2193
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2142
2194
|
})
|
|
2143
2195
|
.s("QAppsService", "DeleteLibraryItem", {})
|
|
2144
2196
|
.n("QAppsClient", "DeleteLibraryItemCommand")
|
|
2145
|
-
.
|
|
2146
|
-
.ser(se_DeleteLibraryItemCommand)
|
|
2147
|
-
.de(de_DeleteLibraryItemCommand)
|
|
2197
|
+
.sc(DeleteLibraryItem)
|
|
2148
2198
|
.build() {
|
|
2149
2199
|
}
|
|
2150
2200
|
|
|
@@ -2152,16 +2202,11 @@ class DeleteQAppCommand extends smithyClient.Command
|
|
|
2152
2202
|
.classBuilder()
|
|
2153
2203
|
.ep(commonParams)
|
|
2154
2204
|
.m(function (Command, cs, config, o) {
|
|
2155
|
-
return [
|
|
2156
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2157
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2158
|
-
];
|
|
2205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2159
2206
|
})
|
|
2160
2207
|
.s("QAppsService", "DeleteQApp", {})
|
|
2161
2208
|
.n("QAppsClient", "DeleteQAppCommand")
|
|
2162
|
-
.
|
|
2163
|
-
.ser(se_DeleteQAppCommand)
|
|
2164
|
-
.de(de_DeleteQAppCommand)
|
|
2209
|
+
.sc(DeleteQApp)
|
|
2165
2210
|
.build() {
|
|
2166
2211
|
}
|
|
2167
2212
|
|
|
@@ -2169,16 +2214,11 @@ class DescribeQAppPermissionsCommand extends smithyClient.Command
|
|
|
2169
2214
|
.classBuilder()
|
|
2170
2215
|
.ep(commonParams)
|
|
2171
2216
|
.m(function (Command, cs, config, o) {
|
|
2172
|
-
return [
|
|
2173
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2174
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2175
|
-
];
|
|
2217
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2176
2218
|
})
|
|
2177
2219
|
.s("QAppsService", "DescribeQAppPermissions", {})
|
|
2178
2220
|
.n("QAppsClient", "DescribeQAppPermissionsCommand")
|
|
2179
|
-
.
|
|
2180
|
-
.ser(se_DescribeQAppPermissionsCommand)
|
|
2181
|
-
.de(de_DescribeQAppPermissionsCommand)
|
|
2221
|
+
.sc(DescribeQAppPermissions)
|
|
2182
2222
|
.build() {
|
|
2183
2223
|
}
|
|
2184
2224
|
|
|
@@ -2186,16 +2226,11 @@ class DisassociateLibraryItemReviewCommand extends smithyClient.Command
|
|
|
2186
2226
|
.classBuilder()
|
|
2187
2227
|
.ep(commonParams)
|
|
2188
2228
|
.m(function (Command, cs, config, o) {
|
|
2189
|
-
return [
|
|
2190
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2191
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2192
|
-
];
|
|
2229
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2193
2230
|
})
|
|
2194
2231
|
.s("QAppsService", "DisassociateLibraryItemReview", {})
|
|
2195
2232
|
.n("QAppsClient", "DisassociateLibraryItemReviewCommand")
|
|
2196
|
-
.
|
|
2197
|
-
.ser(se_DisassociateLibraryItemReviewCommand)
|
|
2198
|
-
.de(de_DisassociateLibraryItemReviewCommand)
|
|
2233
|
+
.sc(DisassociateLibraryItemReview)
|
|
2199
2234
|
.build() {
|
|
2200
2235
|
}
|
|
2201
2236
|
|
|
@@ -2203,16 +2238,11 @@ class DisassociateQAppFromUserCommand extends smithyClient.Command
|
|
|
2203
2238
|
.classBuilder()
|
|
2204
2239
|
.ep(commonParams)
|
|
2205
2240
|
.m(function (Command, cs, config, o) {
|
|
2206
|
-
return [
|
|
2207
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2208
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2209
|
-
];
|
|
2241
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2210
2242
|
})
|
|
2211
2243
|
.s("QAppsService", "DisassociateQAppFromUser", {})
|
|
2212
2244
|
.n("QAppsClient", "DisassociateQAppFromUserCommand")
|
|
2213
|
-
.
|
|
2214
|
-
.ser(se_DisassociateQAppFromUserCommand)
|
|
2215
|
-
.de(de_DisassociateQAppFromUserCommand)
|
|
2245
|
+
.sc(DisassociateQAppFromUser)
|
|
2216
2246
|
.build() {
|
|
2217
2247
|
}
|
|
2218
2248
|
|
|
@@ -2220,16 +2250,11 @@ class ExportQAppSessionDataCommand extends smithyClient.Command
|
|
|
2220
2250
|
.classBuilder()
|
|
2221
2251
|
.ep(commonParams)
|
|
2222
2252
|
.m(function (Command, cs, config, o) {
|
|
2223
|
-
return [
|
|
2224
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2225
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2226
|
-
];
|
|
2253
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2227
2254
|
})
|
|
2228
2255
|
.s("QAppsService", "ExportQAppSessionData", {})
|
|
2229
2256
|
.n("QAppsClient", "ExportQAppSessionDataCommand")
|
|
2230
|
-
.
|
|
2231
|
-
.ser(se_ExportQAppSessionDataCommand)
|
|
2232
|
-
.de(de_ExportQAppSessionDataCommand)
|
|
2257
|
+
.sc(ExportQAppSessionData)
|
|
2233
2258
|
.build() {
|
|
2234
2259
|
}
|
|
2235
2260
|
|
|
@@ -2237,16 +2262,11 @@ class GetLibraryItemCommand extends smithyClient.Command
|
|
|
2237
2262
|
.classBuilder()
|
|
2238
2263
|
.ep(commonParams)
|
|
2239
2264
|
.m(function (Command, cs, config, o) {
|
|
2240
|
-
return [
|
|
2241
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2242
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2243
|
-
];
|
|
2265
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2244
2266
|
})
|
|
2245
2267
|
.s("QAppsService", "GetLibraryItem", {})
|
|
2246
2268
|
.n("QAppsClient", "GetLibraryItemCommand")
|
|
2247
|
-
.
|
|
2248
|
-
.ser(se_GetLibraryItemCommand)
|
|
2249
|
-
.de(de_GetLibraryItemCommand)
|
|
2269
|
+
.sc(GetLibraryItem)
|
|
2250
2270
|
.build() {
|
|
2251
2271
|
}
|
|
2252
2272
|
|
|
@@ -2254,16 +2274,11 @@ class GetQAppCommand extends smithyClient.Command
|
|
|
2254
2274
|
.classBuilder()
|
|
2255
2275
|
.ep(commonParams)
|
|
2256
2276
|
.m(function (Command, cs, config, o) {
|
|
2257
|
-
return [
|
|
2258
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2259
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2260
|
-
];
|
|
2277
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2261
2278
|
})
|
|
2262
2279
|
.s("QAppsService", "GetQApp", {})
|
|
2263
2280
|
.n("QAppsClient", "GetQAppCommand")
|
|
2264
|
-
.
|
|
2265
|
-
.ser(se_GetQAppCommand)
|
|
2266
|
-
.de(de_GetQAppCommand)
|
|
2281
|
+
.sc(GetQApp)
|
|
2267
2282
|
.build() {
|
|
2268
2283
|
}
|
|
2269
2284
|
|
|
@@ -2271,16 +2286,11 @@ class GetQAppSessionCommand extends smithyClient.Command
|
|
|
2271
2286
|
.classBuilder()
|
|
2272
2287
|
.ep(commonParams)
|
|
2273
2288
|
.m(function (Command, cs, config, o) {
|
|
2274
|
-
return [
|
|
2275
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2276
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2277
|
-
];
|
|
2289
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2278
2290
|
})
|
|
2279
2291
|
.s("QAppsService", "GetQAppSession", {})
|
|
2280
2292
|
.n("QAppsClient", "GetQAppSessionCommand")
|
|
2281
|
-
.
|
|
2282
|
-
.ser(se_GetQAppSessionCommand)
|
|
2283
|
-
.de(de_GetQAppSessionCommand)
|
|
2293
|
+
.sc(GetQAppSession)
|
|
2284
2294
|
.build() {
|
|
2285
2295
|
}
|
|
2286
2296
|
|
|
@@ -2288,16 +2298,11 @@ class GetQAppSessionMetadataCommand extends smithyClient.Command
|
|
|
2288
2298
|
.classBuilder()
|
|
2289
2299
|
.ep(commonParams)
|
|
2290
2300
|
.m(function (Command, cs, config, o) {
|
|
2291
|
-
return [
|
|
2292
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2293
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2294
|
-
];
|
|
2301
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2295
2302
|
})
|
|
2296
2303
|
.s("QAppsService", "GetQAppSessionMetadata", {})
|
|
2297
2304
|
.n("QAppsClient", "GetQAppSessionMetadataCommand")
|
|
2298
|
-
.
|
|
2299
|
-
.ser(se_GetQAppSessionMetadataCommand)
|
|
2300
|
-
.de(de_GetQAppSessionMetadataCommand)
|
|
2305
|
+
.sc(GetQAppSessionMetadata)
|
|
2301
2306
|
.build() {
|
|
2302
2307
|
}
|
|
2303
2308
|
|
|
@@ -2305,16 +2310,11 @@ class ImportDocumentCommand extends smithyClient.Command
|
|
|
2305
2310
|
.classBuilder()
|
|
2306
2311
|
.ep(commonParams)
|
|
2307
2312
|
.m(function (Command, cs, config, o) {
|
|
2308
|
-
return [
|
|
2309
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2310
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2311
|
-
];
|
|
2313
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2312
2314
|
})
|
|
2313
2315
|
.s("QAppsService", "ImportDocument", {})
|
|
2314
2316
|
.n("QAppsClient", "ImportDocumentCommand")
|
|
2315
|
-
.
|
|
2316
|
-
.ser(se_ImportDocumentCommand)
|
|
2317
|
-
.de(de_ImportDocumentCommand)
|
|
2317
|
+
.sc(ImportDocument)
|
|
2318
2318
|
.build() {
|
|
2319
2319
|
}
|
|
2320
2320
|
|
|
@@ -2322,16 +2322,11 @@ class ListCategoriesCommand extends smithyClient.Command
|
|
|
2322
2322
|
.classBuilder()
|
|
2323
2323
|
.ep(commonParams)
|
|
2324
2324
|
.m(function (Command, cs, config, o) {
|
|
2325
|
-
return [
|
|
2326
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2327
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2328
|
-
];
|
|
2325
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2329
2326
|
})
|
|
2330
2327
|
.s("QAppsService", "ListCategories", {})
|
|
2331
2328
|
.n("QAppsClient", "ListCategoriesCommand")
|
|
2332
|
-
.
|
|
2333
|
-
.ser(se_ListCategoriesCommand)
|
|
2334
|
-
.de(de_ListCategoriesCommand)
|
|
2329
|
+
.sc(ListCategories)
|
|
2335
2330
|
.build() {
|
|
2336
2331
|
}
|
|
2337
2332
|
|
|
@@ -2339,16 +2334,11 @@ class ListLibraryItemsCommand extends smithyClient.Command
|
|
|
2339
2334
|
.classBuilder()
|
|
2340
2335
|
.ep(commonParams)
|
|
2341
2336
|
.m(function (Command, cs, config, o) {
|
|
2342
|
-
return [
|
|
2343
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2344
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2345
|
-
];
|
|
2337
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2346
2338
|
})
|
|
2347
2339
|
.s("QAppsService", "ListLibraryItems", {})
|
|
2348
2340
|
.n("QAppsClient", "ListLibraryItemsCommand")
|
|
2349
|
-
.
|
|
2350
|
-
.ser(se_ListLibraryItemsCommand)
|
|
2351
|
-
.de(de_ListLibraryItemsCommand)
|
|
2341
|
+
.sc(ListLibraryItems)
|
|
2352
2342
|
.build() {
|
|
2353
2343
|
}
|
|
2354
2344
|
|
|
@@ -2356,16 +2346,11 @@ class ListQAppsCommand extends smithyClient.Command
|
|
|
2356
2346
|
.classBuilder()
|
|
2357
2347
|
.ep(commonParams)
|
|
2358
2348
|
.m(function (Command, cs, config, o) {
|
|
2359
|
-
return [
|
|
2360
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2361
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2362
|
-
];
|
|
2349
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2363
2350
|
})
|
|
2364
2351
|
.s("QAppsService", "ListQApps", {})
|
|
2365
2352
|
.n("QAppsClient", "ListQAppsCommand")
|
|
2366
|
-
.
|
|
2367
|
-
.ser(se_ListQAppsCommand)
|
|
2368
|
-
.de(de_ListQAppsCommand)
|
|
2353
|
+
.sc(ListQApps)
|
|
2369
2354
|
.build() {
|
|
2370
2355
|
}
|
|
2371
2356
|
|
|
@@ -2373,16 +2358,11 @@ class ListQAppSessionDataCommand extends smithyClient.Command
|
|
|
2373
2358
|
.classBuilder()
|
|
2374
2359
|
.ep(commonParams)
|
|
2375
2360
|
.m(function (Command, cs, config, o) {
|
|
2376
|
-
return [
|
|
2377
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2378
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2379
|
-
];
|
|
2361
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2380
2362
|
})
|
|
2381
2363
|
.s("QAppsService", "ListQAppSessionData", {})
|
|
2382
2364
|
.n("QAppsClient", "ListQAppSessionDataCommand")
|
|
2383
|
-
.
|
|
2384
|
-
.ser(se_ListQAppSessionDataCommand)
|
|
2385
|
-
.de(de_ListQAppSessionDataCommand)
|
|
2365
|
+
.sc(ListQAppSessionData)
|
|
2386
2366
|
.build() {
|
|
2387
2367
|
}
|
|
2388
2368
|
|
|
@@ -2390,16 +2370,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2390
2370
|
.classBuilder()
|
|
2391
2371
|
.ep(commonParams)
|
|
2392
2372
|
.m(function (Command, cs, config, o) {
|
|
2393
|
-
return [
|
|
2394
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2395
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2396
|
-
];
|
|
2373
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2397
2374
|
})
|
|
2398
2375
|
.s("QAppsService", "ListTagsForResource", {})
|
|
2399
2376
|
.n("QAppsClient", "ListTagsForResourceCommand")
|
|
2400
|
-
.
|
|
2401
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2402
|
-
.de(de_ListTagsForResourceCommand)
|
|
2377
|
+
.sc(ListTagsForResource)
|
|
2403
2378
|
.build() {
|
|
2404
2379
|
}
|
|
2405
2380
|
|
|
@@ -2407,16 +2382,11 @@ class PredictQAppCommand extends smithyClient.Command
|
|
|
2407
2382
|
.classBuilder()
|
|
2408
2383
|
.ep(commonParams)
|
|
2409
2384
|
.m(function (Command, cs, config, o) {
|
|
2410
|
-
return [
|
|
2411
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2412
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2413
|
-
];
|
|
2385
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2414
2386
|
})
|
|
2415
2387
|
.s("QAppsService", "PredictQApp", {})
|
|
2416
2388
|
.n("QAppsClient", "PredictQAppCommand")
|
|
2417
|
-
.
|
|
2418
|
-
.ser(se_PredictQAppCommand)
|
|
2419
|
-
.de(de_PredictQAppCommand)
|
|
2389
|
+
.sc(PredictQApp)
|
|
2420
2390
|
.build() {
|
|
2421
2391
|
}
|
|
2422
2392
|
|
|
@@ -2424,16 +2394,11 @@ class StartQAppSessionCommand extends smithyClient.Command
|
|
|
2424
2394
|
.classBuilder()
|
|
2425
2395
|
.ep(commonParams)
|
|
2426
2396
|
.m(function (Command, cs, config, o) {
|
|
2427
|
-
return [
|
|
2428
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2429
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2430
|
-
];
|
|
2397
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2431
2398
|
})
|
|
2432
2399
|
.s("QAppsService", "StartQAppSession", {})
|
|
2433
2400
|
.n("QAppsClient", "StartQAppSessionCommand")
|
|
2434
|
-
.
|
|
2435
|
-
.ser(se_StartQAppSessionCommand)
|
|
2436
|
-
.de(de_StartQAppSessionCommand)
|
|
2401
|
+
.sc(StartQAppSession)
|
|
2437
2402
|
.build() {
|
|
2438
2403
|
}
|
|
2439
2404
|
|
|
@@ -2441,16 +2406,11 @@ class StopQAppSessionCommand extends smithyClient.Command
|
|
|
2441
2406
|
.classBuilder()
|
|
2442
2407
|
.ep(commonParams)
|
|
2443
2408
|
.m(function (Command, cs, config, o) {
|
|
2444
|
-
return [
|
|
2445
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2446
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2447
|
-
];
|
|
2409
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2448
2410
|
})
|
|
2449
2411
|
.s("QAppsService", "StopQAppSession", {})
|
|
2450
2412
|
.n("QAppsClient", "StopQAppSessionCommand")
|
|
2451
|
-
.
|
|
2452
|
-
.ser(se_StopQAppSessionCommand)
|
|
2453
|
-
.de(de_StopQAppSessionCommand)
|
|
2413
|
+
.sc(StopQAppSession)
|
|
2454
2414
|
.build() {
|
|
2455
2415
|
}
|
|
2456
2416
|
|
|
@@ -2458,16 +2418,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2458
2418
|
.classBuilder()
|
|
2459
2419
|
.ep(commonParams)
|
|
2460
2420
|
.m(function (Command, cs, config, o) {
|
|
2461
|
-
return [
|
|
2462
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2463
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2464
|
-
];
|
|
2421
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2465
2422
|
})
|
|
2466
2423
|
.s("QAppsService", "TagResource", {})
|
|
2467
2424
|
.n("QAppsClient", "TagResourceCommand")
|
|
2468
|
-
.
|
|
2469
|
-
.ser(se_TagResourceCommand)
|
|
2470
|
-
.de(de_TagResourceCommand)
|
|
2425
|
+
.sc(TagResource)
|
|
2471
2426
|
.build() {
|
|
2472
2427
|
}
|
|
2473
2428
|
|
|
@@ -2475,16 +2430,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2475
2430
|
.classBuilder()
|
|
2476
2431
|
.ep(commonParams)
|
|
2477
2432
|
.m(function (Command, cs, config, o) {
|
|
2478
|
-
return [
|
|
2479
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2480
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2481
|
-
];
|
|
2433
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2482
2434
|
})
|
|
2483
2435
|
.s("QAppsService", "UntagResource", {})
|
|
2484
2436
|
.n("QAppsClient", "UntagResourceCommand")
|
|
2485
|
-
.
|
|
2486
|
-
.ser(se_UntagResourceCommand)
|
|
2487
|
-
.de(de_UntagResourceCommand)
|
|
2437
|
+
.sc(UntagResource)
|
|
2488
2438
|
.build() {
|
|
2489
2439
|
}
|
|
2490
2440
|
|
|
@@ -2492,16 +2442,11 @@ class UpdateLibraryItemCommand extends smithyClient.Command
|
|
|
2492
2442
|
.classBuilder()
|
|
2493
2443
|
.ep(commonParams)
|
|
2494
2444
|
.m(function (Command, cs, config, o) {
|
|
2495
|
-
return [
|
|
2496
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2497
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2498
|
-
];
|
|
2445
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2499
2446
|
})
|
|
2500
2447
|
.s("QAppsService", "UpdateLibraryItem", {})
|
|
2501
2448
|
.n("QAppsClient", "UpdateLibraryItemCommand")
|
|
2502
|
-
.
|
|
2503
|
-
.ser(se_UpdateLibraryItemCommand)
|
|
2504
|
-
.de(de_UpdateLibraryItemCommand)
|
|
2449
|
+
.sc(UpdateLibraryItem)
|
|
2505
2450
|
.build() {
|
|
2506
2451
|
}
|
|
2507
2452
|
|
|
@@ -2509,16 +2454,11 @@ class UpdateLibraryItemMetadataCommand extends smithyClient.Command
|
|
|
2509
2454
|
.classBuilder()
|
|
2510
2455
|
.ep(commonParams)
|
|
2511
2456
|
.m(function (Command, cs, config, o) {
|
|
2512
|
-
return [
|
|
2513
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2514
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2515
|
-
];
|
|
2457
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2516
2458
|
})
|
|
2517
2459
|
.s("QAppsService", "UpdateLibraryItemMetadata", {})
|
|
2518
2460
|
.n("QAppsClient", "UpdateLibraryItemMetadataCommand")
|
|
2519
|
-
.
|
|
2520
|
-
.ser(se_UpdateLibraryItemMetadataCommand)
|
|
2521
|
-
.de(de_UpdateLibraryItemMetadataCommand)
|
|
2461
|
+
.sc(UpdateLibraryItemMetadata)
|
|
2522
2462
|
.build() {
|
|
2523
2463
|
}
|
|
2524
2464
|
|
|
@@ -2526,16 +2466,11 @@ class UpdateQAppCommand extends smithyClient.Command
|
|
|
2526
2466
|
.classBuilder()
|
|
2527
2467
|
.ep(commonParams)
|
|
2528
2468
|
.m(function (Command, cs, config, o) {
|
|
2529
|
-
return [
|
|
2530
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2531
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2532
|
-
];
|
|
2469
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2533
2470
|
})
|
|
2534
2471
|
.s("QAppsService", "UpdateQApp", {})
|
|
2535
2472
|
.n("QAppsClient", "UpdateQAppCommand")
|
|
2536
|
-
.
|
|
2537
|
-
.ser(se_UpdateQAppCommand)
|
|
2538
|
-
.de(de_UpdateQAppCommand)
|
|
2473
|
+
.sc(UpdateQApp)
|
|
2539
2474
|
.build() {
|
|
2540
2475
|
}
|
|
2541
2476
|
|
|
@@ -2543,16 +2478,11 @@ class UpdateQAppPermissionsCommand extends smithyClient.Command
|
|
|
2543
2478
|
.classBuilder()
|
|
2544
2479
|
.ep(commonParams)
|
|
2545
2480
|
.m(function (Command, cs, config, o) {
|
|
2546
|
-
return [
|
|
2547
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2548
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2549
|
-
];
|
|
2481
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2550
2482
|
})
|
|
2551
2483
|
.s("QAppsService", "UpdateQAppPermissions", {})
|
|
2552
2484
|
.n("QAppsClient", "UpdateQAppPermissionsCommand")
|
|
2553
|
-
.
|
|
2554
|
-
.ser(se_UpdateQAppPermissionsCommand)
|
|
2555
|
-
.de(de_UpdateQAppPermissionsCommand)
|
|
2485
|
+
.sc(UpdateQAppPermissions)
|
|
2556
2486
|
.build() {
|
|
2557
2487
|
}
|
|
2558
2488
|
|
|
@@ -2560,16 +2490,11 @@ class UpdateQAppSessionCommand extends smithyClient.Command
|
|
|
2560
2490
|
.classBuilder()
|
|
2561
2491
|
.ep(commonParams)
|
|
2562
2492
|
.m(function (Command, cs, config, o) {
|
|
2563
|
-
return [
|
|
2564
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2565
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2566
|
-
];
|
|
2493
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2567
2494
|
})
|
|
2568
2495
|
.s("QAppsService", "UpdateQAppSession", {})
|
|
2569
2496
|
.n("QAppsClient", "UpdateQAppSessionCommand")
|
|
2570
|
-
.
|
|
2571
|
-
.ser(se_UpdateQAppSessionCommand)
|
|
2572
|
-
.de(de_UpdateQAppSessionCommand)
|
|
2497
|
+
.sc(UpdateQAppSession)
|
|
2573
2498
|
.build() {
|
|
2574
2499
|
}
|
|
2575
2500
|
|
|
@@ -2577,16 +2502,11 @@ class UpdateQAppSessionMetadataCommand extends smithyClient.Command
|
|
|
2577
2502
|
.classBuilder()
|
|
2578
2503
|
.ep(commonParams)
|
|
2579
2504
|
.m(function (Command, cs, config, o) {
|
|
2580
|
-
return [
|
|
2581
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2582
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2583
|
-
];
|
|
2505
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2584
2506
|
})
|
|
2585
2507
|
.s("QAppsService", "UpdateQAppSessionMetadata", {})
|
|
2586
2508
|
.n("QAppsClient", "UpdateQAppSessionMetadataCommand")
|
|
2587
|
-
.
|
|
2588
|
-
.ser(se_UpdateQAppSessionMetadataCommand)
|
|
2589
|
-
.de(de_UpdateQAppSessionMetadataCommand)
|
|
2509
|
+
.sc(UpdateQAppSessionMetadata)
|
|
2590
2510
|
.build() {
|
|
2591
2511
|
}
|
|
2592
2512
|
|
|
@@ -2643,7 +2563,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2643
2563
|
enumerable: true,
|
|
2644
2564
|
get: function () { return smithyClient.Client; }
|
|
2645
2565
|
});
|
|
2646
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
2566
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2647
2567
|
exports.Action = Action;
|
|
2648
2568
|
exports.AppRequiredCapability = AppRequiredCapability;
|
|
2649
2569
|
exports.AppStatus = AppStatus;
|
|
@@ -2654,8 +2574,8 @@ exports.BatchDeleteCategoryCommand = BatchDeleteCategoryCommand;
|
|
|
2654
2574
|
exports.BatchUpdateCategoryCommand = BatchUpdateCategoryCommand;
|
|
2655
2575
|
exports.CardOutputSource = CardOutputSource;
|
|
2656
2576
|
exports.CardType = CardType;
|
|
2657
|
-
exports.ConflictException = ConflictException;
|
|
2658
|
-
exports.ContentTooLargeException = ContentTooLargeException;
|
|
2577
|
+
exports.ConflictException = ConflictException$1;
|
|
2578
|
+
exports.ContentTooLargeException = ContentTooLargeException$1;
|
|
2659
2579
|
exports.CreateLibraryItemCommand = CreateLibraryItemCommand;
|
|
2660
2580
|
exports.CreatePresignedUrlCommand = CreatePresignedUrlCommand;
|
|
2661
2581
|
exports.CreateQAppCommand = CreateQAppCommand;
|
|
@@ -2673,7 +2593,7 @@ exports.GetQAppSessionCommand = GetQAppSessionCommand;
|
|
|
2673
2593
|
exports.GetQAppSessionMetadataCommand = GetQAppSessionMetadataCommand;
|
|
2674
2594
|
exports.ImportDocumentCommand = ImportDocumentCommand;
|
|
2675
2595
|
exports.InputCardComputeMode = InputCardComputeMode;
|
|
2676
|
-
exports.InternalServerException = InternalServerException;
|
|
2596
|
+
exports.InternalServerException = InternalServerException$1;
|
|
2677
2597
|
exports.LibraryItemStatus = LibraryItemStatus;
|
|
2678
2598
|
exports.ListCategoriesCommand = ListCategoriesCommand;
|
|
2679
2599
|
exports.ListLibraryItemsCommand = ListLibraryItemsCommand;
|
|
@@ -2684,16 +2604,16 @@ exports.PluginType = PluginType;
|
|
|
2684
2604
|
exports.PredictQAppCommand = PredictQAppCommand;
|
|
2685
2605
|
exports.QApps = QApps;
|
|
2686
2606
|
exports.QAppsClient = QAppsClient;
|
|
2687
|
-
exports.QAppsServiceException = QAppsServiceException;
|
|
2688
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2607
|
+
exports.QAppsServiceException = QAppsServiceException$1;
|
|
2608
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2689
2609
|
exports.Sender = Sender;
|
|
2690
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2610
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2691
2611
|
exports.StartQAppSessionCommand = StartQAppSessionCommand;
|
|
2692
2612
|
exports.StopQAppSessionCommand = StopQAppSessionCommand;
|
|
2693
2613
|
exports.SubmissionMutationKind = SubmissionMutationKind;
|
|
2694
2614
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2695
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2696
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
2615
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
2616
|
+
exports.UnauthorizedException = UnauthorizedException$1;
|
|
2697
2617
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2698
2618
|
exports.UpdateLibraryItemCommand = UpdateLibraryItemCommand;
|
|
2699
2619
|
exports.UpdateLibraryItemMetadataCommand = UpdateLibraryItemMetadataCommand;
|
|
@@ -2702,6 +2622,6 @@ exports.UpdateQAppPermissionsCommand = UpdateQAppPermissionsCommand;
|
|
|
2702
2622
|
exports.UpdateQAppSessionCommand = UpdateQAppSessionCommand;
|
|
2703
2623
|
exports.UpdateQAppSessionMetadataCommand = UpdateQAppSessionMetadataCommand;
|
|
2704
2624
|
exports.UserType = UserType;
|
|
2705
|
-
exports.ValidationException = ValidationException;
|
|
2625
|
+
exports.ValidationException = ValidationException$1;
|
|
2706
2626
|
exports.paginateListLibraryItems = paginateListLibraryItems;
|
|
2707
2627
|
exports.paginateListQApps = paginateListQApps;
|