Values.CreateLabelGroupRequestSourceCreates a group of labels.
type nonrec t = {labelGroupName : LabelGroupName.t;Names a group of labels. Data in this field will be retained for service usage. Follow best practices for the security of your data.
*)faultCodes : FaultCodes.t option;The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group. Data in this field will be retained for service usage. Follow best practices for the security of your data.
*)clientToken : IdempotenceToken.t;A unique identifier for the request to create a label group. If you do not set the client request token, Lookout for Equipment generates one.
*)}val make :
?faultCodes:??? ->
?tags:??? ->
labelGroupName:LabelGroupName.t ->
clientToken:IdempotenceToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of FaultCode.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of LabelGroupName.t ])
list ]