package aws-autoscaling

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. resource_id : Aws.BaseTypes.String.t;
  2. resource_type : Aws.BaseTypes.String.t;
  3. key : Aws.BaseTypes.String.t;
  4. value : Aws.BaseTypes.String.t;
  5. propagate_at_launch : Aws.BaseTypes.Boolean.t;
}
val make : resource_id:Aws.BaseTypes.String.t -> resource_type:Aws.BaseTypes.String.t -> key:Aws.BaseTypes.String.t -> value:Aws.BaseTypes.String.t -> propagate_at_launch:Aws.BaseTypes.Boolean.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t