Package-level declarations

Types

Link copied to clipboard
data class GetApprovalRuleTemplateResult(val approvalRuleTemplateId: String, val content: String, val creationDate: String, val description: String, val id: String, val lastModifiedDate: String, val lastModifiedUser: String, val name: String, val ruleContentSha256: String)

A collection of values returned by getApprovalRuleTemplate.

Link copied to clipboard
data class GetRepositoryResult(val arn: String, val cloneUrlHttp: String, val cloneUrlSsh: String, val id: String, val kmsKeyId: String, val repositoryId: String, val repositoryName: String)

A collection of values returned by getRepository.

Link copied to clipboard
data class TriggerTrigger(val branches: List<String>? = null, val customData: String? = null, val destinationArn: String, val events: List<String>, val name: String)