Module Values_6.DescribeMacHostsRequestSource

Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.

Sourcetype nonrec t = {
  1. filters : Values_3.FilterList.t option;
    (*

    The filters. availability-zone - The Availability Zone of the EC2 Mac Dedicated Host. instance-type - The instance type size that the EC2 Mac Dedicated Host is configured to support.

    *)
  2. hostIds : Values_3.RequestHostIdList.t option;
    (*

    The IDs of the EC2 Mac Dedicated Hosts.

    *)
  3. maxResults : Values_3.DescribeMacHostsRequestMaxResults.t option;
    (*

    The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

    *)
  4. nextToken : Values_0.String_.t option;
    (*

    The token to use to retrieve the next page of results.

    *)
}
Sourceval make : ?filters:??? -> ?hostIds:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_3.DescribeMacHostsRequestMaxResults.t | `List of [> `String of Values_0.DedicatedHostId.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t ]) 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