Values_1.CreateFleetMetricResponseSourceCreates a fleet metric. Requires permission to access the CreateFleetMetric action.
type nonrec t = {metricName : Values_0.FleetMetricName.t option;The name of the fleet metric to create.
*)metricArn : Values_0.FleetMetricArn.t option;The Amazon Resource Name (ARN) of the new fleet metric.
*)}type nonrec error = [ | `IndexNotReadyException of Values_0.IndexNotReadyException.t| `InternalFailureException of Values_0.InternalFailureException.t| `InvalidAggregationException of Values_0.InvalidAggregationException.t| `InvalidQueryException of Values_0.InvalidQueryException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `LimitExceededException of Values_0.LimitExceededException.t| `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidAggregationException of Values_0.InvalidAggregationException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidAggregationException of Values_0.InvalidAggregationException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.FleetMetricName.t ]) list ]