@aws-sdk/client-lookoutequipment 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/LookoutEquipmentServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +101 -2
- package/dist-cjs/protocols/Aws_json1_0.js +241 -969
- package/dist-es/index.js +1 -0
- package/dist-es/models/LookoutEquipmentServiceException.js +12 -0
- package/dist-es/models/models_0.js +93 -1
- package/dist-es/protocols/Aws_json1_0.js +536 -1044
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/LookoutEquipmentServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -23
- package/dist-types/ts3.4/LookoutEquipment.d.ts +115 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +95 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +894 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-lookoutequipment
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-lookoutequipment
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-lookoutequipment
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LookoutEquipmentServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./LookoutEquipment"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./LookoutEquipmentClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
|
+
var LookoutEquipmentServiceException_1 = require("./models/LookoutEquipmentServiceException");
|
|
11
|
+
Object.defineProperty(exports, "LookoutEquipmentServiceException", { enumerable: true, get: function () { return LookoutEquipmentServiceException_1.LookoutEquipmentServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LookoutEquipmentServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class LookoutEquipmentServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, LookoutEquipmentServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.LookoutEquipmentServiceException = LookoutEquipmentServiceException;
|
|
@@ -1,7 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateInferenceSchedulerRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopInferenceSchedulerResponse = exports.StopInferenceSchedulerRequest = exports.StartInferenceSchedulerResponse = exports.StartInferenceSchedulerRequest = exports.StartDataIngestionJobResponse = exports.StartDataIngestionJobRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListModelsResponse = exports.ModelSummary = void 0;
|
|
3
|
+
exports.ListInferenceExecutionsRequest = exports.InferenceExecutionStatus = exports.ListDatasetsResponse = exports.DatasetSummary = exports.ListDatasetsRequest = exports.ListDataIngestionJobsResponse = exports.DataIngestionJobSummary = exports.ListDataIngestionJobsRequest = exports.DescribeModelResponse = exports.DescribeModelRequest = exports.DescribeInferenceSchedulerResponse = exports.DescribeInferenceSchedulerRequest = exports.DescribeDatasetResponse = exports.DescribeDatasetRequest = exports.DescribeDataIngestionJobResponse = exports.IngestionJobStatus = exports.IngestionInputConfiguration = exports.IngestionS3InputConfiguration = exports.DescribeDataIngestionJobRequest = exports.DeleteModelRequest = exports.DeleteInferenceSchedulerRequest = exports.DeleteDatasetRequest = exports.CreateModelResponse = exports.ModelStatus = exports.CreateModelRequest = exports.LabelsInputConfiguration = exports.LabelsS3InputConfiguration = exports.DataPreProcessingConfiguration = exports.TargetSamplingRate = exports.ResourceNotFoundException = exports.CreateInferenceSchedulerResponse = exports.InferenceSchedulerStatus = exports.CreateInferenceSchedulerRequest = exports.DataUploadFrequency = exports.InferenceOutputConfiguration = exports.InferenceS3OutputConfiguration = exports.InferenceInputConfiguration = exports.InferenceS3InputConfiguration = exports.InferenceInputNameConfiguration = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.CreateDatasetResponse = exports.DatasetStatus = exports.CreateDatasetRequest = exports.Tag = exports.DatasetSchema = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateInferenceSchedulerRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopInferenceSchedulerResponse = exports.StopInferenceSchedulerRequest = exports.StartInferenceSchedulerResponse = exports.StartInferenceSchedulerRequest = exports.StartDataIngestionJobResponse = exports.StartDataIngestionJobRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListModelsResponse = exports.ModelSummary = exports.ListModelsRequest = exports.ListInferenceSchedulersResponse = exports.InferenceSchedulerSummary = exports.ListInferenceSchedulersRequest = exports.ListInferenceExecutionsResponse = exports.InferenceExecutionSummary = exports.S3Object = void 0;
|
|
5
|
+
const LookoutEquipmentServiceException_1 = require("./LookoutEquipmentServiceException");
|
|
6
|
+
class AccessDeniedException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "AccessDeniedException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
this.name = "AccessDeniedException";
|
|
14
|
+
this.$fault = "client";
|
|
15
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
+
class ConflictException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
21
|
+
constructor(opts) {
|
|
22
|
+
super({
|
|
23
|
+
name: "ConflictException",
|
|
24
|
+
$fault: "client",
|
|
25
|
+
...opts,
|
|
26
|
+
});
|
|
27
|
+
this.name = "ConflictException";
|
|
28
|
+
this.$fault = "client";
|
|
29
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
30
|
+
this.Message = opts.Message;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.ConflictException = ConflictException;
|
|
5
34
|
var DatasetSchema;
|
|
6
35
|
(function (DatasetSchema) {
|
|
7
36
|
DatasetSchema.filterSensitiveLog = (obj) => ({
|
|
@@ -32,6 +61,62 @@ var CreateDatasetResponse;
|
|
|
32
61
|
...obj,
|
|
33
62
|
});
|
|
34
63
|
})(CreateDatasetResponse = exports.CreateDatasetResponse || (exports.CreateDatasetResponse = {}));
|
|
64
|
+
class InternalServerException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "InternalServerException",
|
|
68
|
+
$fault: "server",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
this.name = "InternalServerException";
|
|
72
|
+
this.$fault = "server";
|
|
73
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
74
|
+
this.Message = opts.Message;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.InternalServerException = InternalServerException;
|
|
78
|
+
class ServiceQuotaExceededException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
79
|
+
constructor(opts) {
|
|
80
|
+
super({
|
|
81
|
+
name: "ServiceQuotaExceededException",
|
|
82
|
+
$fault: "client",
|
|
83
|
+
...opts,
|
|
84
|
+
});
|
|
85
|
+
this.name = "ServiceQuotaExceededException";
|
|
86
|
+
this.$fault = "client";
|
|
87
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
88
|
+
this.Message = opts.Message;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
92
|
+
class ThrottlingException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "ThrottlingException",
|
|
96
|
+
$fault: "client",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "ThrottlingException";
|
|
100
|
+
this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
102
|
+
this.Message = opts.Message;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.ThrottlingException = ThrottlingException;
|
|
106
|
+
class ValidationException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
107
|
+
constructor(opts) {
|
|
108
|
+
super({
|
|
109
|
+
name: "ValidationException",
|
|
110
|
+
$fault: "client",
|
|
111
|
+
...opts,
|
|
112
|
+
});
|
|
113
|
+
this.name = "ValidationException";
|
|
114
|
+
this.$fault = "client";
|
|
115
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
116
|
+
this.Message = opts.Message;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.ValidationException = ValidationException;
|
|
35
120
|
var InferenceInputNameConfiguration;
|
|
36
121
|
(function (InferenceInputNameConfiguration) {
|
|
37
122
|
InferenceInputNameConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -89,6 +174,20 @@ var CreateInferenceSchedulerResponse;
|
|
|
89
174
|
...obj,
|
|
90
175
|
});
|
|
91
176
|
})(CreateInferenceSchedulerResponse = exports.CreateInferenceSchedulerResponse || (exports.CreateInferenceSchedulerResponse = {}));
|
|
177
|
+
class ResourceNotFoundException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
|
|
178
|
+
constructor(opts) {
|
|
179
|
+
super({
|
|
180
|
+
name: "ResourceNotFoundException",
|
|
181
|
+
$fault: "client",
|
|
182
|
+
...opts,
|
|
183
|
+
});
|
|
184
|
+
this.name = "ResourceNotFoundException";
|
|
185
|
+
this.$fault = "client";
|
|
186
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
187
|
+
this.Message = opts.Message;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
92
191
|
var TargetSamplingRate;
|
|
93
192
|
(function (TargetSamplingRate) {
|
|
94
193
|
TargetSamplingRate["PT10M"] = "PT10M";
|