Values.ServiceSourceDetailed data of an Proton service resource.
type nonrec t = {arn : ServiceArn.t option;The Amazon Resource Name (ARN) of the service.
*)branchName : GitBranchName.t option;The name of the code repository branch that holds the code that's deployed in Proton.
*)createdAt : Timestamp.t option;The time when the service was created.
*)description : Description.t option;A description of the service.
*)lastModifiedAt : Timestamp.t option;The time when the service was last modified.
*)name : ResourceName.t option;The name of the service.
*)pipeline : ServicePipeline.t option;The service pipeline detail data.
*)repositoryConnectionArn : Arn.t option;The Amazon Resource Name (ARN) of the repository connection. For more information, see Setting up an AWS CodeStar connection in the Proton User Guide.
*)repositoryId : RepositoryId.t option;The ID of the source code repository.
*)spec : SpecContents.t option;The formatted specification that defines the service.
*)status : ServiceStatus.t option;The status of the service.
*)statusMessage : StatusMessage.t option;A service status message.
*)templateName : ResourceName.t option;The name of the service template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceArn.t
| `Structure of
(string
* [> `Enum of string
| `String of Arn.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]