...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/codestarconnections"
Overview
Constants

Overview ▾

Package codestarconnections provides the client and types for making API requests to AWS CodeStar connections.

This Amazon Web Services CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the Amazon Web Services CodeStar Connections API. You can use the connections API to work with connections and installations.

Connections are configurations that you use to connect Amazon Web Services resources to external code repositories. Each connection is a resource that can be given to services such as CodePipeline to connect to a third-party repository such as Bitbucket. For example, you can add the connection in CodePipeline so that it triggers your pipeline when a code change is made to your third-party code repository. Each connection is named and associated with a unique ARN that is used to reference the connection.

When you create a connection, the console initiates a third-party connection handshake. Installations are the apps that are used to conduct this handshake. For example, the installation for the Bitbucket provider type is the Bitbucket app. When you create a connection, you can choose an existing installation or create one.

When you want to create a connection to an installed provider type such as GitHub Enterprise Server, you create a host for your connections.

You can work with connections by calling:

  • CreateConnection, which creates a uniquely named connection that can be referenced by services such as CodePipeline.

  • DeleteConnection, which deletes the specified connection.

  • GetConnection, which returns information about the connection, including the connection status.

  • ListConnections, which lists the connections associated with your account.

You can work with hosts by calling:

  • CreateHost, which creates a host that represents the infrastructure where your provider is installed.

  • DeleteHost, which deletes the specified host.

  • GetHost, which returns information about the host, including the setup status.

  • ListHosts, which lists the hosts associated with your account.

You can work with tags in Amazon Web Services CodeStar Connections by calling the following:

  • ListTagsForResource, which gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Amazon Web Services CodeStar Connections.

  • TagResource, which adds or updates tags for a resource in Amazon Web Services CodeStar Connections.

  • UntagResource, which removes tags for a resource in Amazon Web Services CodeStar Connections.

For information about how to use Amazon Web Services CodeStar Connections, see the Developer Tools User Guide (https://docs.aws.amazon.com/dtconsole/latest/userguide/welcome-connections.html).

See https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01 for more information on this service.

See codestarconnections package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/codestarconnections/

Using the Client

To contact AWS CodeStar connections with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS CodeStar connections client CodeStarConnections for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/codestarconnections/#New

The stub package, codestarconnectionsiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type CodeStarConnections
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeStarConnections
func (c *CodeStarConnections) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)
func (c *CodeStarConnections) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)
func (c *CodeStarConnections) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)
func (c *CodeStarConnections) CreateHost(input *CreateHostInput) (*CreateHostOutput, error)
func (c *CodeStarConnections) CreateHostRequest(input *CreateHostInput) (req *request.Request, output *CreateHostOutput)
func (c *CodeStarConnections) CreateHostWithContext(ctx aws.Context, input *CreateHostInput, opts ...request.Option) (*CreateHostOutput, error)
func (c *CodeStarConnections) CreateRepositoryLink(input *CreateRepositoryLinkInput) (*CreateRepositoryLinkOutput, error)
func (c *CodeStarConnections) CreateRepositoryLinkRequest(input *CreateRepositoryLinkInput) (req *request.Request, output *CreateRepositoryLinkOutput)
func (c *CodeStarConnections) CreateRepositoryLinkWithContext(ctx aws.Context, input *CreateRepositoryLinkInput, opts ...request.Option) (*CreateRepositoryLinkOutput, error)
func (c *CodeStarConnections) CreateSyncConfiguration(input *CreateSyncConfigurationInput) (*CreateSyncConfigurationOutput, error)
func (c *CodeStarConnections) CreateSyncConfigurationRequest(input *CreateSyncConfigurationInput) (req *request.Request, output *CreateSyncConfigurationOutput)
func (c *CodeStarConnections) CreateSyncConfigurationWithContext(ctx aws.Context, input *CreateSyncConfigurationInput, opts ...request.Option) (*CreateSyncConfigurationOutput, error)
func (c *CodeStarConnections) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)
func (c *CodeStarConnections) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)
func (c *CodeStarConnections) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)
func (c *CodeStarConnections) DeleteHost(input *DeleteHostInput) (*DeleteHostOutput, error)
func (c *CodeStarConnections) DeleteHostRequest(input *DeleteHostInput) (req *request.Request, output *DeleteHostOutput)
func (c *CodeStarConnections) DeleteHostWithContext(ctx aws.Context, input *DeleteHostInput, opts ...request.Option) (*DeleteHostOutput, error)
func (c *CodeStarConnections) DeleteRepositoryLink(input *DeleteRepositoryLinkInput) (*DeleteRepositoryLinkOutput, error)
func (c *CodeStarConnections) DeleteRepositoryLinkRequest(input *DeleteRepositoryLinkInput) (req *request.Request, output *DeleteRepositoryLinkOutput)
func (c *CodeStarConnections) DeleteRepositoryLinkWithContext(ctx aws.Context, input *DeleteRepositoryLinkInput, opts ...request.Option) (*DeleteRepositoryLinkOutput, error)
func (c *CodeStarConnections) DeleteSyncConfiguration(input *DeleteSyncConfigurationInput) (*DeleteSyncConfigurationOutput, error)
func (c *CodeStarConnections) DeleteSyncConfigurationRequest(input *DeleteSyncConfigurationInput) (req *request.Request, output *DeleteSyncConfigurationOutput)
func (c *CodeStarConnections) DeleteSyncConfigurationWithContext(ctx aws.Context, input *DeleteSyncConfigurationInput, opts ...request.Option) (*DeleteSyncConfigurationOutput, error)
func (c *CodeStarConnections) GetConnection(input *GetConnectionInput) (*GetConnectionOutput, error)
func (c *CodeStarConnections) GetConnectionRequest(input *GetConnectionInput) (req *request.Request, output *GetConnectionOutput)
func (c *CodeStarConnections) GetConnectionWithContext(ctx aws.Context, input *GetConnectionInput, opts ...request.Option) (*GetConnectionOutput, error)
func (c *CodeStarConnections) GetHost(input *GetHostInput) (*GetHostOutput, error)
func (c *CodeStarConnections) GetHostRequest(input *GetHostInput) (req *request.Request, output *GetHostOutput)
func (c *CodeStarConnections) GetHostWithContext(ctx aws.Context, input *GetHostInput, opts ...request.Option) (*GetHostOutput, error)
func (c *CodeStarConnections) GetRepositoryLink(input *GetRepositoryLinkInput) (*GetRepositoryLinkOutput, error)
func (c *CodeStarConnections) GetRepositoryLinkRequest(input *GetRepositoryLinkInput) (req *request.Request, output *GetRepositoryLinkOutput)
func (c *CodeStarConnections) GetRepositoryLinkWithContext(ctx aws.Context, input *GetRepositoryLinkInput, opts ...request.Option) (*GetRepositoryLinkOutput, error)
func (c *CodeStarConnections) GetRepositorySyncStatus(input *GetRepositorySyncStatusInput) (*GetRepositorySyncStatusOutput, error)
func (c *CodeStarConnections) GetRepositorySyncStatusRequest(input *GetRepositorySyncStatusInput) (req *request.Request, output *GetRepositorySyncStatusOutput)
func (c *CodeStarConnections) GetRepositorySyncStatusWithContext(ctx aws.Context, input *GetRepositorySyncStatusInput, opts ...request.Option) (*GetRepositorySyncStatusOutput, error)
func (c *CodeStarConnections) GetResourceSyncStatus(input *GetResourceSyncStatusInput) (*GetResourceSyncStatusOutput, error)
func (c *CodeStarConnections) GetResourceSyncStatusRequest(input *GetResourceSyncStatusInput) (req *request.Request, output *GetResourceSyncStatusOutput)
func (c *CodeStarConnections) GetResourceSyncStatusWithContext(ctx aws.Context, input *GetResourceSyncStatusInput, opts ...request.Option) (*GetResourceSyncStatusOutput, error)
func (c *CodeStarConnections) GetSyncBlockerSummary(input *GetSyncBlockerSummaryInput) (*GetSyncBlockerSummaryOutput, error)
func (c *CodeStarConnections) GetSyncBlockerSummaryRequest(input *GetSyncBlockerSummaryInput) (req *request.Request, output *GetSyncBlockerSummaryOutput)
func (c *CodeStarConnections) GetSyncBlockerSummaryWithContext(ctx aws.Context, input *GetSyncBlockerSummaryInput, opts ...request.Option) (*GetSyncBlockerSummaryOutput, error)
func (c *CodeStarConnections) GetSyncConfiguration(input *GetSyncConfigurationInput) (*GetSyncConfigurationOutput, error)
func (c *CodeStarConnections) GetSyncConfigurationRequest(input *GetSyncConfigurationInput) (req *request.Request, output *GetSyncConfigurationOutput)
func (c *CodeStarConnections) GetSyncConfigurationWithContext(ctx aws.Context, input *GetSyncConfigurationInput, opts ...request.Option) (*GetSyncConfigurationOutput, error)
func (c *CodeStarConnections) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)
func (c *CodeStarConnections) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error
func (c *CodeStarConnections) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *CodeStarConnections) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)
func (c *CodeStarConnections) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)
func (c *CodeStarConnections) ListHosts(input *ListHostsInput) (*ListHostsOutput, error)
func (c *CodeStarConnections) ListHostsPages(input *ListHostsInput, fn func(*ListHostsOutput, bool) bool) error
func (c *CodeStarConnections) ListHostsPagesWithContext(ctx aws.Context, input *ListHostsInput, fn func(*ListHostsOutput, bool) bool, opts ...request.Option) error
func (c *CodeStarConnections) ListHostsRequest(input *ListHostsInput) (req *request.Request, output *ListHostsOutput)
func (c *CodeStarConnections) ListHostsWithContext(ctx aws.Context, input *ListHostsInput, opts ...request.Option) (*ListHostsOutput, error)
func (c *CodeStarConnections) ListRepositoryLinks(input *ListRepositoryLinksInput) (*ListRepositoryLinksOutput, error)
func (c *CodeStarConnections) ListRepositoryLinksPages(input *ListRepositoryLinksInput, fn func(*ListRepositoryLinksOutput, bool) bool) error
func (c *CodeStarConnections) ListRepositoryLinksPagesWithContext(ctx aws.Context, input *ListRepositoryLinksInput, fn func(*ListRepositoryLinksOutput, bool) bool, opts ...request.Option) error
func (c *CodeStarConnections) ListRepositoryLinksRequest(input *ListRepositoryLinksInput) (req *request.Request, output *ListRepositoryLinksOutput)
func (c *CodeStarConnections) ListRepositoryLinksWithContext(ctx aws.Context, input *ListRepositoryLinksInput, opts ...request.Option) (*ListRepositoryLinksOutput, error)
func (c *CodeStarConnections) ListRepositorySyncDefinitions(input *ListRepositorySyncDefinitionsInput) (*ListRepositorySyncDefinitionsOutput, error)
func (c *CodeStarConnections) ListRepositorySyncDefinitionsRequest(input *ListRepositorySyncDefinitionsInput) (req *request.Request, output *ListRepositorySyncDefinitionsOutput)
func (c *CodeStarConnections) ListRepositorySyncDefinitionsWithContext(ctx aws.Context, input *ListRepositorySyncDefinitionsInput, opts ...request.Option) (*ListRepositorySyncDefinitionsOutput, error)
func (c *CodeStarConnections) ListSyncConfigurations(input *ListSyncConfigurationsInput) (*ListSyncConfigurationsOutput, error)
func (c *CodeStarConnections) ListSyncConfigurationsPages(input *ListSyncConfigurationsInput, fn func(*ListSyncConfigurationsOutput, bool) bool) error
func (c *CodeStarConnections) ListSyncConfigurationsPagesWithContext(ctx aws.Context, input *ListSyncConfigurationsInput, fn func(*ListSyncConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *CodeStarConnections) ListSyncConfigurationsRequest(input *ListSyncConfigurationsInput) (req *request.Request, output *ListSyncConfigurationsOutput)
func (c *CodeStarConnections) ListSyncConfigurationsWithContext(ctx aws.Context, input *ListSyncConfigurationsInput, opts ...request.Option) (*ListSyncConfigurationsOutput, error)
func (c *CodeStarConnections) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *CodeStarConnections) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *CodeStarConnections) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *CodeStarConnections) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *CodeStarConnections) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *CodeStarConnections) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *CodeStarConnections) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *CodeStarConnections) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *CodeStarConnections) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *CodeStarConnections) UpdateHost(input *UpdateHostInput) (*UpdateHostOutput, error)
func (c *CodeStarConnections) UpdateHostRequest(input *UpdateHostInput) (req *request.Request, output *UpdateHostOutput)
func (c *CodeStarConnections) UpdateHostWithContext(ctx aws.Context, input *UpdateHostInput, opts ...request.Option) (*UpdateHostOutput, error)
func (c *CodeStarConnections) UpdateRepositoryLink(input *UpdateRepositoryLinkInput) (*UpdateRepositoryLinkOutput, error)
func (c *CodeStarConnections) UpdateRepositoryLinkRequest(input *UpdateRepositoryLinkInput) (req *request.Request, output *UpdateRepositoryLinkOutput)
func (c *CodeStarConnections) UpdateRepositoryLinkWithContext(ctx aws.Context, input *UpdateRepositoryLinkInput, opts ...request.Option) (*UpdateRepositoryLinkOutput, error)
func (c *CodeStarConnections) UpdateSyncBlocker(input *UpdateSyncBlockerInput) (*UpdateSyncBlockerOutput, error)
func (c *CodeStarConnections) UpdateSyncBlockerRequest(input *UpdateSyncBlockerInput) (req *request.Request, output *UpdateSyncBlockerOutput)
func (c *CodeStarConnections) UpdateSyncBlockerWithContext(ctx aws.Context, input *UpdateSyncBlockerInput, opts ...request.Option) (*UpdateSyncBlockerOutput, error)
func (c *CodeStarConnections) UpdateSyncConfiguration(input *UpdateSyncConfigurationInput) (*UpdateSyncConfigurationOutput, error)
func (c *CodeStarConnections) UpdateSyncConfigurationRequest(input *UpdateSyncConfigurationInput) (req *request.Request, output *UpdateSyncConfigurationOutput)
func (c *CodeStarConnections) UpdateSyncConfigurationWithContext(ctx aws.Context, input *UpdateSyncConfigurationInput, opts ...request.Option) (*UpdateSyncConfigurationOutput, error)
func BlockerStatus_Values() []string
func BlockerType_Values() []string
func ConnectionStatus_Values() []string
func ProviderType_Values() []string
func PublishDeploymentStatus_Values() []string
func RepositorySyncStatus_Values() []string
func ResourceSyncStatus_Values() []string
func SyncConfigurationType_Values() []string
func TriggerResourceUpdateOn_Values() []string
type AccessDeniedException
type ConcurrentModificationException
type ConditionalCheckFailedException
type ConflictException
type Connection
type CreateConnectionInput
type CreateConnectionOutput
type CreateHostInput
type CreateHostOutput
type CreateRepositoryLinkInput
type CreateRepositoryLinkOutput
type CreateSyncConfigurationInput
type CreateSyncConfigurationOutput
type DeleteConnectionInput
type DeleteConnectionOutput
type DeleteHostInput
type DeleteHostOutput
type DeleteRepositoryLinkInput
type DeleteRepositoryLinkOutput
type DeleteSyncConfigurationInput
type DeleteSyncConfigurationOutput
type GetConnectionInput
type GetConnectionOutput
type GetHostInput
type GetHostOutput
type GetRepositoryLinkInput
type GetRepositoryLinkOutput
type GetRepositorySyncStatusInput
type GetRepositorySyncStatusOutput
type GetResourceSyncStatusInput
type GetResourceSyncStatusOutput
type GetSyncBlockerSummaryInput
type GetSyncBlockerSummaryOutput
type GetSyncConfigurationInput
type GetSyncConfigurationOutput
type Host
type InternalServerException
type InvalidInputException
type LimitExceededException
type ListConnectionsInput
type ListConnectionsOutput
type ListHostsInput
type ListHostsOutput
type ListRepositoryLinksInput
type ListRepositoryLinksOutput
type ListRepositorySyncDefinitionsInput
type ListRepositorySyncDefinitionsOutput
type ListSyncConfigurationsInput
type ListSyncConfigurationsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type RepositoryLinkInfo
type RepositorySyncAttempt
type RepositorySyncDefinition
type RepositorySyncEvent
type ResourceAlreadyExistsException
type ResourceNotFoundException
type ResourceSyncAttempt
type ResourceSyncEvent
type ResourceUnavailableException
type RetryLatestCommitFailedException
type Revision
type SyncBlocker
type SyncBlockerContext
type SyncBlockerDoesNotExistException
type SyncBlockerSummary
type SyncConfiguration
type SyncConfigurationStillExistsException
type Tag
type TagResourceInput
type TagResourceOutput
type ThrottlingException
type UnsupportedOperationException
type UnsupportedProviderTypeException
type UntagResourceInput
type UntagResourceOutput
type UpdateHostInput
type UpdateHostOutput
type UpdateOutOfSyncException
type UpdateRepositoryLinkInput
type UpdateRepositoryLinkOutput
type UpdateSyncBlockerInput
type UpdateSyncBlockerOutput
type UpdateSyncConfigurationInput
type UpdateSyncConfigurationOutput
type VpcConfiguration

Constants ▾

const (
    // BlockerStatusActive is a BlockerStatus enum value
    BlockerStatusActive = "ACTIVE"

    // BlockerStatusResolved is a BlockerStatus enum value
    BlockerStatusResolved = "RESOLVED"
)
const (
    // ConnectionStatusPending is a ConnectionStatus enum value
    ConnectionStatusPending = "PENDING"

    // ConnectionStatusAvailable is a ConnectionStatus enum value
    ConnectionStatusAvailable = "AVAILABLE"

    // ConnectionStatusError is a ConnectionStatus enum value
    ConnectionStatusError = "ERROR"
)
const (
    // ProviderTypeBitbucket is a ProviderType enum value
    ProviderTypeBitbucket = "Bitbucket"

    // ProviderTypeGitHub is a ProviderType enum value
    ProviderTypeGitHub = "GitHub"

    // ProviderTypeGitHubEnterpriseServer is a ProviderType enum value
    ProviderTypeGitHubEnterpriseServer = "GitHubEnterpriseServer"

    // ProviderTypeGitLab is a ProviderType enum value
    ProviderTypeGitLab = "GitLab"

    // ProviderTypeGitLabSelfManaged is a ProviderType enum value
    ProviderTypeGitLabSelfManaged = "GitLabSelfManaged"
)
const (
    // PublishDeploymentStatusEnabled is a PublishDeploymentStatus enum value
    PublishDeploymentStatusEnabled = "ENABLED"

    // PublishDeploymentStatusDisabled is a PublishDeploymentStatus enum value
    PublishDeploymentStatusDisabled = "DISABLED"
)
const (
    // RepositorySyncStatusFailed is a RepositorySyncStatus enum value
    RepositorySyncStatusFailed = "FAILED"

    // RepositorySyncStatusInitiated is a RepositorySyncStatus enum value
    RepositorySyncStatusInitiated = "INITIATED"

    // RepositorySyncStatusInProgress is a RepositorySyncStatus enum value
    RepositorySyncStatusInProgress = "IN_PROGRESS"

    // RepositorySyncStatusSucceeded is a RepositorySyncStatus enum value
    RepositorySyncStatusSucceeded = "SUCCEEDED"

    // RepositorySyncStatusQueued is a RepositorySyncStatus enum value
    RepositorySyncStatusQueued = "QUEUED"
)
const (
    // ResourceSyncStatusFailed is a ResourceSyncStatus enum value
    ResourceSyncStatusFailed = "FAILED"

    // ResourceSyncStatusInitiated is a ResourceSyncStatus enum value
    ResourceSyncStatusInitiated = "INITIATED"

    // ResourceSyncStatusInProgress is a ResourceSyncStatus enum value
    ResourceSyncStatusInProgress = "IN_PROGRESS"

    // ResourceSyncStatusSucceeded is a ResourceSyncStatus enum value
    ResourceSyncStatusSucceeded = "SUCCEEDED"
)
const (
    // TriggerResourceUpdateOnAnyChange is a TriggerResourceUpdateOn enum value
    TriggerResourceUpdateOnAnyChange = "ANY_CHANGE"

    // TriggerResourceUpdateOnFileChange is a TriggerResourceUpdateOn enum value
    TriggerResourceUpdateOnFileChange = "FILE_CHANGE"
)
const (

    // ErrCodeAccessDeniedException for service response error code
    // "AccessDeniedException".
    //
    // You do not have sufficient access to perform this action.
    ErrCodeAccessDeniedException = "AccessDeniedException"

    // ErrCodeConcurrentModificationException for service response error code
    // "ConcurrentModificationException".
    //
    // Exception thrown as a result of concurrent modification to an application.
    // For example, two individuals attempting to edit the same application at the
    // same time.
    ErrCodeConcurrentModificationException = "ConcurrentModificationException"

    // ErrCodeConditionalCheckFailedException for service response error code
    // "ConditionalCheckFailedException".
    //
    // The conditional check failed. Try again later.
    ErrCodeConditionalCheckFailedException = "ConditionalCheckFailedException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // Two conflicting operations have been made on the same resource.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeInternalServerException for service response error code
    // "InternalServerException".
    //
    // Received an internal server exception. Try again later.
    ErrCodeInternalServerException = "InternalServerException"

    // ErrCodeInvalidInputException for service response error code
    // "InvalidInputException".
    //
    // The input is not valid. Verify that the action is typed correctly.
    ErrCodeInvalidInputException = "InvalidInputException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // Exceeded the maximum limit for connections.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeResourceAlreadyExistsException for service response error code
    // "ResourceAlreadyExistsException".
    //
    // Unable to create resource. Resource already exists.
    ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // Resource not found. Verify the connection resource ARN and try again.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeResourceUnavailableException for service response error code
    // "ResourceUnavailableException".
    //
    // Resource not found. Verify the ARN for the host resource and try again.
    ErrCodeResourceUnavailableException = "ResourceUnavailableException"

    // ErrCodeRetryLatestCommitFailedException for service response error code
    // "RetryLatestCommitFailedException".
    //
    // Retrying the latest commit failed. Try again later.
    ErrCodeRetryLatestCommitFailedException = "RetryLatestCommitFailedException"

    // ErrCodeSyncBlockerDoesNotExistException for service response error code
    // "SyncBlockerDoesNotExistException".
    //
    // Unable to continue. The sync blocker does not exist.
    ErrCodeSyncBlockerDoesNotExistException = "SyncBlockerDoesNotExistException"

    // ErrCodeSyncConfigurationStillExistsException for service response error code
    // "SyncConfigurationStillExistsException".
    //
    // Unable to continue. The sync blocker still exists.
    ErrCodeSyncConfigurationStillExistsException = "SyncConfigurationStillExistsException"

    // ErrCodeThrottlingException for service response error code
    // "ThrottlingException".
    //
    // The request was denied due to request throttling.
    ErrCodeThrottlingException = "ThrottlingException"

    // ErrCodeUnsupportedOperationException for service response error code
    // "UnsupportedOperationException".
    //
    // The operation is not supported. Check the connection status and try again.
    ErrCodeUnsupportedOperationException = "UnsupportedOperationException"

    // ErrCodeUnsupportedProviderTypeException for service response error code
    // "UnsupportedProviderTypeException".
    //
    // The specified provider type is not supported for connections.
    ErrCodeUnsupportedProviderTypeException = "UnsupportedProviderTypeException"

    // ErrCodeUpdateOutOfSyncException for service response error code
    // "UpdateOutOfSyncException".
    //
    // The update is out of sync. Try syncing again.
    ErrCodeUpdateOutOfSyncException = "UpdateOutOfSyncException"
)
const (
    ServiceName = "CodeStar connections" // Name of service.
    EndpointsID = "codestar-connections" // ID to lookup a service endpoint with.
    ServiceID   = "CodeStar connections" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // BlockerTypeAutomated is a BlockerType enum value
    BlockerTypeAutomated = "AUTOMATED"
)
const (
    // SyncConfigurationTypeCfnStackSync is a SyncConfigurationType enum value
    SyncConfigurationTypeCfnStackSync = "CFN_STACK_SYNC"
)

func BlockerStatus_Values

func BlockerStatus_Values() []string

BlockerStatus_Values returns all elements of the BlockerStatus enum

func BlockerType_Values

func BlockerType_Values() []string

BlockerType_Values returns all elements of the BlockerType enum

func ConnectionStatus_Values

func ConnectionStatus_Values() []string

ConnectionStatus_Values returns all elements of the ConnectionStatus enum

func ProviderType_Values

func ProviderType_Values() []string

ProviderType_Values returns all elements of the ProviderType enum

func PublishDeploymentStatus_Values

func PublishDeploymentStatus_Values() []string

PublishDeploymentStatus_Values returns all elements of the PublishDeploymentStatus enum

func RepositorySyncStatus_Values

func RepositorySyncStatus_Values() []string

RepositorySyncStatus_Values returns all elements of the RepositorySyncStatus enum

func ResourceSyncStatus_Values

func ResourceSyncStatus_Values() []string

ResourceSyncStatus_Values returns all elements of the ResourceSyncStatus enum

func SyncConfigurationType_Values

func SyncConfigurationType_Values() []string

SyncConfigurationType_Values returns all elements of the SyncConfigurationType enum

func TriggerResourceUpdateOn_Values

func TriggerResourceUpdateOn_Values() []string

TriggerResourceUpdateOn_Values returns all elements of the TriggerResourceUpdateOn enum

type AccessDeniedException

type AccessDeniedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You do not have sufficient access to perform this action.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CodeStarConnections

type CodeStarConnections struct {
    *client.Client
}

CodeStarConnections provides the API operation methods for making requests to AWS CodeStar connections. See this package's package overview docs for details on the service.

CodeStarConnections methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeStarConnections

New creates a new instance of the CodeStarConnections client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a CodeStarConnections client from just a session.
svc := codestarconnections.New(mySession)

// Create a CodeStarConnections client with additional configuration
svc := codestarconnections.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*CodeStarConnections) CreateConnection

func (c *CodeStarConnections) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)

CreateConnection API operation for AWS CodeStar connections.

Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation CreateConnection for usage and error information.

Returned Error Types:

  • LimitExceededException Exceeded the maximum limit for connections.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ResourceUnavailableException Resource not found. Verify the ARN for the host resource and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateConnection

func (*CodeStarConnections) CreateConnectionRequest

func (c *CodeStarConnections) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)

CreateConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateConnection for more information on using the CreateConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateConnectionRequest method.
req, resp := client.CreateConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateConnection

func (*CodeStarConnections) CreateConnectionWithContext

func (c *CodeStarConnections) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)

CreateConnectionWithContext is the same as CreateConnection with the addition of the ability to pass a context and additional request options.

See CreateConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) CreateHost

func (c *CodeStarConnections) CreateHost(input *CreateHostInput) (*CreateHostOutput, error)

CreateHost API operation for AWS CodeStar connections.

Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation CreateHost for usage and error information.

Returned Error Types:

  • LimitExceededException Exceeded the maximum limit for connections.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateHost

func (*CodeStarConnections) CreateHostRequest

func (c *CodeStarConnections) CreateHostRequest(input *CreateHostInput) (req *request.Request, output *CreateHostOutput)

CreateHostRequest generates a "aws/request.Request" representing the client's request for the CreateHost operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHost for more information on using the CreateHost API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHostRequest method.
req, resp := client.CreateHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateHost

func (*CodeStarConnections) CreateHostWithContext

func (c *CodeStarConnections) CreateHostWithContext(ctx aws.Context, input *CreateHostInput, opts ...request.Option) (*CreateHostOutput, error)

CreateHostWithContext is the same as CreateHost with the addition of the ability to pass a context and additional request options.

See CreateHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *CodeStarConnections) CreateRepositoryLink(input *CreateRepositoryLinkInput) (*CreateRepositoryLinkOutput, error)

CreateRepositoryLink API operation for AWS CodeStar connections.

Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation CreateRepositoryLink for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • LimitExceededException Exceeded the maximum limit for connections.

  • ResourceAlreadyExistsException Unable to create resource. Resource already exists.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateRepositoryLink

func (*CodeStarConnections) CreateRepositoryLinkRequest

func (c *CodeStarConnections) CreateRepositoryLinkRequest(input *CreateRepositoryLinkInput) (req *request.Request, output *CreateRepositoryLinkOutput)

CreateRepositoryLinkRequest generates a "aws/request.Request" representing the client's request for the CreateRepositoryLink operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRepositoryLink for more information on using the CreateRepositoryLink API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRepositoryLinkRequest method.
req, resp := client.CreateRepositoryLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateRepositoryLink

func (*CodeStarConnections) CreateRepositoryLinkWithContext

func (c *CodeStarConnections) CreateRepositoryLinkWithContext(ctx aws.Context, input *CreateRepositoryLinkInput, opts ...request.Option) (*CreateRepositoryLinkOutput, error)

CreateRepositoryLinkWithContext is the same as CreateRepositoryLink with the addition of the ability to pass a context and additional request options.

See CreateRepositoryLink for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) CreateSyncConfiguration

func (c *CodeStarConnections) CreateSyncConfiguration(input *CreateSyncConfigurationInput) (*CreateSyncConfigurationOutput, error)

CreateSyncConfiguration API operation for AWS CodeStar connections.

Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. Parameters for the sync configuration are determined by the sync type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation CreateSyncConfiguration for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • LimitExceededException Exceeded the maximum limit for connections.

  • ResourceAlreadyExistsException Unable to create resource. Resource already exists.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateSyncConfiguration

func (*CodeStarConnections) CreateSyncConfigurationRequest

func (c *CodeStarConnections) CreateSyncConfigurationRequest(input *CreateSyncConfigurationInput) (req *request.Request, output *CreateSyncConfigurationOutput)

CreateSyncConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateSyncConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSyncConfiguration for more information on using the CreateSyncConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSyncConfigurationRequest method.
req, resp := client.CreateSyncConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateSyncConfiguration

func (*CodeStarConnections) CreateSyncConfigurationWithContext

func (c *CodeStarConnections) CreateSyncConfigurationWithContext(ctx aws.Context, input *CreateSyncConfigurationInput, opts ...request.Option) (*CreateSyncConfigurationOutput, error)

CreateSyncConfigurationWithContext is the same as CreateSyncConfiguration with the addition of the ability to pass a context and additional request options.

See CreateSyncConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) DeleteConnection

func (c *CodeStarConnections) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)

DeleteConnection API operation for AWS CodeStar connections.

The connection to be deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation DeleteConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteConnection

func (*CodeStarConnections) DeleteConnectionRequest

func (c *CodeStarConnections) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)

DeleteConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConnection for more information on using the DeleteConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConnectionRequest method.
req, resp := client.DeleteConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteConnection

func (*CodeStarConnections) DeleteConnectionWithContext

func (c *CodeStarConnections) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)

DeleteConnectionWithContext is the same as DeleteConnection with the addition of the ability to pass a context and additional request options.

See DeleteConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) DeleteHost

func (c *CodeStarConnections) DeleteHost(input *DeleteHostInput) (*DeleteHostOutput, error)

DeleteHost API operation for AWS CodeStar connections.

The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.

A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation DeleteHost for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ResourceUnavailableException Resource not found. Verify the ARN for the host resource and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteHost

func (*CodeStarConnections) DeleteHostRequest

func (c *CodeStarConnections) DeleteHostRequest(input *DeleteHostInput) (req *request.Request, output *DeleteHostOutput)

DeleteHostRequest generates a "aws/request.Request" representing the client's request for the DeleteHost operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteHost for more information on using the DeleteHost API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteHostRequest method.
req, resp := client.DeleteHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteHost

func (*CodeStarConnections) DeleteHostWithContext

func (c *CodeStarConnections) DeleteHostWithContext(ctx aws.Context, input *DeleteHostInput, opts ...request.Option) (*DeleteHostOutput, error)

DeleteHostWithContext is the same as DeleteHost with the addition of the ability to pass a context and additional request options.

See DeleteHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *CodeStarConnections) DeleteRepositoryLink(input *DeleteRepositoryLinkInput) (*DeleteRepositoryLinkOutput, error)

DeleteRepositoryLink API operation for AWS CodeStar connections.

Deletes the association between your connection and a specified external Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation DeleteRepositoryLink for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • SyncConfigurationStillExistsException Unable to continue. The sync blocker still exists.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

  • UnsupportedProviderTypeException The specified provider type is not supported for connections.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteRepositoryLink

func (*CodeStarConnections) DeleteRepositoryLinkRequest

func (c *CodeStarConnections) DeleteRepositoryLinkRequest(input *DeleteRepositoryLinkInput) (req *request.Request, output *DeleteRepositoryLinkOutput)

DeleteRepositoryLinkRequest generates a "aws/request.Request" representing the client's request for the DeleteRepositoryLink operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRepositoryLink for more information on using the DeleteRepositoryLink API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRepositoryLinkRequest method.
req, resp := client.DeleteRepositoryLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteRepositoryLink

func (*CodeStarConnections) DeleteRepositoryLinkWithContext

func (c *CodeStarConnections) DeleteRepositoryLinkWithContext(ctx aws.Context, input *DeleteRepositoryLinkInput, opts ...request.Option) (*DeleteRepositoryLinkOutput, error)

DeleteRepositoryLinkWithContext is the same as DeleteRepositoryLink with the addition of the ability to pass a context and additional request options.

See DeleteRepositoryLink for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) DeleteSyncConfiguration

func (c *CodeStarConnections) DeleteSyncConfiguration(input *DeleteSyncConfigurationInput) (*DeleteSyncConfigurationOutput, error)

DeleteSyncConfiguration API operation for AWS CodeStar connections.

Deletes the sync configuration for a specified repository and connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation DeleteSyncConfiguration for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • LimitExceededException Exceeded the maximum limit for connections.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteSyncConfiguration

func (*CodeStarConnections) DeleteSyncConfigurationRequest

func (c *CodeStarConnections) DeleteSyncConfigurationRequest(input *DeleteSyncConfigurationInput) (req *request.Request, output *DeleteSyncConfigurationOutput)

DeleteSyncConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteSyncConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteSyncConfiguration for more information on using the DeleteSyncConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteSyncConfigurationRequest method.
req, resp := client.DeleteSyncConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteSyncConfiguration

func (*CodeStarConnections) DeleteSyncConfigurationWithContext

func (c *CodeStarConnections) DeleteSyncConfigurationWithContext(ctx aws.Context, input *DeleteSyncConfigurationInput, opts ...request.Option) (*DeleteSyncConfigurationOutput, error)

DeleteSyncConfigurationWithContext is the same as DeleteSyncConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteSyncConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetConnection

func (c *CodeStarConnections) GetConnection(input *GetConnectionInput) (*GetConnectionOutput, error)

GetConnection API operation for AWS CodeStar connections.

Returns the connection ARN and details such as status, owner, and provider type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ResourceUnavailableException Resource not found. Verify the ARN for the host resource and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetConnection

func (*CodeStarConnections) GetConnectionRequest

func (c *CodeStarConnections) GetConnectionRequest(input *GetConnectionInput) (req *request.Request, output *GetConnectionOutput)

GetConnectionRequest generates a "aws/request.Request" representing the client's request for the GetConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetConnection for more information on using the GetConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetConnectionRequest method.
req, resp := client.GetConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetConnection

func (*CodeStarConnections) GetConnectionWithContext

func (c *CodeStarConnections) GetConnectionWithContext(ctx aws.Context, input *GetConnectionInput, opts ...request.Option) (*GetConnectionOutput, error)

GetConnectionWithContext is the same as GetConnection with the addition of the ability to pass a context and additional request options.

See GetConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetHost

func (c *CodeStarConnections) GetHost(input *GetHostInput) (*GetHostOutput, error)

GetHost API operation for AWS CodeStar connections.

Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetHost for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ResourceUnavailableException Resource not found. Verify the ARN for the host resource and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetHost

func (*CodeStarConnections) GetHostRequest

func (c *CodeStarConnections) GetHostRequest(input *GetHostInput) (req *request.Request, output *GetHostOutput)

GetHostRequest generates a "aws/request.Request" representing the client's request for the GetHost operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetHost for more information on using the GetHost API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetHostRequest method.
req, resp := client.GetHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetHost

func (*CodeStarConnections) GetHostWithContext

func (c *CodeStarConnections) GetHostWithContext(ctx aws.Context, input *GetHostInput, opts ...request.Option) (*GetHostOutput, error)

GetHostWithContext is the same as GetHost with the addition of the ability to pass a context and additional request options.

See GetHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *CodeStarConnections) GetRepositoryLink(input *GetRepositoryLinkInput) (*GetRepositoryLinkOutput, error)

GetRepositoryLink API operation for AWS CodeStar connections.

Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetRepositoryLink for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetRepositoryLink

func (*CodeStarConnections) GetRepositoryLinkRequest

func (c *CodeStarConnections) GetRepositoryLinkRequest(input *GetRepositoryLinkInput) (req *request.Request, output *GetRepositoryLinkOutput)

GetRepositoryLinkRequest generates a "aws/request.Request" representing the client's request for the GetRepositoryLink operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRepositoryLink for more information on using the GetRepositoryLink API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRepositoryLinkRequest method.
req, resp := client.GetRepositoryLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetRepositoryLink

func (*CodeStarConnections) GetRepositoryLinkWithContext

func (c *CodeStarConnections) GetRepositoryLinkWithContext(ctx aws.Context, input *GetRepositoryLinkInput, opts ...request.Option) (*GetRepositoryLinkOutput, error)

GetRepositoryLinkWithContext is the same as GetRepositoryLink with the addition of the ability to pass a context and additional request options.

See GetRepositoryLink for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetRepositorySyncStatus

func (c *CodeStarConnections) GetRepositorySyncStatus(input *GetRepositorySyncStatusInput) (*GetRepositorySyncStatusOutput, error)

GetRepositorySyncStatus API operation for AWS CodeStar connections.

Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetRepositorySyncStatus for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetRepositorySyncStatus

func (*CodeStarConnections) GetRepositorySyncStatusRequest

func (c *CodeStarConnections) GetRepositorySyncStatusRequest(input *GetRepositorySyncStatusInput) (req *request.Request, output *GetRepositorySyncStatusOutput)

GetRepositorySyncStatusRequest generates a "aws/request.Request" representing the client's request for the GetRepositorySyncStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRepositorySyncStatus for more information on using the GetRepositorySyncStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRepositorySyncStatusRequest method.
req, resp := client.GetRepositorySyncStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetRepositorySyncStatus

func (*CodeStarConnections) GetRepositorySyncStatusWithContext

func (c *CodeStarConnections) GetRepositorySyncStatusWithContext(ctx aws.Context, input *GetRepositorySyncStatusInput, opts ...request.Option) (*GetRepositorySyncStatusOutput, error)

GetRepositorySyncStatusWithContext is the same as GetRepositorySyncStatus with the addition of the ability to pass a context and additional request options.

See GetRepositorySyncStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetResourceSyncStatus

func (c *CodeStarConnections) GetResourceSyncStatus(input *GetResourceSyncStatusInput) (*GetResourceSyncStatusOutput, error)

GetResourceSyncStatus API operation for AWS CodeStar connections.

Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetResourceSyncStatus for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetResourceSyncStatus

func (*CodeStarConnections) GetResourceSyncStatusRequest

func (c *CodeStarConnections) GetResourceSyncStatusRequest(input *GetResourceSyncStatusInput) (req *request.Request, output *GetResourceSyncStatusOutput)

GetResourceSyncStatusRequest generates a "aws/request.Request" representing the client's request for the GetResourceSyncStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetResourceSyncStatus for more information on using the GetResourceSyncStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetResourceSyncStatusRequest method.
req, resp := client.GetResourceSyncStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetResourceSyncStatus

func (*CodeStarConnections) GetResourceSyncStatusWithContext

func (c *CodeStarConnections) GetResourceSyncStatusWithContext(ctx aws.Context, input *GetResourceSyncStatusInput, opts ...request.Option) (*GetResourceSyncStatusOutput, error)

GetResourceSyncStatusWithContext is the same as GetResourceSyncStatus with the addition of the ability to pass a context and additional request options.

See GetResourceSyncStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetSyncBlockerSummary

func (c *CodeStarConnections) GetSyncBlockerSummary(input *GetSyncBlockerSummaryInput) (*GetSyncBlockerSummaryOutput, error)

GetSyncBlockerSummary API operation for AWS CodeStar connections.

Returns a list of the most recent sync blockers.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetSyncBlockerSummary for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetSyncBlockerSummary

func (*CodeStarConnections) GetSyncBlockerSummaryRequest

func (c *CodeStarConnections) GetSyncBlockerSummaryRequest(input *GetSyncBlockerSummaryInput) (req *request.Request, output *GetSyncBlockerSummaryOutput)

GetSyncBlockerSummaryRequest generates a "aws/request.Request" representing the client's request for the GetSyncBlockerSummary operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSyncBlockerSummary for more information on using the GetSyncBlockerSummary API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSyncBlockerSummaryRequest method.
req, resp := client.GetSyncBlockerSummaryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetSyncBlockerSummary

func (*CodeStarConnections) GetSyncBlockerSummaryWithContext

func (c *CodeStarConnections) GetSyncBlockerSummaryWithContext(ctx aws.Context, input *GetSyncBlockerSummaryInput, opts ...request.Option) (*GetSyncBlockerSummaryOutput, error)

GetSyncBlockerSummaryWithContext is the same as GetSyncBlockerSummary with the addition of the ability to pass a context and additional request options.

See GetSyncBlockerSummary for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) GetSyncConfiguration

func (c *CodeStarConnections) GetSyncConfiguration(input *GetSyncConfigurationInput) (*GetSyncConfigurationOutput, error)

GetSyncConfiguration API operation for AWS CodeStar connections.

Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation GetSyncConfiguration for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetSyncConfiguration

func (*CodeStarConnections) GetSyncConfigurationRequest

func (c *CodeStarConnections) GetSyncConfigurationRequest(input *GetSyncConfigurationInput) (req *request.Request, output *GetSyncConfigurationOutput)

GetSyncConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetSyncConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSyncConfiguration for more information on using the GetSyncConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSyncConfigurationRequest method.
req, resp := client.GetSyncConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/GetSyncConfiguration

func (*CodeStarConnections) GetSyncConfigurationWithContext

func (c *CodeStarConnections) GetSyncConfigurationWithContext(ctx aws.Context, input *GetSyncConfigurationInput, opts ...request.Option) (*GetSyncConfigurationOutput, error)

GetSyncConfigurationWithContext is the same as GetSyncConfiguration with the addition of the ability to pass a context and additional request options.

See GetSyncConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListConnections

func (c *CodeStarConnections) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)

ListConnections API operation for AWS CodeStar connections.

Lists the connections associated with your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListConnections for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListConnections

func (*CodeStarConnections) ListConnectionsPages

func (c *CodeStarConnections) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error

ListConnectionsPages iterates over the pages of a ListConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListConnections operation.
pageNum := 0
err := client.ListConnectionsPages(params,
    func(page *codestarconnections.ListConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CodeStarConnections) ListConnectionsPagesWithContext

func (c *CodeStarConnections) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool, opts ...request.Option) error

ListConnectionsPagesWithContext same as ListConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListConnectionsRequest

func (c *CodeStarConnections) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)

ListConnectionsRequest generates a "aws/request.Request" representing the client's request for the ListConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListConnections for more information on using the ListConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListConnectionsRequest method.
req, resp := client.ListConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListConnections

func (*CodeStarConnections) ListConnectionsWithContext

func (c *CodeStarConnections) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)

ListConnectionsWithContext is the same as ListConnections with the addition of the ability to pass a context and additional request options.

See ListConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListHosts

func (c *CodeStarConnections) ListHosts(input *ListHostsInput) (*ListHostsOutput, error)

ListHosts API operation for AWS CodeStar connections.

Lists the hosts associated with your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListHosts for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListHosts

func (*CodeStarConnections) ListHostsPages

func (c *CodeStarConnections) ListHostsPages(input *ListHostsInput, fn func(*ListHostsOutput, bool) bool) error

ListHostsPages iterates over the pages of a ListHosts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHosts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHosts operation.
pageNum := 0
err := client.ListHostsPages(params,
    func(page *codestarconnections.ListHostsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CodeStarConnections) ListHostsPagesWithContext

func (c *CodeStarConnections) ListHostsPagesWithContext(ctx aws.Context, input *ListHostsInput, fn func(*ListHostsOutput, bool) bool, opts ...request.Option) error

ListHostsPagesWithContext same as ListHostsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListHostsRequest

func (c *CodeStarConnections) ListHostsRequest(input *ListHostsInput) (req *request.Request, output *ListHostsOutput)

ListHostsRequest generates a "aws/request.Request" representing the client's request for the ListHosts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHosts for more information on using the ListHosts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHostsRequest method.
req, resp := client.ListHostsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListHosts

func (*CodeStarConnections) ListHostsWithContext

func (c *CodeStarConnections) ListHostsWithContext(ctx aws.Context, input *ListHostsInput, opts ...request.Option) (*ListHostsOutput, error)

ListHostsWithContext is the same as ListHosts with the addition of the ability to pass a context and additional request options.

See ListHosts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *CodeStarConnections) ListRepositoryLinks(input *ListRepositoryLinksInput) (*ListRepositoryLinksOutput, error)

ListRepositoryLinks API operation for AWS CodeStar connections.

Lists the repository links created for connections in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListRepositoryLinks for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListRepositoryLinks

func (*CodeStarConnections) ListRepositoryLinksPages

func (c *CodeStarConnections) ListRepositoryLinksPages(input *ListRepositoryLinksInput, fn func(*ListRepositoryLinksOutput, bool) bool) error

ListRepositoryLinksPages iterates over the pages of a ListRepositoryLinks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRepositoryLinks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRepositoryLinks operation.
pageNum := 0
err := client.ListRepositoryLinksPages(params,
    func(page *codestarconnections.ListRepositoryLinksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CodeStarConnections) ListRepositoryLinksPagesWithContext

func (c *CodeStarConnections) ListRepositoryLinksPagesWithContext(ctx aws.Context, input *ListRepositoryLinksInput, fn func(*ListRepositoryLinksOutput, bool) bool, opts ...request.Option) error

ListRepositoryLinksPagesWithContext same as ListRepositoryLinksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListRepositoryLinksRequest

func (c *CodeStarConnections) ListRepositoryLinksRequest(input *ListRepositoryLinksInput) (req *request.Request, output *ListRepositoryLinksOutput)

ListRepositoryLinksRequest generates a "aws/request.Request" representing the client's request for the ListRepositoryLinks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRepositoryLinks for more information on using the ListRepositoryLinks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRepositoryLinksRequest method.
req, resp := client.ListRepositoryLinksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListRepositoryLinks

func (*CodeStarConnections) ListRepositoryLinksWithContext

func (c *CodeStarConnections) ListRepositoryLinksWithContext(ctx aws.Context, input *ListRepositoryLinksInput, opts ...request.Option) (*ListRepositoryLinksOutput, error)

ListRepositoryLinksWithContext is the same as ListRepositoryLinks with the addition of the ability to pass a context and additional request options.

See ListRepositoryLinks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListRepositorySyncDefinitions

func (c *CodeStarConnections) ListRepositorySyncDefinitions(input *ListRepositorySyncDefinitionsInput) (*ListRepositorySyncDefinitionsOutput, error)

ListRepositorySyncDefinitions API operation for AWS CodeStar connections.

Lists the repository sync definitions for repository links in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListRepositorySyncDefinitions for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListRepositorySyncDefinitions

func (*CodeStarConnections) ListRepositorySyncDefinitionsRequest

func (c *CodeStarConnections) ListRepositorySyncDefinitionsRequest(input *ListRepositorySyncDefinitionsInput) (req *request.Request, output *ListRepositorySyncDefinitionsOutput)

ListRepositorySyncDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListRepositorySyncDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRepositorySyncDefinitions for more information on using the ListRepositorySyncDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRepositorySyncDefinitionsRequest method.
req, resp := client.ListRepositorySyncDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListRepositorySyncDefinitions

func (*CodeStarConnections) ListRepositorySyncDefinitionsWithContext

func (c *CodeStarConnections) ListRepositorySyncDefinitionsWithContext(ctx aws.Context, input *ListRepositorySyncDefinitionsInput, opts ...request.Option) (*ListRepositorySyncDefinitionsOutput, error)

ListRepositorySyncDefinitionsWithContext is the same as ListRepositorySyncDefinitions with the addition of the ability to pass a context and additional request options.

See ListRepositorySyncDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListSyncConfigurations

func (c *CodeStarConnections) ListSyncConfigurations(input *ListSyncConfigurationsInput) (*ListSyncConfigurationsOutput, error)

ListSyncConfigurations API operation for AWS CodeStar connections.

Returns a list of sync configurations for a specified repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListSyncConfigurations for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListSyncConfigurations

func (*CodeStarConnections) ListSyncConfigurationsPages

func (c *CodeStarConnections) ListSyncConfigurationsPages(input *ListSyncConfigurationsInput, fn func(*ListSyncConfigurationsOutput, bool) bool) error

ListSyncConfigurationsPages iterates over the pages of a ListSyncConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSyncConfigurations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSyncConfigurations operation.
pageNum := 0
err := client.ListSyncConfigurationsPages(params,
    func(page *codestarconnections.ListSyncConfigurationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*CodeStarConnections) ListSyncConfigurationsPagesWithContext

func (c *CodeStarConnections) ListSyncConfigurationsPagesWithContext(ctx aws.Context, input *ListSyncConfigurationsInput, fn func(*ListSyncConfigurationsOutput, bool) bool, opts ...request.Option) error

ListSyncConfigurationsPagesWithContext same as ListSyncConfigurationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListSyncConfigurationsRequest

func (c *CodeStarConnections) ListSyncConfigurationsRequest(input *ListSyncConfigurationsInput) (req *request.Request, output *ListSyncConfigurationsOutput)

ListSyncConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListSyncConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSyncConfigurations for more information on using the ListSyncConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSyncConfigurationsRequest method.
req, resp := client.ListSyncConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListSyncConfigurations

func (*CodeStarConnections) ListSyncConfigurationsWithContext

func (c *CodeStarConnections) ListSyncConfigurationsWithContext(ctx aws.Context, input *ListSyncConfigurationsInput, opts ...request.Option) (*ListSyncConfigurationsOutput, error)

ListSyncConfigurationsWithContext is the same as ListSyncConfigurations with the addition of the ability to pass a context and additional request options.

See ListSyncConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) ListTagsForResource

func (c *CodeStarConnections) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS CodeStar connections.

Gets the set of key-value pairs (metadata) that are used to manage the resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListTagsForResource

func (*CodeStarConnections) ListTagsForResourceRequest

func (c *CodeStarConnections) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/ListTagsForResource

func (*CodeStarConnections) ListTagsForResourceWithContext

func (c *CodeStarConnections) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) TagResource

func (c *CodeStarConnections) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS CodeStar connections.

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation TagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • LimitExceededException Exceeded the maximum limit for connections.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/TagResource

func (*CodeStarConnections) TagResourceRequest

func (c *CodeStarConnections) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/TagResource

func (*CodeStarConnections) TagResourceWithContext

func (c *CodeStarConnections) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) UntagResource

func (c *CodeStarConnections) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS CodeStar connections.

Removes tags from an Amazon Web Services resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UntagResource

func (*CodeStarConnections) UntagResourceRequest

func (c *CodeStarConnections) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UntagResource

func (*CodeStarConnections) UntagResourceWithContext

func (c *CodeStarConnections) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) UpdateHost

func (c *CodeStarConnections) UpdateHost(input *UpdateHostInput) (*UpdateHostOutput, error)

UpdateHost API operation for AWS CodeStar connections.

Updates a specified host with the provided configurations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation UpdateHost for usage and error information.

Returned Error Types:

  • ConflictException Two conflicting operations have been made on the same resource.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ResourceUnavailableException Resource not found. Verify the ARN for the host resource and try again.

  • UnsupportedOperationException The operation is not supported. Check the connection status and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateHost

func (*CodeStarConnections) UpdateHostRequest

func (c *CodeStarConnections) UpdateHostRequest(input *UpdateHostInput) (req *request.Request, output *UpdateHostOutput)

UpdateHostRequest generates a "aws/request.Request" representing the client's request for the UpdateHost operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateHost for more information on using the UpdateHost API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateHostRequest method.
req, resp := client.UpdateHostRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateHost

func (*CodeStarConnections) UpdateHostWithContext

func (c *CodeStarConnections) UpdateHostWithContext(ctx aws.Context, input *UpdateHostInput, opts ...request.Option) (*UpdateHostOutput, error)

UpdateHostWithContext is the same as UpdateHost with the addition of the ability to pass a context and additional request options.

See UpdateHost for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (c *CodeStarConnections) UpdateRepositoryLink(input *UpdateRepositoryLinkInput) (*UpdateRepositoryLinkOutput, error)

UpdateRepositoryLink API operation for AWS CodeStar connections.

Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation UpdateRepositoryLink for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConditionalCheckFailedException The conditional check failed. Try again later.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

  • UpdateOutOfSyncException The update is out of sync. Try syncing again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateRepositoryLink

func (*CodeStarConnections) UpdateRepositoryLinkRequest

func (c *CodeStarConnections) UpdateRepositoryLinkRequest(input *UpdateRepositoryLinkInput) (req *request.Request, output *UpdateRepositoryLinkOutput)

UpdateRepositoryLinkRequest generates a "aws/request.Request" representing the client's request for the UpdateRepositoryLink operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRepositoryLink for more information on using the UpdateRepositoryLink API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRepositoryLinkRequest method.
req, resp := client.UpdateRepositoryLinkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateRepositoryLink

func (*CodeStarConnections) UpdateRepositoryLinkWithContext

func (c *CodeStarConnections) UpdateRepositoryLinkWithContext(ctx aws.Context, input *UpdateRepositoryLinkInput, opts ...request.Option) (*UpdateRepositoryLinkOutput, error)

UpdateRepositoryLinkWithContext is the same as UpdateRepositoryLink with the addition of the ability to pass a context and additional request options.

See UpdateRepositoryLink for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) UpdateSyncBlocker

func (c *CodeStarConnections) UpdateSyncBlocker(input *UpdateSyncBlockerInput) (*UpdateSyncBlockerOutput, error)

UpdateSyncBlocker API operation for AWS CodeStar connections.

Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation UpdateSyncBlocker for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • RetryLatestCommitFailedException Retrying the latest commit failed. Try again later.

  • SyncBlockerDoesNotExistException Unable to continue. The sync blocker does not exist.

  • ThrottlingException The request was denied due to request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateSyncBlocker

func (*CodeStarConnections) UpdateSyncBlockerRequest

func (c *CodeStarConnections) UpdateSyncBlockerRequest(input *UpdateSyncBlockerInput) (req *request.Request, output *UpdateSyncBlockerOutput)

UpdateSyncBlockerRequest generates a "aws/request.Request" representing the client's request for the UpdateSyncBlocker operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSyncBlocker for more information on using the UpdateSyncBlocker API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSyncBlockerRequest method.
req, resp := client.UpdateSyncBlockerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateSyncBlocker

func (*CodeStarConnections) UpdateSyncBlockerWithContext

func (c *CodeStarConnections) UpdateSyncBlockerWithContext(ctx aws.Context, input *UpdateSyncBlockerInput, opts ...request.Option) (*UpdateSyncBlockerOutput, error)

UpdateSyncBlockerWithContext is the same as UpdateSyncBlocker with the addition of the ability to pass a context and additional request options.

See UpdateSyncBlocker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*CodeStarConnections) UpdateSyncConfiguration

func (c *CodeStarConnections) UpdateSyncConfiguration(input *UpdateSyncConfigurationInput) (*UpdateSyncConfigurationOutput, error)

UpdateSyncConfiguration API operation for AWS CodeStar connections.

Updates the sync configuration for your connection and a specified external Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS CodeStar connections's API operation UpdateSyncConfiguration for usage and error information.

Returned Error Types:

  • AccessDeniedException You do not have sufficient access to perform this action.

  • ConcurrentModificationException Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

  • InternalServerException Received an internal server exception. Try again later.

  • InvalidInputException The input is not valid. Verify that the action is typed correctly.

  • ResourceNotFoundException Resource not found. Verify the connection resource ARN and try again.

  • ThrottlingException The request was denied due to request throttling.

  • UpdateOutOfSyncException The update is out of sync. Try syncing again.

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateSyncConfiguration

func (*CodeStarConnections) UpdateSyncConfigurationRequest

func (c *CodeStarConnections) UpdateSyncConfigurationRequest(input *UpdateSyncConfigurationInput) (req *request.Request, output *UpdateSyncConfigurationOutput)

UpdateSyncConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateSyncConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSyncConfiguration for more information on using the UpdateSyncConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSyncConfigurationRequest method.
req, resp := client.UpdateSyncConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateSyncConfiguration

func (*CodeStarConnections) UpdateSyncConfigurationWithContext

func (c *CodeStarConnections) UpdateSyncConfigurationWithContext(ctx aws.Context, input *UpdateSyncConfigurationInput, opts ...request.Option) (*UpdateSyncConfigurationOutput, error)

UpdateSyncConfigurationWithContext is the same as UpdateSyncConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateSyncConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ConcurrentModificationException

type ConcurrentModificationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

func (*ConcurrentModificationException) Code

func (s *ConcurrentModificationException) Code() string

Code returns the exception type name.

func (*ConcurrentModificationException) Error

func (s *ConcurrentModificationException) Error() string

func (ConcurrentModificationException) GoString

func (s ConcurrentModificationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentModificationException) Message

func (s *ConcurrentModificationException) Message() string

Message returns the exception's message.

func (*ConcurrentModificationException) OrigErr

func (s *ConcurrentModificationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentModificationException) RequestID

func (s *ConcurrentModificationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentModificationException) StatusCode

func (s *ConcurrentModificationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentModificationException) String

func (s ConcurrentModificationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConditionalCheckFailedException

type ConditionalCheckFailedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The conditional check failed. Try again later.

func (*ConditionalCheckFailedException) Code

func (s *ConditionalCheckFailedException) Code() string

Code returns the exception type name.

func (*ConditionalCheckFailedException) Error

func (s *ConditionalCheckFailedException) Error() string

func (ConditionalCheckFailedException) GoString

func (s ConditionalCheckFailedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionalCheckFailedException) Message

func (s *ConditionalCheckFailedException) Message() string

Message returns the exception's message.

func (*ConditionalCheckFailedException) OrigErr

func (s *ConditionalCheckFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConditionalCheckFailedException) RequestID

func (s *ConditionalCheckFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConditionalCheckFailedException) StatusCode

func (s *ConditionalCheckFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConditionalCheckFailedException) String

func (s ConditionalCheckFailedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Two conflicting operations have been made on the same resource.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Connection

type Connection struct {

    // The Amazon Resource Name (ARN) of the connection. The ARN is used as the
    // connection reference when the connection is shared between Amazon Web Services.
    //
    // The ARN is never reused if the connection is deleted.
    ConnectionArn *string `type:"string"`

    // The name of the connection. Connection names must be unique in an Amazon
    // Web Services account.
    ConnectionName *string `min:"1" type:"string"`

    // The current status of the connection.
    ConnectionStatus *string `type:"string" enum:"ConnectionStatus"`

    // The Amazon Resource Name (ARN) of the host associated with the connection.
    HostArn *string `type:"string"`

    // The identifier of the external provider where your third-party code repository
    // is configured. For Bitbucket, this is the account ID of the owner of the
    // Bitbucket repository.
    OwnerAccountId *string `min:"12" type:"string"`

    // The name of the external provider where your third-party code repository
    // is configured.
    ProviderType *string `type:"string" enum:"ProviderType"`
    // contains filtered or unexported fields
}

A resource that is used to connect third-party source providers with services like CodePipeline.

Note: A connection created through CloudFormation, the CLI, or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.

func (Connection) GoString

func (s Connection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Connection) SetConnectionArn

func (s *Connection) SetConnectionArn(v string) *Connection

SetConnectionArn sets the ConnectionArn field's value.

func (*Connection) SetConnectionName

func (s *Connection) SetConnectionName(v string) *Connection

SetConnectionName sets the ConnectionName field's value.

func (*Connection) SetConnectionStatus

func (s *Connection) SetConnectionStatus(v string) *Connection

SetConnectionStatus sets the ConnectionStatus field's value.

func (*Connection) SetHostArn

func (s *Connection) SetHostArn(v string) *Connection

SetHostArn sets the HostArn field's value.

func (*Connection) SetOwnerAccountId

func (s *Connection) SetOwnerAccountId(v string) *Connection

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*Connection) SetProviderType

func (s *Connection) SetProviderType(v string) *Connection

SetProviderType sets the ProviderType field's value.

func (Connection) String

func (s Connection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateConnectionInput

type CreateConnectionInput struct {

    // The name of the connection to be created.
    //
    // ConnectionName is a required field
    ConnectionName *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the host associated with the connection
    // to be created.
    HostArn *string `type:"string"`

    // The name of the external provider where your third-party code repository
    // is configured.
    ProviderType *string `type:"string" enum:"ProviderType"`

    // The key-value pair to use when tagging the resource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateConnectionInput) GoString

func (s CreateConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionInput) SetConnectionName

func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput

SetConnectionName sets the ConnectionName field's value.

func (*CreateConnectionInput) SetHostArn

func (s *CreateConnectionInput) SetHostArn(v string) *CreateConnectionInput

SetHostArn sets the HostArn field's value.

func (*CreateConnectionInput) SetProviderType

func (s *CreateConnectionInput) SetProviderType(v string) *CreateConnectionInput

SetProviderType sets the ProviderType field's value.

func (*CreateConnectionInput) SetTags

func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput

SetTags sets the Tags field's value.

func (CreateConnectionInput) String

func (s CreateConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionInput) Validate

func (s *CreateConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConnectionOutput

type CreateConnectionOutput struct {

    // The Amazon Resource Name (ARN) of the connection to be created. The ARN is
    // used as the connection reference when the connection is shared between Amazon
    // Web Services services.
    //
    // The ARN is never reused if the connection is deleted.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `type:"string" required:"true"`

    // Specifies the tags applied to the resource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateConnectionOutput) GoString

func (s CreateConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionOutput) SetConnectionArn

func (s *CreateConnectionOutput) SetConnectionArn(v string) *CreateConnectionOutput

SetConnectionArn sets the ConnectionArn field's value.

func (*CreateConnectionOutput) SetTags

func (s *CreateConnectionOutput) SetTags(v []*Tag) *CreateConnectionOutput

SetTags sets the Tags field's value.

func (CreateConnectionOutput) String

func (s CreateConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHostInput

type CreateHostInput struct {

    // The name of the host to be created.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The endpoint of the infrastructure to be represented by the host after it
    // is created.
    //
    // ProviderEndpoint is a required field
    ProviderEndpoint *string `min:"1" type:"string" required:"true"`

    // The name of the installed provider to be associated with your connection.
    // The host resource represents the infrastructure where your provider type
    // is installed. The valid provider type is GitHub Enterprise Server.
    //
    // ProviderType is a required field
    ProviderType *string `type:"string" required:"true" enum:"ProviderType"`

    // Tags for the host to be created.
    Tags []*Tag `type:"list"`

    // The VPC configuration to be provisioned for the host. A VPC must be configured
    // and the infrastructure to be represented by the host must already be connected
    // to the VPC.
    VpcConfiguration *VpcConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateHostInput) GoString

func (s CreateHostInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHostInput) SetName

func (s *CreateHostInput) SetName(v string) *CreateHostInput

SetName sets the Name field's value.

func (*CreateHostInput) SetProviderEndpoint

func (s *CreateHostInput) SetProviderEndpoint(v string) *CreateHostInput

SetProviderEndpoint sets the ProviderEndpoint field's value.

func (*CreateHostInput) SetProviderType

func (s *CreateHostInput) SetProviderType(v string) *CreateHostInput

SetProviderType sets the ProviderType field's value.

func (*CreateHostInput) SetTags

func (s *CreateHostInput) SetTags(v []*Tag) *CreateHostInput

SetTags sets the Tags field's value.

func (*CreateHostInput) SetVpcConfiguration

func (s *CreateHostInput) SetVpcConfiguration(v *VpcConfiguration) *CreateHostInput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (CreateHostInput) String

func (s CreateHostInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHostInput) Validate

func (s *CreateHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHostOutput

type CreateHostOutput struct {

    // The Amazon Resource Name (ARN) of the host to be created.
    HostArn *string `type:"string"`

    // Tags for the created host.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateHostOutput) GoString

func (s CreateHostOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHostOutput) SetHostArn

func (s *CreateHostOutput) SetHostArn(v string) *CreateHostOutput

SetHostArn sets the HostArn field's value.

func (*CreateHostOutput) SetTags

func (s *CreateHostOutput) SetTags(v []*Tag) *CreateHostOutput

SetTags sets the Tags field's value.

func (CreateHostOutput) String

func (s CreateHostOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateRepositoryLinkInput

type CreateRepositoryLinkInput struct {

    // The Amazon Resource Name (ARN) of the connection to be associated with the
    // repository link.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) encryption key for the repository to be associated
    // with the repository link.
    EncryptionKeyArn *string `min:"1" type:"string"`

    // The owner ID for the repository associated with a specific sync configuration,
    // such as the owner ID in GitHub.
    //
    // OwnerId is a required field
    OwnerId *string `min:"1" type:"string" required:"true"`

    // The name of the repository to be associated with the repository link.
    //
    // RepositoryName is a required field
    RepositoryName *string `min:"1" type:"string" required:"true"`

    // The tags for the repository to be associated with the repository link.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateRepositoryLinkInput) GoString

func (s CreateRepositoryLinkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRepositoryLinkInput) SetConnectionArn

func (s *CreateRepositoryLinkInput) SetConnectionArn(v string) *CreateRepositoryLinkInput

SetConnectionArn sets the ConnectionArn field's value.

func (*CreateRepositoryLinkInput) SetEncryptionKeyArn

func (s *CreateRepositoryLinkInput) SetEncryptionKeyArn(v string) *CreateRepositoryLinkInput

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*CreateRepositoryLinkInput) SetOwnerId

func (s *CreateRepositoryLinkInput) SetOwnerId(v string) *CreateRepositoryLinkInput

SetOwnerId sets the OwnerId field's value.

func (*CreateRepositoryLinkInput) SetRepositoryName

func (s *CreateRepositoryLinkInput) SetRepositoryName(v string) *CreateRepositoryLinkInput

SetRepositoryName sets the RepositoryName field's value.

func (*CreateRepositoryLinkInput) SetTags

func (s *CreateRepositoryLinkInput) SetTags(v []*Tag) *CreateRepositoryLinkInput

SetTags sets the Tags field's value.

func (CreateRepositoryLinkInput) String

func (s CreateRepositoryLinkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRepositoryLinkInput) Validate

func (s *CreateRepositoryLinkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRepositoryLinkOutput

type CreateRepositoryLinkOutput struct {

    // The returned information about the created repository link.
    //
    // RepositoryLinkInfo is a required field
    RepositoryLinkInfo *RepositoryLinkInfo `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRepositoryLinkOutput) GoString

func (s CreateRepositoryLinkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRepositoryLinkOutput) SetRepositoryLinkInfo

func (s *CreateRepositoryLinkOutput) SetRepositoryLinkInfo(v *RepositoryLinkInfo) *CreateRepositoryLinkOutput

SetRepositoryLinkInfo sets the RepositoryLinkInfo field's value.

func (CreateRepositoryLinkOutput) String

func (s CreateRepositoryLinkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSyncConfigurationInput

type CreateSyncConfigurationInput struct {

    // The branch in the repository from which changes will be synced.
    //
    // Branch is a required field
    Branch *string `min:"1" type:"string" required:"true"`

    // The file name of the configuration file that manages syncing between the
    // connection and the repository. This configuration file is stored in the repository.
    //
    // ConfigFile is a required field
    ConfigFile *string `type:"string" required:"true"`

    // Whether to enable or disable publishing of deployment status to source providers.
    PublishDeploymentStatus *string `type:"string" enum:"PublishDeploymentStatus"`

    // The ID of the repository link created for the connection. A repository link
    // allows Git sync to monitor and sync changes to files in a specified Git repository.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The name of the Amazon Web Services resource (for example, a CloudFormation
    // stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked
    // repository.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that grants permission for Amazon Web Services to
    // use Git sync to update a given Amazon Web Services resource on your behalf.
    //
    // RoleArn is a required field
    RoleArn *string `min:"1" type:"string" required:"true"`

    // The type of sync configuration.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`

    // When to trigger Git sync to begin the stack update.
    TriggerResourceUpdateOn *string `type:"string" enum:"TriggerResourceUpdateOn"`
    // contains filtered or unexported fields
}

func (CreateSyncConfigurationInput) GoString

func (s CreateSyncConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSyncConfigurationInput) SetBranch

func (s *CreateSyncConfigurationInput) SetBranch(v string) *CreateSyncConfigurationInput

SetBranch sets the Branch field's value.

func (*CreateSyncConfigurationInput) SetConfigFile

func (s *CreateSyncConfigurationInput) SetConfigFile(v string) *CreateSyncConfigurationInput

SetConfigFile sets the ConfigFile field's value.

func (*CreateSyncConfigurationInput) SetPublishDeploymentStatus

func (s *CreateSyncConfigurationInput) SetPublishDeploymentStatus(v string) *CreateSyncConfigurationInput

SetPublishDeploymentStatus sets the PublishDeploymentStatus field's value.

func (*CreateSyncConfigurationInput) SetRepositoryLinkId

func (s *CreateSyncConfigurationInput) SetRepositoryLinkId(v string) *CreateSyncConfigurationInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*CreateSyncConfigurationInput) SetResourceName

func (s *CreateSyncConfigurationInput) SetResourceName(v string) *CreateSyncConfigurationInput

SetResourceName sets the ResourceName field's value.

func (*CreateSyncConfigurationInput) SetRoleArn

func (s *CreateSyncConfigurationInput) SetRoleArn(v string) *CreateSyncConfigurationInput

SetRoleArn sets the RoleArn field's value.

func (*CreateSyncConfigurationInput) SetSyncType

func (s *CreateSyncConfigurationInput) SetSyncType(v string) *CreateSyncConfigurationInput

SetSyncType sets the SyncType field's value.

func (*CreateSyncConfigurationInput) SetTriggerResourceUpdateOn

func (s *CreateSyncConfigurationInput) SetTriggerResourceUpdateOn(v string) *CreateSyncConfigurationInput

SetTriggerResourceUpdateOn sets the TriggerResourceUpdateOn field's value.

func (CreateSyncConfigurationInput) String

func (s CreateSyncConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSyncConfigurationInput) Validate

func (s *CreateSyncConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSyncConfigurationOutput

type CreateSyncConfigurationOutput struct {

    // The created sync configuration for the connection. A sync configuration allows
    // Amazon Web Services to sync content from a Git repository to update a specified
    // Amazon Web Services resource.
    //
    // SyncConfiguration is a required field
    SyncConfiguration *SyncConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateSyncConfigurationOutput) GoString

func (s CreateSyncConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSyncConfigurationOutput) SetSyncConfiguration

func (s *CreateSyncConfigurationOutput) SetSyncConfiguration(v *SyncConfiguration) *CreateSyncConfigurationOutput

SetSyncConfiguration sets the SyncConfiguration field's value.

func (CreateSyncConfigurationOutput) String

func (s CreateSyncConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConnectionInput

type DeleteConnectionInput struct {

    // The Amazon Resource Name (ARN) of the connection to be deleted.
    //
    // The ARN is never reused if the connection is deleted.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteConnectionInput) GoString

func (s DeleteConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionInput) SetConnectionArn

func (s *DeleteConnectionInput) SetConnectionArn(v string) *DeleteConnectionInput

SetConnectionArn sets the ConnectionArn field's value.

func (DeleteConnectionInput) String

func (s DeleteConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionInput) Validate

func (s *DeleteConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConnectionOutput

type DeleteConnectionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteConnectionOutput) GoString

func (s DeleteConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConnectionOutput) String

func (s DeleteConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHostInput

type DeleteHostInput struct {

    // The Amazon Resource Name (ARN) of the host to be deleted.
    //
    // HostArn is a required field
    HostArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteHostInput) GoString

func (s DeleteHostInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHostInput) SetHostArn

func (s *DeleteHostInput) SetHostArn(v string) *DeleteHostInput

SetHostArn sets the HostArn field's value.

func (DeleteHostInput) String

func (s DeleteHostInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHostInput) Validate

func (s *DeleteHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHostOutput

type DeleteHostOutput struct {
    // contains filtered or unexported fields
}

func (DeleteHostOutput) GoString

func (s DeleteHostOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHostOutput) String

func (s DeleteHostOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRepositoryLinkInput

type DeleteRepositoryLinkInput struct {

    // The ID of the repository link to be deleted.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRepositoryLinkInput) GoString

func (s DeleteRepositoryLinkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRepositoryLinkInput) SetRepositoryLinkId

func (s *DeleteRepositoryLinkInput) SetRepositoryLinkId(v string) *DeleteRepositoryLinkInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (DeleteRepositoryLinkInput) String

func (s DeleteRepositoryLinkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRepositoryLinkInput) Validate

func (s *DeleteRepositoryLinkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRepositoryLinkOutput

type DeleteRepositoryLinkOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRepositoryLinkOutput) GoString

func (s DeleteRepositoryLinkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRepositoryLinkOutput) String

func (s DeleteRepositoryLinkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSyncConfigurationInput

type DeleteSyncConfigurationInput struct {

    // The name of the Amazon Web Services resource associated with the sync configuration
    // to be deleted.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The type of sync configuration to be deleted.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (DeleteSyncConfigurationInput) GoString

func (s DeleteSyncConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSyncConfigurationInput) SetResourceName

func (s *DeleteSyncConfigurationInput) SetResourceName(v string) *DeleteSyncConfigurationInput

SetResourceName sets the ResourceName field's value.

func (*DeleteSyncConfigurationInput) SetSyncType

func (s *DeleteSyncConfigurationInput) SetSyncType(v string) *DeleteSyncConfigurationInput

SetSyncType sets the SyncType field's value.

func (DeleteSyncConfigurationInput) String

func (s DeleteSyncConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSyncConfigurationInput) Validate

func (s *DeleteSyncConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSyncConfigurationOutput

type DeleteSyncConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteSyncConfigurationOutput) GoString

func (s DeleteSyncConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSyncConfigurationOutput) String

func (s DeleteSyncConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetConnectionInput

type GetConnectionInput struct {

    // The Amazon Resource Name (ARN) of a connection.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetConnectionInput) GoString

func (s GetConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionInput) SetConnectionArn

func (s *GetConnectionInput) SetConnectionArn(v string) *GetConnectionInput

SetConnectionArn sets the ConnectionArn field's value.

func (GetConnectionInput) String

func (s GetConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionInput) Validate

func (s *GetConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetConnectionOutput

type GetConnectionOutput struct {

    // The connection details, such as status, owner, and provider type.
    Connection *Connection `type:"structure"`
    // contains filtered or unexported fields
}

func (GetConnectionOutput) GoString

func (s GetConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetConnectionOutput) SetConnection

func (s *GetConnectionOutput) SetConnection(v *Connection) *GetConnectionOutput

SetConnection sets the Connection field's value.

func (GetConnectionOutput) String

func (s GetConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetHostInput

type GetHostInput struct {

    // The Amazon Resource Name (ARN) of the requested host.
    //
    // HostArn is a required field
    HostArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetHostInput) GoString

func (s GetHostInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHostInput) SetHostArn

func (s *GetHostInput) SetHostArn(v string) *GetHostInput

SetHostArn sets the HostArn field's value.

func (GetHostInput) String

func (s GetHostInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHostInput) Validate

func (s *GetHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHostOutput

type GetHostOutput struct {

    // The name of the requested host.
    Name *string `min:"1" type:"string"`

    // The endpoint of the infrastructure represented by the requested host.
    ProviderEndpoint *string `min:"1" type:"string"`

    // The provider type of the requested host, such as GitHub Enterprise Server.
    ProviderType *string `type:"string" enum:"ProviderType"`

    // The status of the requested host.
    Status *string `min:"1" type:"string"`

    // The VPC configuration of the requested host.
    VpcConfiguration *VpcConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (GetHostOutput) GoString

func (s GetHostOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHostOutput) SetName

func (s *GetHostOutput) SetName(v string) *GetHostOutput

SetName sets the Name field's value.

func (*GetHostOutput) SetProviderEndpoint

func (s *GetHostOutput) SetProviderEndpoint(v string) *GetHostOutput

SetProviderEndpoint sets the ProviderEndpoint field's value.

func (*GetHostOutput) SetProviderType

func (s *GetHostOutput) SetProviderType(v string) *GetHostOutput

SetProviderType sets the ProviderType field's value.

func (*GetHostOutput) SetStatus

func (s *GetHostOutput) SetStatus(v string) *GetHostOutput

SetStatus sets the Status field's value.

func (*GetHostOutput) SetVpcConfiguration

func (s *GetHostOutput) SetVpcConfiguration(v *VpcConfiguration) *GetHostOutput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (GetHostOutput) String

func (s GetHostOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRepositoryLinkInput

type GetRepositoryLinkInput struct {

    // The ID of the repository link to get.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRepositoryLinkInput) GoString

func (s GetRepositoryLinkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositoryLinkInput) SetRepositoryLinkId

func (s *GetRepositoryLinkInput) SetRepositoryLinkId(v string) *GetRepositoryLinkInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (GetRepositoryLinkInput) String

func (s GetRepositoryLinkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositoryLinkInput) Validate

func (s *GetRepositoryLinkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRepositoryLinkOutput

type GetRepositoryLinkOutput struct {

    // The information returned for a specified repository link.
    //
    // RepositoryLinkInfo is a required field
    RepositoryLinkInfo *RepositoryLinkInfo `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetRepositoryLinkOutput) GoString

func (s GetRepositoryLinkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositoryLinkOutput) SetRepositoryLinkInfo

func (s *GetRepositoryLinkOutput) SetRepositoryLinkInfo(v *RepositoryLinkInfo) *GetRepositoryLinkOutput

SetRepositoryLinkInfo sets the RepositoryLinkInfo field's value.

func (GetRepositoryLinkOutput) String

func (s GetRepositoryLinkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRepositorySyncStatusInput

type GetRepositorySyncStatusInput struct {

    // The branch of the repository link for the requested repository sync status.
    //
    // Branch is a required field
    Branch *string `min:"1" type:"string" required:"true"`

    // The repository link ID for the requested repository sync status.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The sync type of the requested sync status.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (GetRepositorySyncStatusInput) GoString

func (s GetRepositorySyncStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositorySyncStatusInput) SetBranch

func (s *GetRepositorySyncStatusInput) SetBranch(v string) *GetRepositorySyncStatusInput

SetBranch sets the Branch field's value.

func (*GetRepositorySyncStatusInput) SetRepositoryLinkId

func (s *GetRepositorySyncStatusInput) SetRepositoryLinkId(v string) *GetRepositorySyncStatusInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*GetRepositorySyncStatusInput) SetSyncType

func (s *GetRepositorySyncStatusInput) SetSyncType(v string) *GetRepositorySyncStatusInput

SetSyncType sets the SyncType field's value.

func (GetRepositorySyncStatusInput) String

func (s GetRepositorySyncStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositorySyncStatusInput) Validate

func (s *GetRepositorySyncStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRepositorySyncStatusOutput

type GetRepositorySyncStatusOutput struct {

    // The status of the latest sync returned for a specified repository and branch.
    //
    // LatestSync is a required field
    LatestSync *RepositorySyncAttempt `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetRepositorySyncStatusOutput) GoString

func (s GetRepositorySyncStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRepositorySyncStatusOutput) SetLatestSync

func (s *GetRepositorySyncStatusOutput) SetLatestSync(v *RepositorySyncAttempt) *GetRepositorySyncStatusOutput

SetLatestSync sets the LatestSync field's value.

func (GetRepositorySyncStatusOutput) String

func (s GetRepositorySyncStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetResourceSyncStatusInput

type GetResourceSyncStatusInput struct {

    // The name of the Amazon Web Services resource for the sync status with the
    // Git repository.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The sync type for the sync status with the Git repository.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (GetResourceSyncStatusInput) GoString

func (s GetResourceSyncStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceSyncStatusInput) SetResourceName

func (s *GetResourceSyncStatusInput) SetResourceName(v string) *GetResourceSyncStatusInput

SetResourceName sets the ResourceName field's value.

func (*GetResourceSyncStatusInput) SetSyncType

func (s *GetResourceSyncStatusInput) SetSyncType(v string) *GetResourceSyncStatusInput

SetSyncType sets the SyncType field's value.

func (GetResourceSyncStatusInput) String

func (s GetResourceSyncStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceSyncStatusInput) Validate

func (s *GetResourceSyncStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceSyncStatusOutput

type GetResourceSyncStatusOutput struct {

    // The desired state of the Amazon Web Services resource for the sync status
    // with the Git repository.
    DesiredState *Revision `type:"structure"`

    // The latest successful sync for the sync status with the Git repository.
    LatestSuccessfulSync *ResourceSyncAttempt `type:"structure"`

    // The latest sync for the sync status with the Git repository, whether successful
    // or not.
    //
    // LatestSync is a required field
    LatestSync *ResourceSyncAttempt `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetResourceSyncStatusOutput) GoString

func (s GetResourceSyncStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetResourceSyncStatusOutput) SetDesiredState

func (s *GetResourceSyncStatusOutput) SetDesiredState(v *Revision) *GetResourceSyncStatusOutput

SetDesiredState sets the DesiredState field's value.

func (*GetResourceSyncStatusOutput) SetLatestSuccessfulSync

func (s *GetResourceSyncStatusOutput) SetLatestSuccessfulSync(v *ResourceSyncAttempt) *GetResourceSyncStatusOutput

SetLatestSuccessfulSync sets the LatestSuccessfulSync field's value.

func (*GetResourceSyncStatusOutput) SetLatestSync

func (s *GetResourceSyncStatusOutput) SetLatestSync(v *ResourceSyncAttempt) *GetResourceSyncStatusOutput

SetLatestSync sets the LatestSync field's value.

func (GetResourceSyncStatusOutput) String

func (s GetResourceSyncStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSyncBlockerSummaryInput

type GetSyncBlockerSummaryInput struct {

    // The name of the Amazon Web Services resource currently blocked from automatically
    // being synced from a Git repository.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The sync type for the sync blocker summary.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (GetSyncBlockerSummaryInput) GoString

func (s GetSyncBlockerSummaryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncBlockerSummaryInput) SetResourceName

func (s *GetSyncBlockerSummaryInput) SetResourceName(v string) *GetSyncBlockerSummaryInput

SetResourceName sets the ResourceName field's value.

func (*GetSyncBlockerSummaryInput) SetSyncType

func (s *GetSyncBlockerSummaryInput) SetSyncType(v string) *GetSyncBlockerSummaryInput

SetSyncType sets the SyncType field's value.

func (GetSyncBlockerSummaryInput) String

func (s GetSyncBlockerSummaryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncBlockerSummaryInput) Validate

func (s *GetSyncBlockerSummaryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSyncBlockerSummaryOutput

type GetSyncBlockerSummaryOutput struct {

    // The list of sync blockers for a specified resource.
    //
    // SyncBlockerSummary is a required field
    SyncBlockerSummary *SyncBlockerSummary `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetSyncBlockerSummaryOutput) GoString

func (s GetSyncBlockerSummaryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncBlockerSummaryOutput) SetSyncBlockerSummary

func (s *GetSyncBlockerSummaryOutput) SetSyncBlockerSummary(v *SyncBlockerSummary) *GetSyncBlockerSummaryOutput

SetSyncBlockerSummary sets the SyncBlockerSummary field's value.

func (GetSyncBlockerSummaryOutput) String

func (s GetSyncBlockerSummaryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSyncConfigurationInput

type GetSyncConfigurationInput struct {

    // The name of the Amazon Web Services resource for the sync configuration for
    // which you want to retrieve information.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The sync type for the sync configuration for which you want to retrieve information.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (GetSyncConfigurationInput) GoString

func (s GetSyncConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncConfigurationInput) SetResourceName

func (s *GetSyncConfigurationInput) SetResourceName(v string) *GetSyncConfigurationInput

SetResourceName sets the ResourceName field's value.

func (*GetSyncConfigurationInput) SetSyncType

func (s *GetSyncConfigurationInput) SetSyncType(v string) *GetSyncConfigurationInput

SetSyncType sets the SyncType field's value.

func (GetSyncConfigurationInput) String

func (s GetSyncConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncConfigurationInput) Validate

func (s *GetSyncConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSyncConfigurationOutput

type GetSyncConfigurationOutput struct {

    // The details about the sync configuration for which you want to retrieve information.
    //
    // SyncConfiguration is a required field
    SyncConfiguration *SyncConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetSyncConfigurationOutput) GoString

func (s GetSyncConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSyncConfigurationOutput) SetSyncConfiguration

func (s *GetSyncConfigurationOutput) SetSyncConfiguration(v *SyncConfiguration) *GetSyncConfigurationOutput

SetSyncConfiguration sets the SyncConfiguration field's value.

func (GetSyncConfigurationOutput) String

func (s GetSyncConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Host

type Host struct {

    // The Amazon Resource Name (ARN) of the host.
    HostArn *string `type:"string"`

    // The name of the host.
    Name *string `min:"1" type:"string"`

    // The endpoint of the infrastructure where your provider type is installed.
    ProviderEndpoint *string `min:"1" type:"string"`

    // The name of the installed provider to be associated with your connection.
    // The host resource represents the infrastructure where your provider type
    // is installed. The valid provider type is GitHub Enterprise Server.
    ProviderType *string `type:"string" enum:"ProviderType"`

    // The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING,
    // VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
    Status *string `min:"1" type:"string"`

    // The status description for the host.
    StatusMessage *string `type:"string"`

    // The VPC configuration provisioned for the host.
    VpcConfiguration *VpcConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

A resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.

func (Host) GoString

func (s Host) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Host) SetHostArn

func (s *Host) SetHostArn(v string) *Host

SetHostArn sets the HostArn field's value.

func (*Host) SetName

func (s *Host) SetName(v string) *Host

SetName sets the Name field's value.

func (*Host) SetProviderEndpoint

func (s *Host) SetProviderEndpoint(v string) *Host

SetProviderEndpoint sets the ProviderEndpoint field's value.

func (*Host) SetProviderType

func (s *Host) SetProviderType(v string) *Host

SetProviderType sets the ProviderType field's value.

func (*Host) SetStatus

func (s *Host) SetStatus(v string) *Host

SetStatus sets the Status field's value.

func (*Host) SetStatusMessage

func (s *Host) SetStatusMessage(v string) *Host

SetStatusMessage sets the StatusMessage field's value.

func (*Host) SetVpcConfiguration

func (s *Host) SetVpcConfiguration(v *VpcConfiguration) *Host

SetVpcConfiguration sets the VpcConfiguration field's value.

func (Host) String

func (s Host) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerException

type InternalServerException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Received an internal server exception. Try again later.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInputException

type InvalidInputException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The input is not valid. Verify that the action is typed correctly.

func (*InvalidInputException) Code

func (s *InvalidInputException) Code() string

Code returns the exception type name.

func (*InvalidInputException) Error

func (s *InvalidInputException) Error() string

func (InvalidInputException) GoString

func (s InvalidInputException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInputException) Message

func (s *InvalidInputException) Message() string

Message returns the exception's message.

func (*InvalidInputException) OrigErr

func (s *InvalidInputException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInputException) RequestID

func (s *InvalidInputException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInputException) StatusCode

func (s *InvalidInputException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInputException) String

func (s InvalidInputException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Exceeded the maximum limit for connections.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListConnectionsInput

type ListConnectionsInput struct {

    // Filters the list of connections to those associated with a specified host.
    HostArnFilter *string `type:"string"`

    // The maximum number of results to return in a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `type:"integer"`

    // The token that was returned from the previous ListConnections call, which
    // can be used to return the next set of connections in the list.
    NextToken *string `min:"1" type:"string"`

    // Filters the list of connections to those associated with a specified provider,
    // such as Bitbucket.
    ProviderTypeFilter *string `type:"string" enum:"ProviderType"`
    // contains filtered or unexported fields
}

func (ListConnectionsInput) GoString

func (s ListConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsInput) SetHostArnFilter

func (s *ListConnectionsInput) SetHostArnFilter(v string) *ListConnectionsInput

SetHostArnFilter sets the HostArnFilter field's value.

func (*ListConnectionsInput) SetMaxResults

func (s *ListConnectionsInput) SetMaxResults(v int64) *ListConnectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListConnectionsInput) SetNextToken

func (s *ListConnectionsInput) SetNextToken(v string) *ListConnectionsInput

SetNextToken sets the NextToken field's value.

func (*ListConnectionsInput) SetProviderTypeFilter

func (s *ListConnectionsInput) SetProviderTypeFilter(v string) *ListConnectionsInput

SetProviderTypeFilter sets the ProviderTypeFilter field's value.

func (ListConnectionsInput) String

func (s ListConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsInput) Validate

func (s *ListConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListConnectionsOutput

type ListConnectionsOutput struct {

    // A list of connections and the details for each connection, such as status,
    // owner, and provider type.
    Connections []*Connection `type:"list"`

    // A token that can be used in the next ListConnections call. To view all items
    // in the list, continue to call this operation with each subsequent token until
    // no more nextToken values are returned.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListConnectionsOutput) GoString

func (s ListConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsOutput) SetConnections

func (s *ListConnectionsOutput) SetConnections(v []*Connection) *ListConnectionsOutput

SetConnections sets the Connections field's value.

func (*ListConnectionsOutput) SetNextToken

func (s *ListConnectionsOutput) SetNextToken(v string) *ListConnectionsOutput

SetNextToken sets the NextToken field's value.

func (ListConnectionsOutput) String

func (s ListConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHostsInput

type ListHostsInput struct {

    // The maximum number of results to return in a single call. To retrieve the
    // remaining results, make another call with the returned nextToken value.
    MaxResults *int64 `type:"integer"`

    // The token that was returned from the previous ListHosts call, which can be
    // used to return the next set of hosts in the list.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListHostsInput) GoString

func (s ListHostsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHostsInput) SetMaxResults

func (s *ListHostsInput) SetMaxResults(v int64) *ListHostsInput

SetMaxResults sets the MaxResults field's value.

func (*ListHostsInput) SetNextToken

func (s *ListHostsInput) SetNextToken(v string) *ListHostsInput

SetNextToken sets the NextToken field's value.

func (ListHostsInput) String

func (s ListHostsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHostsInput) Validate

func (s *ListHostsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHostsOutput

type ListHostsOutput struct {

    // A list of hosts and the details for each host, such as status, endpoint,
    // and provider type.
    Hosts []*Host `type:"list"`

    // A token that can be used in the next ListHosts call. To view all items in
    // the list, continue to call this operation with each subsequent token until
    // no more nextToken values are returned.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListHostsOutput) GoString

func (s ListHostsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHostsOutput) SetHosts

func (s *ListHostsOutput) SetHosts(v []*Host) *ListHostsOutput

SetHosts sets the Hosts field's value.

func (*ListHostsOutput) SetNextToken

func (s *ListHostsOutput) SetNextToken(v string) *ListHostsOutput

SetNextToken sets the NextToken field's value.

func (ListHostsOutput) String

func (s ListHostsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRepositoryLinksInput

type ListRepositoryLinksInput struct {

    // A non-zero, non-negative integer used to limit the number of returned results.
    MaxResults *int64 `type:"integer"`

    // An enumeration token that, when provided in a request, returns the next batch
    // of the results.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListRepositoryLinksInput) GoString

func (s ListRepositoryLinksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositoryLinksInput) SetMaxResults

func (s *ListRepositoryLinksInput) SetMaxResults(v int64) *ListRepositoryLinksInput

SetMaxResults sets the MaxResults field's value.

func (*ListRepositoryLinksInput) SetNextToken

func (s *ListRepositoryLinksInput) SetNextToken(v string) *ListRepositoryLinksInput

SetNextToken sets the NextToken field's value.

func (ListRepositoryLinksInput) String

func (s ListRepositoryLinksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositoryLinksInput) Validate

func (s *ListRepositoryLinksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRepositoryLinksOutput

type ListRepositoryLinksOutput struct {

    // An enumeration token that allows the operation to batch the results of the
    // operation.
    NextToken *string `min:"1" type:"string"`

    // Lists the repository links called by the list repository links operation.
    //
    // RepositoryLinks is a required field
    RepositoryLinks []*RepositoryLinkInfo `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListRepositoryLinksOutput) GoString

func (s ListRepositoryLinksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositoryLinksOutput) SetNextToken

func (s *ListRepositoryLinksOutput) SetNextToken(v string) *ListRepositoryLinksOutput

SetNextToken sets the NextToken field's value.

func (s *ListRepositoryLinksOutput) SetRepositoryLinks(v []*RepositoryLinkInfo) *ListRepositoryLinksOutput

SetRepositoryLinks sets the RepositoryLinks field's value.

func (ListRepositoryLinksOutput) String

func (s ListRepositoryLinksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRepositorySyncDefinitionsInput

type ListRepositorySyncDefinitionsInput struct {

    // The ID of the repository link for the sync definition for which you want
    // to retrieve information.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The sync type of the repository link for the the sync definition for which
    // you want to retrieve information.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (ListRepositorySyncDefinitionsInput) GoString

func (s ListRepositorySyncDefinitionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositorySyncDefinitionsInput) SetRepositoryLinkId

func (s *ListRepositorySyncDefinitionsInput) SetRepositoryLinkId(v string) *ListRepositorySyncDefinitionsInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*ListRepositorySyncDefinitionsInput) SetSyncType

func (s *ListRepositorySyncDefinitionsInput) SetSyncType(v string) *ListRepositorySyncDefinitionsInput

SetSyncType sets the SyncType field's value.

func (ListRepositorySyncDefinitionsInput) String

func (s ListRepositorySyncDefinitionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositorySyncDefinitionsInput) Validate

func (s *ListRepositorySyncDefinitionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRepositorySyncDefinitionsOutput

type ListRepositorySyncDefinitionsOutput struct {

    // An enumeration token that, when provided in a request, returns the next batch
    // of the results.
    NextToken *string `min:"1" type:"string"`

    // The list of repository sync definitions returned by the request. A RepositorySyncDefinition
    // is a mapping from a repository branch to all the Amazon Web Services resources
    // that are being synced from that branch.
    //
    // RepositorySyncDefinitions is a required field
    RepositorySyncDefinitions []*RepositorySyncDefinition `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListRepositorySyncDefinitionsOutput) GoString

func (s ListRepositorySyncDefinitionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRepositorySyncDefinitionsOutput) SetNextToken

func (s *ListRepositorySyncDefinitionsOutput) SetNextToken(v string) *ListRepositorySyncDefinitionsOutput

SetNextToken sets the NextToken field's value.

func (*ListRepositorySyncDefinitionsOutput) SetRepositorySyncDefinitions

func (s *ListRepositorySyncDefinitionsOutput) SetRepositorySyncDefinitions(v []*RepositorySyncDefinition) *ListRepositorySyncDefinitionsOutput

SetRepositorySyncDefinitions sets the RepositorySyncDefinitions field's value.

func (ListRepositorySyncDefinitionsOutput) String

func (s ListRepositorySyncDefinitionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSyncConfigurationsInput

type ListSyncConfigurationsInput struct {

    // A non-zero, non-negative integer used to limit the number of returned results.
    MaxResults *int64 `type:"integer"`

    // An enumeration token that allows the operation to batch the results of the
    // operation.
    NextToken *string `min:"1" type:"string"`

    // The ID of the repository link for the requested list of sync configurations.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The sync type for the requested list of sync configurations.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (ListSyncConfigurationsInput) GoString

func (s ListSyncConfigurationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSyncConfigurationsInput) SetMaxResults

func (s *ListSyncConfigurationsInput) SetMaxResults(v int64) *ListSyncConfigurationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListSyncConfigurationsInput) SetNextToken

func (s *ListSyncConfigurationsInput) SetNextToken(v string) *ListSyncConfigurationsInput

SetNextToken sets the NextToken field's value.

func (*ListSyncConfigurationsInput) SetRepositoryLinkId

func (s *ListSyncConfigurationsInput) SetRepositoryLinkId(v string) *ListSyncConfigurationsInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*ListSyncConfigurationsInput) SetSyncType

func (s *ListSyncConfigurationsInput) SetSyncType(v string) *ListSyncConfigurationsInput

SetSyncType sets the SyncType field's value.

func (ListSyncConfigurationsInput) String

func (s ListSyncConfigurationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSyncConfigurationsInput) Validate

func (s *ListSyncConfigurationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSyncConfigurationsOutput

type ListSyncConfigurationsOutput struct {

    // An enumeration token that allows the operation to batch the next results
    // of the operation.
    NextToken *string `min:"1" type:"string"`

    // The list of repository sync definitions returned by the request.
    //
    // SyncConfigurations is a required field
    SyncConfigurations []*SyncConfiguration `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListSyncConfigurationsOutput) GoString

func (s ListSyncConfigurationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSyncConfigurationsOutput) SetNextToken

func (s *ListSyncConfigurationsOutput) SetNextToken(v string) *ListSyncConfigurationsOutput

SetNextToken sets the NextToken field's value.

func (*ListSyncConfigurationsOutput) SetSyncConfigurations

func (s *ListSyncConfigurationsOutput) SetSyncConfigurations(v []*SyncConfiguration) *ListSyncConfigurationsOutput

SetSyncConfigurations sets the SyncConfigurations field's value.

func (ListSyncConfigurationsOutput) String

func (s ListSyncConfigurationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource for which you want to get
    // information about tags, if any.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // A list of tag key and value pairs associated with the specified resource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RepositoryLinkInfo

type RepositoryLinkInfo struct {

    // The Amazon Resource Name (ARN) of the connection associated with the repository
    // link.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the encryption key for the repository associated
    // with the repository link.
    EncryptionKeyArn *string `min:"1" type:"string"`

    // The owner ID for the repository associated with the repository link, such
    // as the owner ID in GitHub.
    //
    // OwnerId is a required field
    OwnerId *string `min:"1" type:"string" required:"true"`

    // The provider type for the connection, such as GitHub, associated with the
    // repository link.
    //
    // ProviderType is a required field
    ProviderType *string `type:"string" required:"true" enum:"ProviderType"`

    // The Amazon Resource Name (ARN) of the repository link.
    //
    // RepositoryLinkArn is a required field
    RepositoryLinkArn *string `type:"string" required:"true"`

    // The ID of the repository link.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The name of the repository associated with the repository link.
    //
    // RepositoryName is a required field
    RepositoryName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.

func (RepositoryLinkInfo) GoString

func (s RepositoryLinkInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositoryLinkInfo) SetConnectionArn

func (s *RepositoryLinkInfo) SetConnectionArn(v string) *RepositoryLinkInfo

SetConnectionArn sets the ConnectionArn field's value.

func (*RepositoryLinkInfo) SetEncryptionKeyArn

func (s *RepositoryLinkInfo) SetEncryptionKeyArn(v string) *RepositoryLinkInfo

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*RepositoryLinkInfo) SetOwnerId

func (s *RepositoryLinkInfo) SetOwnerId(v string) *RepositoryLinkInfo

SetOwnerId sets the OwnerId field's value.

func (*RepositoryLinkInfo) SetProviderType

func (s *RepositoryLinkInfo) SetProviderType(v string) *RepositoryLinkInfo

SetProviderType sets the ProviderType field's value.

func (*RepositoryLinkInfo) SetRepositoryLinkArn

func (s *RepositoryLinkInfo) SetRepositoryLinkArn(v string) *RepositoryLinkInfo

SetRepositoryLinkArn sets the RepositoryLinkArn field's value.

func (*RepositoryLinkInfo) SetRepositoryLinkId

func (s *RepositoryLinkInfo) SetRepositoryLinkId(v string) *RepositoryLinkInfo

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*RepositoryLinkInfo) SetRepositoryName

func (s *RepositoryLinkInfo) SetRepositoryName(v string) *RepositoryLinkInfo

SetRepositoryName sets the RepositoryName field's value.

func (RepositoryLinkInfo) String

func (s RepositoryLinkInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RepositorySyncAttempt

type RepositorySyncAttempt struct {

    // The events associated with a specific sync attempt.
    //
    // Events is a required field
    Events []*RepositorySyncEvent `type:"list" required:"true"`

    // The start time of a specific sync attempt.
    //
    // StartedAt is a required field
    StartedAt *time.Time `type:"timestamp" required:"true"`

    // The status of a specific sync attempt. The following are valid statuses:
    //
    //    * INITIATED - A repository sync attempt has been created and will begin
    //    soon.
    //
    //    * IN_PROGRESS - A repository sync attempt has started and work is being
    //    done to reconcile the branch.
    //
    //    * SUCCEEDED - The repository sync attempt has completed successfully.
    //
    //    * FAILED - The repository sync attempt has failed.
    //
    //    * QUEUED - The repository sync attempt didn't execute and was queued.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"RepositorySyncStatus"`
    // contains filtered or unexported fields
}

Information about a repository sync attempt for a repository with a sync configuration.

func (RepositorySyncAttempt) GoString

func (s RepositorySyncAttempt) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositorySyncAttempt) SetEvents

func (s *RepositorySyncAttempt) SetEvents(v []*RepositorySyncEvent) *RepositorySyncAttempt

SetEvents sets the Events field's value.

func (*RepositorySyncAttempt) SetStartedAt

func (s *RepositorySyncAttempt) SetStartedAt(v time.Time) *RepositorySyncAttempt

SetStartedAt sets the StartedAt field's value.

func (*RepositorySyncAttempt) SetStatus

func (s *RepositorySyncAttempt) SetStatus(v string) *RepositorySyncAttempt

SetStatus sets the Status field's value.

func (RepositorySyncAttempt) String

func (s RepositorySyncAttempt) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RepositorySyncDefinition

type RepositorySyncDefinition struct {

    // The branch specified for a repository sync definition.
    //
    // Branch is a required field
    Branch *string `min:"1" type:"string" required:"true"`

    // The configuration file for a repository sync definition. This value comes
    // from creating or updating the config-file field of a sync-configuration.
    //
    // Directory is a required field
    Directory *string `type:"string" required:"true"`

    // The parent resource specified for a repository sync definition.
    //
    // Parent is a required field
    Parent *string `type:"string" required:"true"`

    // The target resource specified for a repository sync definition. In some cases,
    // such as CFN_STACK_SYNC, the parent and target resource are the same.
    //
    // Target is a required field
    Target *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The definition for a repository with a sync configuration.

func (RepositorySyncDefinition) GoString

func (s RepositorySyncDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositorySyncDefinition) SetBranch

func (s *RepositorySyncDefinition) SetBranch(v string) *RepositorySyncDefinition

SetBranch sets the Branch field's value.

func (*RepositorySyncDefinition) SetDirectory

func (s *RepositorySyncDefinition) SetDirectory(v string) *RepositorySyncDefinition

SetDirectory sets the Directory field's value.

func (*RepositorySyncDefinition) SetParent

func (s *RepositorySyncDefinition) SetParent(v string) *RepositorySyncDefinition

SetParent sets the Parent field's value.

func (*RepositorySyncDefinition) SetTarget

func (s *RepositorySyncDefinition) SetTarget(v string) *RepositorySyncDefinition

SetTarget sets the Target field's value.

func (RepositorySyncDefinition) String

func (s RepositorySyncDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RepositorySyncEvent

type RepositorySyncEvent struct {

    // A description of a repository sync event.
    //
    // Event is a required field
    Event *string `type:"string" required:"true"`

    // The ID for a repository sync event.
    ExternalId *string `type:"string"`

    // The time that a repository sync event occurred.
    //
    // Time is a required field
    Time *time.Time `type:"timestamp" required:"true"`

    // The event type for a repository sync event.
    //
    // Type is a required field
    Type *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about a repository sync event.

func (RepositorySyncEvent) GoString

func (s RepositorySyncEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositorySyncEvent) SetEvent

func (s *RepositorySyncEvent) SetEvent(v string) *RepositorySyncEvent

SetEvent sets the Event field's value.

func (*RepositorySyncEvent) SetExternalId

func (s *RepositorySyncEvent) SetExternalId(v string) *RepositorySyncEvent

SetExternalId sets the ExternalId field's value.

func (*RepositorySyncEvent) SetTime

func (s *RepositorySyncEvent) SetTime(v time.Time) *RepositorySyncEvent

SetTime sets the Time field's value.

func (*RepositorySyncEvent) SetType

func (s *RepositorySyncEvent) SetType(v string) *RepositorySyncEvent

SetType sets the Type field's value.

func (RepositorySyncEvent) String

func (s RepositorySyncEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceAlreadyExistsException

type ResourceAlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Unable to create resource. Resource already exists.

func (*ResourceAlreadyExistsException) Code

func (s *ResourceAlreadyExistsException) Code() string

Code returns the exception type name.

func (*ResourceAlreadyExistsException) Error

func (s *ResourceAlreadyExistsException) Error() string

func (ResourceAlreadyExistsException) GoString

func (s ResourceAlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceAlreadyExistsException) Message

func (s *ResourceAlreadyExistsException) Message() string

Message returns the exception's message.

func (*ResourceAlreadyExistsException) OrigErr

func (s *ResourceAlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceAlreadyExistsException) RequestID

func (s *ResourceAlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceAlreadyExistsException) StatusCode

func (s *ResourceAlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceAlreadyExistsException) String

func (s ResourceAlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Resource not found. Verify the connection resource ARN and try again.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceSyncAttempt

type ResourceSyncAttempt struct {

    // The events related to a resource sync attempt.
    //
    // Events is a required field
    Events []*ResourceSyncEvent `type:"list" required:"true"`

    // The current state of the resource as defined in the resource's config-file
    // in the linked repository.
    //
    // InitialRevision is a required field
    InitialRevision *Revision `type:"structure" required:"true"`

    // The start time for a resource sync attempt.
    //
    // StartedAt is a required field
    StartedAt *time.Time `type:"timestamp" required:"true"`

    // The status for a resource sync attempt. The follow are valid statuses:
    //
    //    * SYNC-INITIATED - A resource sync attempt has been created and will begin
    //    soon.
    //
    //    * SYNCING - Syncing has started and work is being done to reconcile state.
    //
    //    * SYNCED - Syncing has completed successfully.
    //
    //    * SYNC_FAILED - A resource sync attempt has failed.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"ResourceSyncStatus"`

    // The name of the Amazon Web Services resource that is attempted to be synchronized.
    //
    // Target is a required field
    Target *string `type:"string" required:"true"`

    // The desired state of the resource as defined in the resource's config-file
    // in the linked repository. Git sync attempts to update the resource to this
    // state.
    //
    // TargetRevision is a required field
    TargetRevision *Revision `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Information about a resource sync attempt.

func (ResourceSyncAttempt) GoString

func (s ResourceSyncAttempt) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceSyncAttempt) SetEvents

func (s *ResourceSyncAttempt) SetEvents(v []*ResourceSyncEvent) *ResourceSyncAttempt

SetEvents sets the Events field's value.

func (*ResourceSyncAttempt) SetInitialRevision

func (s *ResourceSyncAttempt) SetInitialRevision(v *Revision) *ResourceSyncAttempt

SetInitialRevision sets the InitialRevision field's value.

func (*ResourceSyncAttempt) SetStartedAt

func (s *ResourceSyncAttempt) SetStartedAt(v time.Time) *ResourceSyncAttempt

SetStartedAt sets the StartedAt field's value.

func (*ResourceSyncAttempt) SetStatus

func (s *ResourceSyncAttempt) SetStatus(v string) *ResourceSyncAttempt

SetStatus sets the Status field's value.

func (*ResourceSyncAttempt) SetTarget

func (s *ResourceSyncAttempt) SetTarget(v string) *ResourceSyncAttempt

SetTarget sets the Target field's value.

func (*ResourceSyncAttempt) SetTargetRevision

func (s *ResourceSyncAttempt) SetTargetRevision(v *Revision) *ResourceSyncAttempt

SetTargetRevision sets the TargetRevision field's value.

func (ResourceSyncAttempt) String

func (s ResourceSyncAttempt) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceSyncEvent

type ResourceSyncEvent struct {

    // The event for a resource sync event.
    //
    // Event is a required field
    Event *string `type:"string" required:"true"`

    // The ID for a resource sync event.
    ExternalId *string `type:"string"`

    // The time that a resource sync event occurred.
    //
    // Time is a required field
    Time *time.Time `type:"timestamp" required:"true"`

    // The type of resource sync event.
    //
    // Type is a required field
    Type *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about a resource sync event for the resource associated with a sync configuration.

func (ResourceSyncEvent) GoString

func (s ResourceSyncEvent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceSyncEvent) SetEvent

func (s *ResourceSyncEvent) SetEvent(v string) *ResourceSyncEvent

SetEvent sets the Event field's value.

func (*ResourceSyncEvent) SetExternalId

func (s *ResourceSyncEvent) SetExternalId(v string) *ResourceSyncEvent

SetExternalId sets the ExternalId field's value.

func (*ResourceSyncEvent) SetTime

func (s *ResourceSyncEvent) SetTime(v time.Time) *ResourceSyncEvent

SetTime sets the Time field's value.

func (*ResourceSyncEvent) SetType

func (s *ResourceSyncEvent) SetType(v string) *ResourceSyncEvent

SetType sets the Type field's value.

func (ResourceSyncEvent) String

func (s ResourceSyncEvent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceUnavailableException

type ResourceUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Resource not found. Verify the ARN for the host resource and try again.

func (*ResourceUnavailableException) Code

func (s *ResourceUnavailableException) Code() string

Code returns the exception type name.

func (*ResourceUnavailableException) Error

func (s *ResourceUnavailableException) Error() string

func (ResourceUnavailableException) GoString

func (s ResourceUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceUnavailableException) Message

func (s *ResourceUnavailableException) Message() string

Message returns the exception's message.

func (*ResourceUnavailableException) OrigErr

func (s *ResourceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceUnavailableException) RequestID

func (s *ResourceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceUnavailableException) StatusCode

func (s *ResourceUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceUnavailableException) String

func (s ResourceUnavailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetryLatestCommitFailedException

type RetryLatestCommitFailedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Retrying the latest commit failed. Try again later.

func (*RetryLatestCommitFailedException) Code

func (s *RetryLatestCommitFailedException) Code() string

Code returns the exception type name.

func (*RetryLatestCommitFailedException) Error

func (s *RetryLatestCommitFailedException) Error() string

func (RetryLatestCommitFailedException) GoString

func (s RetryLatestCommitFailedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryLatestCommitFailedException) Message

func (s *RetryLatestCommitFailedException) Message() string

Message returns the exception's message.

func (*RetryLatestCommitFailedException) OrigErr

func (s *RetryLatestCommitFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RetryLatestCommitFailedException) RequestID

func (s *RetryLatestCommitFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RetryLatestCommitFailedException) StatusCode

func (s *RetryLatestCommitFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RetryLatestCommitFailedException) String

func (s RetryLatestCommitFailedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Revision

type Revision struct {

    // The branch name for a specific revision.
    //
    // Branch is a required field
    Branch *string `min:"1" type:"string" required:"true"`

    // The directory, if any, for a specific revision.
    //
    // Directory is a required field
    Directory *string `type:"string" required:"true"`

    // The owner ID for a specific revision, such as the GitHub owner ID for a GitHub
    // repository.
    //
    // OwnerId is a required field
    OwnerId *string `min:"1" type:"string" required:"true"`

    // The provider type for a revision, such as GitHub.
    //
    // ProviderType is a required field
    ProviderType *string `type:"string" required:"true" enum:"ProviderType"`

    // The repository name for a specific revision.
    //
    // RepositoryName is a required field
    RepositoryName *string `min:"1" type:"string" required:"true"`

    // The SHA, such as the commit ID, for a specific revision.
    //
    // Sha is a required field
    Sha *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.

func (Revision) GoString

func (s Revision) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Revision) SetBranch

func (s *Revision) SetBranch(v string) *Revision

SetBranch sets the Branch field's value.

func (*Revision) SetDirectory

func (s *Revision) SetDirectory(v string) *Revision

SetDirectory sets the Directory field's value.

func (*Revision) SetOwnerId

func (s *Revision) SetOwnerId(v string) *Revision

SetOwnerId sets the OwnerId field's value.

func (*Revision) SetProviderType

func (s *Revision) SetProviderType(v string) *Revision

SetProviderType sets the ProviderType field's value.

func (*Revision) SetRepositoryName

func (s *Revision) SetRepositoryName(v string) *Revision

SetRepositoryName sets the RepositoryName field's value.

func (*Revision) SetSha

func (s *Revision) SetSha(v string) *Revision

SetSha sets the Sha field's value.

func (Revision) String

func (s Revision) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncBlocker

type SyncBlocker struct {

    // The contexts for a specific sync blocker.
    Contexts []*SyncBlockerContext `type:"list"`

    // The creation time for a specific sync blocker.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `type:"timestamp" required:"true"`

    // The provided reason for a specific sync blocker.
    //
    // CreatedReason is a required field
    CreatedReason *string `type:"string" required:"true"`

    // The ID for a specific sync blocker.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true"`

    // The time that a specific sync blocker was resolved.
    ResolvedAt *time.Time `type:"timestamp"`

    // The resolved reason for a specific sync blocker.
    ResolvedReason *string `min:"1" type:"string"`

    // The status for a specific sync blocker.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"BlockerStatus"`

    // The sync blocker type.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"BlockerType"`
    // contains filtered or unexported fields
}

Information about a blocker for a sync event.

func (SyncBlocker) GoString

func (s SyncBlocker) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncBlocker) SetContexts

func (s *SyncBlocker) SetContexts(v []*SyncBlockerContext) *SyncBlocker

SetContexts sets the Contexts field's value.

func (*SyncBlocker) SetCreatedAt

func (s *SyncBlocker) SetCreatedAt(v time.Time) *SyncBlocker

SetCreatedAt sets the CreatedAt field's value.

func (*SyncBlocker) SetCreatedReason

func (s *SyncBlocker) SetCreatedReason(v string) *SyncBlocker

SetCreatedReason sets the CreatedReason field's value.

func (*SyncBlocker) SetId

func (s *SyncBlocker) SetId(v string) *SyncBlocker

SetId sets the Id field's value.

func (*SyncBlocker) SetResolvedAt

func (s *SyncBlocker) SetResolvedAt(v time.Time) *SyncBlocker

SetResolvedAt sets the ResolvedAt field's value.

func (*SyncBlocker) SetResolvedReason

func (s *SyncBlocker) SetResolvedReason(v string) *SyncBlocker

SetResolvedReason sets the ResolvedReason field's value.

func (*SyncBlocker) SetStatus

func (s *SyncBlocker) SetStatus(v string) *SyncBlocker

SetStatus sets the Status field's value.

func (*SyncBlocker) SetType

func (s *SyncBlocker) SetType(v string) *SyncBlocker

SetType sets the Type field's value.

func (SyncBlocker) String

func (s SyncBlocker) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncBlockerContext

type SyncBlockerContext struct {

    // The key provided for a context key-value pair for a specific sync blocker.
    //
    // Key is a required field
    Key *string `type:"string" required:"true"`

    // The value provided for a context key-value pair for a specific sync blocker.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The context for a specific sync blocker.

func (SyncBlockerContext) GoString

func (s SyncBlockerContext) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncBlockerContext) SetKey

func (s *SyncBlockerContext) SetKey(v string) *SyncBlockerContext

SetKey sets the Key field's value.

func (*SyncBlockerContext) SetValue

func (s *SyncBlockerContext) SetValue(v string) *SyncBlockerContext

SetValue sets the Value field's value.

func (SyncBlockerContext) String

func (s SyncBlockerContext) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncBlockerDoesNotExistException

type SyncBlockerDoesNotExistException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Unable to continue. The sync blocker does not exist.

func (*SyncBlockerDoesNotExistException) Code

func (s *SyncBlockerDoesNotExistException) Code() string

Code returns the exception type name.

func (*SyncBlockerDoesNotExistException) Error

func (s *SyncBlockerDoesNotExistException) Error() string

func (SyncBlockerDoesNotExistException) GoString

func (s SyncBlockerDoesNotExistException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncBlockerDoesNotExistException) Message

func (s *SyncBlockerDoesNotExistException) Message() string

Message returns the exception's message.

func (*SyncBlockerDoesNotExistException) OrigErr

func (s *SyncBlockerDoesNotExistException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SyncBlockerDoesNotExistException) RequestID

func (s *SyncBlockerDoesNotExistException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SyncBlockerDoesNotExistException) StatusCode

func (s *SyncBlockerDoesNotExistException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (SyncBlockerDoesNotExistException) String

func (s SyncBlockerDoesNotExistException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncBlockerSummary

type SyncBlockerSummary struct {

    // The latest events for a sync blocker summary.
    LatestBlockers []*SyncBlocker `type:"list"`

    // The parent resource name for a sync blocker summary.
    ParentResourceName *string `min:"1" type:"string"`

    // The resource name for sync blocker summary.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A summary for sync blockers.

func (SyncBlockerSummary) GoString

func (s SyncBlockerSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncBlockerSummary) SetLatestBlockers

func (s *SyncBlockerSummary) SetLatestBlockers(v []*SyncBlocker) *SyncBlockerSummary

SetLatestBlockers sets the LatestBlockers field's value.

func (*SyncBlockerSummary) SetParentResourceName

func (s *SyncBlockerSummary) SetParentResourceName(v string) *SyncBlockerSummary

SetParentResourceName sets the ParentResourceName field's value.

func (*SyncBlockerSummary) SetResourceName

func (s *SyncBlockerSummary) SetResourceName(v string) *SyncBlockerSummary

SetResourceName sets the ResourceName field's value.

func (SyncBlockerSummary) String

func (s SyncBlockerSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncConfiguration

type SyncConfiguration struct {

    // The branch associated with a specific sync configuration.
    //
    // Branch is a required field
    Branch *string `min:"1" type:"string" required:"true"`

    // The file path to the configuration file associated with a specific sync configuration.
    // The path should point to an actual file in the sync configurations linked
    // repository.
    ConfigFile *string `type:"string"`

    // The owner ID for the repository associated with a specific sync configuration,
    // such as the owner ID in GitHub.
    //
    // OwnerId is a required field
    OwnerId *string `min:"1" type:"string" required:"true"`

    // The connection provider type associated with a specific sync configuration,
    // such as GitHub.
    //
    // ProviderType is a required field
    ProviderType *string `type:"string" required:"true" enum:"ProviderType"`

    // Whether to enable or disable publishing of deployment status to source providers.
    PublishDeploymentStatus *string `type:"string" enum:"PublishDeploymentStatus"`

    // The ID of the repository link associated with a specific sync configuration.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`

    // The name of the repository associated with a specific sync configuration.
    //
    // RepositoryName is a required field
    RepositoryName *string `min:"1" type:"string" required:"true"`

    // The name of the connection resource associated with a specific sync configuration.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the IAM role associated with a specific
    // sync configuration.
    //
    // RoleArn is a required field
    RoleArn *string `min:"1" type:"string" required:"true"`

    // The type of sync for a specific sync configuration.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`

    // When to trigger Git sync to begin the stack update.
    TriggerResourceUpdateOn *string `type:"string" enum:"TriggerResourceUpdateOn"`
    // contains filtered or unexported fields
}

Information, such as repository, branch, provider, and resource names for a specific sync configuration.

func (SyncConfiguration) GoString

func (s SyncConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncConfiguration) SetBranch

func (s *SyncConfiguration) SetBranch(v string) *SyncConfiguration

SetBranch sets the Branch field's value.

func (*SyncConfiguration) SetConfigFile

func (s *SyncConfiguration) SetConfigFile(v string) *SyncConfiguration

SetConfigFile sets the ConfigFile field's value.

func (*SyncConfiguration) SetOwnerId

func (s *SyncConfiguration) SetOwnerId(v string) *SyncConfiguration

SetOwnerId sets the OwnerId field's value.

func (*SyncConfiguration) SetProviderType

func (s *SyncConfiguration) SetProviderType(v string) *SyncConfiguration

SetProviderType sets the ProviderType field's value.

func (*SyncConfiguration) SetPublishDeploymentStatus

func (s *SyncConfiguration) SetPublishDeploymentStatus(v string) *SyncConfiguration

SetPublishDeploymentStatus sets the PublishDeploymentStatus field's value.

func (*SyncConfiguration) SetRepositoryLinkId

func (s *SyncConfiguration) SetRepositoryLinkId(v string) *SyncConfiguration

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*SyncConfiguration) SetRepositoryName

func (s *SyncConfiguration) SetRepositoryName(v string) *SyncConfiguration

SetRepositoryName sets the RepositoryName field's value.

func (*SyncConfiguration) SetResourceName

func (s *SyncConfiguration) SetResourceName(v string) *SyncConfiguration

SetResourceName sets the ResourceName field's value.

func (*SyncConfiguration) SetRoleArn

func (s *SyncConfiguration) SetRoleArn(v string) *SyncConfiguration

SetRoleArn sets the RoleArn field's value.

func (*SyncConfiguration) SetSyncType

func (s *SyncConfiguration) SetSyncType(v string) *SyncConfiguration

SetSyncType sets the SyncType field's value.

func (*SyncConfiguration) SetTriggerResourceUpdateOn

func (s *SyncConfiguration) SetTriggerResourceUpdateOn(v string) *SyncConfiguration

SetTriggerResourceUpdateOn sets the TriggerResourceUpdateOn field's value.

func (SyncConfiguration) String

func (s SyncConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SyncConfigurationStillExistsException

type SyncConfigurationStillExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Unable to continue. The sync blocker still exists.

func (*SyncConfigurationStillExistsException) Code

func (s *SyncConfigurationStillExistsException) Code() string

Code returns the exception type name.

func (*SyncConfigurationStillExistsException) Error

func (s *SyncConfigurationStillExistsException) Error() string

func (SyncConfigurationStillExistsException) GoString

func (s SyncConfigurationStillExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SyncConfigurationStillExistsException) Message

func (s *SyncConfigurationStillExistsException) Message() string

Message returns the exception's message.

func (*SyncConfigurationStillExistsException) OrigErr

func (s *SyncConfigurationStillExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SyncConfigurationStillExistsException) RequestID

func (s *SyncConfigurationStillExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SyncConfigurationStillExistsException) StatusCode

func (s *SyncConfigurationStillExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (SyncConfigurationStillExistsException) String

func (s SyncConfigurationStillExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The tag's key.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The tag's value.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by Amazon Web Services services that support tags.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource to which you want to add or
    // update tags.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`

    // The tags you want to modify or add to the resource.
    //
    // Tags is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request was denied due to request throttling.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedOperationException

type UnsupportedOperationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The operation is not supported. Check the connection status and try again.

func (*UnsupportedOperationException) Code

func (s *UnsupportedOperationException) Code() string

Code returns the exception type name.

func (*UnsupportedOperationException) Error

func (s *UnsupportedOperationException) Error() string

func (UnsupportedOperationException) GoString

func (s UnsupportedOperationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedOperationException) Message

func (s *UnsupportedOperationException) Message() string

Message returns the exception's message.

func (*UnsupportedOperationException) OrigErr

func (s *UnsupportedOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperationException) RequestID

func (s *UnsupportedOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperationException) StatusCode

func (s *UnsupportedOperationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedOperationException) String

func (s UnsupportedOperationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedProviderTypeException

type UnsupportedProviderTypeException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified provider type is not supported for connections.

func (*UnsupportedProviderTypeException) Code

func (s *UnsupportedProviderTypeException) Code() string

Code returns the exception type name.

func (*UnsupportedProviderTypeException) Error

func (s *UnsupportedProviderTypeException) Error() string

func (UnsupportedProviderTypeException) GoString

func (s UnsupportedProviderTypeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedProviderTypeException) Message

func (s *UnsupportedProviderTypeException) Message() string

Message returns the exception's message.

func (*UnsupportedProviderTypeException) OrigErr

func (s *UnsupportedProviderTypeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedProviderTypeException) RequestID

func (s *UnsupportedProviderTypeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedProviderTypeException) StatusCode

func (s *UnsupportedProviderTypeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedProviderTypeException) String

func (s UnsupportedProviderTypeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

    // The Amazon Resource Name (ARN) of the resource to remove tags from.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`

    // The list of keys for the tags to be removed from the resource.
    //
    // TagKeys is a required field
    TagKeys []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateHostInput

type UpdateHostInput struct {

    // The Amazon Resource Name (ARN) of the host to be updated.
    //
    // HostArn is a required field
    HostArn *string `type:"string" required:"true"`

    // The URL or endpoint of the host to be updated.
    ProviderEndpoint *string `min:"1" type:"string"`

    // The VPC configuration of the host to be updated. A VPC must be configured
    // and the infrastructure to be represented by the host must already be connected
    // to the VPC.
    VpcConfiguration *VpcConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateHostInput) GoString

func (s UpdateHostInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHostInput) SetHostArn

func (s *UpdateHostInput) SetHostArn(v string) *UpdateHostInput

SetHostArn sets the HostArn field's value.

func (*UpdateHostInput) SetProviderEndpoint

func (s *UpdateHostInput) SetProviderEndpoint(v string) *UpdateHostInput

SetProviderEndpoint sets the ProviderEndpoint field's value.

func (*UpdateHostInput) SetVpcConfiguration

func (s *UpdateHostInput) SetVpcConfiguration(v *VpcConfiguration) *UpdateHostInput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (UpdateHostInput) String

func (s UpdateHostInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHostInput) Validate

func (s *UpdateHostInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHostOutput

type UpdateHostOutput struct {
    // contains filtered or unexported fields
}

func (UpdateHostOutput) GoString

func (s UpdateHostOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateHostOutput) String

func (s UpdateHostOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateOutOfSyncException

type UpdateOutOfSyncException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The update is out of sync. Try syncing again.

func (*UpdateOutOfSyncException) Code

func (s *UpdateOutOfSyncException) Code() string

Code returns the exception type name.

func (*UpdateOutOfSyncException) Error

func (s *UpdateOutOfSyncException) Error() string

func (UpdateOutOfSyncException) GoString

func (s UpdateOutOfSyncException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateOutOfSyncException) Message

func (s *UpdateOutOfSyncException) Message() string

Message returns the exception's message.

func (*UpdateOutOfSyncException) OrigErr

func (s *UpdateOutOfSyncException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UpdateOutOfSyncException) RequestID

func (s *UpdateOutOfSyncException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UpdateOutOfSyncException) StatusCode

func (s *UpdateOutOfSyncException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UpdateOutOfSyncException) String

func (s UpdateOutOfSyncException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRepositoryLinkInput

type UpdateRepositoryLinkInput struct {

    // The Amazon Resource Name (ARN) of the connection for the repository link
    // to be updated. The updated connection ARN must have the same providerType
    // (such as GitHub) as the original connection ARN for the repo link.
    ConnectionArn *string `type:"string"`

    // The Amazon Resource Name (ARN) of the encryption key for the repository link
    // to be updated.
    EncryptionKeyArn *string `min:"1" type:"string"`

    // The ID of the repository link to be updated.
    //
    // RepositoryLinkId is a required field
    RepositoryLinkId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRepositoryLinkInput) GoString

func (s UpdateRepositoryLinkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRepositoryLinkInput) SetConnectionArn

func (s *UpdateRepositoryLinkInput) SetConnectionArn(v string) *UpdateRepositoryLinkInput

SetConnectionArn sets the ConnectionArn field's value.

func (*UpdateRepositoryLinkInput) SetEncryptionKeyArn

func (s *UpdateRepositoryLinkInput) SetEncryptionKeyArn(v string) *UpdateRepositoryLinkInput

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*UpdateRepositoryLinkInput) SetRepositoryLinkId

func (s *UpdateRepositoryLinkInput) SetRepositoryLinkId(v string) *UpdateRepositoryLinkInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (UpdateRepositoryLinkInput) String

func (s UpdateRepositoryLinkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRepositoryLinkInput) Validate

func (s *UpdateRepositoryLinkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRepositoryLinkOutput

type UpdateRepositoryLinkOutput struct {

    // Information about the repository link to be updated.
    //
    // RepositoryLinkInfo is a required field
    RepositoryLinkInfo *RepositoryLinkInfo `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRepositoryLinkOutput) GoString

func (s UpdateRepositoryLinkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRepositoryLinkOutput) SetRepositoryLinkInfo

func (s *UpdateRepositoryLinkOutput) SetRepositoryLinkInfo(v *RepositoryLinkInfo) *UpdateRepositoryLinkOutput

SetRepositoryLinkInfo sets the RepositoryLinkInfo field's value.

func (UpdateRepositoryLinkOutput) String

func (s UpdateRepositoryLinkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSyncBlockerInput

type UpdateSyncBlockerInput struct {

    // The ID of the sync blocker to be updated.
    //
    // Id is a required field
    Id *string `min:"1" type:"string" required:"true"`

    // The reason for resolving the sync blocker.
    //
    // ResolvedReason is a required field
    ResolvedReason *string `min:"1" type:"string" required:"true"`

    // The name of the resource for the sync blocker to be updated.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The sync type of the sync blocker to be updated.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`
    // contains filtered or unexported fields
}

func (UpdateSyncBlockerInput) GoString

func (s UpdateSyncBlockerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncBlockerInput) SetId

func (s *UpdateSyncBlockerInput) SetId(v string) *UpdateSyncBlockerInput

SetId sets the Id field's value.

func (*UpdateSyncBlockerInput) SetResolvedReason

func (s *UpdateSyncBlockerInput) SetResolvedReason(v string) *UpdateSyncBlockerInput

SetResolvedReason sets the ResolvedReason field's value.

func (*UpdateSyncBlockerInput) SetResourceName

func (s *UpdateSyncBlockerInput) SetResourceName(v string) *UpdateSyncBlockerInput

SetResourceName sets the ResourceName field's value.

func (*UpdateSyncBlockerInput) SetSyncType

func (s *UpdateSyncBlockerInput) SetSyncType(v string) *UpdateSyncBlockerInput

SetSyncType sets the SyncType field's value.

func (UpdateSyncBlockerInput) String

func (s UpdateSyncBlockerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncBlockerInput) Validate

func (s *UpdateSyncBlockerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSyncBlockerOutput

type UpdateSyncBlockerOutput struct {

    // The parent resource name for the sync blocker.
    ParentResourceName *string `min:"1" type:"string"`

    // The resource name for the sync blocker.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // Information about the sync blocker to be updated.
    //
    // SyncBlocker is a required field
    SyncBlocker *SyncBlocker `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateSyncBlockerOutput) GoString

func (s UpdateSyncBlockerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncBlockerOutput) SetParentResourceName

func (s *UpdateSyncBlockerOutput) SetParentResourceName(v string) *UpdateSyncBlockerOutput

SetParentResourceName sets the ParentResourceName field's value.

func (*UpdateSyncBlockerOutput) SetResourceName

func (s *UpdateSyncBlockerOutput) SetResourceName(v string) *UpdateSyncBlockerOutput

SetResourceName sets the ResourceName field's value.

func (*UpdateSyncBlockerOutput) SetSyncBlocker

func (s *UpdateSyncBlockerOutput) SetSyncBlocker(v *SyncBlocker) *UpdateSyncBlockerOutput

SetSyncBlocker sets the SyncBlocker field's value.

func (UpdateSyncBlockerOutput) String

func (s UpdateSyncBlockerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSyncConfigurationInput

type UpdateSyncConfigurationInput struct {

    // The branch for the sync configuration to be updated.
    Branch *string `min:"1" type:"string"`

    // The configuration file for the sync configuration to be updated.
    ConfigFile *string `type:"string"`

    // Whether to enable or disable publishing of deployment status to source providers.
    PublishDeploymentStatus *string `type:"string" enum:"PublishDeploymentStatus"`

    // The ID of the repository link for the sync configuration to be updated.
    RepositoryLinkId *string `type:"string"`

    // The name of the Amazon Web Services resource for the sync configuration to
    // be updated.
    //
    // ResourceName is a required field
    ResourceName *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role for the sync configuration to be updated.
    RoleArn *string `min:"1" type:"string"`

    // The sync type for the sync configuration to be updated.
    //
    // SyncType is a required field
    SyncType *string `type:"string" required:"true" enum:"SyncConfigurationType"`

    // When to trigger Git sync to begin the stack update.
    TriggerResourceUpdateOn *string `type:"string" enum:"TriggerResourceUpdateOn"`
    // contains filtered or unexported fields
}

func (UpdateSyncConfigurationInput) GoString

func (s UpdateSyncConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncConfigurationInput) SetBranch

func (s *UpdateSyncConfigurationInput) SetBranch(v string) *UpdateSyncConfigurationInput

SetBranch sets the Branch field's value.

func (*UpdateSyncConfigurationInput) SetConfigFile

func (s *UpdateSyncConfigurationInput) SetConfigFile(v string) *UpdateSyncConfigurationInput

SetConfigFile sets the ConfigFile field's value.

func (*UpdateSyncConfigurationInput) SetPublishDeploymentStatus

func (s *UpdateSyncConfigurationInput) SetPublishDeploymentStatus(v string) *UpdateSyncConfigurationInput

SetPublishDeploymentStatus sets the PublishDeploymentStatus field's value.

func (*UpdateSyncConfigurationInput) SetRepositoryLinkId

func (s *UpdateSyncConfigurationInput) SetRepositoryLinkId(v string) *UpdateSyncConfigurationInput

SetRepositoryLinkId sets the RepositoryLinkId field's value.

func (*UpdateSyncConfigurationInput) SetResourceName

func (s *UpdateSyncConfigurationInput) SetResourceName(v string) *UpdateSyncConfigurationInput

SetResourceName sets the ResourceName field's value.

func (*UpdateSyncConfigurationInput) SetRoleArn

func (s *UpdateSyncConfigurationInput) SetRoleArn(v string) *UpdateSyncConfigurationInput

SetRoleArn sets the RoleArn field's value.

func (*UpdateSyncConfigurationInput) SetSyncType

func (s *UpdateSyncConfigurationInput) SetSyncType(v string) *UpdateSyncConfigurationInput

SetSyncType sets the SyncType field's value.

func (*UpdateSyncConfigurationInput) SetTriggerResourceUpdateOn

func (s *UpdateSyncConfigurationInput) SetTriggerResourceUpdateOn(v string) *UpdateSyncConfigurationInput

SetTriggerResourceUpdateOn sets the TriggerResourceUpdateOn field's value.

func (UpdateSyncConfigurationInput) String

func (s UpdateSyncConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncConfigurationInput) Validate

func (s *UpdateSyncConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSyncConfigurationOutput

type UpdateSyncConfigurationOutput struct {

    // The information returned for the sync configuration to be updated.
    //
    // SyncConfiguration is a required field
    SyncConfiguration *SyncConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateSyncConfigurationOutput) GoString

func (s UpdateSyncConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSyncConfigurationOutput) SetSyncConfiguration

func (s *UpdateSyncConfigurationOutput) SetSyncConfiguration(v *SyncConfiguration) *UpdateSyncConfigurationOutput

SetSyncConfiguration sets the SyncConfiguration field's value.

func (UpdateSyncConfigurationOutput) String

func (s UpdateSyncConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcConfiguration

type VpcConfiguration struct {

    // The ID of the security group or security groups associated with the Amazon
    // VPC connected to the infrastructure where your provider type is installed.
    //
    // SecurityGroupIds is a required field
    SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

    // The ID of the subnet or subnets associated with the Amazon VPC connected
    // to the infrastructure where your provider type is installed.
    //
    // SubnetIds is a required field
    SubnetIds []*string `min:"1" type:"list" required:"true"`

    // The value of the Transport Layer Security (TLS) certificate associated with
    // the infrastructure where your provider type is installed.
    TlsCertificate *string `min:"1" type:"string"`

    // The ID of the Amazon VPC connected to the infrastructure where your provider
    // type is installed.
    //
    // VpcId is a required field
    VpcId *string `min:"12" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The VPC configuration provisioned for the host.

func (VpcConfiguration) GoString

func (s VpcConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfiguration) SetSecurityGroupIds

func (s *VpcConfiguration) SetSecurityGroupIds(v []*string) *VpcConfiguration

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VpcConfiguration) SetSubnetIds

func (s *VpcConfiguration) SetSubnetIds(v []*string) *VpcConfiguration

SetSubnetIds sets the SubnetIds field's value.

func (*VpcConfiguration) SetTlsCertificate

func (s *VpcConfiguration) SetTlsCertificate(v string) *VpcConfiguration

SetTlsCertificate sets the TlsCertificate field's value.

func (*VpcConfiguration) SetVpcId

func (s *VpcConfiguration) SetVpcId(v string) *VpcConfiguration

SetVpcId sets the VpcId field's value.

func (VpcConfiguration) String

func (s VpcConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfiguration) Validate

func (s *VpcConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.