@aws-sdk/client-lookoutequipment 3.300.0 → 3.303.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.
Files changed (38) hide show
  1. package/dist-cjs/models/models_0.js +64 -75
  2. package/dist-es/models/models_0.js +64 -75
  3. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -4
  4. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +8 -8
  5. package/dist-types/commands/CreateLabelCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateLabelGroupCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateModelCommand.d.ts +7 -7
  8. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeLabelCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  19. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListInferenceEventsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +1 -1
  24. package/dist-types/commands/ListLabelGroupsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListLabelsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +1 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -3
  30. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +1 -1
  31. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +1 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  34. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +6 -6
  35. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +2 -2
  36. package/dist-types/models/models_0.d.ts +119 -64
  37. package/dist-types/ts3.4/models/models_0.d.ts +82 -64
  38. package/package.json +34 -34
@@ -30,12 +30,11 @@ class ConflictException extends LookoutEquipmentServiceException_1.LookoutEquipm
30
30
  }
31
31
  }
32
32
  exports.ConflictException = ConflictException;
33
- var DatasetStatus;
34
- (function (DatasetStatus) {
35
- DatasetStatus["ACTIVE"] = "ACTIVE";
36
- DatasetStatus["CREATED"] = "CREATED";
37
- DatasetStatus["INGESTION_IN_PROGRESS"] = "INGESTION_IN_PROGRESS";
38
- })(DatasetStatus = exports.DatasetStatus || (exports.DatasetStatus = {}));
33
+ exports.DatasetStatus = {
34
+ ACTIVE: "ACTIVE",
35
+ CREATED: "CREATED",
36
+ INGESTION_IN_PROGRESS: "INGESTION_IN_PROGRESS",
37
+ };
39
38
  class InternalServerException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
40
39
  constructor(opts) {
41
40
  super({
@@ -92,21 +91,19 @@ class ValidationException extends LookoutEquipmentServiceException_1.LookoutEqui
92
91
  }
93
92
  }
94
93
  exports.ValidationException = ValidationException;
95
- var DataUploadFrequency;
96
- (function (DataUploadFrequency) {
97
- DataUploadFrequency["PT10M"] = "PT10M";
98
- DataUploadFrequency["PT15M"] = "PT15M";
99
- DataUploadFrequency["PT1H"] = "PT1H";
100
- DataUploadFrequency["PT30M"] = "PT30M";
101
- DataUploadFrequency["PT5M"] = "PT5M";
102
- })(DataUploadFrequency = exports.DataUploadFrequency || (exports.DataUploadFrequency = {}));
103
- var InferenceSchedulerStatus;
104
- (function (InferenceSchedulerStatus) {
105
- InferenceSchedulerStatus["PENDING"] = "PENDING";
106
- InferenceSchedulerStatus["RUNNING"] = "RUNNING";
107
- InferenceSchedulerStatus["STOPPED"] = "STOPPED";
108
- InferenceSchedulerStatus["STOPPING"] = "STOPPING";
109
- })(InferenceSchedulerStatus = exports.InferenceSchedulerStatus || (exports.InferenceSchedulerStatus = {}));
94
+ exports.DataUploadFrequency = {
95
+ PT10M: "PT10M",
96
+ PT15M: "PT15M",
97
+ PT1H: "PT1H",
98
+ PT30M: "PT30M",
99
+ PT5M: "PT5M",
100
+ };
101
+ exports.InferenceSchedulerStatus = {
102
+ PENDING: "PENDING",
103
+ RUNNING: "RUNNING",
104
+ STOPPED: "STOPPED",
105
+ STOPPING: "STOPPING",
106
+ };
110
107
  class ResourceNotFoundException extends LookoutEquipmentServiceException_1.LookoutEquipmentServiceException {
111
108
  constructor(opts) {
112
109
  super({
@@ -121,57 +118,49 @@ class ResourceNotFoundException extends LookoutEquipmentServiceException_1.Looko
121
118
  }
122
119
  }
123
120
  exports.ResourceNotFoundException = ResourceNotFoundException;
124
- var LabelRating;
125
- (function (LabelRating) {
126
- LabelRating["ANOMALY"] = "ANOMALY";
127
- LabelRating["NEUTRAL"] = "NEUTRAL";
128
- LabelRating["NO_ANOMALY"] = "NO_ANOMALY";
129
- })(LabelRating = exports.LabelRating || (exports.LabelRating = {}));
130
- var TargetSamplingRate;
131
- (function (TargetSamplingRate) {
132
- TargetSamplingRate["PT10M"] = "PT10M";
133
- TargetSamplingRate["PT10S"] = "PT10S";
134
- TargetSamplingRate["PT15M"] = "PT15M";
135
- TargetSamplingRate["PT15S"] = "PT15S";
136
- TargetSamplingRate["PT1H"] = "PT1H";
137
- TargetSamplingRate["PT1M"] = "PT1M";
138
- TargetSamplingRate["PT1S"] = "PT1S";
139
- TargetSamplingRate["PT30M"] = "PT30M";
140
- TargetSamplingRate["PT30S"] = "PT30S";
141
- TargetSamplingRate["PT5M"] = "PT5M";
142
- TargetSamplingRate["PT5S"] = "PT5S";
143
- })(TargetSamplingRate = exports.TargetSamplingRate || (exports.TargetSamplingRate = {}));
144
- var ModelStatus;
145
- (function (ModelStatus) {
146
- ModelStatus["FAILED"] = "FAILED";
147
- ModelStatus["IN_PROGRESS"] = "IN_PROGRESS";
148
- ModelStatus["SUCCESS"] = "SUCCESS";
149
- })(ModelStatus = exports.ModelStatus || (exports.ModelStatus = {}));
150
- var IngestionJobStatus;
151
- (function (IngestionJobStatus) {
152
- IngestionJobStatus["FAILED"] = "FAILED";
153
- IngestionJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
154
- IngestionJobStatus["SUCCESS"] = "SUCCESS";
155
- })(IngestionJobStatus = exports.IngestionJobStatus || (exports.IngestionJobStatus = {}));
156
- var LatestInferenceResult;
157
- (function (LatestInferenceResult) {
158
- LatestInferenceResult["ANOMALOUS"] = "ANOMALOUS";
159
- LatestInferenceResult["NORMAL"] = "NORMAL";
160
- })(LatestInferenceResult = exports.LatestInferenceResult || (exports.LatestInferenceResult = {}));
161
- var InferenceExecutionStatus;
162
- (function (InferenceExecutionStatus) {
163
- InferenceExecutionStatus["FAILED"] = "FAILED";
164
- InferenceExecutionStatus["IN_PROGRESS"] = "IN_PROGRESS";
165
- InferenceExecutionStatus["SUCCESS"] = "SUCCESS";
166
- })(InferenceExecutionStatus = exports.InferenceExecutionStatus || (exports.InferenceExecutionStatus = {}));
167
- var StatisticalIssueStatus;
168
- (function (StatisticalIssueStatus) {
169
- StatisticalIssueStatus["NO_ISSUE_DETECTED"] = "NO_ISSUE_DETECTED";
170
- StatisticalIssueStatus["POTENTIAL_ISSUE_DETECTED"] = "POTENTIAL_ISSUE_DETECTED";
171
- })(StatisticalIssueStatus = exports.StatisticalIssueStatus || (exports.StatisticalIssueStatus = {}));
172
- var Monotonicity;
173
- (function (Monotonicity) {
174
- Monotonicity["DECREASING"] = "DECREASING";
175
- Monotonicity["INCREASING"] = "INCREASING";
176
- Monotonicity["STATIC"] = "STATIC";
177
- })(Monotonicity = exports.Monotonicity || (exports.Monotonicity = {}));
121
+ exports.LabelRating = {
122
+ ANOMALY: "ANOMALY",
123
+ NEUTRAL: "NEUTRAL",
124
+ NO_ANOMALY: "NO_ANOMALY",
125
+ };
126
+ exports.TargetSamplingRate = {
127
+ PT10M: "PT10M",
128
+ PT10S: "PT10S",
129
+ PT15M: "PT15M",
130
+ PT15S: "PT15S",
131
+ PT1H: "PT1H",
132
+ PT1M: "PT1M",
133
+ PT1S: "PT1S",
134
+ PT30M: "PT30M",
135
+ PT30S: "PT30S",
136
+ PT5M: "PT5M",
137
+ PT5S: "PT5S",
138
+ };
139
+ exports.ModelStatus = {
140
+ FAILED: "FAILED",
141
+ IN_PROGRESS: "IN_PROGRESS",
142
+ SUCCESS: "SUCCESS",
143
+ };
144
+ exports.IngestionJobStatus = {
145
+ FAILED: "FAILED",
146
+ IN_PROGRESS: "IN_PROGRESS",
147
+ SUCCESS: "SUCCESS",
148
+ };
149
+ exports.LatestInferenceResult = {
150
+ ANOMALOUS: "ANOMALOUS",
151
+ NORMAL: "NORMAL",
152
+ };
153
+ exports.InferenceExecutionStatus = {
154
+ FAILED: "FAILED",
155
+ IN_PROGRESS: "IN_PROGRESS",
156
+ SUCCESS: "SUCCESS",
157
+ };
158
+ exports.StatisticalIssueStatus = {
159
+ NO_ISSUE_DETECTED: "NO_ISSUE_DETECTED",
160
+ POTENTIAL_ISSUE_DETECTED: "POTENTIAL_ISSUE_DETECTED",
161
+ };
162
+ exports.Monotonicity = {
163
+ DECREASING: "DECREASING",
164
+ INCREASING: "INCREASING",
165
+ STATIC: "STATIC",
166
+ };
@@ -25,12 +25,11 @@ export class ConflictException extends __BaseException {
25
25
  this.Message = opts.Message;
26
26
  }
27
27
  }
28
- export var DatasetStatus;
29
- (function (DatasetStatus) {
30
- DatasetStatus["ACTIVE"] = "ACTIVE";
31
- DatasetStatus["CREATED"] = "CREATED";
32
- DatasetStatus["INGESTION_IN_PROGRESS"] = "INGESTION_IN_PROGRESS";
33
- })(DatasetStatus || (DatasetStatus = {}));
28
+ export const DatasetStatus = {
29
+ ACTIVE: "ACTIVE",
30
+ CREATED: "CREATED",
31
+ INGESTION_IN_PROGRESS: "INGESTION_IN_PROGRESS",
32
+ };
34
33
  export class InternalServerException extends __BaseException {
35
34
  constructor(opts) {
36
35
  super({
@@ -83,21 +82,19 @@ export class ValidationException extends __BaseException {
83
82
  this.Message = opts.Message;
84
83
  }
85
84
  }
86
- export var DataUploadFrequency;
87
- (function (DataUploadFrequency) {
88
- DataUploadFrequency["PT10M"] = "PT10M";
89
- DataUploadFrequency["PT15M"] = "PT15M";
90
- DataUploadFrequency["PT1H"] = "PT1H";
91
- DataUploadFrequency["PT30M"] = "PT30M";
92
- DataUploadFrequency["PT5M"] = "PT5M";
93
- })(DataUploadFrequency || (DataUploadFrequency = {}));
94
- export var InferenceSchedulerStatus;
95
- (function (InferenceSchedulerStatus) {
96
- InferenceSchedulerStatus["PENDING"] = "PENDING";
97
- InferenceSchedulerStatus["RUNNING"] = "RUNNING";
98
- InferenceSchedulerStatus["STOPPED"] = "STOPPED";
99
- InferenceSchedulerStatus["STOPPING"] = "STOPPING";
100
- })(InferenceSchedulerStatus || (InferenceSchedulerStatus = {}));
85
+ export const DataUploadFrequency = {
86
+ PT10M: "PT10M",
87
+ PT15M: "PT15M",
88
+ PT1H: "PT1H",
89
+ PT30M: "PT30M",
90
+ PT5M: "PT5M",
91
+ };
92
+ export const InferenceSchedulerStatus = {
93
+ PENDING: "PENDING",
94
+ RUNNING: "RUNNING",
95
+ STOPPED: "STOPPED",
96
+ STOPPING: "STOPPING",
97
+ };
101
98
  export class ResourceNotFoundException extends __BaseException {
102
99
  constructor(opts) {
103
100
  super({
@@ -111,57 +108,49 @@ export class ResourceNotFoundException extends __BaseException {
111
108
  this.Message = opts.Message;
112
109
  }
113
110
  }
114
- export var LabelRating;
115
- (function (LabelRating) {
116
- LabelRating["ANOMALY"] = "ANOMALY";
117
- LabelRating["NEUTRAL"] = "NEUTRAL";
118
- LabelRating["NO_ANOMALY"] = "NO_ANOMALY";
119
- })(LabelRating || (LabelRating = {}));
120
- export var TargetSamplingRate;
121
- (function (TargetSamplingRate) {
122
- TargetSamplingRate["PT10M"] = "PT10M";
123
- TargetSamplingRate["PT10S"] = "PT10S";
124
- TargetSamplingRate["PT15M"] = "PT15M";
125
- TargetSamplingRate["PT15S"] = "PT15S";
126
- TargetSamplingRate["PT1H"] = "PT1H";
127
- TargetSamplingRate["PT1M"] = "PT1M";
128
- TargetSamplingRate["PT1S"] = "PT1S";
129
- TargetSamplingRate["PT30M"] = "PT30M";
130
- TargetSamplingRate["PT30S"] = "PT30S";
131
- TargetSamplingRate["PT5M"] = "PT5M";
132
- TargetSamplingRate["PT5S"] = "PT5S";
133
- })(TargetSamplingRate || (TargetSamplingRate = {}));
134
- export var ModelStatus;
135
- (function (ModelStatus) {
136
- ModelStatus["FAILED"] = "FAILED";
137
- ModelStatus["IN_PROGRESS"] = "IN_PROGRESS";
138
- ModelStatus["SUCCESS"] = "SUCCESS";
139
- })(ModelStatus || (ModelStatus = {}));
140
- export var IngestionJobStatus;
141
- (function (IngestionJobStatus) {
142
- IngestionJobStatus["FAILED"] = "FAILED";
143
- IngestionJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
144
- IngestionJobStatus["SUCCESS"] = "SUCCESS";
145
- })(IngestionJobStatus || (IngestionJobStatus = {}));
146
- export var LatestInferenceResult;
147
- (function (LatestInferenceResult) {
148
- LatestInferenceResult["ANOMALOUS"] = "ANOMALOUS";
149
- LatestInferenceResult["NORMAL"] = "NORMAL";
150
- })(LatestInferenceResult || (LatestInferenceResult = {}));
151
- export var InferenceExecutionStatus;
152
- (function (InferenceExecutionStatus) {
153
- InferenceExecutionStatus["FAILED"] = "FAILED";
154
- InferenceExecutionStatus["IN_PROGRESS"] = "IN_PROGRESS";
155
- InferenceExecutionStatus["SUCCESS"] = "SUCCESS";
156
- })(InferenceExecutionStatus || (InferenceExecutionStatus = {}));
157
- export var StatisticalIssueStatus;
158
- (function (StatisticalIssueStatus) {
159
- StatisticalIssueStatus["NO_ISSUE_DETECTED"] = "NO_ISSUE_DETECTED";
160
- StatisticalIssueStatus["POTENTIAL_ISSUE_DETECTED"] = "POTENTIAL_ISSUE_DETECTED";
161
- })(StatisticalIssueStatus || (StatisticalIssueStatus = {}));
162
- export var Monotonicity;
163
- (function (Monotonicity) {
164
- Monotonicity["DECREASING"] = "DECREASING";
165
- Monotonicity["INCREASING"] = "INCREASING";
166
- Monotonicity["STATIC"] = "STATIC";
167
- })(Monotonicity || (Monotonicity = {}));
111
+ export const LabelRating = {
112
+ ANOMALY: "ANOMALY",
113
+ NEUTRAL: "NEUTRAL",
114
+ NO_ANOMALY: "NO_ANOMALY",
115
+ };
116
+ export const TargetSamplingRate = {
117
+ PT10M: "PT10M",
118
+ PT10S: "PT10S",
119
+ PT15M: "PT15M",
120
+ PT15S: "PT15S",
121
+ PT1H: "PT1H",
122
+ PT1M: "PT1M",
123
+ PT1S: "PT1S",
124
+ PT30M: "PT30M",
125
+ PT30S: "PT30S",
126
+ PT5M: "PT5M",
127
+ PT5S: "PT5S",
128
+ };
129
+ export const ModelStatus = {
130
+ FAILED: "FAILED",
131
+ IN_PROGRESS: "IN_PROGRESS",
132
+ SUCCESS: "SUCCESS",
133
+ };
134
+ export const IngestionJobStatus = {
135
+ FAILED: "FAILED",
136
+ IN_PROGRESS: "IN_PROGRESS",
137
+ SUCCESS: "SUCCESS",
138
+ };
139
+ export const LatestInferenceResult = {
140
+ ANOMALOUS: "ANOMALOUS",
141
+ NORMAL: "NORMAL",
142
+ };
143
+ export const InferenceExecutionStatus = {
144
+ FAILED: "FAILED",
145
+ IN_PROGRESS: "IN_PROGRESS",
146
+ SUCCESS: "SUCCESS",
147
+ };
148
+ export const StatisticalIssueStatus = {
149
+ NO_ISSUE_DETECTED: "NO_ISSUE_DETECTED",
150
+ POTENTIAL_ISSUE_DETECTED: "POTENTIAL_ISSUE_DETECTED",
151
+ };
152
+ export const Monotonicity = {
153
+ DECREASING: "DECREASING",
154
+ INCREASING: "INCREASING",
155
+ STATIC: "STATIC",
156
+ };
@@ -29,15 +29,15 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
29
29
  * import { LookoutEquipmentClient, CreateDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
30
30
  * // const { LookoutEquipmentClient, CreateDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
31
31
  * const client = new LookoutEquipmentClient(config);
32
- * const input = {
32
+ * const input = { // CreateDatasetRequest
33
33
  * DatasetName: "STRING_VALUE", // required
34
- * DatasetSchema: {
34
+ * DatasetSchema: { // DatasetSchema
35
35
  * InlineDataSchema: "STRING_VALUE",
36
36
  * },
37
37
  * ServerSideKmsKeyId: "STRING_VALUE",
38
38
  * ClientToken: "STRING_VALUE", // required
39
- * Tags: [
40
- * {
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE", // required
43
43
  * },
@@ -30,24 +30,24 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
30
30
  * import { LookoutEquipmentClient, CreateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
31
31
  * // const { LookoutEquipmentClient, CreateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
32
32
  * const client = new LookoutEquipmentClient(config);
33
- * const input = {
33
+ * const input = { // CreateInferenceSchedulerRequest
34
34
  * ModelName: "STRING_VALUE", // required
35
35
  * InferenceSchedulerName: "STRING_VALUE", // required
36
36
  * DataDelayOffsetInMinutes: Number("long"),
37
37
  * DataUploadFrequency: "PT5M" || "PT10M" || "PT15M" || "PT30M" || "PT1H", // required
38
- * DataInputConfiguration: {
39
- * S3InputConfiguration: {
38
+ * DataInputConfiguration: { // InferenceInputConfiguration
39
+ * S3InputConfiguration: { // InferenceS3InputConfiguration
40
40
  * Bucket: "STRING_VALUE", // required
41
41
  * Prefix: "STRING_VALUE",
42
42
  * },
43
43
  * InputTimeZoneOffset: "STRING_VALUE",
44
- * InferenceInputNameConfiguration: {
44
+ * InferenceInputNameConfiguration: { // InferenceInputNameConfiguration
45
45
  * TimestampFormat: "STRING_VALUE",
46
46
  * ComponentTimestampDelimiter: "STRING_VALUE",
47
47
  * },
48
48
  * },
49
- * DataOutputConfiguration: {
50
- * S3OutputConfiguration: {
49
+ * DataOutputConfiguration: { // InferenceOutputConfiguration
50
+ * S3OutputConfiguration: { // InferenceS3OutputConfiguration
51
51
  * Bucket: "STRING_VALUE", // required
52
52
  * Prefix: "STRING_VALUE",
53
53
  * },
@@ -56,8 +56,8 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
56
56
  * RoleArn: "STRING_VALUE", // required
57
57
  * ServerSideKmsKeyId: "STRING_VALUE",
58
58
  * ClientToken: "STRING_VALUE", // required
59
- * Tags: [
60
- * {
59
+ * Tags: [ // TagList
60
+ * { // Tag
61
61
  * Key: "STRING_VALUE", // required
62
62
  * Value: "STRING_VALUE", // required
63
63
  * },
@@ -28,7 +28,7 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
28
28
  * import { LookoutEquipmentClient, CreateLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, CreateLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // CreateLabelRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
33
  * StartTime: new Date("TIMESTAMP"), // required
34
34
  * EndTime: new Date("TIMESTAMP"), // required
@@ -28,14 +28,14 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
28
28
  * import { LookoutEquipmentClient, CreateLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, CreateLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // CreateLabelGroupRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
- * FaultCodes: [
33
+ * FaultCodes: [ // FaultCodes
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * ClientToken: "STRING_VALUE", // required
37
- * Tags: [
38
- * {
37
+ * Tags: [ // TagList
38
+ * { // Tag
39
39
  * Key: "STRING_VALUE", // required
40
40
  * Value: "STRING_VALUE", // required
41
41
  * },
@@ -34,14 +34,14 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
34
34
  * import { LookoutEquipmentClient, CreateModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
35
35
  * // const { LookoutEquipmentClient, CreateModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
36
36
  * const client = new LookoutEquipmentClient(config);
37
- * const input = {
37
+ * const input = { // CreateModelRequest
38
38
  * ModelName: "STRING_VALUE", // required
39
39
  * DatasetName: "STRING_VALUE", // required
40
- * DatasetSchema: {
40
+ * DatasetSchema: { // DatasetSchema
41
41
  * InlineDataSchema: "STRING_VALUE",
42
42
  * },
43
- * LabelsInputConfiguration: {
44
- * S3InputConfiguration: {
43
+ * LabelsInputConfiguration: { // LabelsInputConfiguration
44
+ * S3InputConfiguration: { // LabelsS3InputConfiguration
45
45
  * Bucket: "STRING_VALUE", // required
46
46
  * Prefix: "STRING_VALUE",
47
47
  * },
@@ -53,12 +53,12 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
53
53
  * EvaluationDataStartTime: new Date("TIMESTAMP"),
54
54
  * EvaluationDataEndTime: new Date("TIMESTAMP"),
55
55
  * RoleArn: "STRING_VALUE",
56
- * DataPreProcessingConfiguration: {
56
+ * DataPreProcessingConfiguration: { // DataPreProcessingConfiguration
57
57
  * TargetSamplingRate: "PT1S" || "PT5S" || "PT10S" || "PT15S" || "PT30S" || "PT1M" || "PT5M" || "PT10M" || "PT15M" || "PT30M" || "PT1H",
58
58
  * },
59
59
  * ServerSideKmsKeyId: "STRING_VALUE",
60
- * Tags: [
61
- * {
60
+ * Tags: [ // TagList
61
+ * { // Tag
62
62
  * Key: "STRING_VALUE", // required
63
63
  * Value: "STRING_VALUE", // required
64
64
  * },
@@ -30,7 +30,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
30
30
  * import { LookoutEquipmentClient, DeleteDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
31
31
  * // const { LookoutEquipmentClient, DeleteDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
32
32
  * const client = new LookoutEquipmentClient(config);
33
- * const input = {
33
+ * const input = { // DeleteDatasetRequest
34
34
  * DatasetName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeleteDatasetCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
27
27
  * import { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // DeleteInferenceSchedulerRequest
31
31
  * InferenceSchedulerName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteInferenceSchedulerCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
28
28
  * import { LookoutEquipmentClient, DeleteLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DeleteLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DeleteLabelRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
33
  * LabelId: "STRING_VALUE", // required
34
34
  * };
@@ -28,7 +28,7 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
28
28
  * import { LookoutEquipmentClient, DeleteLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DeleteLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DeleteLabelGroupRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteLabelGroupCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
28
28
  * import { LookoutEquipmentClient, DeleteModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DeleteModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DeleteModelRequest
32
32
  * ModelName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteModelCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
27
27
  * import { LookoutEquipmentClient, DescribeDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, DescribeDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDataIngestionJobRequest
31
31
  * JobId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeDataIngestionJobCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
27
27
  * import { LookoutEquipmentClient, DescribeDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, DescribeDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDatasetRequest
31
31
  * DatasetName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeDatasetCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen
27
27
  * import { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, DescribeInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // DescribeInferenceSchedulerRequest
31
31
  * InferenceSchedulerName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeInferenceSchedulerCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
28
28
  * import { LookoutEquipmentClient, DescribeLabelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DescribeLabelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DescribeLabelRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
33
  * LabelId: "STRING_VALUE", // required
34
34
  * };
@@ -28,7 +28,7 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
28
28
  * import { LookoutEquipmentClient, DescribeLabelGroupCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DescribeLabelGroupCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DescribeLabelGroupRequest
32
32
  * LabelGroupName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DescribeLabelGroupCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
28
28
  * import { LookoutEquipmentClient, DescribeModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, DescribeModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // DescribeModelRequest
32
32
  * ModelName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DescribeModelCommand(input);
@@ -27,7 +27,7 @@ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJob
27
27
  * import { LookoutEquipmentClient, ListDataIngestionJobsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, ListDataIngestionJobsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // ListDataIngestionJobsRequest
31
31
  * DatasetName: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
27
27
  * import { LookoutEquipmentClient, ListDatasetsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, ListDatasetsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // ListDatasetsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * DatasetNameBeginsWith: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListInferenceEventsCommandOutput extends ListInferenceEventsRes
27
27
  * import { LookoutEquipmentClient, ListInferenceEventsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, ListInferenceEventsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // ListInferenceEventsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * InferenceSchedulerName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecu
27
27
  * import { LookoutEquipmentClient, ListInferenceExecutionsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, ListInferenceExecutionsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // ListInferenceExecutionsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * InferenceSchedulerName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface ListInferenceSchedulersCommandOutput extends ListInferenceSched
27
27
  * import { LookoutEquipmentClient, ListInferenceSchedulersCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
28
28
  * // const { LookoutEquipmentClient, ListInferenceSchedulersCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
29
29
  * const client = new LookoutEquipmentClient(config);
30
- * const input = {
30
+ * const input = { // ListInferenceSchedulersRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * InferenceSchedulerNameBeginsWith: "STRING_VALUE",
@@ -28,7 +28,7 @@ export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, _
28
28
  * import { LookoutEquipmentClient, ListLabelGroupsCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
29
29
  * // const { LookoutEquipmentClient, ListLabelGroupsCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
30
30
  * const client = new LookoutEquipmentClient(config);
31
- * const input = {
31
+ * const input = { // ListLabelGroupsRequest
32
32
  * LabelGroupNameBeginsWith: "STRING_VALUE",
33
33
  * NextToken: "STRING_VALUE",
34
34
  * MaxResults: Number("int"),