aws-sdk-lookoutequipment 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutequipment/client.rb +452 -21
- data/lib/aws-sdk-lookoutequipment/client_api.rb +268 -1
- data/lib/aws-sdk-lookoutequipment/types.rb +652 -25
- data/lib/aws-sdk-lookoutequipment.rb +1 -1
- metadata +2 -2
@@ -18,6 +18,7 @@ module Aws::LookoutEquipment
|
|
18
18
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
19
19
|
BoundedLengthString = Shapes::StringShape.new(name: 'BoundedLengthString')
|
20
20
|
CategoricalValues = Shapes::StructureShape.new(name: 'CategoricalValues')
|
21
|
+
Comments = Shapes::StringShape.new(name: 'Comments')
|
21
22
|
ComponentName = Shapes::StringShape.new(name: 'ComponentName')
|
22
23
|
ComponentTimestampDelimiter = Shapes::StringShape.new(name: 'ComponentTimestampDelimiter')
|
23
24
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -26,6 +27,10 @@ module Aws::LookoutEquipment
|
|
26
27
|
CreateDatasetResponse = Shapes::StructureShape.new(name: 'CreateDatasetResponse')
|
27
28
|
CreateInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'CreateInferenceSchedulerRequest')
|
28
29
|
CreateInferenceSchedulerResponse = Shapes::StructureShape.new(name: 'CreateInferenceSchedulerResponse')
|
30
|
+
CreateLabelGroupRequest = Shapes::StructureShape.new(name: 'CreateLabelGroupRequest')
|
31
|
+
CreateLabelGroupResponse = Shapes::StructureShape.new(name: 'CreateLabelGroupResponse')
|
32
|
+
CreateLabelRequest = Shapes::StructureShape.new(name: 'CreateLabelRequest')
|
33
|
+
CreateLabelResponse = Shapes::StructureShape.new(name: 'CreateLabelResponse')
|
29
34
|
CreateModelRequest = Shapes::StructureShape.new(name: 'CreateModelRequest')
|
30
35
|
CreateModelResponse = Shapes::StructureShape.new(name: 'CreateModelResponse')
|
31
36
|
DataDelayOffsetInMinutes = Shapes::IntegerShape.new(name: 'DataDelayOffsetInMinutes')
|
@@ -44,6 +49,8 @@ module Aws::LookoutEquipment
|
|
44
49
|
DatasetSummary = Shapes::StructureShape.new(name: 'DatasetSummary')
|
45
50
|
DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
|
46
51
|
DeleteInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'DeleteInferenceSchedulerRequest')
|
52
|
+
DeleteLabelGroupRequest = Shapes::StructureShape.new(name: 'DeleteLabelGroupRequest')
|
53
|
+
DeleteLabelRequest = Shapes::StructureShape.new(name: 'DeleteLabelRequest')
|
47
54
|
DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
|
48
55
|
DescribeDataIngestionJobRequest = Shapes::StructureShape.new(name: 'DescribeDataIngestionJobRequest')
|
49
56
|
DescribeDataIngestionJobResponse = Shapes::StructureShape.new(name: 'DescribeDataIngestionJobResponse')
|
@@ -51,10 +58,17 @@ module Aws::LookoutEquipment
|
|
51
58
|
DescribeDatasetResponse = Shapes::StructureShape.new(name: 'DescribeDatasetResponse')
|
52
59
|
DescribeInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'DescribeInferenceSchedulerRequest')
|
53
60
|
DescribeInferenceSchedulerResponse = Shapes::StructureShape.new(name: 'DescribeInferenceSchedulerResponse')
|
61
|
+
DescribeLabelGroupRequest = Shapes::StructureShape.new(name: 'DescribeLabelGroupRequest')
|
62
|
+
DescribeLabelGroupResponse = Shapes::StructureShape.new(name: 'DescribeLabelGroupResponse')
|
63
|
+
DescribeLabelRequest = Shapes::StructureShape.new(name: 'DescribeLabelRequest')
|
64
|
+
DescribeLabelResponse = Shapes::StructureShape.new(name: 'DescribeLabelResponse')
|
54
65
|
DescribeModelRequest = Shapes::StructureShape.new(name: 'DescribeModelRequest')
|
55
66
|
DescribeModelResponse = Shapes::StructureShape.new(name: 'DescribeModelResponse')
|
56
67
|
DuplicateTimestamps = Shapes::StructureShape.new(name: 'DuplicateTimestamps')
|
68
|
+
Equipment = Shapes::StringShape.new(name: 'Equipment')
|
57
69
|
EventDurationInSeconds = Shapes::IntegerShape.new(name: 'EventDurationInSeconds')
|
70
|
+
FaultCode = Shapes::StringShape.new(name: 'FaultCode')
|
71
|
+
FaultCodes = Shapes::ListShape.new(name: 'FaultCodes')
|
58
72
|
FileNameTimestampFormat = Shapes::StringShape.new(name: 'FileNameTimestampFormat')
|
59
73
|
Float = Shapes::FloatShape.new(name: 'Float')
|
60
74
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
@@ -87,9 +101,18 @@ module Aws::LookoutEquipment
|
|
87
101
|
InvalidSensorData = Shapes::StructureShape.new(name: 'InvalidSensorData')
|
88
102
|
KeyPattern = Shapes::StringShape.new(name: 'KeyPattern')
|
89
103
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
104
|
+
LabelGroupArn = Shapes::StringShape.new(name: 'LabelGroupArn')
|
105
|
+
LabelGroupName = Shapes::StringShape.new(name: 'LabelGroupName')
|
106
|
+
LabelGroupSummaries = Shapes::ListShape.new(name: 'LabelGroupSummaries')
|
107
|
+
LabelGroupSummary = Shapes::StructureShape.new(name: 'LabelGroupSummary')
|
108
|
+
LabelId = Shapes::StringShape.new(name: 'LabelId')
|
109
|
+
LabelRating = Shapes::StringShape.new(name: 'LabelRating')
|
110
|
+
LabelSummaries = Shapes::ListShape.new(name: 'LabelSummaries')
|
111
|
+
LabelSummary = Shapes::StructureShape.new(name: 'LabelSummary')
|
90
112
|
LabelsInputConfiguration = Shapes::StructureShape.new(name: 'LabelsInputConfiguration')
|
91
113
|
LabelsS3InputConfiguration = Shapes::StructureShape.new(name: 'LabelsS3InputConfiguration')
|
92
114
|
LargeTimestampGaps = Shapes::StructureShape.new(name: 'LargeTimestampGaps')
|
115
|
+
LatestInferenceResult = Shapes::StringShape.new(name: 'LatestInferenceResult')
|
93
116
|
ListDataIngestionJobsRequest = Shapes::StructureShape.new(name: 'ListDataIngestionJobsRequest')
|
94
117
|
ListDataIngestionJobsResponse = Shapes::StructureShape.new(name: 'ListDataIngestionJobsResponse')
|
95
118
|
ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
|
@@ -100,6 +123,10 @@ module Aws::LookoutEquipment
|
|
100
123
|
ListInferenceExecutionsResponse = Shapes::StructureShape.new(name: 'ListInferenceExecutionsResponse')
|
101
124
|
ListInferenceSchedulersRequest = Shapes::StructureShape.new(name: 'ListInferenceSchedulersRequest')
|
102
125
|
ListInferenceSchedulersResponse = Shapes::StructureShape.new(name: 'ListInferenceSchedulersResponse')
|
126
|
+
ListLabelGroupsRequest = Shapes::StructureShape.new(name: 'ListLabelGroupsRequest')
|
127
|
+
ListLabelGroupsResponse = Shapes::StructureShape.new(name: 'ListLabelGroupsResponse')
|
128
|
+
ListLabelsRequest = Shapes::StructureShape.new(name: 'ListLabelsRequest')
|
129
|
+
ListLabelsResponse = Shapes::StructureShape.new(name: 'ListLabelsResponse')
|
103
130
|
ListModelsRequest = Shapes::StructureShape.new(name: 'ListModelsRequest')
|
104
131
|
ListModelsResponse = Shapes::StructureShape.new(name: 'ListModelsResponse')
|
105
132
|
ListOfDiscardedFiles = Shapes::ListShape.new(name: 'ListOfDiscardedFiles')
|
@@ -154,6 +181,7 @@ module Aws::LookoutEquipment
|
|
154
181
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
155
182
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
156
183
|
UpdateInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'UpdateInferenceSchedulerRequest')
|
184
|
+
UpdateLabelGroupRequest = Shapes::StructureShape.new(name: 'UpdateLabelGroupRequest')
|
157
185
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
158
186
|
|
159
187
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Message"))
|
@@ -199,6 +227,29 @@ module Aws::LookoutEquipment
|
|
199
227
|
CreateInferenceSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: InferenceSchedulerStatus, location_name: "Status"))
|
200
228
|
CreateInferenceSchedulerResponse.struct_class = Types::CreateInferenceSchedulerResponse
|
201
229
|
|
230
|
+
CreateLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
231
|
+
CreateLabelGroupRequest.add_member(:fault_codes, Shapes::ShapeRef.new(shape: FaultCodes, location_name: "FaultCodes"))
|
232
|
+
CreateLabelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
233
|
+
CreateLabelGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
234
|
+
CreateLabelGroupRequest.struct_class = Types::CreateLabelGroupRequest
|
235
|
+
|
236
|
+
CreateLabelGroupResponse.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
237
|
+
CreateLabelGroupResponse.add_member(:label_group_arn, Shapes::ShapeRef.new(shape: LabelGroupArn, location_name: "LabelGroupArn"))
|
238
|
+
CreateLabelGroupResponse.struct_class = Types::CreateLabelGroupResponse
|
239
|
+
|
240
|
+
CreateLabelRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
241
|
+
CreateLabelRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
242
|
+
CreateLabelRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
|
243
|
+
CreateLabelRequest.add_member(:rating, Shapes::ShapeRef.new(shape: LabelRating, required: true, location_name: "Rating"))
|
244
|
+
CreateLabelRequest.add_member(:fault_code, Shapes::ShapeRef.new(shape: FaultCode, location_name: "FaultCode"))
|
245
|
+
CreateLabelRequest.add_member(:notes, Shapes::ShapeRef.new(shape: Comments, location_name: "Notes"))
|
246
|
+
CreateLabelRequest.add_member(:equipment, Shapes::ShapeRef.new(shape: Equipment, location_name: "Equipment"))
|
247
|
+
CreateLabelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
248
|
+
CreateLabelRequest.struct_class = Types::CreateLabelRequest
|
249
|
+
|
250
|
+
CreateLabelResponse.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, location_name: "LabelId"))
|
251
|
+
CreateLabelResponse.struct_class = Types::CreateLabelResponse
|
252
|
+
|
202
253
|
CreateModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
203
254
|
CreateModelRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "DatasetName"))
|
204
255
|
CreateModelRequest.add_member(:dataset_schema, Shapes::ShapeRef.new(shape: DatasetSchema, location_name: "DatasetSchema"))
|
@@ -255,6 +306,13 @@ module Aws::LookoutEquipment
|
|
255
306
|
DeleteInferenceSchedulerRequest.add_member(:inference_scheduler_name, Shapes::ShapeRef.new(shape: InferenceSchedulerIdentifier, required: true, location_name: "InferenceSchedulerName"))
|
256
307
|
DeleteInferenceSchedulerRequest.struct_class = Types::DeleteInferenceSchedulerRequest
|
257
308
|
|
309
|
+
DeleteLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
310
|
+
DeleteLabelGroupRequest.struct_class = Types::DeleteLabelGroupRequest
|
311
|
+
|
312
|
+
DeleteLabelRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
313
|
+
DeleteLabelRequest.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, required: true, location_name: "LabelId"))
|
314
|
+
DeleteLabelRequest.struct_class = Types::DeleteLabelRequest
|
315
|
+
|
258
316
|
DeleteModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
259
317
|
DeleteModelRequest.struct_class = Types::DeleteModelRequest
|
260
318
|
|
@@ -310,8 +368,35 @@ module Aws::LookoutEquipment
|
|
310
368
|
DescribeInferenceSchedulerResponse.add_member(:data_output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, location_name: "DataOutputConfiguration"))
|
311
369
|
DescribeInferenceSchedulerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
312
370
|
DescribeInferenceSchedulerResponse.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "ServerSideKmsKeyId"))
|
371
|
+
DescribeInferenceSchedulerResponse.add_member(:latest_inference_result, Shapes::ShapeRef.new(shape: LatestInferenceResult, location_name: "LatestInferenceResult"))
|
313
372
|
DescribeInferenceSchedulerResponse.struct_class = Types::DescribeInferenceSchedulerResponse
|
314
373
|
|
374
|
+
DescribeLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
375
|
+
DescribeLabelGroupRequest.struct_class = Types::DescribeLabelGroupRequest
|
376
|
+
|
377
|
+
DescribeLabelGroupResponse.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
378
|
+
DescribeLabelGroupResponse.add_member(:label_group_arn, Shapes::ShapeRef.new(shape: LabelGroupArn, location_name: "LabelGroupArn"))
|
379
|
+
DescribeLabelGroupResponse.add_member(:fault_codes, Shapes::ShapeRef.new(shape: FaultCodes, location_name: "FaultCodes"))
|
380
|
+
DescribeLabelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
381
|
+
DescribeLabelGroupResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
382
|
+
DescribeLabelGroupResponse.struct_class = Types::DescribeLabelGroupResponse
|
383
|
+
|
384
|
+
DescribeLabelRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
385
|
+
DescribeLabelRequest.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, required: true, location_name: "LabelId"))
|
386
|
+
DescribeLabelRequest.struct_class = Types::DescribeLabelRequest
|
387
|
+
|
388
|
+
DescribeLabelResponse.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
389
|
+
DescribeLabelResponse.add_member(:label_group_arn, Shapes::ShapeRef.new(shape: LabelGroupArn, location_name: "LabelGroupArn"))
|
390
|
+
DescribeLabelResponse.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, location_name: "LabelId"))
|
391
|
+
DescribeLabelResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
392
|
+
DescribeLabelResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
393
|
+
DescribeLabelResponse.add_member(:rating, Shapes::ShapeRef.new(shape: LabelRating, location_name: "Rating"))
|
394
|
+
DescribeLabelResponse.add_member(:fault_code, Shapes::ShapeRef.new(shape: FaultCode, location_name: "FaultCode"))
|
395
|
+
DescribeLabelResponse.add_member(:notes, Shapes::ShapeRef.new(shape: Comments, location_name: "Notes"))
|
396
|
+
DescribeLabelResponse.add_member(:equipment, Shapes::ShapeRef.new(shape: Equipment, location_name: "Equipment"))
|
397
|
+
DescribeLabelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
398
|
+
DescribeLabelResponse.struct_class = Types::DescribeLabelResponse
|
399
|
+
|
315
400
|
DescribeModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
316
401
|
DescribeModelRequest.struct_class = Types::DescribeModelRequest
|
317
402
|
|
@@ -341,6 +426,8 @@ module Aws::LookoutEquipment
|
|
341
426
|
DuplicateTimestamps.add_member(:total_number_of_duplicate_timestamps, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalNumberOfDuplicateTimestamps"))
|
342
427
|
DuplicateTimestamps.struct_class = Types::DuplicateTimestamps
|
343
428
|
|
429
|
+
FaultCodes.member = Shapes::ShapeRef.new(shape: FaultCode)
|
430
|
+
|
344
431
|
InferenceEventSummaries.member = Shapes::ShapeRef.new(shape: InferenceEventSummary)
|
345
432
|
|
346
433
|
InferenceEventSummary.add_member(:inference_scheduler_arn, Shapes::ShapeRef.new(shape: InferenceSchedulerArn, location_name: "InferenceSchedulerArn"))
|
@@ -397,6 +484,7 @@ module Aws::LookoutEquipment
|
|
397
484
|
InferenceSchedulerSummary.add_member(:status, Shapes::ShapeRef.new(shape: InferenceSchedulerStatus, location_name: "Status"))
|
398
485
|
InferenceSchedulerSummary.add_member(:data_delay_offset_in_minutes, Shapes::ShapeRef.new(shape: DataDelayOffsetInMinutes, location_name: "DataDelayOffsetInMinutes"))
|
399
486
|
InferenceSchedulerSummary.add_member(:data_upload_frequency, Shapes::ShapeRef.new(shape: DataUploadFrequency, location_name: "DataUploadFrequency"))
|
487
|
+
InferenceSchedulerSummary.add_member(:latest_inference_result, Shapes::ShapeRef.new(shape: LatestInferenceResult, location_name: "LatestInferenceResult"))
|
400
488
|
InferenceSchedulerSummary.struct_class = Types::InferenceSchedulerSummary
|
401
489
|
|
402
490
|
IngestedFilesSummary.add_member(:total_number_of_files, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalNumberOfFiles"))
|
@@ -423,7 +511,29 @@ module Aws::LookoutEquipment
|
|
423
511
|
InvalidSensorData.add_member(:total_number_of_invalid_values, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalNumberOfInvalidValues"))
|
424
512
|
InvalidSensorData.struct_class = Types::InvalidSensorData
|
425
513
|
|
426
|
-
|
514
|
+
LabelGroupSummaries.member = Shapes::ShapeRef.new(shape: LabelGroupSummary)
|
515
|
+
|
516
|
+
LabelGroupSummary.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
517
|
+
LabelGroupSummary.add_member(:label_group_arn, Shapes::ShapeRef.new(shape: LabelGroupArn, location_name: "LabelGroupArn"))
|
518
|
+
LabelGroupSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
519
|
+
LabelGroupSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
520
|
+
LabelGroupSummary.struct_class = Types::LabelGroupSummary
|
521
|
+
|
522
|
+
LabelSummaries.member = Shapes::ShapeRef.new(shape: LabelSummary)
|
523
|
+
|
524
|
+
LabelSummary.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
525
|
+
LabelSummary.add_member(:label_id, Shapes::ShapeRef.new(shape: LabelId, location_name: "LabelId"))
|
526
|
+
LabelSummary.add_member(:label_group_arn, Shapes::ShapeRef.new(shape: LabelGroupArn, location_name: "LabelGroupArn"))
|
527
|
+
LabelSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
528
|
+
LabelSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
529
|
+
LabelSummary.add_member(:rating, Shapes::ShapeRef.new(shape: LabelRating, location_name: "Rating"))
|
530
|
+
LabelSummary.add_member(:fault_code, Shapes::ShapeRef.new(shape: FaultCode, location_name: "FaultCode"))
|
531
|
+
LabelSummary.add_member(:equipment, Shapes::ShapeRef.new(shape: Equipment, location_name: "Equipment"))
|
532
|
+
LabelSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
533
|
+
LabelSummary.struct_class = Types::LabelSummary
|
534
|
+
|
535
|
+
LabelsInputConfiguration.add_member(:s3_input_configuration, Shapes::ShapeRef.new(shape: LabelsS3InputConfiguration, location_name: "S3InputConfiguration"))
|
536
|
+
LabelsInputConfiguration.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupName"))
|
427
537
|
LabelsInputConfiguration.struct_class = Types::LabelsInputConfiguration
|
428
538
|
|
429
539
|
LabelsS3InputConfiguration.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "Bucket"))
|
@@ -487,6 +597,28 @@ module Aws::LookoutEquipment
|
|
487
597
|
ListInferenceSchedulersResponse.add_member(:inference_scheduler_summaries, Shapes::ShapeRef.new(shape: InferenceSchedulerSummaries, location_name: "InferenceSchedulerSummaries"))
|
488
598
|
ListInferenceSchedulersResponse.struct_class = Types::ListInferenceSchedulersResponse
|
489
599
|
|
600
|
+
ListLabelGroupsRequest.add_member(:label_group_name_begins_with, Shapes::ShapeRef.new(shape: LabelGroupName, location_name: "LabelGroupNameBeginsWith"))
|
601
|
+
ListLabelGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
602
|
+
ListLabelGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
603
|
+
ListLabelGroupsRequest.struct_class = Types::ListLabelGroupsRequest
|
604
|
+
|
605
|
+
ListLabelGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
606
|
+
ListLabelGroupsResponse.add_member(:label_group_summaries, Shapes::ShapeRef.new(shape: LabelGroupSummaries, location_name: "LabelGroupSummaries"))
|
607
|
+
ListLabelGroupsResponse.struct_class = Types::ListLabelGroupsResponse
|
608
|
+
|
609
|
+
ListLabelsRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
610
|
+
ListLabelsRequest.add_member(:interval_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "IntervalStartTime"))
|
611
|
+
ListLabelsRequest.add_member(:interval_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "IntervalEndTime"))
|
612
|
+
ListLabelsRequest.add_member(:fault_code, Shapes::ShapeRef.new(shape: FaultCode, location_name: "FaultCode"))
|
613
|
+
ListLabelsRequest.add_member(:equipment, Shapes::ShapeRef.new(shape: Equipment, location_name: "Equipment"))
|
614
|
+
ListLabelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
615
|
+
ListLabelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
616
|
+
ListLabelsRequest.struct_class = Types::ListLabelsRequest
|
617
|
+
|
618
|
+
ListLabelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
619
|
+
ListLabelsResponse.add_member(:label_summaries, Shapes::ShapeRef.new(shape: LabelSummaries, location_name: "LabelSummaries"))
|
620
|
+
ListLabelsResponse.struct_class = Types::ListLabelsResponse
|
621
|
+
|
490
622
|
ListModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
491
623
|
ListModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
492
624
|
ListModelsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ModelStatus, location_name: "Status"))
|
@@ -634,6 +766,10 @@ module Aws::LookoutEquipment
|
|
634
766
|
UpdateInferenceSchedulerRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
635
767
|
UpdateInferenceSchedulerRequest.struct_class = Types::UpdateInferenceSchedulerRequest
|
636
768
|
|
769
|
+
UpdateLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
|
770
|
+
UpdateLabelGroupRequest.add_member(:fault_codes, Shapes::ShapeRef.new(shape: FaultCodes, location_name: "FaultCodes"))
|
771
|
+
UpdateLabelGroupRequest.struct_class = Types::UpdateLabelGroupRequest
|
772
|
+
|
637
773
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Message"))
|
638
774
|
ValidationException.struct_class = Types::ValidationException
|
639
775
|
|
@@ -685,6 +821,35 @@ module Aws::LookoutEquipment
|
|
685
821
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
686
822
|
end)
|
687
823
|
|
824
|
+
api.add_operation(:create_label, Seahorse::Model::Operation.new.tap do |o|
|
825
|
+
o.name = "CreateLabel"
|
826
|
+
o.http_method = "POST"
|
827
|
+
o.http_request_uri = "/"
|
828
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLabelRequest)
|
829
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLabelResponse)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
833
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
837
|
+
end)
|
838
|
+
|
839
|
+
api.add_operation(:create_label_group, Seahorse::Model::Operation.new.tap do |o|
|
840
|
+
o.name = "CreateLabelGroup"
|
841
|
+
o.http_method = "POST"
|
842
|
+
o.http_request_uri = "/"
|
843
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLabelGroupRequest)
|
844
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLabelGroupResponse)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
847
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
851
|
+
end)
|
852
|
+
|
688
853
|
api.add_operation(:create_model, Seahorse::Model::Operation.new.tap do |o|
|
689
854
|
o.name = "CreateModel"
|
690
855
|
o.http_method = "POST"
|
@@ -727,6 +892,32 @@ module Aws::LookoutEquipment
|
|
727
892
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
728
893
|
end)
|
729
894
|
|
895
|
+
api.add_operation(:delete_label, Seahorse::Model::Operation.new.tap do |o|
|
896
|
+
o.name = "DeleteLabel"
|
897
|
+
o.http_method = "POST"
|
898
|
+
o.http_request_uri = "/"
|
899
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLabelRequest)
|
900
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
906
|
+
end)
|
907
|
+
|
908
|
+
api.add_operation(:delete_label_group, Seahorse::Model::Operation.new.tap do |o|
|
909
|
+
o.name = "DeleteLabelGroup"
|
910
|
+
o.http_method = "POST"
|
911
|
+
o.http_request_uri = "/"
|
912
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLabelGroupRequest)
|
913
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
919
|
+
end)
|
920
|
+
|
730
921
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
731
922
|
o.name = "DeleteModel"
|
732
923
|
o.http_method = "POST"
|
@@ -779,6 +970,32 @@ module Aws::LookoutEquipment
|
|
779
970
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
780
971
|
end)
|
781
972
|
|
973
|
+
api.add_operation(:describe_label, Seahorse::Model::Operation.new.tap do |o|
|
974
|
+
o.name = "DescribeLabel"
|
975
|
+
o.http_method = "POST"
|
976
|
+
o.http_request_uri = "/"
|
977
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLabelRequest)
|
978
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLabelResponse)
|
979
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
980
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
984
|
+
end)
|
985
|
+
|
986
|
+
api.add_operation(:describe_label_group, Seahorse::Model::Operation.new.tap do |o|
|
987
|
+
o.name = "DescribeLabelGroup"
|
988
|
+
o.http_method = "POST"
|
989
|
+
o.http_request_uri = "/"
|
990
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLabelGroupRequest)
|
991
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLabelGroupResponse)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
995
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
996
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
997
|
+
end)
|
998
|
+
|
782
999
|
api.add_operation(:describe_model, Seahorse::Model::Operation.new.tap do |o|
|
783
1000
|
o.name = "DescribeModel"
|
784
1001
|
o.http_method = "POST"
|
@@ -884,6 +1101,42 @@ module Aws::LookoutEquipment
|
|
884
1101
|
)
|
885
1102
|
end)
|
886
1103
|
|
1104
|
+
api.add_operation(:list_label_groups, Seahorse::Model::Operation.new.tap do |o|
|
1105
|
+
o.name = "ListLabelGroups"
|
1106
|
+
o.http_method = "POST"
|
1107
|
+
o.http_request_uri = "/"
|
1108
|
+
o.input = Shapes::ShapeRef.new(shape: ListLabelGroupsRequest)
|
1109
|
+
o.output = Shapes::ShapeRef.new(shape: ListLabelGroupsResponse)
|
1110
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1114
|
+
o[:pager] = Aws::Pager.new(
|
1115
|
+
limit_key: "max_results",
|
1116
|
+
tokens: {
|
1117
|
+
"next_token" => "next_token"
|
1118
|
+
}
|
1119
|
+
)
|
1120
|
+
end)
|
1121
|
+
|
1122
|
+
api.add_operation(:list_labels, Seahorse::Model::Operation.new.tap do |o|
|
1123
|
+
o.name = "ListLabels"
|
1124
|
+
o.http_method = "POST"
|
1125
|
+
o.http_request_uri = "/"
|
1126
|
+
o.input = Shapes::ShapeRef.new(shape: ListLabelsRequest)
|
1127
|
+
o.output = Shapes::ShapeRef.new(shape: ListLabelsResponse)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1130
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1132
|
+
o[:pager] = Aws::Pager.new(
|
1133
|
+
limit_key: "max_results",
|
1134
|
+
tokens: {
|
1135
|
+
"next_token" => "next_token"
|
1136
|
+
}
|
1137
|
+
)
|
1138
|
+
end)
|
1139
|
+
|
887
1140
|
api.add_operation(:list_models, Seahorse::Model::Operation.new.tap do |o|
|
888
1141
|
o.name = "ListModels"
|
889
1142
|
o.http_method = "POST"
|
@@ -1017,6 +1270,20 @@ module Aws::LookoutEquipment
|
|
1017
1270
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1018
1271
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1019
1272
|
end)
|
1273
|
+
|
1274
|
+
api.add_operation(:update_label_group, Seahorse::Model::Operation.new.tap do |o|
|
1275
|
+
o.name = "UpdateLabelGroup"
|
1276
|
+
o.http_method = "POST"
|
1277
|
+
o.http_request_uri = "/"
|
1278
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLabelGroupRequest)
|
1279
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1280
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1281
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1286
|
+
end)
|
1020
1287
|
end
|
1021
1288
|
|
1022
1289
|
end
|