types

package
v1.25.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException added in v1.18.0

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 added in v1.18.0

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode added in v1.18.0

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault added in v1.18.0

func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault

func (*AccessDeniedException) ErrorMessage added in v1.18.0

func (e *AccessDeniedException) ErrorMessage() string

type BlockerStatus added in v1.18.0

type BlockerStatus string
const (
	BlockerStatusActive   BlockerStatus = "ACTIVE"
	BlockerStatusResolved BlockerStatus = "RESOLVED"
)

Enum values for BlockerStatus

func (BlockerStatus) Values added in v1.18.0

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 added in v1.18.0

type BlockerType string
const (
	BlockerTypeAutomated BlockerType = "AUTOMATED"
)

Enum values for BlockerType

func (BlockerType) Values added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

func (*ConcurrentModificationException) ErrorCode added in v1.18.0

func (e *ConcurrentModificationException) ErrorCode() string

func (*ConcurrentModificationException) ErrorFault added in v1.18.0

func (*ConcurrentModificationException) ErrorMessage added in v1.18.0

func (e *ConcurrentModificationException) ErrorMessage() string

type ConditionalCheckFailedException added in v1.18.0

type ConditionalCheckFailedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The conditional check failed. Try again later.

func (*ConditionalCheckFailedException) Error added in v1.18.0

func (*ConditionalCheckFailedException) ErrorCode added in v1.18.0

func (e *ConditionalCheckFailedException) ErrorCode() string

func (*ConditionalCheckFailedException) ErrorFault added in v1.18.0

func (*ConditionalCheckFailedException) ErrorMessage added in v1.18.0

func (e *ConditionalCheckFailedException) ErrorMessage() string

type ConflictException added in v0.31.0

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 added in v0.31.0

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode added in v0.31.0

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault added in v0.31.0

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage added in v0.31.0

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 added in v0.29.0

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 added in v1.18.0

type InternalServerException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Received an internal server exception. Try again later.

func (*InternalServerException) Error added in v1.18.0

func (e *InternalServerException) Error() string

func (*InternalServerException) ErrorCode added in v1.18.0

func (e *InternalServerException) ErrorCode() string

func (*InternalServerException) ErrorFault added in v1.18.0

func (e *InternalServerException) ErrorFault() smithy.ErrorFault

func (*InternalServerException) ErrorMessage added in v1.18.0

func (e *InternalServerException) ErrorMessage() string

type InvalidInputException added in v1.18.0

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 added in v1.18.0

func (e *InvalidInputException) Error() string

func (*InvalidInputException) ErrorCode added in v1.18.0

func (e *InvalidInputException) ErrorCode() string

func (*InvalidInputException) ErrorFault added in v1.18.0

func (e *InvalidInputException) ErrorFault() smithy.ErrorFault

func (*InvalidInputException) ErrorMessage added in v1.18.0

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 added in v0.29.0

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 added in v1.25.0

type PublishDeploymentStatus string
const (
	PublishDeploymentStatusEnabled  PublishDeploymentStatus = "ENABLED"
	PublishDeploymentStatusDisabled PublishDeploymentStatus = "DISABLED"
)

Enum values for PublishDeploymentStatus

func (PublishDeploymentStatus) Values added in v1.25.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

type ResourceAlreadyExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Unable to create resource. Resource already exists.

func (*ResourceAlreadyExistsException) Error added in v1.18.0

func (*ResourceAlreadyExistsException) ErrorCode added in v1.18.0

func (e *ResourceAlreadyExistsException) ErrorCode() string

func (*ResourceAlreadyExistsException) ErrorFault added in v1.18.0

func (*ResourceAlreadyExistsException) ErrorMessage added in v1.18.0

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 (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type ResourceSyncAttempt added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

type ResourceSyncStatus string
const (
	ResourceSyncStatusFailed     ResourceSyncStatus = "FAILED"
	ResourceSyncStatusInitiated  ResourceSyncStatus = "INITIATED"
	ResourceSyncStatusInProgress ResourceSyncStatus = "IN_PROGRESS"
	ResourceSyncStatusSucceeded  ResourceSyncStatus = "SUCCEEDED"
)

Enum values for ResourceSyncStatus

func (ResourceSyncStatus) Values added in v1.18.0

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 {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

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

func (*ResourceUnavailableException) Error

func (*ResourceUnavailableException) ErrorCode

func (e *ResourceUnavailableException) ErrorCode() string

func (*ResourceUnavailableException) ErrorFault

func (*ResourceUnavailableException) ErrorMessage

func (e *ResourceUnavailableException) ErrorMessage() string

type RetryLatestCommitFailedException added in v1.18.0

type RetryLatestCommitFailedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Retrying the latest commit failed. Try again later.

func (*RetryLatestCommitFailedException) Error added in v1.18.0

func (*RetryLatestCommitFailedException) ErrorCode added in v1.18.0

func (*RetryLatestCommitFailedException) ErrorFault added in v1.18.0

func (*RetryLatestCommitFailedException) ErrorMessage added in v1.18.0

func (e *RetryLatestCommitFailedException) ErrorMessage() string

type Revision added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

type SyncBlockerDoesNotExistException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Unable to continue. The sync blocker does not exist.

func (*SyncBlockerDoesNotExistException) Error added in v1.18.0

func (*SyncBlockerDoesNotExistException) ErrorCode added in v1.18.0

func (*SyncBlockerDoesNotExistException) ErrorFault added in v1.18.0

func (*SyncBlockerDoesNotExistException) ErrorMessage added in v1.18.0

func (e *SyncBlockerDoesNotExistException) ErrorMessage() string

type SyncBlockerSummary added in v1.18.0

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 added in v1.18.0

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 added in v1.18.0

type SyncConfigurationStillExistsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Unable to continue. The sync blocker still exists.

func (*SyncConfigurationStillExistsException) Error added in v1.18.0

func (*SyncConfigurationStillExistsException) ErrorCode added in v1.18.0

func (*SyncConfigurationStillExistsException) ErrorFault added in v1.18.0

func (*SyncConfigurationStillExistsException) ErrorMessage added in v1.18.0

type SyncConfigurationType added in v1.18.0

type SyncConfigurationType string
const (
	SyncConfigurationTypeCfnStackSync SyncConfigurationType = "CFN_STACK_SYNC"
)

Enum values for SyncConfigurationType

func (SyncConfigurationType) Values added in v1.18.0

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 added in v1.18.0

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request was denied due to request throttling.

func (*ThrottlingException) Error added in v1.18.0

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode added in v1.18.0

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault added in v1.18.0

func (e *ThrottlingException) ErrorFault() smithy.ErrorFault

func (*ThrottlingException) ErrorMessage added in v1.18.0

func (e *ThrottlingException) ErrorMessage() string

type TriggerResourceUpdateOn added in v1.25.0

type TriggerResourceUpdateOn string
const (
	TriggerResourceUpdateOnAnyChange  TriggerResourceUpdateOn = "ANY_CHANGE"
	TriggerResourceUpdateOnFileChange TriggerResourceUpdateOn = "FILE_CHANGE"
)

Enum values for TriggerResourceUpdateOn

func (TriggerResourceUpdateOn) Values added in v1.25.0

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 added in v0.31.0

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 added in v0.31.0

func (*UnsupportedOperationException) ErrorCode added in v0.31.0

func (e *UnsupportedOperationException) ErrorCode() string

func (*UnsupportedOperationException) ErrorFault added in v0.31.0

func (*UnsupportedOperationException) ErrorMessage added in v0.31.0

func (e *UnsupportedOperationException) ErrorMessage() string

type UnsupportedProviderTypeException added in v1.18.0

type UnsupportedProviderTypeException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The specified provider type is not supported for connections.

func (*UnsupportedProviderTypeException) Error added in v1.18.0

func (*UnsupportedProviderTypeException) ErrorCode added in v1.18.0

func (*UnsupportedProviderTypeException) ErrorFault added in v1.18.0

func (*UnsupportedProviderTypeException) ErrorMessage added in v1.18.0

func (e *UnsupportedProviderTypeException) ErrorMessage() string

type UpdateOutOfSyncException added in v1.18.0

type UpdateOutOfSyncException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The update is out of sync. Try syncing again.

func (*UpdateOutOfSyncException) Error added in v1.18.0

func (e *UpdateOutOfSyncException) Error() string

func (*UpdateOutOfSyncException) ErrorCode added in v1.18.0

func (e *UpdateOutOfSyncException) ErrorCode() string

func (*UpdateOutOfSyncException) ErrorFault added in v1.18.0

func (e *UpdateOutOfSyncException) ErrorFault() smithy.ErrorFault

func (*UpdateOutOfSyncException) ErrorMessage added in v1.18.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL