Values.UpdateServiceRequestSourceUpdates the specified service.
type nonrec t = {serviceIdentifier : ServiceIdentifier.t;The ID or ARN of the service.
*)certificateArn : CertificateArn.t option;The Amazon Resource Name (ARN) of the certificate.
*)authType : AuthType.t option;The type of IAM policy. NONE: The resource does not use an IAM policy. This is the default. AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
*)}val make :
?certificateArn:??? ->
?authType:??? ->
serviceIdentifier:ServiceIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ServiceIdentifier.t ]) list ]