Provides a list of labels.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_labels/ for full documentation.
lookoutequipment_list_labels(
LabelGroupName,
IntervalStartTime = NULL,
IntervalEndTime = NULL,
FaultCode = NULL,
Equipment = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] Returns the name of the label group.
Returns all the labels with a end time equal to or later than the start time given.
Returns all labels with a start time earlier than the end time given.
Returns labels with a particular fault code.
Lists the labels that pertain to a particular piece of equipment.
An opaque pagination token indicating where to continue the listing of label groups.
Specifies the maximum number of labels to list.