Values.CreateGroupResponseSourceCreates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.
type nonrec t = {arn : string option;The ARN of the definition.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the definition was created.
*)id : string option;The ID of the definition.
*)lastUpdatedTimestamp : string option;The time, in milliseconds since the epoch, when the definition was last updated.
*)latestVersion : string option;The ID of the latest version associated with the definition.
*)latestVersionArn : string option;The ARN of the latest version associated with the definition.
*)name : string option;The name of the definition.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]