@aws-sdk/client-lookoutequipment 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 +60 -495
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/CreateLabelCommand.js +2 -14
- package/dist-es/commands/CreateLabelGroupCommand.js +2 -14
- package/dist-es/commands/CreateModelCommand.js +2 -14
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/DeleteLabelCommand.js +2 -14
- package/dist-es/commands/DeleteLabelGroupCommand.js +2 -14
- package/dist-es/commands/DeleteModelCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/DescribeLabelCommand.js +2 -14
- package/dist-es/commands/DescribeLabelGroupCommand.js +2 -14
- package/dist-es/commands/DescribeModelCommand.js +2 -14
- package/dist-es/commands/DescribeModelVersionCommand.js +2 -14
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/ImportDatasetCommand.js +2 -14
- package/dist-es/commands/ImportModelVersionCommand.js +2 -14
- package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListInferenceEventsCommand.js +2 -14
- package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -14
- package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -14
- package/dist-es/commands/ListLabelGroupsCommand.js +2 -14
- package/dist-es/commands/ListLabelsCommand.js +2 -14
- package/dist-es/commands/ListModelVersionsCommand.js +2 -14
- package/dist-es/commands/ListModelsCommand.js +2 -14
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -14
- package/dist-es/commands/ListSensorStatisticsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/StartDataIngestionJobCommand.js +2 -14
- package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -14
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -14
- package/dist-es/commands/UpdateLabelGroupCommand.js +2 -14
- package/dist-es/commands/UpdateModelCommand.js +2 -14
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.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/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLabelCommand.d.ts +3 -8
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLabelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/ImportDatasetCommand.d.ts +3 -8
- package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -8
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListLabelsCommand.d.ts +3 -8
- package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -8
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/StopRetrainingSchedulerCommand.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/UpdateActiveModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.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/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.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/UpdateActiveModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.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 { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultLookoutEquipmentHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1485,6 +1487,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1485
1487
|
serviceTarget: "AWSLookoutEquipmentFrontendService",
|
|
1486
1488
|
},
|
|
1487
1489
|
serviceId: config?.serviceId ?? "LookoutEquipment",
|
|
1490
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1488
1491
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1489
1492
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1490
1493
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1518,7 +1521,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1518
1521
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1519
1522
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1520
1523
|
}, config),
|
|
1521
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1522
1524
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1523
1525
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1524
1526
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1606,592 +1608,155 @@ class LookoutEquipmentClient extends Client {
|
|
|
1606
1608
|
}
|
|
1607
1609
|
}
|
|
1608
1610
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
})
|
|
1615
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateDataset", {})
|
|
1616
|
-
.n("LookoutEquipmentClient", "CreateDatasetCommand")
|
|
1617
|
-
.sc(CreateDataset$)
|
|
1618
|
-
.build() {
|
|
1611
|
+
const command = makeBuilder(commonParams, "AWSLookoutEquipmentFrontendService", "LookoutEquipmentClient", getEndpointPlugin);
|
|
1612
|
+
const _ep0 = {};
|
|
1613
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1614
|
+
|
|
1615
|
+
class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
1619
1616
|
}
|
|
1620
1617
|
|
|
1621
|
-
class CreateInferenceSchedulerCommand extends
|
|
1622
|
-
.classBuilder()
|
|
1623
|
-
.ep(commonParams)
|
|
1624
|
-
.m(function (Command, cs, config, o) {
|
|
1625
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1626
|
-
})
|
|
1627
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateInferenceScheduler", {})
|
|
1628
|
-
.n("LookoutEquipmentClient", "CreateInferenceSchedulerCommand")
|
|
1629
|
-
.sc(CreateInferenceScheduler$)
|
|
1630
|
-
.build() {
|
|
1618
|
+
class CreateInferenceSchedulerCommand extends command(_ep0, _mw0, "CreateInferenceScheduler", CreateInferenceScheduler$) {
|
|
1631
1619
|
}
|
|
1632
1620
|
|
|
1633
|
-
class CreateLabelCommand extends
|
|
1634
|
-
.classBuilder()
|
|
1635
|
-
.ep(commonParams)
|
|
1636
|
-
.m(function (Command, cs, config, o) {
|
|
1637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
|
-
})
|
|
1639
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateLabel", {})
|
|
1640
|
-
.n("LookoutEquipmentClient", "CreateLabelCommand")
|
|
1641
|
-
.sc(CreateLabel$)
|
|
1642
|
-
.build() {
|
|
1621
|
+
class CreateLabelCommand extends command(_ep0, _mw0, "CreateLabel", CreateLabel$) {
|
|
1643
1622
|
}
|
|
1644
1623
|
|
|
1645
|
-
class CreateLabelGroupCommand extends
|
|
1646
|
-
.classBuilder()
|
|
1647
|
-
.ep(commonParams)
|
|
1648
|
-
.m(function (Command, cs, config, o) {
|
|
1649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1650
|
-
})
|
|
1651
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateLabelGroup", {})
|
|
1652
|
-
.n("LookoutEquipmentClient", "CreateLabelGroupCommand")
|
|
1653
|
-
.sc(CreateLabelGroup$)
|
|
1654
|
-
.build() {
|
|
1624
|
+
class CreateLabelGroupCommand extends command(_ep0, _mw0, "CreateLabelGroup", CreateLabelGroup$) {
|
|
1655
1625
|
}
|
|
1656
1626
|
|
|
1657
|
-
class CreateModelCommand extends
|
|
1658
|
-
.classBuilder()
|
|
1659
|
-
.ep(commonParams)
|
|
1660
|
-
.m(function (Command, cs, config, o) {
|
|
1661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1662
|
-
})
|
|
1663
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateModel", {})
|
|
1664
|
-
.n("LookoutEquipmentClient", "CreateModelCommand")
|
|
1665
|
-
.sc(CreateModel$)
|
|
1666
|
-
.build() {
|
|
1627
|
+
class CreateModelCommand extends command(_ep0, _mw0, "CreateModel", CreateModel$) {
|
|
1667
1628
|
}
|
|
1668
1629
|
|
|
1669
|
-
class CreateRetrainingSchedulerCommand extends
|
|
1670
|
-
.classBuilder()
|
|
1671
|
-
.ep(commonParams)
|
|
1672
|
-
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
|
-
})
|
|
1675
|
-
.s("AWSLookoutEquipmentFrontendService", "CreateRetrainingScheduler", {})
|
|
1676
|
-
.n("LookoutEquipmentClient", "CreateRetrainingSchedulerCommand")
|
|
1677
|
-
.sc(CreateRetrainingScheduler$)
|
|
1678
|
-
.build() {
|
|
1630
|
+
class CreateRetrainingSchedulerCommand extends command(_ep0, _mw0, "CreateRetrainingScheduler", CreateRetrainingScheduler$) {
|
|
1679
1631
|
}
|
|
1680
1632
|
|
|
1681
|
-
class DeleteDatasetCommand extends
|
|
1682
|
-
.classBuilder()
|
|
1683
|
-
.ep(commonParams)
|
|
1684
|
-
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
|
-
})
|
|
1687
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteDataset", {})
|
|
1688
|
-
.n("LookoutEquipmentClient", "DeleteDatasetCommand")
|
|
1689
|
-
.sc(DeleteDataset$)
|
|
1690
|
-
.build() {
|
|
1633
|
+
class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
1691
1634
|
}
|
|
1692
1635
|
|
|
1693
|
-
class DeleteInferenceSchedulerCommand extends
|
|
1694
|
-
.classBuilder()
|
|
1695
|
-
.ep(commonParams)
|
|
1696
|
-
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
|
-
})
|
|
1699
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteInferenceScheduler", {})
|
|
1700
|
-
.n("LookoutEquipmentClient", "DeleteInferenceSchedulerCommand")
|
|
1701
|
-
.sc(DeleteInferenceScheduler$)
|
|
1702
|
-
.build() {
|
|
1636
|
+
class DeleteInferenceSchedulerCommand extends command(_ep0, _mw0, "DeleteInferenceScheduler", DeleteInferenceScheduler$) {
|
|
1703
1637
|
}
|
|
1704
1638
|
|
|
1705
|
-
class DeleteLabelCommand extends
|
|
1706
|
-
.classBuilder()
|
|
1707
|
-
.ep(commonParams)
|
|
1708
|
-
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
|
-
})
|
|
1711
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteLabel", {})
|
|
1712
|
-
.n("LookoutEquipmentClient", "DeleteLabelCommand")
|
|
1713
|
-
.sc(DeleteLabel$)
|
|
1714
|
-
.build() {
|
|
1639
|
+
class DeleteLabelCommand extends command(_ep0, _mw0, "DeleteLabel", DeleteLabel$) {
|
|
1715
1640
|
}
|
|
1716
1641
|
|
|
1717
|
-
class DeleteLabelGroupCommand extends
|
|
1718
|
-
.classBuilder()
|
|
1719
|
-
.ep(commonParams)
|
|
1720
|
-
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
|
-
})
|
|
1723
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteLabelGroup", {})
|
|
1724
|
-
.n("LookoutEquipmentClient", "DeleteLabelGroupCommand")
|
|
1725
|
-
.sc(DeleteLabelGroup$)
|
|
1726
|
-
.build() {
|
|
1642
|
+
class DeleteLabelGroupCommand extends command(_ep0, _mw0, "DeleteLabelGroup", DeleteLabelGroup$) {
|
|
1727
1643
|
}
|
|
1728
1644
|
|
|
1729
|
-
class DeleteModelCommand extends
|
|
1730
|
-
.classBuilder()
|
|
1731
|
-
.ep(commonParams)
|
|
1732
|
-
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
|
-
})
|
|
1735
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteModel", {})
|
|
1736
|
-
.n("LookoutEquipmentClient", "DeleteModelCommand")
|
|
1737
|
-
.sc(DeleteModel$)
|
|
1738
|
-
.build() {
|
|
1645
|
+
class DeleteModelCommand extends command(_ep0, _mw0, "DeleteModel", DeleteModel$) {
|
|
1739
1646
|
}
|
|
1740
1647
|
|
|
1741
|
-
class DeleteResourcePolicyCommand extends
|
|
1742
|
-
.classBuilder()
|
|
1743
|
-
.ep(commonParams)
|
|
1744
|
-
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
|
-
})
|
|
1747
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteResourcePolicy", {})
|
|
1748
|
-
.n("LookoutEquipmentClient", "DeleteResourcePolicyCommand")
|
|
1749
|
-
.sc(DeleteResourcePolicy$)
|
|
1750
|
-
.build() {
|
|
1648
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
1751
1649
|
}
|
|
1752
1650
|
|
|
1753
|
-
class DeleteRetrainingSchedulerCommand extends
|
|
1754
|
-
.classBuilder()
|
|
1755
|
-
.ep(commonParams)
|
|
1756
|
-
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
|
-
})
|
|
1759
|
-
.s("AWSLookoutEquipmentFrontendService", "DeleteRetrainingScheduler", {})
|
|
1760
|
-
.n("LookoutEquipmentClient", "DeleteRetrainingSchedulerCommand")
|
|
1761
|
-
.sc(DeleteRetrainingScheduler$)
|
|
1762
|
-
.build() {
|
|
1651
|
+
class DeleteRetrainingSchedulerCommand extends command(_ep0, _mw0, "DeleteRetrainingScheduler", DeleteRetrainingScheduler$) {
|
|
1763
1652
|
}
|
|
1764
1653
|
|
|
1765
|
-
class DescribeDataIngestionJobCommand extends
|
|
1766
|
-
.classBuilder()
|
|
1767
|
-
.ep(commonParams)
|
|
1768
|
-
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
|
-
})
|
|
1771
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeDataIngestionJob", {})
|
|
1772
|
-
.n("LookoutEquipmentClient", "DescribeDataIngestionJobCommand")
|
|
1773
|
-
.sc(DescribeDataIngestionJob$)
|
|
1774
|
-
.build() {
|
|
1654
|
+
class DescribeDataIngestionJobCommand extends command(_ep0, _mw0, "DescribeDataIngestionJob", DescribeDataIngestionJob$) {
|
|
1775
1655
|
}
|
|
1776
1656
|
|
|
1777
|
-
class DescribeDatasetCommand extends
|
|
1778
|
-
.classBuilder()
|
|
1779
|
-
.ep(commonParams)
|
|
1780
|
-
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
|
-
})
|
|
1783
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeDataset", {})
|
|
1784
|
-
.n("LookoutEquipmentClient", "DescribeDatasetCommand")
|
|
1785
|
-
.sc(DescribeDataset$)
|
|
1786
|
-
.build() {
|
|
1657
|
+
class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
1787
1658
|
}
|
|
1788
1659
|
|
|
1789
|
-
class DescribeInferenceSchedulerCommand extends
|
|
1790
|
-
.classBuilder()
|
|
1791
|
-
.ep(commonParams)
|
|
1792
|
-
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
|
-
})
|
|
1795
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeInferenceScheduler", {})
|
|
1796
|
-
.n("LookoutEquipmentClient", "DescribeInferenceSchedulerCommand")
|
|
1797
|
-
.sc(DescribeInferenceScheduler$)
|
|
1798
|
-
.build() {
|
|
1660
|
+
class DescribeInferenceSchedulerCommand extends command(_ep0, _mw0, "DescribeInferenceScheduler", DescribeInferenceScheduler$) {
|
|
1799
1661
|
}
|
|
1800
1662
|
|
|
1801
|
-
class DescribeLabelCommand extends
|
|
1802
|
-
.classBuilder()
|
|
1803
|
-
.ep(commonParams)
|
|
1804
|
-
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1806
|
-
})
|
|
1807
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeLabel", {})
|
|
1808
|
-
.n("LookoutEquipmentClient", "DescribeLabelCommand")
|
|
1809
|
-
.sc(DescribeLabel$)
|
|
1810
|
-
.build() {
|
|
1663
|
+
class DescribeLabelCommand extends command(_ep0, _mw0, "DescribeLabel", DescribeLabel$) {
|
|
1811
1664
|
}
|
|
1812
1665
|
|
|
1813
|
-
class DescribeLabelGroupCommand extends
|
|
1814
|
-
.classBuilder()
|
|
1815
|
-
.ep(commonParams)
|
|
1816
|
-
.m(function (Command, cs, config, o) {
|
|
1817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1818
|
-
})
|
|
1819
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeLabelGroup", {})
|
|
1820
|
-
.n("LookoutEquipmentClient", "DescribeLabelGroupCommand")
|
|
1821
|
-
.sc(DescribeLabelGroup$)
|
|
1822
|
-
.build() {
|
|
1666
|
+
class DescribeLabelGroupCommand extends command(_ep0, _mw0, "DescribeLabelGroup", DescribeLabelGroup$) {
|
|
1823
1667
|
}
|
|
1824
1668
|
|
|
1825
|
-
class DescribeModelCommand extends
|
|
1826
|
-
.classBuilder()
|
|
1827
|
-
.ep(commonParams)
|
|
1828
|
-
.m(function (Command, cs, config, o) {
|
|
1829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1830
|
-
})
|
|
1831
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeModel", {})
|
|
1832
|
-
.n("LookoutEquipmentClient", "DescribeModelCommand")
|
|
1833
|
-
.sc(DescribeModel$)
|
|
1834
|
-
.build() {
|
|
1669
|
+
class DescribeModelCommand extends command(_ep0, _mw0, "DescribeModel", DescribeModel$) {
|
|
1835
1670
|
}
|
|
1836
1671
|
|
|
1837
|
-
class DescribeModelVersionCommand extends
|
|
1838
|
-
.classBuilder()
|
|
1839
|
-
.ep(commonParams)
|
|
1840
|
-
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1842
|
-
})
|
|
1843
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeModelVersion", {})
|
|
1844
|
-
.n("LookoutEquipmentClient", "DescribeModelVersionCommand")
|
|
1845
|
-
.sc(DescribeModelVersion$)
|
|
1846
|
-
.build() {
|
|
1672
|
+
class DescribeModelVersionCommand extends command(_ep0, _mw0, "DescribeModelVersion", DescribeModelVersion$) {
|
|
1847
1673
|
}
|
|
1848
1674
|
|
|
1849
|
-
class DescribeResourcePolicyCommand extends
|
|
1850
|
-
.classBuilder()
|
|
1851
|
-
.ep(commonParams)
|
|
1852
|
-
.m(function (Command, cs, config, o) {
|
|
1853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
|
-
})
|
|
1855
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeResourcePolicy", {})
|
|
1856
|
-
.n("LookoutEquipmentClient", "DescribeResourcePolicyCommand")
|
|
1857
|
-
.sc(DescribeResourcePolicy$)
|
|
1858
|
-
.build() {
|
|
1675
|
+
class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
|
|
1859
1676
|
}
|
|
1860
1677
|
|
|
1861
|
-
class DescribeRetrainingSchedulerCommand extends
|
|
1862
|
-
.classBuilder()
|
|
1863
|
-
.ep(commonParams)
|
|
1864
|
-
.m(function (Command, cs, config, o) {
|
|
1865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1866
|
-
})
|
|
1867
|
-
.s("AWSLookoutEquipmentFrontendService", "DescribeRetrainingScheduler", {})
|
|
1868
|
-
.n("LookoutEquipmentClient", "DescribeRetrainingSchedulerCommand")
|
|
1869
|
-
.sc(DescribeRetrainingScheduler$)
|
|
1870
|
-
.build() {
|
|
1678
|
+
class DescribeRetrainingSchedulerCommand extends command(_ep0, _mw0, "DescribeRetrainingScheduler", DescribeRetrainingScheduler$) {
|
|
1871
1679
|
}
|
|
1872
1680
|
|
|
1873
|
-
class ImportDatasetCommand extends
|
|
1874
|
-
.classBuilder()
|
|
1875
|
-
.ep(commonParams)
|
|
1876
|
-
.m(function (Command, cs, config, o) {
|
|
1877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1878
|
-
})
|
|
1879
|
-
.s("AWSLookoutEquipmentFrontendService", "ImportDataset", {})
|
|
1880
|
-
.n("LookoutEquipmentClient", "ImportDatasetCommand")
|
|
1881
|
-
.sc(ImportDataset$)
|
|
1882
|
-
.build() {
|
|
1681
|
+
class ImportDatasetCommand extends command(_ep0, _mw0, "ImportDataset", ImportDataset$) {
|
|
1883
1682
|
}
|
|
1884
1683
|
|
|
1885
|
-
class ImportModelVersionCommand extends
|
|
1886
|
-
.classBuilder()
|
|
1887
|
-
.ep(commonParams)
|
|
1888
|
-
.m(function (Command, cs, config, o) {
|
|
1889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1890
|
-
})
|
|
1891
|
-
.s("AWSLookoutEquipmentFrontendService", "ImportModelVersion", {})
|
|
1892
|
-
.n("LookoutEquipmentClient", "ImportModelVersionCommand")
|
|
1893
|
-
.sc(ImportModelVersion$)
|
|
1894
|
-
.build() {
|
|
1684
|
+
class ImportModelVersionCommand extends command(_ep0, _mw0, "ImportModelVersion", ImportModelVersion$) {
|
|
1895
1685
|
}
|
|
1896
1686
|
|
|
1897
|
-
class ListDataIngestionJobsCommand extends
|
|
1898
|
-
.classBuilder()
|
|
1899
|
-
.ep(commonParams)
|
|
1900
|
-
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1902
|
-
})
|
|
1903
|
-
.s("AWSLookoutEquipmentFrontendService", "ListDataIngestionJobs", {})
|
|
1904
|
-
.n("LookoutEquipmentClient", "ListDataIngestionJobsCommand")
|
|
1905
|
-
.sc(ListDataIngestionJobs$)
|
|
1906
|
-
.build() {
|
|
1687
|
+
class ListDataIngestionJobsCommand extends command(_ep0, _mw0, "ListDataIngestionJobs", ListDataIngestionJobs$) {
|
|
1907
1688
|
}
|
|
1908
1689
|
|
|
1909
|
-
class ListDatasetsCommand extends
|
|
1910
|
-
.classBuilder()
|
|
1911
|
-
.ep(commonParams)
|
|
1912
|
-
.m(function (Command, cs, config, o) {
|
|
1913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1914
|
-
})
|
|
1915
|
-
.s("AWSLookoutEquipmentFrontendService", "ListDatasets", {})
|
|
1916
|
-
.n("LookoutEquipmentClient", "ListDatasetsCommand")
|
|
1917
|
-
.sc(ListDatasets$)
|
|
1918
|
-
.build() {
|
|
1690
|
+
class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
|
|
1919
1691
|
}
|
|
1920
1692
|
|
|
1921
|
-
class ListInferenceEventsCommand extends
|
|
1922
|
-
.classBuilder()
|
|
1923
|
-
.ep(commonParams)
|
|
1924
|
-
.m(function (Command, cs, config, o) {
|
|
1925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1926
|
-
})
|
|
1927
|
-
.s("AWSLookoutEquipmentFrontendService", "ListInferenceEvents", {})
|
|
1928
|
-
.n("LookoutEquipmentClient", "ListInferenceEventsCommand")
|
|
1929
|
-
.sc(ListInferenceEvents$)
|
|
1930
|
-
.build() {
|
|
1693
|
+
class ListInferenceEventsCommand extends command(_ep0, _mw0, "ListInferenceEvents", ListInferenceEvents$) {
|
|
1931
1694
|
}
|
|
1932
1695
|
|
|
1933
|
-
class ListInferenceExecutionsCommand extends
|
|
1934
|
-
.classBuilder()
|
|
1935
|
-
.ep(commonParams)
|
|
1936
|
-
.m(function (Command, cs, config, o) {
|
|
1937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1938
|
-
})
|
|
1939
|
-
.s("AWSLookoutEquipmentFrontendService", "ListInferenceExecutions", {})
|
|
1940
|
-
.n("LookoutEquipmentClient", "ListInferenceExecutionsCommand")
|
|
1941
|
-
.sc(ListInferenceExecutions$)
|
|
1942
|
-
.build() {
|
|
1696
|
+
class ListInferenceExecutionsCommand extends command(_ep0, _mw0, "ListInferenceExecutions", ListInferenceExecutions$) {
|
|
1943
1697
|
}
|
|
1944
1698
|
|
|
1945
|
-
class ListInferenceSchedulersCommand extends
|
|
1946
|
-
.classBuilder()
|
|
1947
|
-
.ep(commonParams)
|
|
1948
|
-
.m(function (Command, cs, config, o) {
|
|
1949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1950
|
-
})
|
|
1951
|
-
.s("AWSLookoutEquipmentFrontendService", "ListInferenceSchedulers", {})
|
|
1952
|
-
.n("LookoutEquipmentClient", "ListInferenceSchedulersCommand")
|
|
1953
|
-
.sc(ListInferenceSchedulers$)
|
|
1954
|
-
.build() {
|
|
1699
|
+
class ListInferenceSchedulersCommand extends command(_ep0, _mw0, "ListInferenceSchedulers", ListInferenceSchedulers$) {
|
|
1955
1700
|
}
|
|
1956
1701
|
|
|
1957
|
-
class ListLabelGroupsCommand extends
|
|
1958
|
-
.classBuilder()
|
|
1959
|
-
.ep(commonParams)
|
|
1960
|
-
.m(function (Command, cs, config, o) {
|
|
1961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
|
-
})
|
|
1963
|
-
.s("AWSLookoutEquipmentFrontendService", "ListLabelGroups", {})
|
|
1964
|
-
.n("LookoutEquipmentClient", "ListLabelGroupsCommand")
|
|
1965
|
-
.sc(ListLabelGroups$)
|
|
1966
|
-
.build() {
|
|
1702
|
+
class ListLabelGroupsCommand extends command(_ep0, _mw0, "ListLabelGroups", ListLabelGroups$) {
|
|
1967
1703
|
}
|
|
1968
1704
|
|
|
1969
|
-
class ListLabelsCommand extends
|
|
1970
|
-
.classBuilder()
|
|
1971
|
-
.ep(commonParams)
|
|
1972
|
-
.m(function (Command, cs, config, o) {
|
|
1973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1974
|
-
})
|
|
1975
|
-
.s("AWSLookoutEquipmentFrontendService", "ListLabels", {})
|
|
1976
|
-
.n("LookoutEquipmentClient", "ListLabelsCommand")
|
|
1977
|
-
.sc(ListLabels$)
|
|
1978
|
-
.build() {
|
|
1705
|
+
class ListLabelsCommand extends command(_ep0, _mw0, "ListLabels", ListLabels$) {
|
|
1979
1706
|
}
|
|
1980
1707
|
|
|
1981
|
-
class ListModelsCommand extends
|
|
1982
|
-
.classBuilder()
|
|
1983
|
-
.ep(commonParams)
|
|
1984
|
-
.m(function (Command, cs, config, o) {
|
|
1985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1986
|
-
})
|
|
1987
|
-
.s("AWSLookoutEquipmentFrontendService", "ListModels", {})
|
|
1988
|
-
.n("LookoutEquipmentClient", "ListModelsCommand")
|
|
1989
|
-
.sc(ListModels$)
|
|
1990
|
-
.build() {
|
|
1708
|
+
class ListModelsCommand extends command(_ep0, _mw0, "ListModels", ListModels$) {
|
|
1991
1709
|
}
|
|
1992
1710
|
|
|
1993
|
-
class ListModelVersionsCommand extends
|
|
1994
|
-
.classBuilder()
|
|
1995
|
-
.ep(commonParams)
|
|
1996
|
-
.m(function (Command, cs, config, o) {
|
|
1997
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1998
|
-
})
|
|
1999
|
-
.s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
|
|
2000
|
-
.n("LookoutEquipmentClient", "ListModelVersionsCommand")
|
|
2001
|
-
.sc(ListModelVersions$)
|
|
2002
|
-
.build() {
|
|
1711
|
+
class ListModelVersionsCommand extends command(_ep0, _mw0, "ListModelVersions", ListModelVersions$) {
|
|
2003
1712
|
}
|
|
2004
1713
|
|
|
2005
|
-
class ListRetrainingSchedulersCommand extends
|
|
2006
|
-
.classBuilder()
|
|
2007
|
-
.ep(commonParams)
|
|
2008
|
-
.m(function (Command, cs, config, o) {
|
|
2009
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2010
|
-
})
|
|
2011
|
-
.s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
|
|
2012
|
-
.n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
|
|
2013
|
-
.sc(ListRetrainingSchedulers$)
|
|
2014
|
-
.build() {
|
|
1714
|
+
class ListRetrainingSchedulersCommand extends command(_ep0, _mw0, "ListRetrainingSchedulers", ListRetrainingSchedulers$) {
|
|
2015
1715
|
}
|
|
2016
1716
|
|
|
2017
|
-
class ListSensorStatisticsCommand extends
|
|
2018
|
-
.classBuilder()
|
|
2019
|
-
.ep(commonParams)
|
|
2020
|
-
.m(function (Command, cs, config, o) {
|
|
2021
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2022
|
-
})
|
|
2023
|
-
.s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
|
|
2024
|
-
.n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
|
|
2025
|
-
.sc(ListSensorStatistics$)
|
|
2026
|
-
.build() {
|
|
1717
|
+
class ListSensorStatisticsCommand extends command(_ep0, _mw0, "ListSensorStatistics", ListSensorStatistics$) {
|
|
2027
1718
|
}
|
|
2028
1719
|
|
|
2029
|
-
class ListTagsForResourceCommand extends
|
|
2030
|
-
.classBuilder()
|
|
2031
|
-
.ep(commonParams)
|
|
2032
|
-
.m(function (Command, cs, config, o) {
|
|
2033
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2034
|
-
})
|
|
2035
|
-
.s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
|
|
2036
|
-
.n("LookoutEquipmentClient", "ListTagsForResourceCommand")
|
|
2037
|
-
.sc(ListTagsForResource$)
|
|
2038
|
-
.build() {
|
|
1720
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2039
1721
|
}
|
|
2040
1722
|
|
|
2041
|
-
class PutResourcePolicyCommand extends
|
|
2042
|
-
.classBuilder()
|
|
2043
|
-
.ep(commonParams)
|
|
2044
|
-
.m(function (Command, cs, config, o) {
|
|
2045
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2046
|
-
})
|
|
2047
|
-
.s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
|
|
2048
|
-
.n("LookoutEquipmentClient", "PutResourcePolicyCommand")
|
|
2049
|
-
.sc(PutResourcePolicy$)
|
|
2050
|
-
.build() {
|
|
1723
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
2051
1724
|
}
|
|
2052
1725
|
|
|
2053
|
-
class StartDataIngestionJobCommand extends
|
|
2054
|
-
.classBuilder()
|
|
2055
|
-
.ep(commonParams)
|
|
2056
|
-
.m(function (Command, cs, config, o) {
|
|
2057
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
|
-
})
|
|
2059
|
-
.s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
|
|
2060
|
-
.n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
|
|
2061
|
-
.sc(StartDataIngestionJob$)
|
|
2062
|
-
.build() {
|
|
1726
|
+
class StartDataIngestionJobCommand extends command(_ep0, _mw0, "StartDataIngestionJob", StartDataIngestionJob$) {
|
|
2063
1727
|
}
|
|
2064
1728
|
|
|
2065
|
-
class StartInferenceSchedulerCommand extends
|
|
2066
|
-
.classBuilder()
|
|
2067
|
-
.ep(commonParams)
|
|
2068
|
-
.m(function (Command, cs, config, o) {
|
|
2069
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2070
|
-
})
|
|
2071
|
-
.s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
|
|
2072
|
-
.n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
|
|
2073
|
-
.sc(StartInferenceScheduler$)
|
|
2074
|
-
.build() {
|
|
1729
|
+
class StartInferenceSchedulerCommand extends command(_ep0, _mw0, "StartInferenceScheduler", StartInferenceScheduler$) {
|
|
2075
1730
|
}
|
|
2076
1731
|
|
|
2077
|
-
class StartRetrainingSchedulerCommand extends
|
|
2078
|
-
.classBuilder()
|
|
2079
|
-
.ep(commonParams)
|
|
2080
|
-
.m(function (Command, cs, config, o) {
|
|
2081
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2082
|
-
})
|
|
2083
|
-
.s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
|
|
2084
|
-
.n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
|
|
2085
|
-
.sc(StartRetrainingScheduler$)
|
|
2086
|
-
.build() {
|
|
1732
|
+
class StartRetrainingSchedulerCommand extends command(_ep0, _mw0, "StartRetrainingScheduler", StartRetrainingScheduler$) {
|
|
2087
1733
|
}
|
|
2088
1734
|
|
|
2089
|
-
class StopInferenceSchedulerCommand extends
|
|
2090
|
-
.classBuilder()
|
|
2091
|
-
.ep(commonParams)
|
|
2092
|
-
.m(function (Command, cs, config, o) {
|
|
2093
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2094
|
-
})
|
|
2095
|
-
.s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
|
|
2096
|
-
.n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
|
|
2097
|
-
.sc(StopInferenceScheduler$)
|
|
2098
|
-
.build() {
|
|
1735
|
+
class StopInferenceSchedulerCommand extends command(_ep0, _mw0, "StopInferenceScheduler", StopInferenceScheduler$) {
|
|
2099
1736
|
}
|
|
2100
1737
|
|
|
2101
|
-
class StopRetrainingSchedulerCommand extends
|
|
2102
|
-
.classBuilder()
|
|
2103
|
-
.ep(commonParams)
|
|
2104
|
-
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2106
|
-
})
|
|
2107
|
-
.s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
|
|
2108
|
-
.n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
|
|
2109
|
-
.sc(StopRetrainingScheduler$)
|
|
2110
|
-
.build() {
|
|
1738
|
+
class StopRetrainingSchedulerCommand extends command(_ep0, _mw0, "StopRetrainingScheduler", StopRetrainingScheduler$) {
|
|
2111
1739
|
}
|
|
2112
1740
|
|
|
2113
|
-
class TagResourceCommand extends
|
|
2114
|
-
.classBuilder()
|
|
2115
|
-
.ep(commonParams)
|
|
2116
|
-
.m(function (Command, cs, config, o) {
|
|
2117
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2118
|
-
})
|
|
2119
|
-
.s("AWSLookoutEquipmentFrontendService", "TagResource", {})
|
|
2120
|
-
.n("LookoutEquipmentClient", "TagResourceCommand")
|
|
2121
|
-
.sc(TagResource$)
|
|
2122
|
-
.build() {
|
|
1741
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2123
1742
|
}
|
|
2124
1743
|
|
|
2125
|
-
class UntagResourceCommand extends
|
|
2126
|
-
.classBuilder()
|
|
2127
|
-
.ep(commonParams)
|
|
2128
|
-
.m(function (Command, cs, config, o) {
|
|
2129
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2130
|
-
})
|
|
2131
|
-
.s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
|
|
2132
|
-
.n("LookoutEquipmentClient", "UntagResourceCommand")
|
|
2133
|
-
.sc(UntagResource$)
|
|
2134
|
-
.build() {
|
|
1744
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2135
1745
|
}
|
|
2136
1746
|
|
|
2137
|
-
class UpdateActiveModelVersionCommand extends
|
|
2138
|
-
.classBuilder()
|
|
2139
|
-
.ep(commonParams)
|
|
2140
|
-
.m(function (Command, cs, config, o) {
|
|
2141
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2142
|
-
})
|
|
2143
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
|
|
2144
|
-
.n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
|
|
2145
|
-
.sc(UpdateActiveModelVersion$)
|
|
2146
|
-
.build() {
|
|
1747
|
+
class UpdateActiveModelVersionCommand extends command(_ep0, _mw0, "UpdateActiveModelVersion", UpdateActiveModelVersion$) {
|
|
2147
1748
|
}
|
|
2148
1749
|
|
|
2149
|
-
class UpdateInferenceSchedulerCommand extends
|
|
2150
|
-
.classBuilder()
|
|
2151
|
-
.ep(commonParams)
|
|
2152
|
-
.m(function (Command, cs, config, o) {
|
|
2153
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2154
|
-
})
|
|
2155
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateInferenceScheduler", {})
|
|
2156
|
-
.n("LookoutEquipmentClient", "UpdateInferenceSchedulerCommand")
|
|
2157
|
-
.sc(UpdateInferenceScheduler$)
|
|
2158
|
-
.build() {
|
|
1750
|
+
class UpdateInferenceSchedulerCommand extends command(_ep0, _mw0, "UpdateInferenceScheduler", UpdateInferenceScheduler$) {
|
|
2159
1751
|
}
|
|
2160
1752
|
|
|
2161
|
-
class UpdateLabelGroupCommand extends
|
|
2162
|
-
.classBuilder()
|
|
2163
|
-
.ep(commonParams)
|
|
2164
|
-
.m(function (Command, cs, config, o) {
|
|
2165
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2166
|
-
})
|
|
2167
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateLabelGroup", {})
|
|
2168
|
-
.n("LookoutEquipmentClient", "UpdateLabelGroupCommand")
|
|
2169
|
-
.sc(UpdateLabelGroup$)
|
|
2170
|
-
.build() {
|
|
1753
|
+
class UpdateLabelGroupCommand extends command(_ep0, _mw0, "UpdateLabelGroup", UpdateLabelGroup$) {
|
|
2171
1754
|
}
|
|
2172
1755
|
|
|
2173
|
-
class UpdateModelCommand extends
|
|
2174
|
-
.classBuilder()
|
|
2175
|
-
.ep(commonParams)
|
|
2176
|
-
.m(function (Command, cs, config, o) {
|
|
2177
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2178
|
-
})
|
|
2179
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateModel", {})
|
|
2180
|
-
.n("LookoutEquipmentClient", "UpdateModelCommand")
|
|
2181
|
-
.sc(UpdateModel$)
|
|
2182
|
-
.build() {
|
|
1756
|
+
class UpdateModelCommand extends command(_ep0, _mw0, "UpdateModel", UpdateModel$) {
|
|
2183
1757
|
}
|
|
2184
1758
|
|
|
2185
|
-
class UpdateRetrainingSchedulerCommand extends
|
|
2186
|
-
.classBuilder()
|
|
2187
|
-
.ep(commonParams)
|
|
2188
|
-
.m(function (Command, cs, config, o) {
|
|
2189
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2190
|
-
})
|
|
2191
|
-
.s("AWSLookoutEquipmentFrontendService", "UpdateRetrainingScheduler", {})
|
|
2192
|
-
.n("LookoutEquipmentClient", "UpdateRetrainingSchedulerCommand")
|
|
2193
|
-
.sc(UpdateRetrainingScheduler$)
|
|
2194
|
-
.build() {
|
|
1759
|
+
class UpdateRetrainingSchedulerCommand extends command(_ep0, _mw0, "UpdateRetrainingScheduler", UpdateRetrainingScheduler$) {
|
|
2195
1760
|
}
|
|
2196
1761
|
|
|
2197
1762
|
const paginateListDataIngestionJobs = createPaginator(LookoutEquipmentClient, ListDataIngestionJobsCommand, "NextToken", "NextToken", "MaxResults");
|