Module Values.CreateGroupVersionRequestSource

Creates a version of a group which has already been defined.

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

    A client token used to correlate requests and responses.

    *)
  2. connectorDefinitionVersionArn : string option;
    (*

    The ARN of the connector definition version for this group.

    *)
  3. coreDefinitionVersionArn : string option;
    (*

    The ARN of the core definition version for this group.

    *)
  4. deviceDefinitionVersionArn : string option;
    (*

    The ARN of the device definition version for this group.

    *)
  5. functionDefinitionVersionArn : string option;
    (*

    The ARN of the function definition version for this group.

    *)
  6. groupId : string;
    (*

    The ID of the Greengrass group.

    *)
  7. loggerDefinitionVersionArn : string option;
    (*

    The ARN of the logger definition version for this group.

    *)
  8. resourceDefinitionVersionArn : string option;
    (*

    The ARN of the resource definition version for this group.

    *)
  9. subscriptionDefinitionVersionArn : string option;
    (*

    The ARN of the subscription definition version for this group.

    *)
}
Sourceval context_ : string
Sourceval make : ?amznClientToken:??? -> ?connectorDefinitionVersionArn:??? -> ?coreDefinitionVersionArn:??? -> ?deviceDefinitionVersionArn:??? -> ?functionDefinitionVersionArn:??? -> ?loggerDefinitionVersionArn:??? -> ?resourceDefinitionVersionArn:??? -> ?subscriptionDefinitionVersionArn:??? -> groupId:string -> 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