@aws-sdk/client-bedrock-data-automation 3.1077.0 → 3.1079.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 +35 -273
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CopyBlueprintStageCommand.js +2 -14
- package/dist-es/commands/CreateBlueprintCommand.js +2 -14
- package/dist-es/commands/CreateBlueprintVersionCommand.js +2 -14
- package/dist-es/commands/CreateDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/CreateDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/DeleteBlueprintCommand.js +2 -14
- package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/DeleteDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/GetBlueprintCommand.js +2 -14
- package/dist-es/commands/GetBlueprintOptimizationStatusCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/InvokeBlueprintOptimizationAsyncCommand.js +2 -14
- package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +2 -14
- package/dist-es/commands/ListBlueprintsCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibrariesCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationProjectsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBlueprintCommand.js +2 -14
- package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/UpdateDataAutomationProjectCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CopyBlueprintStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/GetBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/GetBlueprintOptimizationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +3 -8
- package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/ListBlueprintsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAutomationProjectCommand.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/CopyBlueprintStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBlueprintVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlueprintOptimizationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAutomationProjectCommand.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.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1525,328 +1526,89 @@ class BedrockDataAutomationClient extends Client {
|
|
|
1525
1526
|
}
|
|
1526
1527
|
}
|
|
1527
1528
|
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
})
|
|
1534
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CopyBlueprintStage", {})
|
|
1535
|
-
.n("BedrockDataAutomationClient", "CopyBlueprintStageCommand")
|
|
1536
|
-
.sc(CopyBlueprintStage$)
|
|
1537
|
-
.build() {
|
|
1529
|
+
const command = makeBuilder(commonParams, "AmazonBedrockKeystoneBuildTimeService", "BedrockDataAutomationClient", getEndpointPlugin);
|
|
1530
|
+
const _ep0 = {};
|
|
1531
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1532
|
+
|
|
1533
|
+
class CopyBlueprintStageCommand extends command(_ep0, _mw0, "CopyBlueprintStage", CopyBlueprintStage$) {
|
|
1538
1534
|
}
|
|
1539
1535
|
|
|
1540
|
-
class CreateBlueprintCommand extends
|
|
1541
|
-
.classBuilder()
|
|
1542
|
-
.ep(commonParams)
|
|
1543
|
-
.m(function (Command, cs, config, o) {
|
|
1544
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1545
|
-
})
|
|
1546
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprint", {})
|
|
1547
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintCommand")
|
|
1548
|
-
.sc(CreateBlueprint$)
|
|
1549
|
-
.build() {
|
|
1536
|
+
class CreateBlueprintCommand extends command(_ep0, _mw0, "CreateBlueprint", CreateBlueprint$) {
|
|
1550
1537
|
}
|
|
1551
1538
|
|
|
1552
|
-
class CreateBlueprintVersionCommand extends
|
|
1553
|
-
.classBuilder()
|
|
1554
|
-
.ep(commonParams)
|
|
1555
|
-
.m(function (Command, cs, config, o) {
|
|
1556
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1557
|
-
})
|
|
1558
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprintVersion", {})
|
|
1559
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintVersionCommand")
|
|
1560
|
-
.sc(CreateBlueprintVersion$)
|
|
1561
|
-
.build() {
|
|
1539
|
+
class CreateBlueprintVersionCommand extends command(_ep0, _mw0, "CreateBlueprintVersion", CreateBlueprintVersion$) {
|
|
1562
1540
|
}
|
|
1563
1541
|
|
|
1564
|
-
class CreateDataAutomationLibraryCommand extends
|
|
1565
|
-
.classBuilder()
|
|
1566
|
-
.ep(commonParams)
|
|
1567
|
-
.m(function (Command, cs, config, o) {
|
|
1568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1569
|
-
})
|
|
1570
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationLibrary", {})
|
|
1571
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationLibraryCommand")
|
|
1572
|
-
.sc(CreateDataAutomationLibrary$)
|
|
1573
|
-
.build() {
|
|
1542
|
+
class CreateDataAutomationLibraryCommand extends command(_ep0, _mw0, "CreateDataAutomationLibrary", CreateDataAutomationLibrary$) {
|
|
1574
1543
|
}
|
|
1575
1544
|
|
|
1576
|
-
class CreateDataAutomationProjectCommand extends
|
|
1577
|
-
.classBuilder()
|
|
1578
|
-
.ep(commonParams)
|
|
1579
|
-
.m(function (Command, cs, config, o) {
|
|
1580
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1581
|
-
})
|
|
1582
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationProject", {})
|
|
1583
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationProjectCommand")
|
|
1584
|
-
.sc(CreateDataAutomationProject$)
|
|
1585
|
-
.build() {
|
|
1545
|
+
class CreateDataAutomationProjectCommand extends command(_ep0, _mw0, "CreateDataAutomationProject", CreateDataAutomationProject$) {
|
|
1586
1546
|
}
|
|
1587
1547
|
|
|
1588
|
-
class DeleteBlueprintCommand extends
|
|
1589
|
-
.classBuilder()
|
|
1590
|
-
.ep(commonParams)
|
|
1591
|
-
.m(function (Command, cs, config, o) {
|
|
1592
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1593
|
-
})
|
|
1594
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteBlueprint", {})
|
|
1595
|
-
.n("BedrockDataAutomationClient", "DeleteBlueprintCommand")
|
|
1596
|
-
.sc(DeleteBlueprint$)
|
|
1597
|
-
.build() {
|
|
1548
|
+
class DeleteBlueprintCommand extends command(_ep0, _mw0, "DeleteBlueprint", DeleteBlueprint$) {
|
|
1598
1549
|
}
|
|
1599
1550
|
|
|
1600
|
-
class DeleteDataAutomationLibraryCommand extends
|
|
1601
|
-
.classBuilder()
|
|
1602
|
-
.ep(commonParams)
|
|
1603
|
-
.m(function (Command, cs, config, o) {
|
|
1604
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1605
|
-
})
|
|
1606
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationLibrary", {})
|
|
1607
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationLibraryCommand")
|
|
1608
|
-
.sc(DeleteDataAutomationLibrary$)
|
|
1609
|
-
.build() {
|
|
1551
|
+
class DeleteDataAutomationLibraryCommand extends command(_ep0, _mw0, "DeleteDataAutomationLibrary", DeleteDataAutomationLibrary$) {
|
|
1610
1552
|
}
|
|
1611
1553
|
|
|
1612
|
-
class DeleteDataAutomationProjectCommand extends
|
|
1613
|
-
.classBuilder()
|
|
1614
|
-
.ep(commonParams)
|
|
1615
|
-
.m(function (Command, cs, config, o) {
|
|
1616
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1617
|
-
})
|
|
1618
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationProject", {})
|
|
1619
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationProjectCommand")
|
|
1620
|
-
.sc(DeleteDataAutomationProject$)
|
|
1621
|
-
.build() {
|
|
1554
|
+
class DeleteDataAutomationProjectCommand extends command(_ep0, _mw0, "DeleteDataAutomationProject", DeleteDataAutomationProject$) {
|
|
1622
1555
|
}
|
|
1623
1556
|
|
|
1624
|
-
class GetBlueprintCommand extends
|
|
1625
|
-
.classBuilder()
|
|
1626
|
-
.ep(commonParams)
|
|
1627
|
-
.m(function (Command, cs, config, o) {
|
|
1628
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1629
|
-
})
|
|
1630
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprint", {})
|
|
1631
|
-
.n("BedrockDataAutomationClient", "GetBlueprintCommand")
|
|
1632
|
-
.sc(GetBlueprint$)
|
|
1633
|
-
.build() {
|
|
1557
|
+
class GetBlueprintCommand extends command(_ep0, _mw0, "GetBlueprint", GetBlueprint$) {
|
|
1634
1558
|
}
|
|
1635
1559
|
|
|
1636
|
-
class GetBlueprintOptimizationStatusCommand extends
|
|
1637
|
-
.classBuilder()
|
|
1638
|
-
.ep(commonParams)
|
|
1639
|
-
.m(function (Command, cs, config, o) {
|
|
1640
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1641
|
-
})
|
|
1642
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprintOptimizationStatus", {})
|
|
1643
|
-
.n("BedrockDataAutomationClient", "GetBlueprintOptimizationStatusCommand")
|
|
1644
|
-
.sc(GetBlueprintOptimizationStatus$)
|
|
1645
|
-
.build() {
|
|
1560
|
+
class GetBlueprintOptimizationStatusCommand extends command(_ep0, _mw0, "GetBlueprintOptimizationStatus", GetBlueprintOptimizationStatus$) {
|
|
1646
1561
|
}
|
|
1647
1562
|
|
|
1648
|
-
class GetDataAutomationLibraryCommand extends
|
|
1649
|
-
.classBuilder()
|
|
1650
|
-
.ep(commonParams)
|
|
1651
|
-
.m(function (Command, cs, config, o) {
|
|
1652
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1653
|
-
})
|
|
1654
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibrary", {})
|
|
1655
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryCommand")
|
|
1656
|
-
.sc(GetDataAutomationLibrary$)
|
|
1657
|
-
.build() {
|
|
1563
|
+
class GetDataAutomationLibraryCommand extends command(_ep0, _mw0, "GetDataAutomationLibrary", GetDataAutomationLibrary$) {
|
|
1658
1564
|
}
|
|
1659
1565
|
|
|
1660
|
-
class GetDataAutomationLibraryEntityCommand extends
|
|
1661
|
-
.classBuilder()
|
|
1662
|
-
.ep(commonParams)
|
|
1663
|
-
.m(function (Command, cs, config, o) {
|
|
1664
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1665
|
-
})
|
|
1666
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryEntity", {})
|
|
1667
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryEntityCommand")
|
|
1668
|
-
.sc(GetDataAutomationLibraryEntity$)
|
|
1669
|
-
.build() {
|
|
1566
|
+
class GetDataAutomationLibraryEntityCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryEntity", GetDataAutomationLibraryEntity$) {
|
|
1670
1567
|
}
|
|
1671
1568
|
|
|
1672
|
-
class GetDataAutomationLibraryIngestionJobCommand extends
|
|
1673
|
-
.classBuilder()
|
|
1674
|
-
.ep(commonParams)
|
|
1675
|
-
.m(function (Command, cs, config, o) {
|
|
1676
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1677
|
-
})
|
|
1678
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryIngestionJob", {})
|
|
1679
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryIngestionJobCommand")
|
|
1680
|
-
.sc(GetDataAutomationLibraryIngestionJob$)
|
|
1681
|
-
.build() {
|
|
1569
|
+
class GetDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryIngestionJob", GetDataAutomationLibraryIngestionJob$) {
|
|
1682
1570
|
}
|
|
1683
1571
|
|
|
1684
|
-
class GetDataAutomationProjectCommand extends
|
|
1685
|
-
.classBuilder()
|
|
1686
|
-
.ep(commonParams)
|
|
1687
|
-
.m(function (Command, cs, config, o) {
|
|
1688
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1689
|
-
})
|
|
1690
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationProject", {})
|
|
1691
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationProjectCommand")
|
|
1692
|
-
.sc(GetDataAutomationProject$)
|
|
1693
|
-
.build() {
|
|
1572
|
+
class GetDataAutomationProjectCommand extends command(_ep0, _mw0, "GetDataAutomationProject", GetDataAutomationProject$) {
|
|
1694
1573
|
}
|
|
1695
1574
|
|
|
1696
|
-
class InvokeBlueprintOptimizationAsyncCommand extends
|
|
1697
|
-
.classBuilder()
|
|
1698
|
-
.ep(commonParams)
|
|
1699
|
-
.m(function (Command, cs, config, o) {
|
|
1700
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1701
|
-
})
|
|
1702
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeBlueprintOptimizationAsync", {})
|
|
1703
|
-
.n("BedrockDataAutomationClient", "InvokeBlueprintOptimizationAsyncCommand")
|
|
1704
|
-
.sc(InvokeBlueprintOptimizationAsync$)
|
|
1705
|
-
.build() {
|
|
1575
|
+
class InvokeBlueprintOptimizationAsyncCommand extends command(_ep0, _mw0, "InvokeBlueprintOptimizationAsync", InvokeBlueprintOptimizationAsync$) {
|
|
1706
1576
|
}
|
|
1707
1577
|
|
|
1708
|
-
class InvokeDataAutomationLibraryIngestionJobCommand extends
|
|
1709
|
-
.classBuilder()
|
|
1710
|
-
.ep(commonParams)
|
|
1711
|
-
.m(function (Command, cs, config, o) {
|
|
1712
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1713
|
-
})
|
|
1714
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeDataAutomationLibraryIngestionJob", {})
|
|
1715
|
-
.n("BedrockDataAutomationClient", "InvokeDataAutomationLibraryIngestionJobCommand")
|
|
1716
|
-
.sc(InvokeDataAutomationLibraryIngestionJob$)
|
|
1717
|
-
.build() {
|
|
1578
|
+
class InvokeDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "InvokeDataAutomationLibraryIngestionJob", InvokeDataAutomationLibraryIngestionJob$) {
|
|
1718
1579
|
}
|
|
1719
1580
|
|
|
1720
|
-
class ListBlueprintsCommand extends
|
|
1721
|
-
.classBuilder()
|
|
1722
|
-
.ep(commonParams)
|
|
1723
|
-
.m(function (Command, cs, config, o) {
|
|
1724
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1725
|
-
})
|
|
1726
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListBlueprints", {})
|
|
1727
|
-
.n("BedrockDataAutomationClient", "ListBlueprintsCommand")
|
|
1728
|
-
.sc(ListBlueprints$)
|
|
1729
|
-
.build() {
|
|
1581
|
+
class ListBlueprintsCommand extends command(_ep0, _mw0, "ListBlueprints", ListBlueprints$) {
|
|
1730
1582
|
}
|
|
1731
1583
|
|
|
1732
|
-
class ListDataAutomationLibrariesCommand extends
|
|
1733
|
-
.classBuilder()
|
|
1734
|
-
.ep(commonParams)
|
|
1735
|
-
.m(function (Command, cs, config, o) {
|
|
1736
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1737
|
-
})
|
|
1738
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraries", {})
|
|
1739
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibrariesCommand")
|
|
1740
|
-
.sc(ListDataAutomationLibraries$)
|
|
1741
|
-
.build() {
|
|
1584
|
+
class ListDataAutomationLibrariesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraries", ListDataAutomationLibraries$) {
|
|
1742
1585
|
}
|
|
1743
1586
|
|
|
1744
|
-
class ListDataAutomationLibraryEntitiesCommand extends
|
|
1745
|
-
.classBuilder()
|
|
1746
|
-
.ep(commonParams)
|
|
1747
|
-
.m(function (Command, cs, config, o) {
|
|
1748
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1749
|
-
})
|
|
1750
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryEntities", {})
|
|
1751
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryEntitiesCommand")
|
|
1752
|
-
.sc(ListDataAutomationLibraryEntities$)
|
|
1753
|
-
.build() {
|
|
1587
|
+
class ListDataAutomationLibraryEntitiesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryEntities", ListDataAutomationLibraryEntities$) {
|
|
1754
1588
|
}
|
|
1755
1589
|
|
|
1756
|
-
class ListDataAutomationLibraryIngestionJobsCommand extends
|
|
1757
|
-
.classBuilder()
|
|
1758
|
-
.ep(commonParams)
|
|
1759
|
-
.m(function (Command, cs, config, o) {
|
|
1760
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1761
|
-
})
|
|
1762
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryIngestionJobs", {})
|
|
1763
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryIngestionJobsCommand")
|
|
1764
|
-
.sc(ListDataAutomationLibraryIngestionJobs$)
|
|
1765
|
-
.build() {
|
|
1590
|
+
class ListDataAutomationLibraryIngestionJobsCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryIngestionJobs", ListDataAutomationLibraryIngestionJobs$) {
|
|
1766
1591
|
}
|
|
1767
1592
|
|
|
1768
|
-
class ListDataAutomationProjectsCommand extends
|
|
1769
|
-
.classBuilder()
|
|
1770
|
-
.ep(commonParams)
|
|
1771
|
-
.m(function (Command, cs, config, o) {
|
|
1772
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1773
|
-
})
|
|
1774
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationProjects", {})
|
|
1775
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationProjectsCommand")
|
|
1776
|
-
.sc(ListDataAutomationProjects$)
|
|
1777
|
-
.build() {
|
|
1593
|
+
class ListDataAutomationProjectsCommand extends command(_ep0, _mw0, "ListDataAutomationProjects", ListDataAutomationProjects$) {
|
|
1778
1594
|
}
|
|
1779
1595
|
|
|
1780
|
-
class ListTagsForResourceCommand extends
|
|
1781
|
-
.classBuilder()
|
|
1782
|
-
.ep(commonParams)
|
|
1783
|
-
.m(function (Command, cs, config, o) {
|
|
1784
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1785
|
-
})
|
|
1786
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListTagsForResource", {})
|
|
1787
|
-
.n("BedrockDataAutomationClient", "ListTagsForResourceCommand")
|
|
1788
|
-
.sc(ListTagsForResource$)
|
|
1789
|
-
.build() {
|
|
1596
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1790
1597
|
}
|
|
1791
1598
|
|
|
1792
|
-
class TagResourceCommand extends
|
|
1793
|
-
.classBuilder()
|
|
1794
|
-
.ep(commonParams)
|
|
1795
|
-
.m(function (Command, cs, config, o) {
|
|
1796
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1797
|
-
})
|
|
1798
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "TagResource", {})
|
|
1799
|
-
.n("BedrockDataAutomationClient", "TagResourceCommand")
|
|
1800
|
-
.sc(TagResource$)
|
|
1801
|
-
.build() {
|
|
1599
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1802
1600
|
}
|
|
1803
1601
|
|
|
1804
|
-
class UntagResourceCommand extends
|
|
1805
|
-
.classBuilder()
|
|
1806
|
-
.ep(commonParams)
|
|
1807
|
-
.m(function (Command, cs, config, o) {
|
|
1808
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1809
|
-
})
|
|
1810
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UntagResource", {})
|
|
1811
|
-
.n("BedrockDataAutomationClient", "UntagResourceCommand")
|
|
1812
|
-
.sc(UntagResource$)
|
|
1813
|
-
.build() {
|
|
1602
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1814
1603
|
}
|
|
1815
1604
|
|
|
1816
|
-
class UpdateBlueprintCommand extends
|
|
1817
|
-
.classBuilder()
|
|
1818
|
-
.ep(commonParams)
|
|
1819
|
-
.m(function (Command, cs, config, o) {
|
|
1820
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1821
|
-
})
|
|
1822
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateBlueprint", {})
|
|
1823
|
-
.n("BedrockDataAutomationClient", "UpdateBlueprintCommand")
|
|
1824
|
-
.sc(UpdateBlueprint$)
|
|
1825
|
-
.build() {
|
|
1605
|
+
class UpdateBlueprintCommand extends command(_ep0, _mw0, "UpdateBlueprint", UpdateBlueprint$) {
|
|
1826
1606
|
}
|
|
1827
1607
|
|
|
1828
|
-
class UpdateDataAutomationLibraryCommand extends
|
|
1829
|
-
.classBuilder()
|
|
1830
|
-
.ep(commonParams)
|
|
1831
|
-
.m(function (Command, cs, config, o) {
|
|
1832
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1833
|
-
})
|
|
1834
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationLibrary", {})
|
|
1835
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationLibraryCommand")
|
|
1836
|
-
.sc(UpdateDataAutomationLibrary$)
|
|
1837
|
-
.build() {
|
|
1608
|
+
class UpdateDataAutomationLibraryCommand extends command(_ep0, _mw0, "UpdateDataAutomationLibrary", UpdateDataAutomationLibrary$) {
|
|
1838
1609
|
}
|
|
1839
1610
|
|
|
1840
|
-
class UpdateDataAutomationProjectCommand extends
|
|
1841
|
-
.classBuilder()
|
|
1842
|
-
.ep(commonParams)
|
|
1843
|
-
.m(function (Command, cs, config, o) {
|
|
1844
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1845
|
-
})
|
|
1846
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationProject", {})
|
|
1847
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationProjectCommand")
|
|
1848
|
-
.sc(UpdateDataAutomationProject$)
|
|
1849
|
-
.build() {
|
|
1611
|
+
class UpdateDataAutomationProjectCommand extends command(_ep0, _mw0, "UpdateDataAutomationProject", UpdateDataAutomationProject$) {
|
|
1850
1612
|
}
|
|
1851
1613
|
|
|
1852
1614
|
const paginateListBlueprints = createPaginator(BedrockDataAutomationClient, ListBlueprintsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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, "AmazonBedrockKeystoneBuildTimeService", "BedrockDataAutomationClient", 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 { CopyBlueprintStage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CopyBlueprintStageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CopyBlueprintStage", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "CopyBlueprintStageCommand")
|
|
14
|
-
.sc(CopyBlueprintStage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CopyBlueprintStageCommand extends command(_ep0, _mw0, "CopyBlueprintStage", CopyBlueprintStage$) {
|
|
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 { CreateBlueprint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBlueprintCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprint", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintCommand")
|
|
14
|
-
.sc(CreateBlueprint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBlueprintCommand extends command(_ep0, _mw0, "CreateBlueprint", CreateBlueprint$) {
|
|
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 { CreateBlueprintVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBlueprintVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprintVersion", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintVersionCommand")
|
|
14
|
-
.sc(CreateBlueprintVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBlueprintVersionCommand extends command(_ep0, _mw0, "CreateBlueprintVersion", CreateBlueprintVersion$) {
|
|
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 { CreateDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataAutomationLibraryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationLibrary", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationLibraryCommand")
|
|
14
|
-
.sc(CreateDataAutomationLibrary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataAutomationLibraryCommand extends command(_ep0, _mw0, "CreateDataAutomationLibrary", CreateDataAutomationLibrary$) {
|
|
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 { CreateDataAutomationProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataAutomationProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationProject", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationProjectCommand")
|
|
14
|
-
.sc(CreateDataAutomationProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataAutomationProjectCommand extends command(_ep0, _mw0, "CreateDataAutomationProject", CreateDataAutomationProject$) {
|
|
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 { DeleteBlueprint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBlueprintCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteBlueprint", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "DeleteBlueprintCommand")
|
|
14
|
-
.sc(DeleteBlueprint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBlueprintCommand extends command(_ep0, _mw0, "DeleteBlueprint", DeleteBlueprint$) {
|
|
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 { DeleteDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataAutomationLibraryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationLibrary", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationLibraryCommand")
|
|
14
|
-
.sc(DeleteDataAutomationLibrary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataAutomationLibraryCommand extends command(_ep0, _mw0, "DeleteDataAutomationLibrary", DeleteDataAutomationLibrary$) {
|
|
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 { DeleteDataAutomationProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataAutomationProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationProject", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationProjectCommand")
|
|
14
|
-
.sc(DeleteDataAutomationProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataAutomationProjectCommand extends command(_ep0, _mw0, "DeleteDataAutomationProject", DeleteDataAutomationProject$) {
|
|
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 { GetBlueprint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBlueprintCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprint", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetBlueprintCommand")
|
|
14
|
-
.sc(GetBlueprint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBlueprintCommand extends command(_ep0, _mw0, "GetBlueprint", GetBlueprint$) {
|
|
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 { GetBlueprintOptimizationStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBlueprintOptimizationStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprintOptimizationStatus", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetBlueprintOptimizationStatusCommand")
|
|
14
|
-
.sc(GetBlueprintOptimizationStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBlueprintOptimizationStatusCommand extends command(_ep0, _mw0, "GetBlueprintOptimizationStatus", GetBlueprintOptimizationStatus$) {
|
|
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 { GetDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataAutomationLibraryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibrary", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryCommand")
|
|
14
|
-
.sc(GetDataAutomationLibrary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataAutomationLibraryCommand extends command(_ep0, _mw0, "GetDataAutomationLibrary", GetDataAutomationLibrary$) {
|
|
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 { GetDataAutomationLibraryEntity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataAutomationLibraryEntityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryEntity", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryEntityCommand")
|
|
14
|
-
.sc(GetDataAutomationLibraryEntity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataAutomationLibraryEntityCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryEntity", GetDataAutomationLibraryEntity$) {
|
|
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 { GetDataAutomationLibraryIngestionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataAutomationLibraryIngestionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryIngestionJob", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryIngestionJobCommand")
|
|
14
|
-
.sc(GetDataAutomationLibraryIngestionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryIngestionJob", GetDataAutomationLibraryIngestionJob$) {
|
|
16
4
|
}
|