Documentation
¶
Overview ¶
Package codestar provides a client to make API requests to AWS CodeStar Connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeStar ¶
type CodeStar struct {
// contains filtered or unexported fields
}
CodeStar represents a client to make requests to AWS CodeStarConnections.
func (*CodeStar) GetConnectionARN ¶ added in v1.5.0
GetConnectionARN retrieves all of the CSC connections in the current account and returns the ARN correlating to the connection name passed in.
func (*CodeStar) WaitUntilConnectionStatusAvailable ¶
func (c *CodeStar) WaitUntilConnectionStatusAvailable(ctx context.Context, connectionARN string) error
WaitUntilConnectionStatusAvailable blocks until the connection status has been updated from `PENDING` to `AVAILABLE` or until the max attempt window expires.
Click to show internal directories.
Click to hide internal directories.