Values.CreateGroupVersionRequestSourceCreates a version of a group which has already been defined.
type nonrec t = {amznClientToken : string option;A client token used to correlate requests and responses.
*)connectorDefinitionVersionArn : string option;The ARN of the connector definition version for this group.
*)coreDefinitionVersionArn : string option;The ARN of the core definition version for this group.
*)deviceDefinitionVersionArn : string option;The ARN of the device definition version for this group.
*)functionDefinitionVersionArn : string option;The ARN of the function definition version for this group.
*)groupId : string;The ID of the Greengrass group.
*)loggerDefinitionVersionArn : string option;The ARN of the logger definition version for this group.
*)resourceDefinitionVersionArn : string option;The ARN of the resource definition version for this group.
*)subscriptionDefinitionVersionArn : string option;The ARN of the subscription definition version for this group.
*)}val make :
?amznClientToken:??? ->
?connectorDefinitionVersionArn:??? ->
?coreDefinitionVersionArn:??? ->
?deviceDefinitionVersionArn:??? ->
?functionDefinitionVersionArn:??? ->
?loggerDefinitionVersionArn:??? ->
?resourceDefinitionVersionArn:??? ->
?subscriptionDefinitionVersionArn:??? ->
groupId:string ->
unit ->
t