@aws-sdk/client-lookoutequipment 3.51.0 → 3.54.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 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.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lookoutequipment
9
+
10
+
11
+
12
+
13
+
14
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
15
+
16
+
17
+ ### Features
18
+
19
+ * **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))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-lookoutequipment
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
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.ListModelsRequest = exports.ListInferenceSchedulersResponse = exports.InferenceSchedulerSummary = exports.ListInferenceSchedulersRequest = exports.ListInferenceExecutionsResponse = exports.InferenceExecutionSummary = exports.S3Object = 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.CreateInferenceSchedulerResponse = exports.InferenceSchedulerStatus = exports.CreateInferenceSchedulerRequest = exports.DataUploadFrequency = exports.InferenceOutputConfiguration = exports.InferenceS3OutputConfiguration = exports.InferenceInputConfiguration = exports.InferenceS3InputConfiguration = exports.InferenceInputNameConfiguration = exports.CreateDatasetResponse = exports.DatasetStatus = exports.CreateDatasetRequest = exports.Tag = exports.DatasetSchema = 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 = 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";