Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPreviewDtoV1 ¶
type GetPreviewsArgsV1 ¶
type GetPreviewsArgsV1 struct {
types.AuthArgsV1
IDs []string
}
type GetPreviewsReplyV1 ¶
type GetPreviewsReplyV1 struct {
Previews []GetPreviewDtoV1
}
type UpdatePreviewDtoV1 ¶
type UpdatePreviewDtoV1 struct {
ID string
BuildTs int64
CommitHash string
CommitMessage string
Status build_enums.Status
ErrorMessage string
TaskDefinitionArn string
CloudfrontDistributionID string
CloudfrontDistributionArn string
CloudfrontDistributionDomainName string
EcrRepositoryUri string
AlbSecurityGroupId string
AlbSecurityIngressRuleId string
AlbSecurityEgressRuleId string
TargetGroupArn string
ListenerArnPort80 string
ListenerArnPort443 string
LoadBalancerArn string
LoadBalancerDns string
EcsServiceArn string
DnsName string
DeletionState deployment_enums.DeletionState
NamespaceName string
}
type UpdatePreviewsArgsV1 ¶
type UpdatePreviewsArgsV1 struct {
types.AuthArgsV1
Previews []UpdatePreviewDtoV1
}
type UpdatePreviewsReplyV1 ¶
type UpdatePreviewsReplyV1 struct {
Done bool
}
Click to show internal directories.
Click to hide internal directories.