package types
import "github.com/aws/aws-sdk-go-v2/service/codestarconnections/types"
Index ¶
- type AccessDeniedException
- func (e *AccessDeniedException) Error() string
- func (e *AccessDeniedException) ErrorCode() string
- func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
- func (e *AccessDeniedException) ErrorMessage() string
- type BlockerStatus
- type BlockerType
- type ConcurrentModificationException
- func (e *ConcurrentModificationException) Error() string
- func (e *ConcurrentModificationException) ErrorCode() string
- func (e *ConcurrentModificationException) ErrorFault() smithy.ErrorFault
- func (e *ConcurrentModificationException) ErrorMessage() string
- type ConditionalCheckFailedException
- func (e *ConditionalCheckFailedException) Error() string
- func (e *ConditionalCheckFailedException) ErrorCode() string
- func (e *ConditionalCheckFailedException) ErrorFault() smithy.ErrorFault
- func (e *ConditionalCheckFailedException) ErrorMessage() string
- type ConflictException
- func (e *ConflictException) Error() string
- func (e *ConflictException) ErrorCode() string
- func (e *ConflictException) ErrorFault() smithy.ErrorFault
- func (e *ConflictException) ErrorMessage() string
- type Connection
- type ConnectionStatus
- type Host
- type InternalServerException
- func (e *InternalServerException) Error() string
- func (e *InternalServerException) ErrorCode() string
- func (e *InternalServerException) ErrorFault() smithy.ErrorFault
- func (e *InternalServerException) ErrorMessage() string
- type InvalidInputException
- func (e *InvalidInputException) Error() string
- func (e *InvalidInputException) ErrorCode() string
- func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
- func (e *InvalidInputException) ErrorMessage() string
- type LimitExceededException
- func (e *LimitExceededException) Error() string
- func (e *LimitExceededException) ErrorCode() string
- func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *LimitExceededException) ErrorMessage() string
- type ProviderType
- type PublishDeploymentStatus
- type RepositoryLinkInfo
- type RepositorySyncAttempt
- type RepositorySyncDefinition
- type RepositorySyncEvent
- type RepositorySyncStatus
- type ResourceAlreadyExistsException
- func (e *ResourceAlreadyExistsException) Error() string
- func (e *ResourceAlreadyExistsException) ErrorCode() string
- func (e *ResourceAlreadyExistsException) ErrorFault() smithy.ErrorFault
- func (e *ResourceAlreadyExistsException) ErrorMessage() string
- type ResourceNotFoundException
- func (e *ResourceNotFoundException) Error() string
- func (e *ResourceNotFoundException) ErrorCode() string
- func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ResourceNotFoundException) ErrorMessage() string
- type ResourceSyncAttempt
- type ResourceSyncEvent
- type ResourceSyncStatus
- type ResourceUnavailableException
- func (e *ResourceUnavailableException) Error() string
- func (e *ResourceUnavailableException) ErrorCode() string
- func (e *ResourceUnavailableException) ErrorFault() smithy.ErrorFault
- func (e *ResourceUnavailableException) ErrorMessage() string
- type RetryLatestCommitFailedException
- func (e *RetryLatestCommitFailedException) Error() string
- func (e *RetryLatestCommitFailedException) ErrorCode() string
- func (e *RetryLatestCommitFailedException) ErrorFault() smithy.ErrorFault
- func (e *RetryLatestCommitFailedException) ErrorMessage() string
- type Revision
- type SyncBlocker
- type SyncBlockerContext
- type SyncBlockerDoesNotExistException
- func (e *SyncBlockerDoesNotExistException) Error() string
- func (e *SyncBlockerDoesNotExistException) ErrorCode() string
- func (e *SyncBlockerDoesNotExistException) ErrorFault() smithy.ErrorFault
- func (e *SyncBlockerDoesNotExistException) ErrorMessage() string
- type SyncBlockerSummary
- type SyncConfiguration
- type SyncConfigurationStillExistsException
- func (e *SyncConfigurationStillExistsException) Error() string
- func (e *SyncConfigurationStillExistsException) ErrorCode() string
- func (e *SyncConfigurationStillExistsException) ErrorFault() smithy.ErrorFault
- func (e *SyncConfigurationStillExistsException) ErrorMessage() string
- type SyncConfigurationType
- type Tag
- type ThrottlingException
- func (e *ThrottlingException) Error() string
- func (e *ThrottlingException) ErrorCode() string
- func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
- func (e *ThrottlingException) ErrorMessage() string
- type TriggerResourceUpdateOn
- type UnsupportedOperationException
- func (e *UnsupportedOperationException) Error() string
- func (e *UnsupportedOperationException) ErrorCode() string
- func (e *UnsupportedOperationException) ErrorFault() smithy.ErrorFault
- func (e *UnsupportedOperationException) ErrorMessage() string
- type UnsupportedProviderTypeException
- func (e *UnsupportedProviderTypeException) Error() string
- func (e *UnsupportedProviderTypeException) ErrorCode() string
- func (e *UnsupportedProviderTypeException) ErrorFault() smithy.ErrorFault
- func (e *UnsupportedProviderTypeException) ErrorMessage() string
- type UpdateOutOfSyncException
- func (e *UpdateOutOfSyncException) Error() string
- func (e *UpdateOutOfSyncException) ErrorCode() string
- func (e *UpdateOutOfSyncException) ErrorFault() smithy.ErrorFault
- func (e *UpdateOutOfSyncException) ErrorMessage() string
- type VpcConfiguration
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
You do not have sufficient access to perform this action.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type BlockerStatus ¶
type BlockerStatus string
const ( BlockerStatusActive BlockerStatus = "ACTIVE" BlockerStatusResolved BlockerStatus = "RESOLVED" )
Enum values for BlockerStatus
func (BlockerStatus) Values ¶
func (BlockerStatus) Values() []BlockerStatus
Values returns all known values for BlockerStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type BlockerType ¶
type BlockerType string
const ( BlockerTypeAutomated BlockerType = "AUTOMATED" )
Enum values for BlockerType
func (BlockerType) Values ¶
func (BlockerType) Values() []BlockerType
Values returns all known values for BlockerType. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type ConcurrentModificationException ¶
type ConcurrentModificationException struct { Message *string ErrorCodeOverride *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) Error ¶
func (e *ConcurrentModificationException) Error() string
func (*ConcurrentModificationException) ErrorCode ¶
func (e *ConcurrentModificationException) ErrorCode() string
func (*ConcurrentModificationException) ErrorFault ¶
func (e *ConcurrentModificationException) ErrorFault() smithy.ErrorFault
func (*ConcurrentModificationException) ErrorMessage ¶
func (e *ConcurrentModificationException) ErrorMessage() string
type ConditionalCheckFailedException ¶
type ConditionalCheckFailedException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The conditional check failed. Try again later.
func (*ConditionalCheckFailedException) Error ¶
func (e *ConditionalCheckFailedException) Error() string
func (*ConditionalCheckFailedException) ErrorCode ¶
func (e *ConditionalCheckFailedException) ErrorCode() string
func (*ConditionalCheckFailedException) ErrorFault ¶
func (e *ConditionalCheckFailedException) ErrorFault() smithy.ErrorFault
func (*ConditionalCheckFailedException) ErrorMessage ¶
func (e *ConditionalCheckFailedException) ErrorMessage() string
type ConflictException ¶
type ConflictException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Two conflicting operations have been made on the same resource.
func (*ConflictException) Error ¶
func (e *ConflictException) Error() string
func (*ConflictException) ErrorCode ¶
func (e *ConflictException) ErrorCode() string
func (*ConflictException) ErrorFault ¶
func (e *ConflictException) ErrorFault() smithy.ErrorFault
func (*ConflictException) ErrorMessage ¶
func (e *ConflictException) ErrorMessage() string
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 // The name of the connection. Connection names must be unique in an Amazon Web // Services account. ConnectionName *string // The current status of the connection. ConnectionStatus ConnectionStatus // The Amazon Resource Name (ARN) of the host associated with the connection. HostArn *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 // The name of the external provider where your third-party code repository is // configured. ProviderType 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.
type ConnectionStatus ¶
type ConnectionStatus string
const ( ConnectionStatusPending ConnectionStatus = "PENDING" ConnectionStatusAvailable ConnectionStatus = "AVAILABLE" ConnectionStatusError ConnectionStatus = "ERROR" )
Enum values for ConnectionStatus
func (ConnectionStatus) Values ¶
func (ConnectionStatus) Values() []ConnectionStatus
Values returns all known values for ConnectionStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type Host ¶
type Host struct { // The Amazon Resource Name (ARN) of the host. HostArn *string // The name of the host. Name *string // The endpoint of the infrastructure where your provider type is installed. ProviderEndpoint *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 ProviderType // The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, // VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION. Status *string // The status description for the host. StatusMessage *string // The VPC configuration provisioned for the host. VpcConfiguration *VpcConfiguration // 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.
type InternalServerException ¶
type InternalServerException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Received an internal server exception. Try again later.
func (*InternalServerException) Error ¶
func (e *InternalServerException) Error() string
func (*InternalServerException) ErrorCode ¶
func (e *InternalServerException) ErrorCode() string
func (*InternalServerException) ErrorFault ¶
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (*InternalServerException) ErrorMessage ¶
func (e *InternalServerException) ErrorMessage() string
type InvalidInputException ¶
type InvalidInputException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The input is not valid. Verify that the action is typed correctly.
func (*InvalidInputException) Error ¶
func (e *InvalidInputException) Error() string
func (*InvalidInputException) ErrorCode ¶
func (e *InvalidInputException) ErrorCode() string
func (*InvalidInputException) ErrorFault ¶
func (e *InvalidInputException) ErrorFault() smithy.ErrorFault
func (*InvalidInputException) ErrorMessage ¶
func (e *InvalidInputException) ErrorMessage() string
type LimitExceededException ¶
type LimitExceededException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Exceeded the maximum limit for connections.
func (*LimitExceededException) Error ¶
func (e *LimitExceededException) Error() string
func (*LimitExceededException) ErrorCode ¶
func (e *LimitExceededException) ErrorCode() string
func (*LimitExceededException) ErrorFault ¶
func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
func (*LimitExceededException) ErrorMessage ¶
func (e *LimitExceededException) ErrorMessage() string
type ProviderType ¶
type ProviderType string
const ( ProviderTypeBitbucket ProviderType = "Bitbucket" ProviderTypeGithub ProviderType = "GitHub" ProviderTypeGithubEnterpriseServer ProviderType = "GitHubEnterpriseServer" ProviderTypeGitlab ProviderType = "GitLab" ProviderTypeGitlabSelfManaged ProviderType = "GitLabSelfManaged" )
Enum values for ProviderType
func (ProviderType) Values ¶
func (ProviderType) Values() []ProviderType
Values returns all known values for ProviderType. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type PublishDeploymentStatus ¶
type PublishDeploymentStatus string
const ( PublishDeploymentStatusEnabled PublishDeploymentStatus = "ENABLED" PublishDeploymentStatusDisabled PublishDeploymentStatus = "DISABLED" )
Enum values for PublishDeploymentStatus
func (PublishDeploymentStatus) Values ¶
func (PublishDeploymentStatus) Values() []PublishDeploymentStatus
Values returns all known values for PublishDeploymentStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type RepositoryLinkInfo ¶
type RepositoryLinkInfo struct { // The Amazon Resource Name (ARN) of the connection associated with the repository // link. // // This member is required. ConnectionArn *string // The owner ID for the repository associated with the repository link, such as // the owner ID in GitHub. // // This member is required. OwnerId *string // The provider type for the connection, such as GitHub, associated with the // repository link. // // This member is required. ProviderType ProviderType // The Amazon Resource Name (ARN) of the repository link. // // This member is required. RepositoryLinkArn *string // The ID of the repository link. // // This member is required. RepositoryLinkId *string // The name of the repository associated with the repository link. // // This member is required. RepositoryName *string // The Amazon Resource Name (ARN) of the encryption key for the repository // associated with the repository link. EncryptionKeyArn *string // 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.
type RepositorySyncAttempt ¶
type RepositorySyncAttempt struct { // The events associated with a specific sync attempt. // // This member is required. Events []RepositorySyncEvent // The start time of a specific sync attempt. // // This member is required. StartedAt *time.Time // 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. // // This member is required. Status RepositorySyncStatus // contains filtered or unexported fields }
Information about a repository sync attempt for a repository with a sync configuration.
type RepositorySyncDefinition ¶
type RepositorySyncDefinition struct { // The branch specified for a repository sync definition. // // This member is required. Branch *string // The configuration file for a repository sync definition. This value comes from // creating or updating the config-file field of a sync-configuration . // // This member is required. Directory *string // The parent resource specified for a repository sync definition. // // This member is required. Parent *string // 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. // // This member is required. Target *string // contains filtered or unexported fields }
The definition for a repository with a sync configuration.
type RepositorySyncEvent ¶
type RepositorySyncEvent struct { // A description of a repository sync event. // // This member is required. Event *string // The time that a repository sync event occurred. // // This member is required. Time *time.Time // The event type for a repository sync event. // // This member is required. Type *string // The ID for a repository sync event. ExternalId *string // contains filtered or unexported fields }
Information about a repository sync event.
type RepositorySyncStatus ¶
type RepositorySyncStatus string
const ( RepositorySyncStatusFailed RepositorySyncStatus = "FAILED" RepositorySyncStatusInitiated RepositorySyncStatus = "INITIATED" RepositorySyncStatusInProgress RepositorySyncStatus = "IN_PROGRESS" RepositorySyncStatusSucceeded RepositorySyncStatus = "SUCCEEDED" RepositorySyncStatusQueued RepositorySyncStatus = "QUEUED" )
Enum values for RepositorySyncStatus
func (RepositorySyncStatus) Values ¶
func (RepositorySyncStatus) Values() []RepositorySyncStatus
Values returns all known values for RepositorySyncStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type ResourceAlreadyExistsException ¶
type ResourceAlreadyExistsException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Unable to create resource. Resource already exists.
func (*ResourceAlreadyExistsException) Error ¶
func (e *ResourceAlreadyExistsException) Error() string
func (*ResourceAlreadyExistsException) ErrorCode ¶
func (e *ResourceAlreadyExistsException) ErrorCode() string
func (*ResourceAlreadyExistsException) ErrorFault ¶
func (e *ResourceAlreadyExistsException) ErrorFault() smithy.ErrorFault
func (*ResourceAlreadyExistsException) ErrorMessage ¶
func (e *ResourceAlreadyExistsException) ErrorMessage() string
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Resource not found. Verify the connection resource ARN and try again.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
type ResourceSyncAttempt ¶
type ResourceSyncAttempt struct { // The events related to a resource sync attempt. // // This member is required. Events []ResourceSyncEvent // The current state of the resource as defined in the resource's config-file in // the linked repository. // // This member is required. InitialRevision *Revision // The start time for a resource sync attempt. // // This member is required. StartedAt *time.Time // 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. // // This member is required. Status ResourceSyncStatus // The name of the Amazon Web Services resource that is attempted to be // synchronized. // // This member is required. Target *string // 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. // // This member is required. TargetRevision *Revision // contains filtered or unexported fields }
Information about a resource sync attempt.
type ResourceSyncEvent ¶
type ResourceSyncEvent struct { // The event for a resource sync event. // // This member is required. Event *string // The time that a resource sync event occurred. // // This member is required. Time *time.Time // The type of resource sync event. // // This member is required. Type *string // The ID for a resource sync event. ExternalId *string // contains filtered or unexported fields }
Information about a resource sync event for the resource associated with a sync configuration.
type ResourceSyncStatus ¶
type ResourceSyncStatus string
const ( ResourceSyncStatusFailed ResourceSyncStatus = "FAILED" ResourceSyncStatusInitiated ResourceSyncStatus = "INITIATED" ResourceSyncStatusInProgress ResourceSyncStatus = "IN_PROGRESS" ResourceSyncStatusSucceeded ResourceSyncStatus = "SUCCEEDED" )
Enum values for ResourceSyncStatus
func (ResourceSyncStatus) Values ¶
func (ResourceSyncStatus) Values() []ResourceSyncStatus
Values returns all known values for ResourceSyncStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type ResourceUnavailableException ¶
type ResourceUnavailableException struct { string *string // contains filtered or unexported fields }*
Resource not found. Verify the ARN for the host resource and try again.
func (*ResourceUnavailableException) Error ¶
func (e *ResourceUnavailableException) Error() string
func (*ResourceUnavailableException) ErrorCode ¶
func (e *ResourceUnavailableException) ErrorCode() string
func (*ResourceUnavailableException) ErrorFault ¶
func (e *ResourceUnavailableException) ErrorFault() smithy.ErrorFault
func (*ResourceUnavailableException) ErrorMessage ¶
func (e *ResourceUnavailableException) ErrorMessage() string
type RetryLatestCommitFailedException ¶
type RetryLatestCommitFailedException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Retrying the latest commit failed. Try again later.
func (*RetryLatestCommitFailedException) Error ¶
func (e *RetryLatestCommitFailedException) Error() string
func (*RetryLatestCommitFailedException) ErrorCode ¶
func (e *RetryLatestCommitFailedException) ErrorCode() string
func (*RetryLatestCommitFailedException) ErrorFault ¶
func (e *RetryLatestCommitFailedException) ErrorFault() smithy.ErrorFault
func (*RetryLatestCommitFailedException) ErrorMessage ¶
func (e *RetryLatestCommitFailedException) ErrorMessage() string
type Revision ¶
type Revision struct { // The branch name for a specific revision. // // This member is required. Branch *string // The directory, if any, for a specific revision. // // This member is required. Directory *string // The owner ID for a specific revision, such as the GitHub owner ID for a GitHub // repository. // // This member is required. OwnerId *string // The provider type for a revision, such as GitHub. // // This member is required. ProviderType ProviderType // The repository name for a specific revision. // // This member is required. RepositoryName *string // The SHA, such as the commit ID, for a specific revision. // // This member is required. Sha *string // 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.
type SyncBlocker ¶
type SyncBlocker struct { // The creation time for a specific sync blocker. // // This member is required. CreatedAt *time.Time // The provided reason for a specific sync blocker. // // This member is required. CreatedReason *string // The ID for a specific sync blocker. // // This member is required. Id *string // The status for a specific sync blocker. // // This member is required. Status BlockerStatus // The sync blocker type. // // This member is required. Type BlockerType // The contexts for a specific sync blocker. Contexts []SyncBlockerContext // The time that a specific sync blocker was resolved. ResolvedAt *time.Time // The resolved reason for a specific sync blocker. ResolvedReason *string // contains filtered or unexported fields }
Information about a blocker for a sync event.
type SyncBlockerContext ¶
type SyncBlockerContext struct { // The key provided for a context key-value pair for a specific sync blocker. // // This member is required. Key *string // The value provided for a context key-value pair for a specific sync blocker. // // This member is required. Value *string // contains filtered or unexported fields }
The context for a specific sync blocker.
type SyncBlockerDoesNotExistException ¶
type SyncBlockerDoesNotExistException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Unable to continue. The sync blocker does not exist.
func (*SyncBlockerDoesNotExistException) Error ¶
func (e *SyncBlockerDoesNotExistException) Error() string
func (*SyncBlockerDoesNotExistException) ErrorCode ¶
func (e *SyncBlockerDoesNotExistException) ErrorCode() string
func (*SyncBlockerDoesNotExistException) ErrorFault ¶
func (e *SyncBlockerDoesNotExistException) ErrorFault() smithy.ErrorFault
func (*SyncBlockerDoesNotExistException) ErrorMessage ¶
func (e *SyncBlockerDoesNotExistException) ErrorMessage() string
type SyncBlockerSummary ¶
type SyncBlockerSummary struct { // The resource name for sync blocker summary. // // This member is required. ResourceName *string // The latest events for a sync blocker summary. LatestBlockers []SyncBlocker // The parent resource name for a sync blocker summary. ParentResourceName *string // contains filtered or unexported fields }
A summary for sync blockers.
type SyncConfiguration ¶
type SyncConfiguration struct { // The branch associated with a specific sync configuration. // // This member is required. Branch *string // The owner ID for the repository associated with a specific sync configuration, // such as the owner ID in GitHub. // // This member is required. OwnerId *string // The connection provider type associated with a specific sync configuration, // such as GitHub. // // This member is required. ProviderType ProviderType // The ID of the repository link associated with a specific sync configuration. // // This member is required. RepositoryLinkId *string // The name of the repository associated with a specific sync configuration. // // This member is required. RepositoryName *string // The name of the connection resource associated with a specific sync // configuration. // // This member is required. ResourceName *string // The Amazon Resource Name (ARN) of the IAM role associated with a specific sync // configuration. // // This member is required. RoleArn *string // The type of sync for a specific sync configuration. // // This member is required. SyncType SyncConfigurationType // 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 // Whether to enable or disable publishing of deployment status to source // providers. PublishDeploymentStatus PublishDeploymentStatus // When to trigger Git sync to begin the stack update. TriggerResourceUpdateOn TriggerResourceUpdateOn // contains filtered or unexported fields }
Information, such as repository, branch, provider, and resource names for a specific sync configuration.
type SyncConfigurationStillExistsException ¶
type SyncConfigurationStillExistsException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Unable to continue. The sync blocker still exists.
func (*SyncConfigurationStillExistsException) Error ¶
func (e *SyncConfigurationStillExistsException) Error() string
func (*SyncConfigurationStillExistsException) ErrorCode ¶
func (e *SyncConfigurationStillExistsException) ErrorCode() string
func (*SyncConfigurationStillExistsException) ErrorFault ¶
func (e *SyncConfigurationStillExistsException) ErrorFault() smithy.ErrorFault
func (*SyncConfigurationStillExistsException) ErrorMessage ¶
func (e *SyncConfigurationStillExistsException) ErrorMessage() string
type SyncConfigurationType ¶
type SyncConfigurationType string
const ( SyncConfigurationTypeCfnStackSync SyncConfigurationType = "CFN_STACK_SYNC" )
Enum values for SyncConfigurationType
func (SyncConfigurationType) Values ¶
func (SyncConfigurationType) Values() []SyncConfigurationType
Values returns all known values for SyncConfigurationType. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type Tag ¶
type Tag struct { // The tag's key. // // This member is required. Key *string // The tag's value. // // This member is required. Value *string // 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.
type ThrottlingException ¶
type ThrottlingException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The request was denied due to request throttling.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string
type TriggerResourceUpdateOn ¶
type TriggerResourceUpdateOn string
const ( TriggerResourceUpdateOnAnyChange TriggerResourceUpdateOn = "ANY_CHANGE" TriggerResourceUpdateOnFileChange TriggerResourceUpdateOn = "FILE_CHANGE" )
Enum values for TriggerResourceUpdateOn
func (TriggerResourceUpdateOn) Values ¶
func (TriggerResourceUpdateOn) Values() []TriggerResourceUpdateOn
Values returns all known values for TriggerResourceUpdateOn. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type UnsupportedOperationException ¶
type UnsupportedOperationException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The operation is not supported. Check the connection status and try again.
func (*UnsupportedOperationException) Error ¶
func (e *UnsupportedOperationException) Error() string
func (*UnsupportedOperationException) ErrorCode ¶
func (e *UnsupportedOperationException) ErrorCode() string
func (*UnsupportedOperationException) ErrorFault ¶
func (e *UnsupportedOperationException) ErrorFault() smithy.ErrorFault
func (*UnsupportedOperationException) ErrorMessage ¶
func (e *UnsupportedOperationException) ErrorMessage() string
type UnsupportedProviderTypeException ¶
type UnsupportedProviderTypeException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The specified provider type is not supported for connections.
func (*UnsupportedProviderTypeException) Error ¶
func (e *UnsupportedProviderTypeException) Error() string
func (*UnsupportedProviderTypeException) ErrorCode ¶
func (e *UnsupportedProviderTypeException) ErrorCode() string
func (*UnsupportedProviderTypeException) ErrorFault ¶
func (e *UnsupportedProviderTypeException) ErrorFault() smithy.ErrorFault
func (*UnsupportedProviderTypeException) ErrorMessage ¶
func (e *UnsupportedProviderTypeException) ErrorMessage() string
type UpdateOutOfSyncException ¶
type UpdateOutOfSyncException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The update is out of sync. Try syncing again.
func (*UpdateOutOfSyncException) Error ¶
func (e *UpdateOutOfSyncException) Error() string
func (*UpdateOutOfSyncException) ErrorCode ¶
func (e *UpdateOutOfSyncException) ErrorCode() string
func (*UpdateOutOfSyncException) ErrorFault ¶
func (e *UpdateOutOfSyncException) ErrorFault() smithy.ErrorFault
func (*UpdateOutOfSyncException) ErrorMessage ¶
func (e *UpdateOutOfSyncException) ErrorMessage() string
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. // // This member is required. SecurityGroupIds []string // The ID of the subnet or subnets associated with the Amazon VPC connected to the // infrastructure where your provider type is installed. // // This member is required. SubnetIds []string // The ID of the Amazon VPC connected to the infrastructure where your provider // type is installed. // // This member is required. VpcId *string // The value of the Transport Layer Security (TLS) certificate associated with the // infrastructure where your provider type is installed. TlsCertificate *string // contains filtered or unexported fields }
The VPC configuration provisioned for the host.
Source Files ¶
- Version
- v1.27.6
- Published
- Sep 4, 2024
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 9 hours ago –
Tools for package owners.