@aws-sdk/client-qapps 3.1077.0 → 3.1078.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 +43 -353
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateLibraryItemReviewCommand.js +2 -14
- package/dist-es/commands/AssociateQAppWithUserCommand.js +2 -14
- package/dist-es/commands/BatchCreateCategoryCommand.js +2 -14
- package/dist-es/commands/BatchDeleteCategoryCommand.js +2 -14
- package/dist-es/commands/BatchUpdateCategoryCommand.js +2 -14
- package/dist-es/commands/CreateLibraryItemCommand.js +2 -14
- package/dist-es/commands/CreatePresignedUrlCommand.js +2 -14
- package/dist-es/commands/CreateQAppCommand.js +2 -14
- package/dist-es/commands/DeleteLibraryItemCommand.js +2 -14
- package/dist-es/commands/DeleteQAppCommand.js +2 -14
- package/dist-es/commands/DescribeQAppPermissionsCommand.js +2 -14
- package/dist-es/commands/DisassociateLibraryItemReviewCommand.js +2 -14
- package/dist-es/commands/DisassociateQAppFromUserCommand.js +2 -14
- package/dist-es/commands/ExportQAppSessionDataCommand.js +2 -14
- package/dist-es/commands/GetLibraryItemCommand.js +2 -14
- package/dist-es/commands/GetQAppCommand.js +2 -14
- package/dist-es/commands/GetQAppSessionCommand.js +2 -14
- package/dist-es/commands/GetQAppSessionMetadataCommand.js +2 -14
- package/dist-es/commands/ImportDocumentCommand.js +2 -14
- package/dist-es/commands/ListCategoriesCommand.js +2 -14
- package/dist-es/commands/ListLibraryItemsCommand.js +2 -14
- package/dist-es/commands/ListQAppSessionDataCommand.js +2 -14
- package/dist-es/commands/ListQAppsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PredictQAppCommand.js +2 -14
- package/dist-es/commands/StartQAppSessionCommand.js +2 -14
- package/dist-es/commands/StopQAppSessionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLibraryItemCommand.js +2 -14
- package/dist-es/commands/UpdateLibraryItemMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateQAppCommand.js +2 -14
- package/dist-es/commands/UpdateQAppPermissionsCommand.js +2 -14
- package/dist-es/commands/UpdateQAppSessionCommand.js +2 -14
- package/dist-es/commands/UpdateQAppSessionMetadataCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateLibraryItemReviewCommand.d.ts +3 -8
- package/dist-types/commands/AssociateQAppWithUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateCategoryCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteCategoryCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateCategoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/CreatePresignedUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateQAppCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQAppCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQAppPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateLibraryItemReviewCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateQAppFromUserCommand.d.ts +3 -8
- package/dist-types/commands/ExportQAppSessionDataCommand.d.ts +3 -8
- package/dist-types/commands/GetLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetQAppSessionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ImportDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ListCategoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListLibraryItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListQAppSessionDataCommand.d.ts +3 -8
- package/dist-types/commands/ListQAppsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PredictQAppCommand.d.ts +3 -8
- package/dist-types/commands/StartQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLibraryItemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLibraryItemMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQAppSessionMetadataCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateLibraryItemReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateQAppWithUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateCategoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePresignedUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQAppPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateLibraryItemReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateQAppFromUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportQAppSessionDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQAppSessionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCategoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLibraryItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQAppSessionDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQAppsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PredictQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLibraryItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLibraryItemMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQAppSessionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1406,424 +1407,113 @@ class QAppsClient extends Client {
|
|
|
1406
1407
|
}
|
|
1407
1408
|
}
|
|
1408
1409
|
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
})
|
|
1415
|
-
.s("QAppsService", "AssociateLibraryItemReview", {})
|
|
1416
|
-
.n("QAppsClient", "AssociateLibraryItemReviewCommand")
|
|
1417
|
-
.sc(AssociateLibraryItemReview$)
|
|
1418
|
-
.build() {
|
|
1410
|
+
const command = makeBuilder(commonParams, "QAppsService", "QAppsClient", getEndpointPlugin);
|
|
1411
|
+
const _ep0 = {};
|
|
1412
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1413
|
+
|
|
1414
|
+
class AssociateLibraryItemReviewCommand extends command(_ep0, _mw0, "AssociateLibraryItemReview", AssociateLibraryItemReview$) {
|
|
1419
1415
|
}
|
|
1420
1416
|
|
|
1421
|
-
class AssociateQAppWithUserCommand extends
|
|
1422
|
-
.classBuilder()
|
|
1423
|
-
.ep(commonParams)
|
|
1424
|
-
.m(function (Command, cs, config, o) {
|
|
1425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1426
|
-
})
|
|
1427
|
-
.s("QAppsService", "AssociateQAppWithUser", {})
|
|
1428
|
-
.n("QAppsClient", "AssociateQAppWithUserCommand")
|
|
1429
|
-
.sc(AssociateQAppWithUser$)
|
|
1430
|
-
.build() {
|
|
1417
|
+
class AssociateQAppWithUserCommand extends command(_ep0, _mw0, "AssociateQAppWithUser", AssociateQAppWithUser$) {
|
|
1431
1418
|
}
|
|
1432
1419
|
|
|
1433
|
-
class BatchCreateCategoryCommand extends
|
|
1434
|
-
.classBuilder()
|
|
1435
|
-
.ep(commonParams)
|
|
1436
|
-
.m(function (Command, cs, config, o) {
|
|
1437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1438
|
-
})
|
|
1439
|
-
.s("QAppsService", "BatchCreateCategory", {})
|
|
1440
|
-
.n("QAppsClient", "BatchCreateCategoryCommand")
|
|
1441
|
-
.sc(BatchCreateCategory$)
|
|
1442
|
-
.build() {
|
|
1420
|
+
class BatchCreateCategoryCommand extends command(_ep0, _mw0, "BatchCreateCategory", BatchCreateCategory$) {
|
|
1443
1421
|
}
|
|
1444
1422
|
|
|
1445
|
-
class BatchDeleteCategoryCommand extends
|
|
1446
|
-
.classBuilder()
|
|
1447
|
-
.ep(commonParams)
|
|
1448
|
-
.m(function (Command, cs, config, o) {
|
|
1449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1450
|
-
})
|
|
1451
|
-
.s("QAppsService", "BatchDeleteCategory", {})
|
|
1452
|
-
.n("QAppsClient", "BatchDeleteCategoryCommand")
|
|
1453
|
-
.sc(BatchDeleteCategory$)
|
|
1454
|
-
.build() {
|
|
1423
|
+
class BatchDeleteCategoryCommand extends command(_ep0, _mw0, "BatchDeleteCategory", BatchDeleteCategory$) {
|
|
1455
1424
|
}
|
|
1456
1425
|
|
|
1457
|
-
class BatchUpdateCategoryCommand extends
|
|
1458
|
-
.classBuilder()
|
|
1459
|
-
.ep(commonParams)
|
|
1460
|
-
.m(function (Command, cs, config, o) {
|
|
1461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1462
|
-
})
|
|
1463
|
-
.s("QAppsService", "BatchUpdateCategory", {})
|
|
1464
|
-
.n("QAppsClient", "BatchUpdateCategoryCommand")
|
|
1465
|
-
.sc(BatchUpdateCategory$)
|
|
1466
|
-
.build() {
|
|
1426
|
+
class BatchUpdateCategoryCommand extends command(_ep0, _mw0, "BatchUpdateCategory", BatchUpdateCategory$) {
|
|
1467
1427
|
}
|
|
1468
1428
|
|
|
1469
|
-
class CreateLibraryItemCommand extends
|
|
1470
|
-
.classBuilder()
|
|
1471
|
-
.ep(commonParams)
|
|
1472
|
-
.m(function (Command, cs, config, o) {
|
|
1473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1474
|
-
})
|
|
1475
|
-
.s("QAppsService", "CreateLibraryItem", {})
|
|
1476
|
-
.n("QAppsClient", "CreateLibraryItemCommand")
|
|
1477
|
-
.sc(CreateLibraryItem$)
|
|
1478
|
-
.build() {
|
|
1429
|
+
class CreateLibraryItemCommand extends command(_ep0, _mw0, "CreateLibraryItem", CreateLibraryItem$) {
|
|
1479
1430
|
}
|
|
1480
1431
|
|
|
1481
|
-
class CreatePresignedUrlCommand extends
|
|
1482
|
-
.classBuilder()
|
|
1483
|
-
.ep(commonParams)
|
|
1484
|
-
.m(function (Command, cs, config, o) {
|
|
1485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1486
|
-
})
|
|
1487
|
-
.s("QAppsService", "CreatePresignedUrl", {})
|
|
1488
|
-
.n("QAppsClient", "CreatePresignedUrlCommand")
|
|
1489
|
-
.sc(CreatePresignedUrl$)
|
|
1490
|
-
.build() {
|
|
1432
|
+
class CreatePresignedUrlCommand extends command(_ep0, _mw0, "CreatePresignedUrl", CreatePresignedUrl$) {
|
|
1491
1433
|
}
|
|
1492
1434
|
|
|
1493
|
-
class CreateQAppCommand extends
|
|
1494
|
-
.classBuilder()
|
|
1495
|
-
.ep(commonParams)
|
|
1496
|
-
.m(function (Command, cs, config, o) {
|
|
1497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1498
|
-
})
|
|
1499
|
-
.s("QAppsService", "CreateQApp", {})
|
|
1500
|
-
.n("QAppsClient", "CreateQAppCommand")
|
|
1501
|
-
.sc(CreateQApp$)
|
|
1502
|
-
.build() {
|
|
1435
|
+
class CreateQAppCommand extends command(_ep0, _mw0, "CreateQApp", CreateQApp$) {
|
|
1503
1436
|
}
|
|
1504
1437
|
|
|
1505
|
-
class DeleteLibraryItemCommand extends
|
|
1506
|
-
.classBuilder()
|
|
1507
|
-
.ep(commonParams)
|
|
1508
|
-
.m(function (Command, cs, config, o) {
|
|
1509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1510
|
-
})
|
|
1511
|
-
.s("QAppsService", "DeleteLibraryItem", {})
|
|
1512
|
-
.n("QAppsClient", "DeleteLibraryItemCommand")
|
|
1513
|
-
.sc(DeleteLibraryItem$)
|
|
1514
|
-
.build() {
|
|
1438
|
+
class DeleteLibraryItemCommand extends command(_ep0, _mw0, "DeleteLibraryItem", DeleteLibraryItem$) {
|
|
1515
1439
|
}
|
|
1516
1440
|
|
|
1517
|
-
class DeleteQAppCommand extends
|
|
1518
|
-
.classBuilder()
|
|
1519
|
-
.ep(commonParams)
|
|
1520
|
-
.m(function (Command, cs, config, o) {
|
|
1521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1522
|
-
})
|
|
1523
|
-
.s("QAppsService", "DeleteQApp", {})
|
|
1524
|
-
.n("QAppsClient", "DeleteQAppCommand")
|
|
1525
|
-
.sc(DeleteQApp$)
|
|
1526
|
-
.build() {
|
|
1441
|
+
class DeleteQAppCommand extends command(_ep0, _mw0, "DeleteQApp", DeleteQApp$) {
|
|
1527
1442
|
}
|
|
1528
1443
|
|
|
1529
|
-
class DescribeQAppPermissionsCommand extends
|
|
1530
|
-
.classBuilder()
|
|
1531
|
-
.ep(commonParams)
|
|
1532
|
-
.m(function (Command, cs, config, o) {
|
|
1533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1534
|
-
})
|
|
1535
|
-
.s("QAppsService", "DescribeQAppPermissions", {})
|
|
1536
|
-
.n("QAppsClient", "DescribeQAppPermissionsCommand")
|
|
1537
|
-
.sc(DescribeQAppPermissions$)
|
|
1538
|
-
.build() {
|
|
1444
|
+
class DescribeQAppPermissionsCommand extends command(_ep0, _mw0, "DescribeQAppPermissions", DescribeQAppPermissions$) {
|
|
1539
1445
|
}
|
|
1540
1446
|
|
|
1541
|
-
class DisassociateLibraryItemReviewCommand extends
|
|
1542
|
-
.classBuilder()
|
|
1543
|
-
.ep(commonParams)
|
|
1544
|
-
.m(function (Command, cs, config, o) {
|
|
1545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1546
|
-
})
|
|
1547
|
-
.s("QAppsService", "DisassociateLibraryItemReview", {})
|
|
1548
|
-
.n("QAppsClient", "DisassociateLibraryItemReviewCommand")
|
|
1549
|
-
.sc(DisassociateLibraryItemReview$)
|
|
1550
|
-
.build() {
|
|
1447
|
+
class DisassociateLibraryItemReviewCommand extends command(_ep0, _mw0, "DisassociateLibraryItemReview", DisassociateLibraryItemReview$) {
|
|
1551
1448
|
}
|
|
1552
1449
|
|
|
1553
|
-
class DisassociateQAppFromUserCommand extends
|
|
1554
|
-
.classBuilder()
|
|
1555
|
-
.ep(commonParams)
|
|
1556
|
-
.m(function (Command, cs, config, o) {
|
|
1557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1558
|
-
})
|
|
1559
|
-
.s("QAppsService", "DisassociateQAppFromUser", {})
|
|
1560
|
-
.n("QAppsClient", "DisassociateQAppFromUserCommand")
|
|
1561
|
-
.sc(DisassociateQAppFromUser$)
|
|
1562
|
-
.build() {
|
|
1450
|
+
class DisassociateQAppFromUserCommand extends command(_ep0, _mw0, "DisassociateQAppFromUser", DisassociateQAppFromUser$) {
|
|
1563
1451
|
}
|
|
1564
1452
|
|
|
1565
|
-
class ExportQAppSessionDataCommand extends
|
|
1566
|
-
.classBuilder()
|
|
1567
|
-
.ep(commonParams)
|
|
1568
|
-
.m(function (Command, cs, config, o) {
|
|
1569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1570
|
-
})
|
|
1571
|
-
.s("QAppsService", "ExportQAppSessionData", {})
|
|
1572
|
-
.n("QAppsClient", "ExportQAppSessionDataCommand")
|
|
1573
|
-
.sc(ExportQAppSessionData$)
|
|
1574
|
-
.build() {
|
|
1453
|
+
class ExportQAppSessionDataCommand extends command(_ep0, _mw0, "ExportQAppSessionData", ExportQAppSessionData$) {
|
|
1575
1454
|
}
|
|
1576
1455
|
|
|
1577
|
-
class GetLibraryItemCommand extends
|
|
1578
|
-
.classBuilder()
|
|
1579
|
-
.ep(commonParams)
|
|
1580
|
-
.m(function (Command, cs, config, o) {
|
|
1581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1582
|
-
})
|
|
1583
|
-
.s("QAppsService", "GetLibraryItem", {})
|
|
1584
|
-
.n("QAppsClient", "GetLibraryItemCommand")
|
|
1585
|
-
.sc(GetLibraryItem$)
|
|
1586
|
-
.build() {
|
|
1456
|
+
class GetLibraryItemCommand extends command(_ep0, _mw0, "GetLibraryItem", GetLibraryItem$) {
|
|
1587
1457
|
}
|
|
1588
1458
|
|
|
1589
|
-
class GetQAppCommand extends
|
|
1590
|
-
.classBuilder()
|
|
1591
|
-
.ep(commonParams)
|
|
1592
|
-
.m(function (Command, cs, config, o) {
|
|
1593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1594
|
-
})
|
|
1595
|
-
.s("QAppsService", "GetQApp", {})
|
|
1596
|
-
.n("QAppsClient", "GetQAppCommand")
|
|
1597
|
-
.sc(GetQApp$)
|
|
1598
|
-
.build() {
|
|
1459
|
+
class GetQAppCommand extends command(_ep0, _mw0, "GetQApp", GetQApp$) {
|
|
1599
1460
|
}
|
|
1600
1461
|
|
|
1601
|
-
class GetQAppSessionCommand extends
|
|
1602
|
-
.classBuilder()
|
|
1603
|
-
.ep(commonParams)
|
|
1604
|
-
.m(function (Command, cs, config, o) {
|
|
1605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1606
|
-
})
|
|
1607
|
-
.s("QAppsService", "GetQAppSession", {})
|
|
1608
|
-
.n("QAppsClient", "GetQAppSessionCommand")
|
|
1609
|
-
.sc(GetQAppSession$)
|
|
1610
|
-
.build() {
|
|
1462
|
+
class GetQAppSessionCommand extends command(_ep0, _mw0, "GetQAppSession", GetQAppSession$) {
|
|
1611
1463
|
}
|
|
1612
1464
|
|
|
1613
|
-
class GetQAppSessionMetadataCommand extends
|
|
1614
|
-
.classBuilder()
|
|
1615
|
-
.ep(commonParams)
|
|
1616
|
-
.m(function (Command, cs, config, o) {
|
|
1617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1618
|
-
})
|
|
1619
|
-
.s("QAppsService", "GetQAppSessionMetadata", {})
|
|
1620
|
-
.n("QAppsClient", "GetQAppSessionMetadataCommand")
|
|
1621
|
-
.sc(GetQAppSessionMetadata$)
|
|
1622
|
-
.build() {
|
|
1465
|
+
class GetQAppSessionMetadataCommand extends command(_ep0, _mw0, "GetQAppSessionMetadata", GetQAppSessionMetadata$) {
|
|
1623
1466
|
}
|
|
1624
1467
|
|
|
1625
|
-
class ImportDocumentCommand extends
|
|
1626
|
-
.classBuilder()
|
|
1627
|
-
.ep(commonParams)
|
|
1628
|
-
.m(function (Command, cs, config, o) {
|
|
1629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1630
|
-
})
|
|
1631
|
-
.s("QAppsService", "ImportDocument", {})
|
|
1632
|
-
.n("QAppsClient", "ImportDocumentCommand")
|
|
1633
|
-
.sc(ImportDocument$)
|
|
1634
|
-
.build() {
|
|
1468
|
+
class ImportDocumentCommand extends command(_ep0, _mw0, "ImportDocument", ImportDocument$) {
|
|
1635
1469
|
}
|
|
1636
1470
|
|
|
1637
|
-
class ListCategoriesCommand extends
|
|
1638
|
-
.classBuilder()
|
|
1639
|
-
.ep(commonParams)
|
|
1640
|
-
.m(function (Command, cs, config, o) {
|
|
1641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1642
|
-
})
|
|
1643
|
-
.s("QAppsService", "ListCategories", {})
|
|
1644
|
-
.n("QAppsClient", "ListCategoriesCommand")
|
|
1645
|
-
.sc(ListCategories$)
|
|
1646
|
-
.build() {
|
|
1471
|
+
class ListCategoriesCommand extends command(_ep0, _mw0, "ListCategories", ListCategories$) {
|
|
1647
1472
|
}
|
|
1648
1473
|
|
|
1649
|
-
class ListLibraryItemsCommand extends
|
|
1650
|
-
.classBuilder()
|
|
1651
|
-
.ep(commonParams)
|
|
1652
|
-
.m(function (Command, cs, config, o) {
|
|
1653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1654
|
-
})
|
|
1655
|
-
.s("QAppsService", "ListLibraryItems", {})
|
|
1656
|
-
.n("QAppsClient", "ListLibraryItemsCommand")
|
|
1657
|
-
.sc(ListLibraryItems$)
|
|
1658
|
-
.build() {
|
|
1474
|
+
class ListLibraryItemsCommand extends command(_ep0, _mw0, "ListLibraryItems", ListLibraryItems$) {
|
|
1659
1475
|
}
|
|
1660
1476
|
|
|
1661
|
-
class ListQAppsCommand extends
|
|
1662
|
-
.classBuilder()
|
|
1663
|
-
.ep(commonParams)
|
|
1664
|
-
.m(function (Command, cs, config, o) {
|
|
1665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1666
|
-
})
|
|
1667
|
-
.s("QAppsService", "ListQApps", {})
|
|
1668
|
-
.n("QAppsClient", "ListQAppsCommand")
|
|
1669
|
-
.sc(ListQApps$)
|
|
1670
|
-
.build() {
|
|
1477
|
+
class ListQAppsCommand extends command(_ep0, _mw0, "ListQApps", ListQApps$) {
|
|
1671
1478
|
}
|
|
1672
1479
|
|
|
1673
|
-
class ListQAppSessionDataCommand extends
|
|
1674
|
-
.classBuilder()
|
|
1675
|
-
.ep(commonParams)
|
|
1676
|
-
.m(function (Command, cs, config, o) {
|
|
1677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1678
|
-
})
|
|
1679
|
-
.s("QAppsService", "ListQAppSessionData", {})
|
|
1680
|
-
.n("QAppsClient", "ListQAppSessionDataCommand")
|
|
1681
|
-
.sc(ListQAppSessionData$)
|
|
1682
|
-
.build() {
|
|
1480
|
+
class ListQAppSessionDataCommand extends command(_ep0, _mw0, "ListQAppSessionData", ListQAppSessionData$) {
|
|
1683
1481
|
}
|
|
1684
1482
|
|
|
1685
|
-
class ListTagsForResourceCommand extends
|
|
1686
|
-
.classBuilder()
|
|
1687
|
-
.ep(commonParams)
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("QAppsService", "ListTagsForResource", {})
|
|
1692
|
-
.n("QAppsClient", "ListTagsForResourceCommand")
|
|
1693
|
-
.sc(ListTagsForResource$)
|
|
1694
|
-
.build() {
|
|
1483
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1695
1484
|
}
|
|
1696
1485
|
|
|
1697
|
-
class PredictQAppCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep(commonParams)
|
|
1700
|
-
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1702
|
-
})
|
|
1703
|
-
.s("QAppsService", "PredictQApp", {})
|
|
1704
|
-
.n("QAppsClient", "PredictQAppCommand")
|
|
1705
|
-
.sc(PredictQApp$)
|
|
1706
|
-
.build() {
|
|
1486
|
+
class PredictQAppCommand extends command(_ep0, _mw0, "PredictQApp", PredictQApp$) {
|
|
1707
1487
|
}
|
|
1708
1488
|
|
|
1709
|
-
class StartQAppSessionCommand extends
|
|
1710
|
-
.classBuilder()
|
|
1711
|
-
.ep(commonParams)
|
|
1712
|
-
.m(function (Command, cs, config, o) {
|
|
1713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1714
|
-
})
|
|
1715
|
-
.s("QAppsService", "StartQAppSession", {})
|
|
1716
|
-
.n("QAppsClient", "StartQAppSessionCommand")
|
|
1717
|
-
.sc(StartQAppSession$)
|
|
1718
|
-
.build() {
|
|
1489
|
+
class StartQAppSessionCommand extends command(_ep0, _mw0, "StartQAppSession", StartQAppSession$) {
|
|
1719
1490
|
}
|
|
1720
1491
|
|
|
1721
|
-
class StopQAppSessionCommand extends
|
|
1722
|
-
.classBuilder()
|
|
1723
|
-
.ep(commonParams)
|
|
1724
|
-
.m(function (Command, cs, config, o) {
|
|
1725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
|
-
})
|
|
1727
|
-
.s("QAppsService", "StopQAppSession", {})
|
|
1728
|
-
.n("QAppsClient", "StopQAppSessionCommand")
|
|
1729
|
-
.sc(StopQAppSession$)
|
|
1730
|
-
.build() {
|
|
1492
|
+
class StopQAppSessionCommand extends command(_ep0, _mw0, "StopQAppSession", StopQAppSession$) {
|
|
1731
1493
|
}
|
|
1732
1494
|
|
|
1733
|
-
class TagResourceCommand extends
|
|
1734
|
-
.classBuilder()
|
|
1735
|
-
.ep(commonParams)
|
|
1736
|
-
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1738
|
-
})
|
|
1739
|
-
.s("QAppsService", "TagResource", {})
|
|
1740
|
-
.n("QAppsClient", "TagResourceCommand")
|
|
1741
|
-
.sc(TagResource$)
|
|
1742
|
-
.build() {
|
|
1495
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1743
1496
|
}
|
|
1744
1497
|
|
|
1745
|
-
class UntagResourceCommand extends
|
|
1746
|
-
.classBuilder()
|
|
1747
|
-
.ep(commonParams)
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("QAppsService", "UntagResource", {})
|
|
1752
|
-
.n("QAppsClient", "UntagResourceCommand")
|
|
1753
|
-
.sc(UntagResource$)
|
|
1754
|
-
.build() {
|
|
1498
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1755
1499
|
}
|
|
1756
1500
|
|
|
1757
|
-
class UpdateLibraryItemCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep(commonParams)
|
|
1760
|
-
.m(function (Command, cs, config, o) {
|
|
1761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1762
|
-
})
|
|
1763
|
-
.s("QAppsService", "UpdateLibraryItem", {})
|
|
1764
|
-
.n("QAppsClient", "UpdateLibraryItemCommand")
|
|
1765
|
-
.sc(UpdateLibraryItem$)
|
|
1766
|
-
.build() {
|
|
1501
|
+
class UpdateLibraryItemCommand extends command(_ep0, _mw0, "UpdateLibraryItem", UpdateLibraryItem$) {
|
|
1767
1502
|
}
|
|
1768
1503
|
|
|
1769
|
-
class UpdateLibraryItemMetadataCommand extends
|
|
1770
|
-
.classBuilder()
|
|
1771
|
-
.ep(commonParams)
|
|
1772
|
-
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1774
|
-
})
|
|
1775
|
-
.s("QAppsService", "UpdateLibraryItemMetadata", {})
|
|
1776
|
-
.n("QAppsClient", "UpdateLibraryItemMetadataCommand")
|
|
1777
|
-
.sc(UpdateLibraryItemMetadata$)
|
|
1778
|
-
.build() {
|
|
1504
|
+
class UpdateLibraryItemMetadataCommand extends command(_ep0, _mw0, "UpdateLibraryItemMetadata", UpdateLibraryItemMetadata$) {
|
|
1779
1505
|
}
|
|
1780
1506
|
|
|
1781
|
-
class UpdateQAppCommand extends
|
|
1782
|
-
.classBuilder()
|
|
1783
|
-
.ep(commonParams)
|
|
1784
|
-
.m(function (Command, cs, config, o) {
|
|
1785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
|
-
})
|
|
1787
|
-
.s("QAppsService", "UpdateQApp", {})
|
|
1788
|
-
.n("QAppsClient", "UpdateQAppCommand")
|
|
1789
|
-
.sc(UpdateQApp$)
|
|
1790
|
-
.build() {
|
|
1507
|
+
class UpdateQAppCommand extends command(_ep0, _mw0, "UpdateQApp", UpdateQApp$) {
|
|
1791
1508
|
}
|
|
1792
1509
|
|
|
1793
|
-
class UpdateQAppPermissionsCommand extends
|
|
1794
|
-
.classBuilder()
|
|
1795
|
-
.ep(commonParams)
|
|
1796
|
-
.m(function (Command, cs, config, o) {
|
|
1797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1798
|
-
})
|
|
1799
|
-
.s("QAppsService", "UpdateQAppPermissions", {})
|
|
1800
|
-
.n("QAppsClient", "UpdateQAppPermissionsCommand")
|
|
1801
|
-
.sc(UpdateQAppPermissions$)
|
|
1802
|
-
.build() {
|
|
1510
|
+
class UpdateQAppPermissionsCommand extends command(_ep0, _mw0, "UpdateQAppPermissions", UpdateQAppPermissions$) {
|
|
1803
1511
|
}
|
|
1804
1512
|
|
|
1805
|
-
class UpdateQAppSessionCommand extends
|
|
1806
|
-
.classBuilder()
|
|
1807
|
-
.ep(commonParams)
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("QAppsService", "UpdateQAppSession", {})
|
|
1812
|
-
.n("QAppsClient", "UpdateQAppSessionCommand")
|
|
1813
|
-
.sc(UpdateQAppSession$)
|
|
1814
|
-
.build() {
|
|
1513
|
+
class UpdateQAppSessionCommand extends command(_ep0, _mw0, "UpdateQAppSession", UpdateQAppSession$) {
|
|
1815
1514
|
}
|
|
1816
1515
|
|
|
1817
|
-
class UpdateQAppSessionMetadataCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep(commonParams)
|
|
1820
|
-
.m(function (Command, cs, config, o) {
|
|
1821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1822
|
-
})
|
|
1823
|
-
.s("QAppsService", "UpdateQAppSessionMetadata", {})
|
|
1824
|
-
.n("QAppsClient", "UpdateQAppSessionMetadataCommand")
|
|
1825
|
-
.sc(UpdateQAppSessionMetadata$)
|
|
1826
|
-
.build() {
|
|
1516
|
+
class UpdateQAppSessionMetadataCommand extends command(_ep0, _mw0, "UpdateQAppSessionMetadata", UpdateQAppSessionMetadata$) {
|
|
1827
1517
|
}
|
|
1828
1518
|
|
|
1829
1519
|
const paginateListLibraryItems = createPaginator(QAppsClient, ListLibraryItemsCommand, "nextToken", "nextToken", "limit");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "QAppsService", "QAppsClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateLibraryItemReview$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateLibraryItemReviewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "AssociateLibraryItemReview", {})
|
|
13
|
-
.n("QAppsClient", "AssociateLibraryItemReviewCommand")
|
|
14
|
-
.sc(AssociateLibraryItemReview$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateLibraryItemReviewCommand extends command(_ep0, _mw0, "AssociateLibraryItemReview", AssociateLibraryItemReview$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateQAppWithUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateQAppWithUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "AssociateQAppWithUser", {})
|
|
13
|
-
.n("QAppsClient", "AssociateQAppWithUserCommand")
|
|
14
|
-
.sc(AssociateQAppWithUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateQAppWithUserCommand extends command(_ep0, _mw0, "AssociateQAppWithUser", AssociateQAppWithUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchCreateCategory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateCategoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "BatchCreateCategory", {})
|
|
13
|
-
.n("QAppsClient", "BatchCreateCategoryCommand")
|
|
14
|
-
.sc(BatchCreateCategory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateCategoryCommand extends command(_ep0, _mw0, "BatchCreateCategory", BatchCreateCategory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDeleteCategory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteCategoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "BatchDeleteCategory", {})
|
|
13
|
-
.n("QAppsClient", "BatchDeleteCategoryCommand")
|
|
14
|
-
.sc(BatchDeleteCategory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteCategoryCommand extends command(_ep0, _mw0, "BatchDeleteCategory", BatchDeleteCategory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchUpdateCategory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchUpdateCategoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "BatchUpdateCategory", {})
|
|
13
|
-
.n("QAppsClient", "BatchUpdateCategoryCommand")
|
|
14
|
-
.sc(BatchUpdateCategory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchUpdateCategoryCommand extends command(_ep0, _mw0, "BatchUpdateCategory", BatchUpdateCategory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateLibraryItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLibraryItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "CreateLibraryItem", {})
|
|
13
|
-
.n("QAppsClient", "CreateLibraryItemCommand")
|
|
14
|
-
.sc(CreateLibraryItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLibraryItemCommand extends command(_ep0, _mw0, "CreateLibraryItem", CreateLibraryItem$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePresignedUrl$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePresignedUrlCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "CreatePresignedUrl", {})
|
|
13
|
-
.n("QAppsClient", "CreatePresignedUrlCommand")
|
|
14
|
-
.sc(CreatePresignedUrl$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePresignedUrlCommand extends command(_ep0, _mw0, "CreatePresignedUrl", CreatePresignedUrl$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateQApp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateQAppCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "CreateQApp", {})
|
|
13
|
-
.n("QAppsClient", "CreateQAppCommand")
|
|
14
|
-
.sc(CreateQApp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateQAppCommand extends command(_ep0, _mw0, "CreateQApp", CreateQApp$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteLibraryItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLibraryItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("QAppsService", "DeleteLibraryItem", {})
|
|
13
|
-
.n("QAppsClient", "DeleteLibraryItemCommand")
|
|
14
|
-
.sc(DeleteLibraryItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLibraryItemCommand extends command(_ep0, _mw0, "DeleteLibraryItem", DeleteLibraryItem$) {
|
|
16
4
|
}
|