Values.CreateServiceInstanceInputSourceCreate a service instance.
type nonrec t = {clientToken : ClientToken.t option;The client token of the service instance to create.
*)name : ResourceName.t;The name of the service instance to create.
*)serviceName : ResourceName.t;The name of the service the service instance is added to.
*)spec : SpecContents.t;The spec for the service instance you want to create.
*)templateMajorVersion : TemplateVersionPart.t option;To create a new major and minor version of the service template, exclude major Version.
*)templateMinorVersion : TemplateVersionPart.t option;To create a new minor version of the service template, include a major Version.
*)}val make :
?clientToken:??? ->
?tags:??? ->
?templateMajorVersion:??? ->
?templateMinorVersion:??? ->
name:ResourceName.t ->
serviceName:ResourceName.t ->
spec:SpecContents.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ClientToken.t ])
list ]