Module Values.GroupVersionSource

Information about a group version.

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

    The ARN of the connector definition version for this group.

    *)
  2. coreDefinitionVersionArn : string option;
    (*

    The ARN of the core definition version for this group.

    *)
  3. deviceDefinitionVersionArn : string option;
    (*

    The ARN of the device definition version for this group.

    *)
  4. functionDefinitionVersionArn : string option;
    (*

    The ARN of the function definition version for this group.

    *)
  5. loggerDefinitionVersionArn : string option;
    (*

    The ARN of the logger definition version for this group.

    *)
  6. resourceDefinitionVersionArn : string option;
    (*

    The ARN of the resource definition version for this group.

    *)
  7. subscriptionDefinitionVersionArn : string option;
    (*

    The ARN of the subscription definition version for this group.

    *)
}
Sourceval make : ?connectorDefinitionVersionArn:??? -> ?coreDefinitionVersionArn:??? -> ?deviceDefinitionVersionArn:??? -> ?functionDefinitionVersionArn:??? -> ?loggerDefinitionVersionArn:??? -> ?resourceDefinitionVersionArn:??? -> ?subscriptionDefinitionVersionArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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