Module Values_2.UnsuccessfulInstanceCreditSpecificationItemSource

Describes the burstable performance instance whose credit option for CPU usage was not modified.

Sourcetype nonrec t = {
  1. instanceId : Values_0.String_.t option;
    (*

    The ID of the instance.

    *)
  2. error : Values_1.UnsuccessfulInstanceCreditSpecificationItemError.t option;
    (*

    The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.

    *)
}
Sourceval make : ?instanceId:??? -> ?error:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t