@aws-sdk/client-bedrock-data-automation 3.1076.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 +38 -275
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultBedrockDataAutomationHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1402,6 +1404,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1402
1404
|
serviceTarget: "AmazonBedrockKeystoneBuildTimeService",
|
|
1403
1405
|
},
|
|
1404
1406
|
serviceId: config?.serviceId ?? "Bedrock Data Automation",
|
|
1407
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1405
1408
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1406
1409
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1407
1410
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1436,7 +1439,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1436
1439
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1437
1440
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1438
1441
|
}, config),
|
|
1439
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1440
1442
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1441
1443
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1442
1444
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1524,328 +1526,89 @@ class BedrockDataAutomationClient extends Client {
|
|
|
1524
1526
|
}
|
|
1525
1527
|
}
|
|
1526
1528
|
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
})
|
|
1533
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CopyBlueprintStage", {})
|
|
1534
|
-
.n("BedrockDataAutomationClient", "CopyBlueprintStageCommand")
|
|
1535
|
-
.sc(CopyBlueprintStage$)
|
|
1536
|
-
.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$) {
|
|
1537
1534
|
}
|
|
1538
1535
|
|
|
1539
|
-
class CreateBlueprintCommand extends
|
|
1540
|
-
.classBuilder()
|
|
1541
|
-
.ep(commonParams)
|
|
1542
|
-
.m(function (Command, cs, config, o) {
|
|
1543
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1544
|
-
})
|
|
1545
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprint", {})
|
|
1546
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintCommand")
|
|
1547
|
-
.sc(CreateBlueprint$)
|
|
1548
|
-
.build() {
|
|
1536
|
+
class CreateBlueprintCommand extends command(_ep0, _mw0, "CreateBlueprint", CreateBlueprint$) {
|
|
1549
1537
|
}
|
|
1550
1538
|
|
|
1551
|
-
class CreateBlueprintVersionCommand extends
|
|
1552
|
-
.classBuilder()
|
|
1553
|
-
.ep(commonParams)
|
|
1554
|
-
.m(function (Command, cs, config, o) {
|
|
1555
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1556
|
-
})
|
|
1557
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprintVersion", {})
|
|
1558
|
-
.n("BedrockDataAutomationClient", "CreateBlueprintVersionCommand")
|
|
1559
|
-
.sc(CreateBlueprintVersion$)
|
|
1560
|
-
.build() {
|
|
1539
|
+
class CreateBlueprintVersionCommand extends command(_ep0, _mw0, "CreateBlueprintVersion", CreateBlueprintVersion$) {
|
|
1561
1540
|
}
|
|
1562
1541
|
|
|
1563
|
-
class CreateDataAutomationLibraryCommand extends
|
|
1564
|
-
.classBuilder()
|
|
1565
|
-
.ep(commonParams)
|
|
1566
|
-
.m(function (Command, cs, config, o) {
|
|
1567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1568
|
-
})
|
|
1569
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationLibrary", {})
|
|
1570
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationLibraryCommand")
|
|
1571
|
-
.sc(CreateDataAutomationLibrary$)
|
|
1572
|
-
.build() {
|
|
1542
|
+
class CreateDataAutomationLibraryCommand extends command(_ep0, _mw0, "CreateDataAutomationLibrary", CreateDataAutomationLibrary$) {
|
|
1573
1543
|
}
|
|
1574
1544
|
|
|
1575
|
-
class CreateDataAutomationProjectCommand extends
|
|
1576
|
-
.classBuilder()
|
|
1577
|
-
.ep(commonParams)
|
|
1578
|
-
.m(function (Command, cs, config, o) {
|
|
1579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1580
|
-
})
|
|
1581
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationProject", {})
|
|
1582
|
-
.n("BedrockDataAutomationClient", "CreateDataAutomationProjectCommand")
|
|
1583
|
-
.sc(CreateDataAutomationProject$)
|
|
1584
|
-
.build() {
|
|
1545
|
+
class CreateDataAutomationProjectCommand extends command(_ep0, _mw0, "CreateDataAutomationProject", CreateDataAutomationProject$) {
|
|
1585
1546
|
}
|
|
1586
1547
|
|
|
1587
|
-
class DeleteBlueprintCommand extends
|
|
1588
|
-
.classBuilder()
|
|
1589
|
-
.ep(commonParams)
|
|
1590
|
-
.m(function (Command, cs, config, o) {
|
|
1591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1592
|
-
})
|
|
1593
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteBlueprint", {})
|
|
1594
|
-
.n("BedrockDataAutomationClient", "DeleteBlueprintCommand")
|
|
1595
|
-
.sc(DeleteBlueprint$)
|
|
1596
|
-
.build() {
|
|
1548
|
+
class DeleteBlueprintCommand extends command(_ep0, _mw0, "DeleteBlueprint", DeleteBlueprint$) {
|
|
1597
1549
|
}
|
|
1598
1550
|
|
|
1599
|
-
class DeleteDataAutomationLibraryCommand extends
|
|
1600
|
-
.classBuilder()
|
|
1601
|
-
.ep(commonParams)
|
|
1602
|
-
.m(function (Command, cs, config, o) {
|
|
1603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1604
|
-
})
|
|
1605
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationLibrary", {})
|
|
1606
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationLibraryCommand")
|
|
1607
|
-
.sc(DeleteDataAutomationLibrary$)
|
|
1608
|
-
.build() {
|
|
1551
|
+
class DeleteDataAutomationLibraryCommand extends command(_ep0, _mw0, "DeleteDataAutomationLibrary", DeleteDataAutomationLibrary$) {
|
|
1609
1552
|
}
|
|
1610
1553
|
|
|
1611
|
-
class DeleteDataAutomationProjectCommand extends
|
|
1612
|
-
.classBuilder()
|
|
1613
|
-
.ep(commonParams)
|
|
1614
|
-
.m(function (Command, cs, config, o) {
|
|
1615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1616
|
-
})
|
|
1617
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationProject", {})
|
|
1618
|
-
.n("BedrockDataAutomationClient", "DeleteDataAutomationProjectCommand")
|
|
1619
|
-
.sc(DeleteDataAutomationProject$)
|
|
1620
|
-
.build() {
|
|
1554
|
+
class DeleteDataAutomationProjectCommand extends command(_ep0, _mw0, "DeleteDataAutomationProject", DeleteDataAutomationProject$) {
|
|
1621
1555
|
}
|
|
1622
1556
|
|
|
1623
|
-
class GetBlueprintCommand extends
|
|
1624
|
-
.classBuilder()
|
|
1625
|
-
.ep(commonParams)
|
|
1626
|
-
.m(function (Command, cs, config, o) {
|
|
1627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1628
|
-
})
|
|
1629
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprint", {})
|
|
1630
|
-
.n("BedrockDataAutomationClient", "GetBlueprintCommand")
|
|
1631
|
-
.sc(GetBlueprint$)
|
|
1632
|
-
.build() {
|
|
1557
|
+
class GetBlueprintCommand extends command(_ep0, _mw0, "GetBlueprint", GetBlueprint$) {
|
|
1633
1558
|
}
|
|
1634
1559
|
|
|
1635
|
-
class GetBlueprintOptimizationStatusCommand extends
|
|
1636
|
-
.classBuilder()
|
|
1637
|
-
.ep(commonParams)
|
|
1638
|
-
.m(function (Command, cs, config, o) {
|
|
1639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1640
|
-
})
|
|
1641
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprintOptimizationStatus", {})
|
|
1642
|
-
.n("BedrockDataAutomationClient", "GetBlueprintOptimizationStatusCommand")
|
|
1643
|
-
.sc(GetBlueprintOptimizationStatus$)
|
|
1644
|
-
.build() {
|
|
1560
|
+
class GetBlueprintOptimizationStatusCommand extends command(_ep0, _mw0, "GetBlueprintOptimizationStatus", GetBlueprintOptimizationStatus$) {
|
|
1645
1561
|
}
|
|
1646
1562
|
|
|
1647
|
-
class GetDataAutomationLibraryCommand extends
|
|
1648
|
-
.classBuilder()
|
|
1649
|
-
.ep(commonParams)
|
|
1650
|
-
.m(function (Command, cs, config, o) {
|
|
1651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1652
|
-
})
|
|
1653
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibrary", {})
|
|
1654
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryCommand")
|
|
1655
|
-
.sc(GetDataAutomationLibrary$)
|
|
1656
|
-
.build() {
|
|
1563
|
+
class GetDataAutomationLibraryCommand extends command(_ep0, _mw0, "GetDataAutomationLibrary", GetDataAutomationLibrary$) {
|
|
1657
1564
|
}
|
|
1658
1565
|
|
|
1659
|
-
class GetDataAutomationLibraryEntityCommand extends
|
|
1660
|
-
.classBuilder()
|
|
1661
|
-
.ep(commonParams)
|
|
1662
|
-
.m(function (Command, cs, config, o) {
|
|
1663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1664
|
-
})
|
|
1665
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryEntity", {})
|
|
1666
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryEntityCommand")
|
|
1667
|
-
.sc(GetDataAutomationLibraryEntity$)
|
|
1668
|
-
.build() {
|
|
1566
|
+
class GetDataAutomationLibraryEntityCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryEntity", GetDataAutomationLibraryEntity$) {
|
|
1669
1567
|
}
|
|
1670
1568
|
|
|
1671
|
-
class GetDataAutomationLibraryIngestionJobCommand extends
|
|
1672
|
-
.classBuilder()
|
|
1673
|
-
.ep(commonParams)
|
|
1674
|
-
.m(function (Command, cs, config, o) {
|
|
1675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1676
|
-
})
|
|
1677
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryIngestionJob", {})
|
|
1678
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryIngestionJobCommand")
|
|
1679
|
-
.sc(GetDataAutomationLibraryIngestionJob$)
|
|
1680
|
-
.build() {
|
|
1569
|
+
class GetDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "GetDataAutomationLibraryIngestionJob", GetDataAutomationLibraryIngestionJob$) {
|
|
1681
1570
|
}
|
|
1682
1571
|
|
|
1683
|
-
class GetDataAutomationProjectCommand extends
|
|
1684
|
-
.classBuilder()
|
|
1685
|
-
.ep(commonParams)
|
|
1686
|
-
.m(function (Command, cs, config, o) {
|
|
1687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1688
|
-
})
|
|
1689
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationProject", {})
|
|
1690
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationProjectCommand")
|
|
1691
|
-
.sc(GetDataAutomationProject$)
|
|
1692
|
-
.build() {
|
|
1572
|
+
class GetDataAutomationProjectCommand extends command(_ep0, _mw0, "GetDataAutomationProject", GetDataAutomationProject$) {
|
|
1693
1573
|
}
|
|
1694
1574
|
|
|
1695
|
-
class InvokeBlueprintOptimizationAsyncCommand extends
|
|
1696
|
-
.classBuilder()
|
|
1697
|
-
.ep(commonParams)
|
|
1698
|
-
.m(function (Command, cs, config, o) {
|
|
1699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1700
|
-
})
|
|
1701
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeBlueprintOptimizationAsync", {})
|
|
1702
|
-
.n("BedrockDataAutomationClient", "InvokeBlueprintOptimizationAsyncCommand")
|
|
1703
|
-
.sc(InvokeBlueprintOptimizationAsync$)
|
|
1704
|
-
.build() {
|
|
1575
|
+
class InvokeBlueprintOptimizationAsyncCommand extends command(_ep0, _mw0, "InvokeBlueprintOptimizationAsync", InvokeBlueprintOptimizationAsync$) {
|
|
1705
1576
|
}
|
|
1706
1577
|
|
|
1707
|
-
class InvokeDataAutomationLibraryIngestionJobCommand extends
|
|
1708
|
-
.classBuilder()
|
|
1709
|
-
.ep(commonParams)
|
|
1710
|
-
.m(function (Command, cs, config, o) {
|
|
1711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1712
|
-
})
|
|
1713
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeDataAutomationLibraryIngestionJob", {})
|
|
1714
|
-
.n("BedrockDataAutomationClient", "InvokeDataAutomationLibraryIngestionJobCommand")
|
|
1715
|
-
.sc(InvokeDataAutomationLibraryIngestionJob$)
|
|
1716
|
-
.build() {
|
|
1578
|
+
class InvokeDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "InvokeDataAutomationLibraryIngestionJob", InvokeDataAutomationLibraryIngestionJob$) {
|
|
1717
1579
|
}
|
|
1718
1580
|
|
|
1719
|
-
class ListBlueprintsCommand extends
|
|
1720
|
-
.classBuilder()
|
|
1721
|
-
.ep(commonParams)
|
|
1722
|
-
.m(function (Command, cs, config, o) {
|
|
1723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1724
|
-
})
|
|
1725
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListBlueprints", {})
|
|
1726
|
-
.n("BedrockDataAutomationClient", "ListBlueprintsCommand")
|
|
1727
|
-
.sc(ListBlueprints$)
|
|
1728
|
-
.build() {
|
|
1581
|
+
class ListBlueprintsCommand extends command(_ep0, _mw0, "ListBlueprints", ListBlueprints$) {
|
|
1729
1582
|
}
|
|
1730
1583
|
|
|
1731
|
-
class ListDataAutomationLibrariesCommand extends
|
|
1732
|
-
.classBuilder()
|
|
1733
|
-
.ep(commonParams)
|
|
1734
|
-
.m(function (Command, cs, config, o) {
|
|
1735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1736
|
-
})
|
|
1737
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraries", {})
|
|
1738
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibrariesCommand")
|
|
1739
|
-
.sc(ListDataAutomationLibraries$)
|
|
1740
|
-
.build() {
|
|
1584
|
+
class ListDataAutomationLibrariesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraries", ListDataAutomationLibraries$) {
|
|
1741
1585
|
}
|
|
1742
1586
|
|
|
1743
|
-
class ListDataAutomationLibraryEntitiesCommand extends
|
|
1744
|
-
.classBuilder()
|
|
1745
|
-
.ep(commonParams)
|
|
1746
|
-
.m(function (Command, cs, config, o) {
|
|
1747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1748
|
-
})
|
|
1749
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryEntities", {})
|
|
1750
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryEntitiesCommand")
|
|
1751
|
-
.sc(ListDataAutomationLibraryEntities$)
|
|
1752
|
-
.build() {
|
|
1587
|
+
class ListDataAutomationLibraryEntitiesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryEntities", ListDataAutomationLibraryEntities$) {
|
|
1753
1588
|
}
|
|
1754
1589
|
|
|
1755
|
-
class ListDataAutomationLibraryIngestionJobsCommand extends
|
|
1756
|
-
.classBuilder()
|
|
1757
|
-
.ep(commonParams)
|
|
1758
|
-
.m(function (Command, cs, config, o) {
|
|
1759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1760
|
-
})
|
|
1761
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryIngestionJobs", {})
|
|
1762
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryIngestionJobsCommand")
|
|
1763
|
-
.sc(ListDataAutomationLibraryIngestionJobs$)
|
|
1764
|
-
.build() {
|
|
1590
|
+
class ListDataAutomationLibraryIngestionJobsCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryIngestionJobs", ListDataAutomationLibraryIngestionJobs$) {
|
|
1765
1591
|
}
|
|
1766
1592
|
|
|
1767
|
-
class ListDataAutomationProjectsCommand extends
|
|
1768
|
-
.classBuilder()
|
|
1769
|
-
.ep(commonParams)
|
|
1770
|
-
.m(function (Command, cs, config, o) {
|
|
1771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1772
|
-
})
|
|
1773
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationProjects", {})
|
|
1774
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationProjectsCommand")
|
|
1775
|
-
.sc(ListDataAutomationProjects$)
|
|
1776
|
-
.build() {
|
|
1593
|
+
class ListDataAutomationProjectsCommand extends command(_ep0, _mw0, "ListDataAutomationProjects", ListDataAutomationProjects$) {
|
|
1777
1594
|
}
|
|
1778
1595
|
|
|
1779
|
-
class ListTagsForResourceCommand extends
|
|
1780
|
-
.classBuilder()
|
|
1781
|
-
.ep(commonParams)
|
|
1782
|
-
.m(function (Command, cs, config, o) {
|
|
1783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1784
|
-
})
|
|
1785
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListTagsForResource", {})
|
|
1786
|
-
.n("BedrockDataAutomationClient", "ListTagsForResourceCommand")
|
|
1787
|
-
.sc(ListTagsForResource$)
|
|
1788
|
-
.build() {
|
|
1596
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1789
1597
|
}
|
|
1790
1598
|
|
|
1791
|
-
class TagResourceCommand extends
|
|
1792
|
-
.classBuilder()
|
|
1793
|
-
.ep(commonParams)
|
|
1794
|
-
.m(function (Command, cs, config, o) {
|
|
1795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1796
|
-
})
|
|
1797
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "TagResource", {})
|
|
1798
|
-
.n("BedrockDataAutomationClient", "TagResourceCommand")
|
|
1799
|
-
.sc(TagResource$)
|
|
1800
|
-
.build() {
|
|
1599
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1801
1600
|
}
|
|
1802
1601
|
|
|
1803
|
-
class UntagResourceCommand extends
|
|
1804
|
-
.classBuilder()
|
|
1805
|
-
.ep(commonParams)
|
|
1806
|
-
.m(function (Command, cs, config, o) {
|
|
1807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1808
|
-
})
|
|
1809
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UntagResource", {})
|
|
1810
|
-
.n("BedrockDataAutomationClient", "UntagResourceCommand")
|
|
1811
|
-
.sc(UntagResource$)
|
|
1812
|
-
.build() {
|
|
1602
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1813
1603
|
}
|
|
1814
1604
|
|
|
1815
|
-
class UpdateBlueprintCommand extends
|
|
1816
|
-
.classBuilder()
|
|
1817
|
-
.ep(commonParams)
|
|
1818
|
-
.m(function (Command, cs, config, o) {
|
|
1819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1820
|
-
})
|
|
1821
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateBlueprint", {})
|
|
1822
|
-
.n("BedrockDataAutomationClient", "UpdateBlueprintCommand")
|
|
1823
|
-
.sc(UpdateBlueprint$)
|
|
1824
|
-
.build() {
|
|
1605
|
+
class UpdateBlueprintCommand extends command(_ep0, _mw0, "UpdateBlueprint", UpdateBlueprint$) {
|
|
1825
1606
|
}
|
|
1826
1607
|
|
|
1827
|
-
class UpdateDataAutomationLibraryCommand extends
|
|
1828
|
-
.classBuilder()
|
|
1829
|
-
.ep(commonParams)
|
|
1830
|
-
.m(function (Command, cs, config, o) {
|
|
1831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1832
|
-
})
|
|
1833
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationLibrary", {})
|
|
1834
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationLibraryCommand")
|
|
1835
|
-
.sc(UpdateDataAutomationLibrary$)
|
|
1836
|
-
.build() {
|
|
1608
|
+
class UpdateDataAutomationLibraryCommand extends command(_ep0, _mw0, "UpdateDataAutomationLibrary", UpdateDataAutomationLibrary$) {
|
|
1837
1609
|
}
|
|
1838
1610
|
|
|
1839
|
-
class UpdateDataAutomationProjectCommand extends
|
|
1840
|
-
.classBuilder()
|
|
1841
|
-
.ep(commonParams)
|
|
1842
|
-
.m(function (Command, cs, config, o) {
|
|
1843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1844
|
-
})
|
|
1845
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationProject", {})
|
|
1846
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationProjectCommand")
|
|
1847
|
-
.sc(UpdateDataAutomationProject$)
|
|
1848
|
-
.build() {
|
|
1611
|
+
class UpdateDataAutomationProjectCommand extends command(_ep0, _mw0, "UpdateDataAutomationProject", UpdateDataAutomationProject$) {
|
|
1849
1612
|
}
|
|
1850
1613
|
|
|
1851
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
|
}
|