Module Values.CreateResourceDefinitionVersionRequestSource

Creates a version of a resource definition that has already been defined.

Sourcetype nonrec t = {
  1. amznClientToken : string option;
    (*

    A client token used to correlate requests and responses.

    *)
  2. resourceDefinitionId : string;
    (*

    The ID of the resource definition.

    *)
  3. resources : Resource.t list option;
    (*

    A list of resources.

    *)
}
Sourceval context_ : string
Sourceval make : ?amznClientToken:??? -> ?resources:??? -> resourceDefinitionId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `String of string ]) list ]) list ]) list ]) list ] list | `String of string ]) 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