types

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2020 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 Alarm

type Alarm struct {
	// The name of the alarm. Maximum length is 255 characters. Each alarm name can be
	// used only once in a list of alarms.
	Name *string
}

Information about an alarm.

type AlarmConfiguration

type AlarmConfiguration struct {
	// Indicates whether a deployment should continue if information about the current
	// state of alarms cannot be retrieved from Amazon CloudWatch. The default value is
	// false.
	//
	//     * true: The deployment proceeds even if alarm status information
	// can't be retrieved from Amazon CloudWatch.
	//
	//     * false: The deployment stops if
	// alarm status information can't be retrieved from Amazon CloudWatch.
	IgnorePollAlarmFailure *bool
	// Indicates whether the alarm configuration is enabled.
	Enabled *bool
	// A list of alarms configured for the deployment group. A maximum of 10 alarms can
	// be added to a deployment group.
	Alarms []*Alarm
}

Information about alarms associated with the deployment group.

type AlarmsLimitExceededException

type AlarmsLimitExceededException struct {
	Message *string
}

The maximum number of alarms for a deployment group (10) was exceeded.

func (*AlarmsLimitExceededException) Error

func (*AlarmsLimitExceededException) ErrorCode

func (e *AlarmsLimitExceededException) ErrorCode() string

func (*AlarmsLimitExceededException) ErrorFault

func (*AlarmsLimitExceededException) ErrorMessage

func (e *AlarmsLimitExceededException) ErrorMessage() string

func (*AlarmsLimitExceededException) GetMessage

func (e *AlarmsLimitExceededException) GetMessage() string

func (*AlarmsLimitExceededException) HasMessage

func (e *AlarmsLimitExceededException) HasMessage() bool

type AppSpecContent

type AppSpecContent struct {
	// The SHA256 hash value of the revision content.
	Sha256 *string
	// The YAML-formatted or JSON-formatted revision string. For an AWS Lambda
	// deployment, the content includes a Lambda function name, the alias for its
	// original version, and the alias for its replacement version. The deployment
	// shifts traffic from the original version of the Lambda function to the
	// replacement version. For an Amazon ECS deployment, the content includes the task
	// name, information about the load balancer that serves traffic to the container,
	// and more. For both types of deployments, the content can specify Lambda
	// functions that run at specified hooks, such as BeforeInstall, during a
	// deployment.
	Content *string
}

A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type.

type ApplicationAlreadyExistsException

type ApplicationAlreadyExistsException struct {
	Message *string
}

An application with the specified name with the IAM user or AWS account already exists.

func (*ApplicationAlreadyExistsException) Error

func (*ApplicationAlreadyExistsException) ErrorCode

func (*ApplicationAlreadyExistsException) ErrorFault

func (*ApplicationAlreadyExistsException) ErrorMessage

func (e *ApplicationAlreadyExistsException) ErrorMessage() string

func (*ApplicationAlreadyExistsException) GetMessage

func (e *ApplicationAlreadyExistsException) GetMessage() string

func (*ApplicationAlreadyExistsException) HasMessage

func (e *ApplicationAlreadyExistsException) HasMessage() bool

type ApplicationDoesNotExistException

type ApplicationDoesNotExistException struct {
	Message *string
}

The application does not exist with the IAM user or AWS account.

func (*ApplicationDoesNotExistException) Error

func (*ApplicationDoesNotExistException) ErrorCode

func (*ApplicationDoesNotExistException) ErrorFault

func (*ApplicationDoesNotExistException) ErrorMessage

func (e *ApplicationDoesNotExistException) ErrorMessage() string

func (*ApplicationDoesNotExistException) GetMessage

func (e *ApplicationDoesNotExistException) GetMessage() string

func (*ApplicationDoesNotExistException) HasMessage

func (e *ApplicationDoesNotExistException) HasMessage() bool

type ApplicationInfo

type ApplicationInfo struct {
	// The time at which the application was created.
	CreateTime *time.Time
	// True if the user has authenticated with GitHub for the specified application.
	// Otherwise, false.
	LinkedToGitHub *bool
	// The destination platform type for deployment of the application (Lambda or
	// Server).
	ComputePlatform ComputePlatform
	// The name for a connection to a GitHub account.
	GitHubAccountName *string
	// The application name.
	ApplicationName *string
	// The application ID.
	ApplicationId *string
}

Information about an application.

type ApplicationLimitExceededException

type ApplicationLimitExceededException struct {
	Message *string
}

More applications were attempted to be created than are allowed.

func (*ApplicationLimitExceededException) Error

func (*ApplicationLimitExceededException) ErrorCode

func (*ApplicationLimitExceededException) ErrorFault

func (*ApplicationLimitExceededException) ErrorMessage

func (e *ApplicationLimitExceededException) ErrorMessage() string

func (*ApplicationLimitExceededException) GetMessage

func (e *ApplicationLimitExceededException) GetMessage() string

func (*ApplicationLimitExceededException) HasMessage

func (e *ApplicationLimitExceededException) HasMessage() bool

type ApplicationNameRequiredException

type ApplicationNameRequiredException struct {
	Message *string
}

The minimum number of required application names was not specified.

func (*ApplicationNameRequiredException) Error

func (*ApplicationNameRequiredException) ErrorCode

func (*ApplicationNameRequiredException) ErrorFault

func (*ApplicationNameRequiredException) ErrorMessage

func (e *ApplicationNameRequiredException) ErrorMessage() string

func (*ApplicationNameRequiredException) GetMessage

func (e *ApplicationNameRequiredException) GetMessage() string

func (*ApplicationNameRequiredException) HasMessage

func (e *ApplicationNameRequiredException) HasMessage() bool

type ApplicationRevisionSortBy

type ApplicationRevisionSortBy string
const (
	ApplicationRevisionSortByRegistertime  ApplicationRevisionSortBy = "registerTime"
	ApplicationRevisionSortByFirstusedtime ApplicationRevisionSortBy = "firstUsedTime"
	ApplicationRevisionSortByLastusedtime  ApplicationRevisionSortBy = "lastUsedTime"
)

Enum values for ApplicationRevisionSortBy

type ArnNotSupportedException

type ArnNotSupportedException struct {
	Message *string
}

The specified ARN is not supported. For example, it might be an ARN for a resource that is not expected.

func (*ArnNotSupportedException) Error

func (e *ArnNotSupportedException) Error() string

func (*ArnNotSupportedException) ErrorCode

func (e *ArnNotSupportedException) ErrorCode() string

func (*ArnNotSupportedException) ErrorFault

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

func (*ArnNotSupportedException) ErrorMessage

func (e *ArnNotSupportedException) ErrorMessage() string

func (*ArnNotSupportedException) GetMessage

func (e *ArnNotSupportedException) GetMessage() string

func (*ArnNotSupportedException) HasMessage

func (e *ArnNotSupportedException) HasMessage() bool

type AutoRollbackConfiguration

type AutoRollbackConfiguration struct {
	// The event type or types that trigger a rollback.
	Events []AutoRollbackEvent
	// Indicates whether a defined automatic rollback configuration is currently
	// enabled.
	Enabled *bool
}

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

type AutoRollbackEvent

type AutoRollbackEvent string
const (
	AutoRollbackEventDeployment_failure         AutoRollbackEvent = "DEPLOYMENT_FAILURE"
	AutoRollbackEventDeployment_stop_on_alarm   AutoRollbackEvent = "DEPLOYMENT_STOP_ON_ALARM"
	AutoRollbackEventDeployment_stop_on_request AutoRollbackEvent = "DEPLOYMENT_STOP_ON_REQUEST"
)

Enum values for AutoRollbackEvent

type AutoScalingGroup

type AutoScalingGroup struct {
	// The Auto Scaling group name.
	Name *string
	// An Auto Scaling lifecycle event hook name.
	Hook *string
}

Information about an Auto Scaling group.

type BatchLimitExceededException

type BatchLimitExceededException struct {
	Message *string
}

The maximum number of names or IDs allowed for this request (100) was exceeded.

func (*BatchLimitExceededException) Error

func (*BatchLimitExceededException) ErrorCode

func (e *BatchLimitExceededException) ErrorCode() string

func (*BatchLimitExceededException) ErrorFault

func (*BatchLimitExceededException) ErrorMessage

func (e *BatchLimitExceededException) ErrorMessage() string

func (*BatchLimitExceededException) GetMessage

func (e *BatchLimitExceededException) GetMessage() string

func (*BatchLimitExceededException) HasMessage

func (e *BatchLimitExceededException) HasMessage() bool

type BlueGreenDeploymentConfiguration

type BlueGreenDeploymentConfiguration struct {
	// Information about the action to take when newly provisioned instances are ready
	// to receive traffic in a blue/green deployment.
	DeploymentReadyOption *DeploymentReadyOption
	// Information about how instances are provisioned for a replacement environment in
	// a blue/green deployment.
	GreenFleetProvisioningOption *GreenFleetProvisioningOption
	// Information about whether to terminate instances in the original fleet during a
	// blue/green deployment.
	TerminateBlueInstancesOnDeploymentSuccess *BlueInstanceTerminationOption
}

Information about blue/green deployment options for a deployment group.

type BlueInstanceTerminationOption

type BlueInstanceTerminationOption struct {
	// For an Amazon EC2 deployment, the number of minutes to wait after a successful
	// blue/green deployment before terminating instances from the original
	// environment.  <p> For an Amazon ECS deployment, the number of minutes before
	// deleting the original (blue) task set. During an Amazon ECS deployment,
	// CodeDeploy shifts traffic from the original (blue) task set to a replacement
	// (green) task set. </p> <p> The maximum setting is 2880 minutes (2 days). </p>
	TerminationWaitTimeInMinutes *int32
	// The action to take on instances in the original environment after a successful
	// blue/green deployment.
	//
	//     * TERMINATE: Instances are terminated after a
	// specified wait time.
	//
	//     * KEEP_ALIVE: Instances are left running after they
	// are deregistered from the load balancer and removed from the deployment group.
	Action InstanceAction
}

Information about whether instances in the original environment are terminated when a blue/green deployment is successful. BlueInstanceTerminationOption does not apply to Lambda deployments.

type BucketNameFilterRequiredException

type BucketNameFilterRequiredException struct {
	Message *string
}

A bucket name is required, but was not provided.

func (*BucketNameFilterRequiredException) Error

func (*BucketNameFilterRequiredException) ErrorCode

func (*BucketNameFilterRequiredException) ErrorFault

func (*BucketNameFilterRequiredException) ErrorMessage

func (e *BucketNameFilterRequiredException) ErrorMessage() string

func (*BucketNameFilterRequiredException) GetMessage

func (e *BucketNameFilterRequiredException) GetMessage() string

func (*BucketNameFilterRequiredException) HasMessage

func (e *BucketNameFilterRequiredException) HasMessage() bool

type BundleType

type BundleType string
const (
	BundleTypeTar     BundleType = "tar"
	BundleTypeTargzip BundleType = "tgz"
	BundleTypeZip     BundleType = "zip"
	BundleTypeYaml    BundleType = "YAML"
	BundleTypeJson    BundleType = "JSON"
)

Enum values for BundleType

type CloudFormationTarget

type CloudFormationTarget struct {
	// The percentage of production traffic that the target version of an AWS
	// CloudFormation blue/green deployment receives.
	TargetVersionWeight *float64
	// The unique ID of a deployment target that has a type of CloudFormationTarget.
	TargetId *string
	// The resource type for the AWS CloudFormation blue/green deployment.
	ResourceType *string
	// The status of an AWS CloudFormation blue/green deployment's target application.
	Status TargetStatus
	// The lifecycle events of the AWS CloudFormation blue/green deployment to this
	// target application.
	LifecycleEvents []*LifecycleEvent
	// The date and time when the target application was updated by an AWS
	// CloudFormation blue/green deployment.
	LastUpdatedAt *time.Time
	// The unique ID of an AWS CloudFormation blue/green deployment.
	DeploymentId *string
}

Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

type ComputePlatform

type ComputePlatform string
const (
	ComputePlatformServer ComputePlatform = "Server"
	ComputePlatformLambda ComputePlatform = "Lambda"
	ComputePlatformEcs    ComputePlatform = "ECS"
)

Enum values for ComputePlatform

type DeploymentAlreadyCompletedException

type DeploymentAlreadyCompletedException struct {
	Message *string
}

The deployment is already complete.

func (*DeploymentAlreadyCompletedException) Error

func (*DeploymentAlreadyCompletedException) ErrorCode

func (*DeploymentAlreadyCompletedException) ErrorFault

func (*DeploymentAlreadyCompletedException) ErrorMessage

func (e *DeploymentAlreadyCompletedException) ErrorMessage() string

func (*DeploymentAlreadyCompletedException) GetMessage

func (*DeploymentAlreadyCompletedException) HasMessage

func (e *DeploymentAlreadyCompletedException) HasMessage() bool

type DeploymentConfigAlreadyExistsException

type DeploymentConfigAlreadyExistsException struct {
	Message *string
}

A deployment configuration with the specified name with the IAM user or AWS account already exists.

func (*DeploymentConfigAlreadyExistsException) Error

func (*DeploymentConfigAlreadyExistsException) ErrorCode

func (*DeploymentConfigAlreadyExistsException) ErrorFault

func (*DeploymentConfigAlreadyExistsException) ErrorMessage

func (*DeploymentConfigAlreadyExistsException) GetMessage

func (*DeploymentConfigAlreadyExistsException) HasMessage

type DeploymentConfigDoesNotExistException

type DeploymentConfigDoesNotExistException struct {
	Message *string
}

The deployment configuration does not exist with the IAM user or AWS account.

func (*DeploymentConfigDoesNotExistException) Error

func (*DeploymentConfigDoesNotExistException) ErrorCode

func (*DeploymentConfigDoesNotExistException) ErrorFault

func (*DeploymentConfigDoesNotExistException) ErrorMessage

func (*DeploymentConfigDoesNotExistException) GetMessage

func (*DeploymentConfigDoesNotExistException) HasMessage

type DeploymentConfigInUseException

type DeploymentConfigInUseException struct {
	Message *string
}

The deployment configuration is still in use.

func (*DeploymentConfigInUseException) Error

func (*DeploymentConfigInUseException) ErrorCode

func (e *DeploymentConfigInUseException) ErrorCode() string

func (*DeploymentConfigInUseException) ErrorFault

func (*DeploymentConfigInUseException) ErrorMessage

func (e *DeploymentConfigInUseException) ErrorMessage() string

func (*DeploymentConfigInUseException) GetMessage

func (e *DeploymentConfigInUseException) GetMessage() string

func (*DeploymentConfigInUseException) HasMessage

func (e *DeploymentConfigInUseException) HasMessage() bool

type DeploymentConfigInfo

type DeploymentConfigInfo struct {
	// The destination platform type for the deployment (Lambda, Server, or ECS).
	ComputePlatform ComputePlatform
	// The time at which the deployment configuration was created.
	CreateTime *time.Time
	// Information about the number or percentage of minimum healthy instance.
	MinimumHealthyHosts *MinimumHealthyHosts
	// The configuration that specifies how the deployment traffic is routed. Used for
	// deployments with a Lambda or ECS compute platform only.
	TrafficRoutingConfig *TrafficRoutingConfig
	// The deployment configuration name.
	DeploymentConfigName *string
	// The deployment configuration ID.
	DeploymentConfigId *string
}

Information about a deployment configuration.

type DeploymentConfigLimitExceededException

type DeploymentConfigLimitExceededException struct {
	Message *string
}

The deployment configurations limit was exceeded.

func (*DeploymentConfigLimitExceededException) Error

func (*DeploymentConfigLimitExceededException) ErrorCode

func (*DeploymentConfigLimitExceededException) ErrorFault

func (*DeploymentConfigLimitExceededException) ErrorMessage

func (*DeploymentConfigLimitExceededException) GetMessage

func (*DeploymentConfigLimitExceededException) HasMessage

type DeploymentConfigNameRequiredException

type DeploymentConfigNameRequiredException struct {
	Message *string
}

The deployment configuration name was not specified.

func (*DeploymentConfigNameRequiredException) Error

func (*DeploymentConfigNameRequiredException) ErrorCode

func (*DeploymentConfigNameRequiredException) ErrorFault

func (*DeploymentConfigNameRequiredException) ErrorMessage

func (*DeploymentConfigNameRequiredException) GetMessage

func (*DeploymentConfigNameRequiredException) HasMessage

type DeploymentCreator

type DeploymentCreator string
const (
	DeploymentCreatorUser                   DeploymentCreator = "user"
	DeploymentCreatorAutoscaling            DeploymentCreator = "autoscaling"
	DeploymentCreatorCodedeployrollback     DeploymentCreator = "codeDeployRollback"
	DeploymentCreatorCodedeploy             DeploymentCreator = "CodeDeploy"
	DeploymentCreatorCloudformation         DeploymentCreator = "CloudFormation"
	DeploymentCreatorCloudformationrollback DeploymentCreator = "CloudFormationRollback"
)

Enum values for DeploymentCreator

type DeploymentDoesNotExistException

type DeploymentDoesNotExistException struct {
	Message *string
}

The deployment with the IAM user or AWS account does not exist.

func (*DeploymentDoesNotExistException) Error

func (*DeploymentDoesNotExistException) ErrorCode

func (e *DeploymentDoesNotExistException) ErrorCode() string

func (*DeploymentDoesNotExistException) ErrorFault

func (*DeploymentDoesNotExistException) ErrorMessage

func (e *DeploymentDoesNotExistException) ErrorMessage() string

func (*DeploymentDoesNotExistException) GetMessage

func (e *DeploymentDoesNotExistException) GetMessage() string

func (*DeploymentDoesNotExistException) HasMessage

func (e *DeploymentDoesNotExistException) HasMessage() bool

type DeploymentGroupAlreadyExistsException

type DeploymentGroupAlreadyExistsException struct {
	Message *string
}

A deployment group with the specified name with the IAM user or AWS account already exists.

func (*DeploymentGroupAlreadyExistsException) Error

func (*DeploymentGroupAlreadyExistsException) ErrorCode

func (*DeploymentGroupAlreadyExistsException) ErrorFault

func (*DeploymentGroupAlreadyExistsException) ErrorMessage

func (*DeploymentGroupAlreadyExistsException) GetMessage

func (*DeploymentGroupAlreadyExistsException) HasMessage

type DeploymentGroupDoesNotExistException

type DeploymentGroupDoesNotExistException struct {
	Message *string
}

The named deployment group with the IAM user or AWS account does not exist.

func (*DeploymentGroupDoesNotExistException) Error

func (*DeploymentGroupDoesNotExistException) ErrorCode

func (*DeploymentGroupDoesNotExistException) ErrorFault

func (*DeploymentGroupDoesNotExistException) ErrorMessage

func (e *DeploymentGroupDoesNotExistException) ErrorMessage() string

func (*DeploymentGroupDoesNotExistException) GetMessage

func (*DeploymentGroupDoesNotExistException) HasMessage

type DeploymentGroupInfo

type DeploymentGroupInfo struct {
	// The on-premises instance tags on which to filter. The deployment group includes
	// on-premises instances with any of the specified tags.
	OnPremisesInstanceTagFilters []*TagFilter
	// Information about the type of deployment, either in-place or blue/green, you
	// want to run and whether to route deployment traffic behind a load balancer.
	DeploymentStyle *DeploymentStyle
	// Information about groups of tags applied to an EC2 instance. The deployment
	// group includes only EC2 instances identified by all of the tag groups. Cannot be
	// used in the same call as ec2TagFilters.
	Ec2TagSet *EC2TagSet
	// Information about triggers associated with the deployment group.
	TriggerConfigurations []*TriggerConfig
	// The application name.
	ApplicationName *string
	// A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to
	// make calls to AWS services on your behalf. For more information, see Create a
	// Service Role for AWS CodeDeploy
	// (https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-service-role.html)
	// in the AWS CodeDeploy User Guide.
	ServiceRoleArn *string
	// The target Amazon ECS services in the deployment group. This applies only to
	// deployment groups that use the Amazon ECS compute platform. A target Amazon ECS
	// service is specified as an Amazon ECS cluster and service name pair using the
	// format :.
	EcsServices []*ECSService
	// Information about the automatic rollback configuration associated with the
	// deployment group.
	AutoRollbackConfiguration *AutoRollbackConfiguration
	// Information about blue/green deployment options for a deployment group.
	BlueGreenDeploymentConfiguration *BlueGreenDeploymentConfiguration
	// The deployment configuration name.
	DeploymentConfigName *string
	// Information about the deployment group's target revision, including type and
	// location.
	TargetRevision *RevisionLocation
	// A list of alarms associated with the deployment group.
	AlarmConfiguration *AlarmConfiguration
	// Information about the load balancer to use in a deployment.
	LoadBalancerInfo *LoadBalancerInfo
	// The deployment group ID.
	DeploymentGroupId *string
	// The destination platform type for the deployment (Lambda, Server, or ECS).
	ComputePlatform ComputePlatform
	// A list of associated Auto Scaling groups.
	AutoScalingGroups []*AutoScalingGroup
	// Information about the most recent successful deployment to the deployment group.
	LastSuccessfulDeployment *LastDeploymentInfo
	// The deployment group name.
	DeploymentGroupName *string
	// Information about groups of tags applied to an on-premises instance. The
	// deployment group includes only on-premises instances identified by all the tag
	// groups. Cannot be used in the same call as onPremisesInstanceTagFilters.
	OnPremisesTagSet *OnPremisesTagSet
	// The Amazon EC2 tags on which to filter. The deployment group includes EC2
	// instances with any of the specified tags.
	Ec2TagFilters []*EC2TagFilter
	// Information about the most recent attempted deployment to the deployment group.
	LastAttemptedDeployment *LastDeploymentInfo
}

Information about a deployment group.

type DeploymentGroupLimitExceededException

type DeploymentGroupLimitExceededException struct {
	Message *string
}

The deployment groups limit was exceeded.

func (*DeploymentGroupLimitExceededException) Error

func (*DeploymentGroupLimitExceededException) ErrorCode

func (*DeploymentGroupLimitExceededException) ErrorFault

func (*DeploymentGroupLimitExceededException) ErrorMessage

func (*DeploymentGroupLimitExceededException) GetMessage

func (*DeploymentGroupLimitExceededException) HasMessage

type DeploymentGroupNameRequiredException

type DeploymentGroupNameRequiredException struct {
	Message *string
}

The deployment group name was not specified.

func (*DeploymentGroupNameRequiredException) Error

func (*DeploymentGroupNameRequiredException) ErrorCode

func (*DeploymentGroupNameRequiredException) ErrorFault

func (*DeploymentGroupNameRequiredException) ErrorMessage

func (e *DeploymentGroupNameRequiredException) ErrorMessage() string

func (*DeploymentGroupNameRequiredException) GetMessage

func (*DeploymentGroupNameRequiredException) HasMessage

type DeploymentIdRequiredException

type DeploymentIdRequiredException struct {
	Message *string
}

At least one deployment ID must be specified.

func (*DeploymentIdRequiredException) Error

func (*DeploymentIdRequiredException) ErrorCode

func (e *DeploymentIdRequiredException) ErrorCode() string

func (*DeploymentIdRequiredException) ErrorFault

func (*DeploymentIdRequiredException) ErrorMessage

func (e *DeploymentIdRequiredException) ErrorMessage() string

func (*DeploymentIdRequiredException) GetMessage

func (e *DeploymentIdRequiredException) GetMessage() string

func (*DeploymentIdRequiredException) HasMessage

func (e *DeploymentIdRequiredException) HasMessage() bool

type DeploymentInfo

type DeploymentInfo struct {
	// Information about any error associated with this deployment.
	ErrorInformation *ErrorInformation
	// Information about blue/green deployment options for this deployment.
	BlueGreenDeploymentConfiguration *BlueGreenDeploymentConfiguration
	// Messages that contain information about the status of a deployment.
	DeploymentStatusMessages []*string
	// Information about the automatic rollback configuration associated with the
	// deployment.
	AutoRollbackConfiguration *AutoRollbackConfiguration
	// A timestamp that indicates when the deployment was created.
	CreateTime *time.Time
	// The application name.
	ApplicationName *string
	// Provides information about the results of a deployment, such as whether
	// instances in the original environment in a blue/green deployment were not
	// terminated.
	AdditionalDeploymentStatusInfo *string
	// If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic
	// deployment lifecycle event to an instance fails, then the deployment continues
	// to the next deployment lifecycle event. For example, if ApplicationStop fails,
	// the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the
	// deployment continues with BlockTraffic. If AfterBlockTraffic fails, the
	// deployment continues with ApplicationStop.  <p> If false or not specified, then
	// if a lifecycle event fails during a deployment to an instance, that deployment
	// fails. If deployment to that instance is part of an overall deployment and the
	// number of healthy hosts is not less than the minimum number of healthy hosts,
	// then a deployment to the next instance is attempted. </p> <p> During a
	// deployment, the AWS CodeDeploy agent runs the scripts specified for
	// <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>, and
	// <code>AfterBlockTraffic</code> in the AppSpec file from the previous successful
	// deployment. (All other scripts are run from the AppSpec file in the current
	// deployment.) If one of these scripts contains an error and does not run
	// successfully, the deployment can fail. </p> <p> If the cause of the failure is a
	// script from the last successful deployment that will never run successfully,
	// create a new deployment and use <code>ignoreApplicationStopFailures</code> to
	// specify that the <code>ApplicationStop</code>, <code>BeforeBlockTraffic</code>,
	// and <code>AfterBlockTraffic</code> failures should be ignored. </p>
	IgnoreApplicationStopFailures *bool
	// The deployment group name.
	DeploymentGroupName *string
	// Information about how AWS CodeDeploy handles files that already exist in a
	// deployment target location but weren't part of the previous successful
	// deployment.
	//
	//     * DISALLOW: The deployment fails. This is also the default
	// behavior if no option is specified.
	//
	//     * OVERWRITE: The version of the file
	// from the application revision currently being deployed replaces the version
	// already on the instance.
	//
	//     * RETAIN: The version of the file already on the
	// instance is kept and used as part of the new deployment.
	FileExistsBehavior FileExistsBehavior
	// The unique ID of a deployment.
	DeploymentId *string
	// Indicates whether the wait period set for the termination of instances in the
	// original environment has started. Status is 'false' if the KEEP_ALIVE option is
	// specified. Otherwise, 'true' as soon as the termination wait period starts.
	InstanceTerminationWaitTimeStarted *bool
	// Information about the location of stored application artifacts and the service
	// from which to retrieve them.
	Revision *RevisionLocation
	// Indicates whether only instances that are not running the latest application
	// revision are to be deployed to.
	UpdateOutdatedInstancesOnly *bool
	// Information about a deployment rollback.
	RollbackInfo *RollbackInfo
	// Information about the type of deployment, either in-place or blue/green, you
	// want to run and whether to route deployment traffic behind a load balancer.
	DeploymentStyle *DeploymentStyle
	// A timestamp that indicates when the deployment was deployed to the deployment
	// group. In some cases, the reported value of the start time might be later than
	// the complete time. This is due to differences in the clock settings of backend
	// servers that participate in the deployment process.
	StartTime *time.Time
	// Information about the instances that belong to the replacement environment in a
	// blue/green deployment.
	TargetInstances *TargetInstances
	// The current state of the deployment as a whole.
	Status DeploymentStatus
	// Information about the application revision that was deployed to the deployment
	// group before the most recent successful deployment.
	PreviousRevision *RevisionLocation
	// A summary of the deployment status of the instances in the deployment.
	DeploymentOverview *DeploymentOverview
	// The destination platform type for the deployment (Lambda, Server, or ECS).
	ComputePlatform ComputePlatform
	// The means by which the deployment was created:
	//
	//     * user: A user created the
	// deployment.
	//
	//     * autoscaling: Amazon EC2 Auto Scaling created the
	// deployment.
	//
	//     * codeDeployRollback: A rollback process created the
	// deployment.
	Creator DeploymentCreator
	// The deployment configuration name.
	DeploymentConfigName *string
	// Information about the load balancer used in the deployment.
	LoadBalancerInfo *LoadBalancerInfo
	// The unique ID for an external resource (for example, a CloudFormation stack ID)
	// that is linked to this deployment.
	ExternalId *string
	// A timestamp that indicates when the deployment was complete.
	CompleteTime *time.Time
	// A comment about the deployment.
	Description *string
}

Information about a deployment.

type DeploymentIsNotInReadyStateException

type DeploymentIsNotInReadyStateException struct {
	Message *string
}

The deployment does not have a status of Ready and can't continue yet.

func (*DeploymentIsNotInReadyStateException) Error

func (*DeploymentIsNotInReadyStateException) ErrorCode

func (*DeploymentIsNotInReadyStateException) ErrorFault

func (*DeploymentIsNotInReadyStateException) ErrorMessage

func (e *DeploymentIsNotInReadyStateException) ErrorMessage() string

func (*DeploymentIsNotInReadyStateException) GetMessage

func (*DeploymentIsNotInReadyStateException) HasMessage

type DeploymentLimitExceededException

type DeploymentLimitExceededException struct {
	Message *string
}

The number of allowed deployments was exceeded.

func (*DeploymentLimitExceededException) Error

func (*DeploymentLimitExceededException) ErrorCode

func (*DeploymentLimitExceededException) ErrorFault

func (*DeploymentLimitExceededException) ErrorMessage

func (e *DeploymentLimitExceededException) ErrorMessage() string

func (*DeploymentLimitExceededException) GetMessage

func (e *DeploymentLimitExceededException) GetMessage() string

func (*DeploymentLimitExceededException) HasMessage

func (e *DeploymentLimitExceededException) HasMessage() bool

type DeploymentNotStartedException

type DeploymentNotStartedException struct {
	Message *string
}

The specified deployment has not started.

func (*DeploymentNotStartedException) Error

func (*DeploymentNotStartedException) ErrorCode

func (e *DeploymentNotStartedException) ErrorCode() string

func (*DeploymentNotStartedException) ErrorFault

func (*DeploymentNotStartedException) ErrorMessage

func (e *DeploymentNotStartedException) ErrorMessage() string

func (*DeploymentNotStartedException) GetMessage

func (e *DeploymentNotStartedException) GetMessage() string

func (*DeploymentNotStartedException) HasMessage

func (e *DeploymentNotStartedException) HasMessage() bool

type DeploymentOption

type DeploymentOption string
const (
	DeploymentOptionWith_traffic_control    DeploymentOption = "WITH_TRAFFIC_CONTROL"
	DeploymentOptionWithout_traffic_control DeploymentOption = "WITHOUT_TRAFFIC_CONTROL"
)

Enum values for DeploymentOption

type DeploymentOverview

type DeploymentOverview struct {
	// The number of instances in the deployment to which revisions have been
	// successfully deployed.
	Succeeded *int64
	// The number of instances in the deployment in a pending state.
	Pending *int64
	// The number of instances in a replacement environment ready to receive traffic in
	// a blue/green deployment.
	Ready *int64
	// The number of instances in the deployment in a skipped state.
	Skipped *int64
	// The number of instances in the deployment in a failed state.
	Failed *int64
	// The number of instances in which the deployment is in progress.
	InProgress *int64
}

Information about the deployment status of the instances in the deployment.

type DeploymentReadyAction

type DeploymentReadyAction string
const (
	DeploymentReadyActionContinue_deployment DeploymentReadyAction = "CONTINUE_DEPLOYMENT"
	DeploymentReadyActionStop_deployment     DeploymentReadyAction = "STOP_DEPLOYMENT"
)

Enum values for DeploymentReadyAction

type DeploymentReadyOption

type DeploymentReadyOption struct {
	// Information about when to reroute traffic from an original environment to a
	// replacement environment in a blue/green deployment.
	//
	//     * CONTINUE_DEPLOYMENT:
	// Register new instances with the load balancer immediately after the new
	// application revision is installed on the instances in the replacement
	// environment.
	//
	//     * STOP_DEPLOYMENT: Do not register new instances with a load
	// balancer unless traffic rerouting is started using ContinueDeployment (). If
	// traffic rerouting is not started before the end of the specified wait period,
	// the deployment status is changed to Stopped.
	ActionOnTimeout DeploymentReadyAction
	// The number of minutes to wait before the status of a blue/green deployment is
	// changed to Stopped if rerouting is not started manually. Applies only to the
	// STOP_DEPLOYMENT option for actionOnTimeout.
	WaitTimeInMinutes *int32
}

Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.

type DeploymentStatus

type DeploymentStatus string
const (
	DeploymentStatusCreated     DeploymentStatus = "Created"
	DeploymentStatusQueued      DeploymentStatus = "Queued"
	DeploymentStatusIn_progress DeploymentStatus = "InProgress"
	DeploymentStatusBaking      DeploymentStatus = "Baking"
	DeploymentStatusSucceeded   DeploymentStatus = "Succeeded"
	DeploymentStatusFailed      DeploymentStatus = "Failed"
	DeploymentStatusStopped     DeploymentStatus = "Stopped"
	DeploymentStatusReady       DeploymentStatus = "Ready"
)

Enum values for DeploymentStatus

type DeploymentStyle

type DeploymentStyle struct {
	// Indicates whether to run an in-place deployment or a blue/green deployment.
	DeploymentType DeploymentType
	// Indicates whether to route deployment traffic behind a load balancer.
	DeploymentOption DeploymentOption
}

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

type DeploymentTarget

type DeploymentTarget struct {
	// Information about the target for a deployment that uses the EC2/On-premises
	// compute platform.
	InstanceTarget *InstanceTarget
	// The deployment type that is specific to the deployment's compute platform or
	// deployments initiated by a CloudFormation stack update.
	DeploymentTargetType DeploymentTargetType
	// Information about the target to be updated by an AWS CloudFormation blue/green
	// deployment. This target type is used for all deployments initiated by a
	// CloudFormation stack update.
	CloudFormationTarget *CloudFormationTarget
	// Information about the target for a deployment that uses the AWS Lambda compute
	// platform.
	LambdaTarget *LambdaTarget
	// Information about the target for a deployment that uses the Amazon ECS compute
	// platform.
	EcsTarget *ECSTarget
}

Information about the deployment target.

type DeploymentTargetDoesNotExistException

type DeploymentTargetDoesNotExistException struct {
	Message *string
}

The provided target ID does not belong to the attempted deployment.

func (*DeploymentTargetDoesNotExistException) Error

func (*DeploymentTargetDoesNotExistException) ErrorCode

func (*DeploymentTargetDoesNotExistException) ErrorFault

func (*DeploymentTargetDoesNotExistException) ErrorMessage

func (*DeploymentTargetDoesNotExistException) GetMessage

func (*DeploymentTargetDoesNotExistException) HasMessage

type DeploymentTargetIdRequiredException

type DeploymentTargetIdRequiredException struct {
	Message *string
}

A deployment target ID was not provided.

func (*DeploymentTargetIdRequiredException) Error

func (*DeploymentTargetIdRequiredException) ErrorCode

func (*DeploymentTargetIdRequiredException) ErrorFault

func (*DeploymentTargetIdRequiredException) ErrorMessage

func (e *DeploymentTargetIdRequiredException) ErrorMessage() string

func (*DeploymentTargetIdRequiredException) GetMessage

func (*DeploymentTargetIdRequiredException) HasMessage

func (e *DeploymentTargetIdRequiredException) HasMessage() bool

type DeploymentTargetListSizeExceededException

type DeploymentTargetListSizeExceededException struct {
	Message *string
}

The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.

func (*DeploymentTargetListSizeExceededException) Error

func (*DeploymentTargetListSizeExceededException) ErrorCode

func (*DeploymentTargetListSizeExceededException) ErrorFault

func (*DeploymentTargetListSizeExceededException) ErrorMessage

func (*DeploymentTargetListSizeExceededException) GetMessage

func (*DeploymentTargetListSizeExceededException) HasMessage

type DeploymentTargetType

type DeploymentTargetType string
const (
	DeploymentTargetTypeInstance_target       DeploymentTargetType = "InstanceTarget"
	DeploymentTargetTypeLambda_target         DeploymentTargetType = "LambdaTarget"
	DeploymentTargetTypeEcs_target            DeploymentTargetType = "ECSTarget"
	DeploymentTargetTypeCloudformation_target DeploymentTargetType = "CloudFormationTarget"
)

Enum values for DeploymentTargetType

type DeploymentType

type DeploymentType string
const (
	DeploymentTypeIn_place   DeploymentType = "IN_PLACE"
	DeploymentTypeBlue_green DeploymentType = "BLUE_GREEN"
)

Enum values for DeploymentType

type DeploymentWaitType

type DeploymentWaitType string
const (
	DeploymentWaitTypeReady_wait       DeploymentWaitType = "READY_WAIT"
	DeploymentWaitTypeTermination_wait DeploymentWaitType = "TERMINATION_WAIT"
)

Enum values for DeploymentWaitType

type DescriptionTooLongException

type DescriptionTooLongException struct {
	Message *string
}

The description is too long.

func (*DescriptionTooLongException) Error

func (*DescriptionTooLongException) ErrorCode

func (e *DescriptionTooLongException) ErrorCode() string

func (*DescriptionTooLongException) ErrorFault

func (*DescriptionTooLongException) ErrorMessage

func (e *DescriptionTooLongException) ErrorMessage() string

func (*DescriptionTooLongException) GetMessage

func (e *DescriptionTooLongException) GetMessage() string

func (*DescriptionTooLongException) HasMessage

func (e *DescriptionTooLongException) HasMessage() bool

type Diagnostics

type Diagnostics struct {
	// The last portion of the diagnostic log. If available, AWS CodeDeploy returns up
	// to the last 4 KB of the diagnostic log.
	LogTail *string
	// The name of the script.
	ScriptName *string
	// The associated error code:
	//
	//     * Success: The specified script ran.
	//
	//     *
	// ScriptMissing: The specified script was not found in the specified location.
	//
	//
	// * ScriptNotExecutable: The specified script is not a recognized executable file
	// type.
	//
	//     * ScriptTimedOut: The specified script did not finish running in the
	// specified time period.
	//
	//     * ScriptFailed: The specified script failed to run
	// as expected.
	//
	//     * UnknownError: The specified script did not run for an
	// unknown reason.
	ErrorCode LifecycleErrorCode
	// The message associated with the error.
	Message *string
}

Diagnostic information about executable scripts that are part of a deployment.

type EC2TagFilter

type EC2TagFilter struct {
	// The tag filter type:
	//
	//     * KEY_ONLY: Key only.
	//
	//     * VALUE_ONLY: Value only.
	//
	//
	// * KEY_AND_VALUE: Key and value.
	Type EC2TagFilterType
	// The tag filter key.
	Key *string
	// The tag filter value.
	Value *string
}

Information about an EC2 tag filter.

type EC2TagFilterType

type EC2TagFilterType string
const (
	EC2TagFilterTypeKey_only      EC2TagFilterType = "KEY_ONLY"
	EC2TagFilterTypeValue_only    EC2TagFilterType = "VALUE_ONLY"
	EC2TagFilterTypeKey_and_value EC2TagFilterType = "KEY_AND_VALUE"
)

Enum values for EC2TagFilterType

type EC2TagSet

type EC2TagSet struct {
	// A list that contains other lists of EC2 instance tag groups. For an instance to
	// be included in the deployment group, it must be identified by all of the tag
	// groups in the list.
	Ec2TagSetList [][]*EC2TagFilter
}

Information about groups of EC2 instance tags.

type ECSService

type ECSService struct {
	// The name of the target Amazon ECS service.
	ServiceName *string
	// The name of the cluster that the Amazon ECS service is associated with.
	ClusterName *string
}

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

type ECSServiceMappingLimitExceededException

type ECSServiceMappingLimitExceededException struct {
	Message *string
}

The Amazon ECS service is associated with more than one deployment groups. An Amazon ECS service can be associated with only one deployment group.

func (*ECSServiceMappingLimitExceededException) Error

func (*ECSServiceMappingLimitExceededException) ErrorCode

func (*ECSServiceMappingLimitExceededException) ErrorFault

func (*ECSServiceMappingLimitExceededException) ErrorMessage

func (*ECSServiceMappingLimitExceededException) GetMessage

func (*ECSServiceMappingLimitExceededException) HasMessage

type ECSTarget

type ECSTarget struct {
	// The status an Amazon ECS deployment's target ECS application.
	Status TargetStatus
	// The ECSTaskSet objects associated with the ECS target.
	TaskSetsInfo []*ECSTaskSet
	// The unique ID of a deployment target that has a type of ecsTarget.
	TargetId *string
	// The Amazon Resource Name (ARN) of the target.
	TargetArn *string
	// The date and time when the target Amazon ECS application was updated by a
	// deployment.
	LastUpdatedAt *time.Time
	// The unique ID of a deployment.
	DeploymentId *string
	// The lifecycle events of the deployment to this target Amazon ECS application.
	LifecycleEvents []*LifecycleEvent
}

Information about the target of an Amazon ECS deployment.

type ECSTaskSet

type ECSTaskSet struct {
	// A unique ID of an ECSTaskSet.
	Identifer *string
	// The number of tasks in the task set that are in the RUNNING status during an
	// Amazon ECS deployment. A task in the RUNNING state is running and ready for use.
	RunningCount *int64
	// The status of the task set. There are three valid task set statuses:
	//
	//     *
	// PRIMARY: Indicates the task set is serving production traffic.
	//
	//     * ACTIVE:
	// Indicates the task set is not serving production traffic.
	//
	//     * DRAINING:
	// Indicates the tasks in the task set are being stopped and their corresponding
	// targets are being deregistered from their target group.
	Status *string
	// The number of tasks in a task set. During a deployment that uses the Amazon ECS
	// compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses
	// this value to determine how many tasks to create. After the updated task set is
	// created, CodeDeploy shifts traffic to the new task set.
	DesiredCount *int64
	// The percentage of traffic served by this task set.
	TrafficWeight *float64
	// The target group associated with the task set. The target group is used by AWS
	// CodeDeploy to manage traffic to a task set.
	TargetGroup *TargetGroupInfo
	// A label that identifies whether the ECS task set is an original target (BLUE) or
	// a replacement target (GREEN).
	TaskSetLabel TargetLabel
	// The number of tasks in the task set that are in the PENDING status during an
	// Amazon ECS deployment. A task in the PENDING state is preparing to enter the
	// RUNNING state. A task set enters the PENDING status when it launches for the
	// first time, or when it is restarted after being in the STOPPED state.
	PendingCount *int64
}

Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An AWS CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.

type ELBInfo

type ELBInfo struct {
	// For blue/green deployments, the name of the load balancer that is used to route
	// traffic from original instances to replacement instances in a blue/green
	// deployment. For in-place deployments, the name of the load balancer that
	// instances are deregistered from so they are not serving traffic during a
	// deployment, and then re-registered with after the deployment is complete.
	Name *string
}

Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.

type ErrorCode

type ErrorCode string
const (
	ErrorCodeAgent_issue                                 ErrorCode = "AGENT_ISSUE"
	ErrorCodeAlarm_active                                ErrorCode = "ALARM_ACTIVE"
	ErrorCodeApplication_missing                         ErrorCode = "APPLICATION_MISSING"
	ErrorCodeAutoscaling_validation_error                ErrorCode = "AUTOSCALING_VALIDATION_ERROR"
	ErrorCodeAuto_scaling_configuration                  ErrorCode = "AUTO_SCALING_CONFIGURATION"
	ErrorCodeAuto_scaling_iam_role_permissions           ErrorCode = "AUTO_SCALING_IAM_ROLE_PERMISSIONS"
	ErrorCodeCodedeploy_resource_cannot_be_found         ErrorCode = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND"
	ErrorCodeCustomer_application_unhealthy              ErrorCode = "CUSTOMER_APPLICATION_UNHEALTHY"
	ErrorCodeDeployment_group_missing                    ErrorCode = "DEPLOYMENT_GROUP_MISSING"
	ErrorCodeEcs_update_error                            ErrorCode = "ECS_UPDATE_ERROR"
	ErrorCodeElastic_load_balancing_invalid              ErrorCode = "ELASTIC_LOAD_BALANCING_INVALID"
	ErrorCodeElb_invalid_instance                        ErrorCode = "ELB_INVALID_INSTANCE"
	ErrorCodeHealth_constraints                          ErrorCode = "HEALTH_CONSTRAINTS"
	ErrorCodeHealth_constraints_invalid                  ErrorCode = "HEALTH_CONSTRAINTS_INVALID"
	ErrorCodeHook_execution_failure                      ErrorCode = "HOOK_EXECUTION_FAILURE"
	ErrorCodeIam_role_missing                            ErrorCode = "IAM_ROLE_MISSING"
	ErrorCodeIam_role_permissions                        ErrorCode = "IAM_ROLE_PERMISSIONS"
	ErrorCodeInternal_error                              ErrorCode = "INTERNAL_ERROR"
	ErrorCodeInvalid_ecs_service                         ErrorCode = "INVALID_ECS_SERVICE"
	ErrorCodeInvalid_lambda_configuration                ErrorCode = "INVALID_LAMBDA_CONFIGURATION"
	ErrorCodeInvalid_lambda_function                     ErrorCode = "INVALID_LAMBDA_FUNCTION"
	ErrorCodeInvalid_revision                            ErrorCode = "INVALID_REVISION"
	ErrorCodeManual_stop                                 ErrorCode = "MANUAL_STOP"
	ErrorCodeMissing_blue_green_deployment_configuration ErrorCode = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION"
	ErrorCodeMissing_elb_information                     ErrorCode = "MISSING_ELB_INFORMATION"
	ErrorCodeMissing_github_token                        ErrorCode = "MISSING_GITHUB_TOKEN"
	ErrorCodeNo_ec2_subscription                         ErrorCode = "NO_EC2_SUBSCRIPTION"
	ErrorCodeNo_instances                                ErrorCode = "NO_INSTANCES"
	ErrorCodeOver_max_instances                          ErrorCode = "OVER_MAX_INSTANCES"
	ErrorCodeResource_limit_exceeded                     ErrorCode = "RESOURCE_LIMIT_EXCEEDED"
	ErrorCodeRevision_missing                            ErrorCode = "REVISION_MISSING"
	ErrorCodeThrottled                                   ErrorCode = "THROTTLED"
	ErrorCodeTimeout                                     ErrorCode = "TIMEOUT"
	ErrorCodeCloudformation_stack_failure                ErrorCode = "CLOUDFORMATION_STACK_FAILURE"
)

Enum values for ErrorCode

type ErrorInformation

type ErrorInformation struct {
	// An accompanying error message.
	Message *string
	// For more information, see Error Codes for AWS CodeDeploy
	// (https://docs.aws.amazon.com/codedeploy/latest/userguide/error-codes.html) in
	// the AWS CodeDeploy User Guide
	// (https://docs.aws.amazon.com/codedeploy/latest/userguide). The error code:
	//
	//
	// * APPLICATION_MISSING: The application was missing. This error code is most
	// likely raised if the application is deleted after the deployment is created, but
	// before it is started.
	//
	//     * DEPLOYMENT_GROUP_MISSING: The deployment group was
	// missing. This error code is most likely raised if the deployment group is
	// deleted after the deployment is created, but before it is started.
	//
	//     *
	// HEALTH_CONSTRAINTS: The deployment failed on too many instances to be
	// successfully deployed within the instance health constraints specified.
	//
	//     *
	// HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within
	// the instance health constraints specified.
	//
	//     * IAM_ROLE_MISSING: The service
	// role cannot be accessed.
	//
	//     * IAM_ROLE_PERMISSIONS: The service role does not
	// have the correct permissions.
	//
	//     * INTERNAL_ERROR: There was an internal
	// error.
	//
	//     * NO_EC2_SUBSCRIPTION: The calling account is not subscribed to
	// Amazon EC2.
	//
	//     * NO_INSTANCES: No instances were specified, or no instances
	// can be found.
	//
	//     * OVER_MAX_INSTANCES: The maximum number of instances was
	// exceeded.
	//
	//     * THROTTLED: The operation was throttled because the calling
	// account exceeded the throttling limits of one or more AWS services.
	//
	//     *
	// TIMEOUT: The deployment has timed out.
	//
	//     * REVISION_MISSING: The revision ID
	// was missing. This error code is most likely raised if the revision is deleted
	// after the deployment is created, but before it is started.
	Code ErrorCode
}

Information about a deployment error.

type FileExistsBehavior

type FileExistsBehavior string
const (
	FileExistsBehaviorDisallow  FileExistsBehavior = "DISALLOW"
	FileExistsBehaviorOverwrite FileExistsBehavior = "OVERWRITE"
	FileExistsBehaviorRetain    FileExistsBehavior = "RETAIN"
)

Enum values for FileExistsBehavior

type GenericRevisionInfo

type GenericRevisionInfo struct {
	// When the revision was last used by AWS CodeDeploy.
	LastUsedTime *time.Time
	// A comment about the revision.
	Description *string
	// The deployment groups for which this is the current target revision.
	DeploymentGroups []*string
	// When the revision was registered with AWS CodeDeploy.
	RegisterTime *time.Time
	// When the revision was first used by AWS CodeDeploy.
	FirstUsedTime *time.Time
}

Information about an application revision.

type GitHubAccountTokenDoesNotExistException

type GitHubAccountTokenDoesNotExistException struct {
	Message *string
}

No GitHub account connection exists with the named specified in the call.

func (*GitHubAccountTokenDoesNotExistException) Error

func (*GitHubAccountTokenDoesNotExistException) ErrorCode

func (*GitHubAccountTokenDoesNotExistException) ErrorFault

func (*GitHubAccountTokenDoesNotExistException) ErrorMessage

func (*GitHubAccountTokenDoesNotExistException) GetMessage

func (*GitHubAccountTokenDoesNotExistException) HasMessage

type GitHubAccountTokenNameRequiredException

type GitHubAccountTokenNameRequiredException struct {
	Message *string
}

The call is missing a required GitHub account connection name.

func (*GitHubAccountTokenNameRequiredException) Error

func (*GitHubAccountTokenNameRequiredException) ErrorCode

func (*GitHubAccountTokenNameRequiredException) ErrorFault

func (*GitHubAccountTokenNameRequiredException) ErrorMessage

func (*GitHubAccountTokenNameRequiredException) GetMessage

func (*GitHubAccountTokenNameRequiredException) HasMessage

type GitHubLocation

type GitHubLocation struct {
	// The GitHub account and repository pair that stores a reference to the commit
	// that represents the bundled artifacts for the application revision. Specified as
	// account/repository.
	Repository *string
	// The SHA1 commit ID of the GitHub commit that represents the bundled artifacts
	// for the application revision.
	CommitId *string
}

Information about the location of application artifacts stored in GitHub.

type GreenFleetProvisioningAction

type GreenFleetProvisioningAction string
const (
	GreenFleetProvisioningActionDiscover_existing       GreenFleetProvisioningAction = "DISCOVER_EXISTING"
	GreenFleetProvisioningActionCopy_auto_scaling_group GreenFleetProvisioningAction = "COPY_AUTO_SCALING_GROUP"
)

Enum values for GreenFleetProvisioningAction

type GreenFleetProvisioningOption

type GreenFleetProvisioningOption struct {
	// The method used to add instances to a replacement environment.
	//
	//     *
	// DISCOVER_EXISTING: Use instances that already exist or will be created
	// manually.
	//
	//     * COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto
	// Scaling group to define and create instances in a new Auto Scaling group.
	Action GreenFleetProvisioningAction
}

Information about the instances that belong to the replacement environment in a blue/green deployment.

type IamArnRequiredException

type IamArnRequiredException struct {
	Message *string
}

No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.

func (*IamArnRequiredException) Error

func (e *IamArnRequiredException) Error() string

func (*IamArnRequiredException) ErrorCode

func (e *IamArnRequiredException) ErrorCode() string

func (*IamArnRequiredException) ErrorFault

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

func (*IamArnRequiredException) ErrorMessage

func (e *IamArnRequiredException) ErrorMessage() string

func (*IamArnRequiredException) GetMessage

func (e *IamArnRequiredException) GetMessage() string

func (*IamArnRequiredException) HasMessage

func (e *IamArnRequiredException) HasMessage() bool

type IamSessionArnAlreadyRegisteredException

type IamSessionArnAlreadyRegisteredException struct {
	Message *string
}

The request included an IAM session ARN that has already been used to register a different instance.

func (*IamSessionArnAlreadyRegisteredException) Error

func (*IamSessionArnAlreadyRegisteredException) ErrorCode

func (*IamSessionArnAlreadyRegisteredException) ErrorFault

func (*IamSessionArnAlreadyRegisteredException) ErrorMessage

func (*IamSessionArnAlreadyRegisteredException) GetMessage

func (*IamSessionArnAlreadyRegisteredException) HasMessage

type IamUserArnAlreadyRegisteredException

type IamUserArnAlreadyRegisteredException struct {
	Message *string
}

The specified IAM user ARN is already registered with an on-premises instance.

func (*IamUserArnAlreadyRegisteredException) Error

func (*IamUserArnAlreadyRegisteredException) ErrorCode

func (*IamUserArnAlreadyRegisteredException) ErrorFault

func (*IamUserArnAlreadyRegisteredException) ErrorMessage

func (e *IamUserArnAlreadyRegisteredException) ErrorMessage() string

func (*IamUserArnAlreadyRegisteredException) GetMessage

func (*IamUserArnAlreadyRegisteredException) HasMessage

type IamUserArnRequiredException

type IamUserArnRequiredException struct {
	Message *string
}

An IAM user ARN was not specified.

func (*IamUserArnRequiredException) Error

func (*IamUserArnRequiredException) ErrorCode

func (e *IamUserArnRequiredException) ErrorCode() string

func (*IamUserArnRequiredException) ErrorFault

func (*IamUserArnRequiredException) ErrorMessage

func (e *IamUserArnRequiredException) ErrorMessage() string

func (*IamUserArnRequiredException) GetMessage

func (e *IamUserArnRequiredException) GetMessage() string

func (*IamUserArnRequiredException) HasMessage

func (e *IamUserArnRequiredException) HasMessage() bool

type InstanceAction

type InstanceAction string
const (
	InstanceActionTerminate  InstanceAction = "TERMINATE"
	InstanceActionKeep_alive InstanceAction = "KEEP_ALIVE"
)

Enum values for InstanceAction

type InstanceDoesNotExistException

type InstanceDoesNotExistException struct {
	Message *string
}

The specified instance does not exist in the deployment group.

func (*InstanceDoesNotExistException) Error

func (*InstanceDoesNotExistException) ErrorCode

func (e *InstanceDoesNotExistException) ErrorCode() string

func (*InstanceDoesNotExistException) ErrorFault

func (*InstanceDoesNotExistException) ErrorMessage

func (e *InstanceDoesNotExistException) ErrorMessage() string

func (*InstanceDoesNotExistException) GetMessage

func (e *InstanceDoesNotExistException) GetMessage() string

func (*InstanceDoesNotExistException) HasMessage

func (e *InstanceDoesNotExistException) HasMessage() bool

type InstanceIdRequiredException

type InstanceIdRequiredException struct {
	Message *string
}

The instance ID was not specified.

func (*InstanceIdRequiredException) Error

func (*InstanceIdRequiredException) ErrorCode

func (e *InstanceIdRequiredException) ErrorCode() string

func (*InstanceIdRequiredException) ErrorFault

func (*InstanceIdRequiredException) ErrorMessage

func (e *InstanceIdRequiredException) ErrorMessage() string

func (*InstanceIdRequiredException) GetMessage

func (e *InstanceIdRequiredException) GetMessage() string

func (*InstanceIdRequiredException) HasMessage

func (e *InstanceIdRequiredException) HasMessage() bool

type InstanceInfo

type InstanceInfo struct {
	// The ARN of the IAM session associated with the on-premises instance.
	IamSessionArn *string
	// The ARN of the on-premises instance.
	InstanceArn *string
	// The tags currently associated with the on-premises instance.
	Tags []*Tag
	// The IAM user ARN associated with the on-premises instance.
	IamUserArn *string
	// If the on-premises instance was deregistered, the time at which the on-premises
	// instance was deregistered.
	DeregisterTime *time.Time
	// The time at which the on-premises instance was registered.
	RegisterTime *time.Time
	// The name of the on-premises instance.
	InstanceName *string
}

Information about an on-premises instance.

type InstanceLimitExceededException

type InstanceLimitExceededException struct {
	Message *string
}

The maximum number of allowed on-premises instances in a single call was exceeded.

func (*InstanceLimitExceededException) Error

func (*InstanceLimitExceededException) ErrorCode

func (e *InstanceLimitExceededException) ErrorCode() string

func (*InstanceLimitExceededException) ErrorFault

func (*InstanceLimitExceededException) ErrorMessage

func (e *InstanceLimitExceededException) ErrorMessage() string

func (*InstanceLimitExceededException) GetMessage

func (e *InstanceLimitExceededException) GetMessage() string

func (*InstanceLimitExceededException) HasMessage

func (e *InstanceLimitExceededException) HasMessage() bool

type InstanceNameAlreadyRegisteredException

type InstanceNameAlreadyRegisteredException struct {
	Message *string
}

The specified on-premises instance name is already registered.

func (*InstanceNameAlreadyRegisteredException) Error

func (*InstanceNameAlreadyRegisteredException) ErrorCode

func (*InstanceNameAlreadyRegisteredException) ErrorFault

func (*InstanceNameAlreadyRegisteredException) ErrorMessage

func (*InstanceNameAlreadyRegisteredException) GetMessage

func (*InstanceNameAlreadyRegisteredException) HasMessage

type InstanceNameRequiredException

type InstanceNameRequiredException struct {
	Message *string
}

An on-premises instance name was not specified.

func (*InstanceNameRequiredException) Error

func (*InstanceNameRequiredException) ErrorCode

func (e *InstanceNameRequiredException) ErrorCode() string

func (*InstanceNameRequiredException) ErrorFault

func (*InstanceNameRequiredException) ErrorMessage

func (e *InstanceNameRequiredException) ErrorMessage() string

func (*InstanceNameRequiredException) GetMessage

func (e *InstanceNameRequiredException) GetMessage() string

func (*InstanceNameRequiredException) HasMessage

func (e *InstanceNameRequiredException) HasMessage() bool

type InstanceNotRegisteredException

type InstanceNotRegisteredException struct {
	Message *string
}

The specified on-premises instance is not registered.

func (*InstanceNotRegisteredException) Error

func (*InstanceNotRegisteredException) ErrorCode

func (e *InstanceNotRegisteredException) ErrorCode() string

func (*InstanceNotRegisteredException) ErrorFault

func (*InstanceNotRegisteredException) ErrorMessage

func (e *InstanceNotRegisteredException) ErrorMessage() string

func (*InstanceNotRegisteredException) GetMessage

func (e *InstanceNotRegisteredException) GetMessage() string

func (*InstanceNotRegisteredException) HasMessage

func (e *InstanceNotRegisteredException) HasMessage() bool

type InstanceStatus

type InstanceStatus string
const (
	InstanceStatusPending     InstanceStatus = "Pending"
	InstanceStatusIn_progress InstanceStatus = "InProgress"
	InstanceStatusSucceeded   InstanceStatus = "Succeeded"
	InstanceStatusFailed      InstanceStatus = "Failed"
	InstanceStatusSkipped     InstanceStatus = "Skipped"
	InstanceStatusUnknown     InstanceStatus = "Unknown"
	InstanceStatusReady       InstanceStatus = "Ready"
)

Enum values for InstanceStatus

type InstanceSummary

type InstanceSummary struct {
	// The unique ID of a deployment.
	DeploymentId *string
	// The instance ID.
	InstanceId *string
	// A timestamp that indicates when the instance information was last updated.
	LastUpdatedAt *time.Time
	// Information about which environment an instance belongs to in a blue/green
	// deployment.
	//
	//     * BLUE: The instance is part of the original environment.
	//
	//
	// * GREEN: The instance is part of the replacement environment.
	InstanceType InstanceType
	// A list of lifecycle events for this instance.
	LifecycleEvents []*LifecycleEvent
	// The deployment status for this instance:
	//
	//     * Pending: The deployment is
	// pending for this instance.
	//
	//     * In Progress: The deployment is in progress for
	// this instance.
	//
	//     * Succeeded: The deployment has succeeded for this
	// instance.
	//
	//     * Failed: The deployment has failed for this instance.
	//
	//     *
	// Skipped: The deployment has been skipped for this instance.
	//
	//     * Unknown: The
	// deployment status is unknown for this instance.
	Status InstanceStatus
}

Information about an instance in a deployment.

type InstanceTarget

type InstanceTarget struct {
	// A label that identifies whether the instance is an original target (BLUE) or a
	// replacement target (GREEN).
	InstanceLabel TargetLabel
	// The lifecycle events of the deployment to this target instance.
	LifecycleEvents []*LifecycleEvent
	// The date and time when the target instance was updated by a deployment.
	LastUpdatedAt *time.Time
	// The unique ID of a deployment.
	DeploymentId *string
	// The unique ID of a deployment target that has a type of instanceTarget.
	TargetId *string
	// The Amazon Resource Name (ARN) of the target.
	TargetArn *string
	// The status an EC2/On-premises deployment's target instance.
	Status TargetStatus
}

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

type InstanceType

type InstanceType string
const (
	InstanceTypeBlue  InstanceType = "Blue"
	InstanceTypeGreen InstanceType = "Green"
)

Enum values for InstanceType

type InvalidAlarmConfigException

type InvalidAlarmConfigException struct {
	Message *string
}

The format of the alarm configuration is invalid. Possible causes include:

* The alarm list is null.

  • The alarm object is null.

  • The alarm name

is empty or null or exceeds the limit of 255 characters.

  • Two alarms with

the same name have been specified.

  • The alarm configuration is enabled,

but the alarm list is empty.

func (*InvalidAlarmConfigException) Error

func (*InvalidAlarmConfigException) ErrorCode

func (e *InvalidAlarmConfigException) ErrorCode() string

func (*InvalidAlarmConfigException) ErrorFault

func (*InvalidAlarmConfigException) ErrorMessage

func (e *InvalidAlarmConfigException) ErrorMessage() string

func (*InvalidAlarmConfigException) GetMessage

func (e *InvalidAlarmConfigException) GetMessage() string

func (*InvalidAlarmConfigException) HasMessage

func (e *InvalidAlarmConfigException) HasMessage() bool

type InvalidApplicationNameException

type InvalidApplicationNameException struct {
	Message *string
}

The application name was specified in an invalid format.

func (*InvalidApplicationNameException) Error

func (*InvalidApplicationNameException) ErrorCode

func (e *InvalidApplicationNameException) ErrorCode() string

func (*InvalidApplicationNameException) ErrorFault

func (*InvalidApplicationNameException) ErrorMessage

func (e *InvalidApplicationNameException) ErrorMessage() string

func (*InvalidApplicationNameException) GetMessage

func (e *InvalidApplicationNameException) GetMessage() string

func (*InvalidApplicationNameException) HasMessage

func (e *InvalidApplicationNameException) HasMessage() bool

type InvalidArnException

type InvalidArnException struct {
	Message *string
}

The specified ARN is not in a valid format.

func (*InvalidArnException) Error

func (e *InvalidArnException) Error() string

func (*InvalidArnException) ErrorCode

func (e *InvalidArnException) ErrorCode() string

func (*InvalidArnException) ErrorFault

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

func (*InvalidArnException) ErrorMessage

func (e *InvalidArnException) ErrorMessage() string

func (*InvalidArnException) GetMessage

func (e *InvalidArnException) GetMessage() string

func (*InvalidArnException) HasMessage

func (e *InvalidArnException) HasMessage() bool

type InvalidAutoRollbackConfigException

type InvalidAutoRollbackConfigException struct {
	Message *string
}

The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.

func (*InvalidAutoRollbackConfigException) Error

func (*InvalidAutoRollbackConfigException) ErrorCode

func (*InvalidAutoRollbackConfigException) ErrorFault

func (*InvalidAutoRollbackConfigException) ErrorMessage

func (e *InvalidAutoRollbackConfigException) ErrorMessage() string

func (*InvalidAutoRollbackConfigException) GetMessage

func (*InvalidAutoRollbackConfigException) HasMessage

func (e *InvalidAutoRollbackConfigException) HasMessage() bool

type InvalidAutoScalingGroupException

type InvalidAutoScalingGroupException struct {
	Message *string
}

The Auto Scaling group was specified in an invalid format or does not exist.

func (*InvalidAutoScalingGroupException) Error

func (*InvalidAutoScalingGroupException) ErrorCode

func (*InvalidAutoScalingGroupException) ErrorFault

func (*InvalidAutoScalingGroupException) ErrorMessage

func (e *InvalidAutoScalingGroupException) ErrorMessage() string

func (*InvalidAutoScalingGroupException) GetMessage

func (e *InvalidAutoScalingGroupException) GetMessage() string

func (*InvalidAutoScalingGroupException) HasMessage

func (e *InvalidAutoScalingGroupException) HasMessage() bool

type InvalidBlueGreenDeploymentConfigurationException

type InvalidBlueGreenDeploymentConfigurationException struct {
	Message *string
}

The configuration for the blue/green deployment group was provided in an invalid format. For information about deployment configuration format, see CreateDeploymentConfig ().

func (*InvalidBlueGreenDeploymentConfigurationException) Error

func (*InvalidBlueGreenDeploymentConfigurationException) ErrorCode

func (*InvalidBlueGreenDeploymentConfigurationException) ErrorFault

func (*InvalidBlueGreenDeploymentConfigurationException) ErrorMessage

func (*InvalidBlueGreenDeploymentConfigurationException) GetMessage

func (*InvalidBlueGreenDeploymentConfigurationException) HasMessage

type InvalidBucketNameFilterException

type InvalidBucketNameFilterException struct {
	Message *string
}

The bucket name either doesn't exist or was specified in an invalid format.

func (*InvalidBucketNameFilterException) Error

func (*InvalidBucketNameFilterException) ErrorCode

func (*InvalidBucketNameFilterException) ErrorFault

func (*InvalidBucketNameFilterException) ErrorMessage

func (e *InvalidBucketNameFilterException) ErrorMessage() string

func (*InvalidBucketNameFilterException) GetMessage

func (e *InvalidBucketNameFilterException) GetMessage() string

func (*InvalidBucketNameFilterException) HasMessage

func (e *InvalidBucketNameFilterException) HasMessage() bool

type InvalidComputePlatformException

type InvalidComputePlatformException struct {
	Message *string
}

The computePlatform is invalid. The computePlatform should be Lambda, Server, or ECS.

func (*InvalidComputePlatformException) Error

func (*InvalidComputePlatformException) ErrorCode

func (e *InvalidComputePlatformException) ErrorCode() string

func (*InvalidComputePlatformException) ErrorFault

func (*InvalidComputePlatformException) ErrorMessage

func (e *InvalidComputePlatformException) ErrorMessage() string

func (*InvalidComputePlatformException) GetMessage

func (e *InvalidComputePlatformException) GetMessage() string

func (*InvalidComputePlatformException) HasMessage

func (e *InvalidComputePlatformException) HasMessage() bool

type InvalidDeployedStateFilterException

type InvalidDeployedStateFilterException struct {
	Message *string
}

The deployed state filter was specified in an invalid format.

func (*InvalidDeployedStateFilterException) Error

func (*InvalidDeployedStateFilterException) ErrorCode

func (*InvalidDeployedStateFilterException) ErrorFault

func (*InvalidDeployedStateFilterException) ErrorMessage

func (e *InvalidDeployedStateFilterException) ErrorMessage() string

func (*InvalidDeployedStateFilterException) GetMessage

func (*InvalidDeployedStateFilterException) HasMessage

func (e *InvalidDeployedStateFilterException) HasMessage() bool

type InvalidDeploymentConfigNameException

type InvalidDeploymentConfigNameException struct {
	Message *string
}

The deployment configuration name was specified in an invalid format.

func (*InvalidDeploymentConfigNameException) Error

func (*InvalidDeploymentConfigNameException) ErrorCode

func (*InvalidDeploymentConfigNameException) ErrorFault

func (*InvalidDeploymentConfigNameException) ErrorMessage

func (e *InvalidDeploymentConfigNameException) ErrorMessage() string

func (*InvalidDeploymentConfigNameException) GetMessage

func (*InvalidDeploymentConfigNameException) HasMessage

type InvalidDeploymentGroupNameException

type InvalidDeploymentGroupNameException struct {
	Message *string
}

The deployment group name was specified in an invalid format.

func (*InvalidDeploymentGroupNameException) Error

func (*InvalidDeploymentGroupNameException) ErrorCode

func (*InvalidDeploymentGroupNameException) ErrorFault

func (*InvalidDeploymentGroupNameException) ErrorMessage

func (e *InvalidDeploymentGroupNameException) ErrorMessage() string

func (*InvalidDeploymentGroupNameException) GetMessage

func (*InvalidDeploymentGroupNameException) HasMessage

func (e *InvalidDeploymentGroupNameException) HasMessage() bool

type InvalidDeploymentIdException

type InvalidDeploymentIdException struct {
	Message *string
}

At least one of the deployment IDs was specified in an invalid format.

func (*InvalidDeploymentIdException) Error

func (*InvalidDeploymentIdException) ErrorCode

func (e *InvalidDeploymentIdException) ErrorCode() string

func (*InvalidDeploymentIdException) ErrorFault

func (*InvalidDeploymentIdException) ErrorMessage

func (e *InvalidDeploymentIdException) ErrorMessage() string

func (*InvalidDeploymentIdException) GetMessage

func (e *InvalidDeploymentIdException) GetMessage() string

func (*InvalidDeploymentIdException) HasMessage

func (e *InvalidDeploymentIdException) HasMessage() bool

type InvalidDeploymentInstanceTypeException

type InvalidDeploymentInstanceTypeException struct {
	Message *string
}

An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.

func (*InvalidDeploymentInstanceTypeException) Error

func (*InvalidDeploymentInstanceTypeException) ErrorCode

func (*InvalidDeploymentInstanceTypeException) ErrorFault

func (*InvalidDeploymentInstanceTypeException) ErrorMessage

func (*InvalidDeploymentInstanceTypeException) GetMessage

func (*InvalidDeploymentInstanceTypeException) HasMessage

type InvalidDeploymentStatusException

type InvalidDeploymentStatusException struct {
	Message *string
}

The specified deployment status doesn't exist or cannot be determined.

func (*InvalidDeploymentStatusException) Error

func (*InvalidDeploymentStatusException) ErrorCode

func (*InvalidDeploymentStatusException) ErrorFault

func (*InvalidDeploymentStatusException) ErrorMessage

func (e *InvalidDeploymentStatusException) ErrorMessage() string

func (*InvalidDeploymentStatusException) GetMessage

func (e *InvalidDeploymentStatusException) GetMessage() string

func (*InvalidDeploymentStatusException) HasMessage

func (e *InvalidDeploymentStatusException) HasMessage() bool

type InvalidDeploymentStyleException

type InvalidDeploymentStyleException struct {
	Message *string
}

An invalid deployment style was specified. Valid deployment types include "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL."

func (*InvalidDeploymentStyleException) Error

func (*InvalidDeploymentStyleException) ErrorCode

func (e *InvalidDeploymentStyleException) ErrorCode() string

func (*InvalidDeploymentStyleException) ErrorFault

func (*InvalidDeploymentStyleException) ErrorMessage

func (e *InvalidDeploymentStyleException) ErrorMessage() string

func (*InvalidDeploymentStyleException) GetMessage

func (e *InvalidDeploymentStyleException) GetMessage() string

func (*InvalidDeploymentStyleException) HasMessage

func (e *InvalidDeploymentStyleException) HasMessage() bool

type InvalidDeploymentTargetIdException

type InvalidDeploymentTargetIdException struct {
	Message *string
}

The target ID provided was not valid.

func (*InvalidDeploymentTargetIdException) Error

func (*InvalidDeploymentTargetIdException) ErrorCode

func (*InvalidDeploymentTargetIdException) ErrorFault

func (*InvalidDeploymentTargetIdException) ErrorMessage

func (e *InvalidDeploymentTargetIdException) ErrorMessage() string

func (*InvalidDeploymentTargetIdException) GetMessage

func (*InvalidDeploymentTargetIdException) HasMessage

func (e *InvalidDeploymentTargetIdException) HasMessage() bool

type InvalidDeploymentWaitTypeException

type InvalidDeploymentWaitTypeException struct {
	Message *string
}

The wait type is invalid.

func (*InvalidDeploymentWaitTypeException) Error

func (*InvalidDeploymentWaitTypeException) ErrorCode

func (*InvalidDeploymentWaitTypeException) ErrorFault

func (*InvalidDeploymentWaitTypeException) ErrorMessage

func (e *InvalidDeploymentWaitTypeException) ErrorMessage() string

func (*InvalidDeploymentWaitTypeException) GetMessage

func (*InvalidDeploymentWaitTypeException) HasMessage

func (e *InvalidDeploymentWaitTypeException) HasMessage() bool

type InvalidEC2TagCombinationException

type InvalidEC2TagCombinationException struct {
	Message *string
}

A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.

func (*InvalidEC2TagCombinationException) Error

func (*InvalidEC2TagCombinationException) ErrorCode

func (*InvalidEC2TagCombinationException) ErrorFault

func (*InvalidEC2TagCombinationException) ErrorMessage

func (e *InvalidEC2TagCombinationException) ErrorMessage() string

func (*InvalidEC2TagCombinationException) GetMessage

func (e *InvalidEC2TagCombinationException) GetMessage() string

func (*InvalidEC2TagCombinationException) HasMessage

func (e *InvalidEC2TagCombinationException) HasMessage() bool

type InvalidEC2TagException

type InvalidEC2TagException struct {
	Message *string
}

The tag was specified in an invalid format.

func (*InvalidEC2TagException) Error

func (e *InvalidEC2TagException) Error() string

func (*InvalidEC2TagException) ErrorCode

func (e *InvalidEC2TagException) ErrorCode() string

func (*InvalidEC2TagException) ErrorFault

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

func (*InvalidEC2TagException) ErrorMessage

func (e *InvalidEC2TagException) ErrorMessage() string

func (*InvalidEC2TagException) GetMessage

func (e *InvalidEC2TagException) GetMessage() string

func (*InvalidEC2TagException) HasMessage

func (e *InvalidEC2TagException) HasMessage() bool

type InvalidECSServiceException

type InvalidECSServiceException struct {
	Message *string
}

The Amazon ECS service identifier is not valid.

func (*InvalidECSServiceException) Error

func (*InvalidECSServiceException) ErrorCode

func (e *InvalidECSServiceException) ErrorCode() string

func (*InvalidECSServiceException) ErrorFault

func (*InvalidECSServiceException) ErrorMessage

func (e *InvalidECSServiceException) ErrorMessage() string

func (*InvalidECSServiceException) GetMessage

func (e *InvalidECSServiceException) GetMessage() string

func (*InvalidECSServiceException) HasMessage

func (e *InvalidECSServiceException) HasMessage() bool

type InvalidExternalIdException

type InvalidExternalIdException struct {
	Message *string
}

The external ID was specified in an invalid format.

func (*InvalidExternalIdException) Error

func (*InvalidExternalIdException) ErrorCode

func (e *InvalidExternalIdException) ErrorCode() string

func (*InvalidExternalIdException) ErrorFault

func (*InvalidExternalIdException) ErrorMessage

func (e *InvalidExternalIdException) ErrorMessage() string

func (*InvalidExternalIdException) GetMessage

func (e *InvalidExternalIdException) GetMessage() string

func (*InvalidExternalIdException) HasMessage

func (e *InvalidExternalIdException) HasMessage() bool

type InvalidFileExistsBehaviorException

type InvalidFileExistsBehaviorException struct {
	Message *string
}

An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location, but weren't part of the previous successful deployment. Valid values include "DISALLOW," "OVERWRITE," and "RETAIN."

func (*InvalidFileExistsBehaviorException) Error

func (*InvalidFileExistsBehaviorException) ErrorCode

func (*InvalidFileExistsBehaviorException) ErrorFault

func (*InvalidFileExistsBehaviorException) ErrorMessage

func (e *InvalidFileExistsBehaviorException) ErrorMessage() string

func (*InvalidFileExistsBehaviorException) GetMessage

func (*InvalidFileExistsBehaviorException) HasMessage

func (e *InvalidFileExistsBehaviorException) HasMessage() bool

type InvalidGitHubAccountTokenException

type InvalidGitHubAccountTokenException struct {
	Message *string
}

The GitHub token is not valid.

func (*InvalidGitHubAccountTokenException) Error

func (*InvalidGitHubAccountTokenException) ErrorCode

func (*InvalidGitHubAccountTokenException) ErrorFault

func (*InvalidGitHubAccountTokenException) ErrorMessage

func (e *InvalidGitHubAccountTokenException) ErrorMessage() string

func (*InvalidGitHubAccountTokenException) GetMessage

func (*InvalidGitHubAccountTokenException) HasMessage

func (e *InvalidGitHubAccountTokenException) HasMessage() bool

type InvalidGitHubAccountTokenNameException

type InvalidGitHubAccountTokenNameException struct {
	Message *string
}

The format of the specified GitHub account connection name is invalid.

func (*InvalidGitHubAccountTokenNameException) Error

func (*InvalidGitHubAccountTokenNameException) ErrorCode

func (*InvalidGitHubAccountTokenNameException) ErrorFault

func (*InvalidGitHubAccountTokenNameException) ErrorMessage

func (*InvalidGitHubAccountTokenNameException) GetMessage

func (*InvalidGitHubAccountTokenNameException) HasMessage

type InvalidIamSessionArnException

type InvalidIamSessionArnException struct {
	Message *string
}

The IAM session ARN was specified in an invalid format.

func (*InvalidIamSessionArnException) Error

func (*InvalidIamSessionArnException) ErrorCode

func (e *InvalidIamSessionArnException) ErrorCode() string

func (*InvalidIamSessionArnException) ErrorFault

func (*InvalidIamSessionArnException) ErrorMessage

func (e *InvalidIamSessionArnException) ErrorMessage() string

func (*InvalidIamSessionArnException) GetMessage

func (e *InvalidIamSessionArnException) GetMessage() string

func (*InvalidIamSessionArnException) HasMessage

func (e *InvalidIamSessionArnException) HasMessage() bool

type InvalidIamUserArnException

type InvalidIamUserArnException struct {
	Message *string
}

The IAM user ARN was specified in an invalid format.

func (*InvalidIamUserArnException) Error

func (*InvalidIamUserArnException) ErrorCode

func (e *InvalidIamUserArnException) ErrorCode() string

func (*InvalidIamUserArnException) ErrorFault

func (*InvalidIamUserArnException) ErrorMessage

func (e *InvalidIamUserArnException) ErrorMessage() string

func (*InvalidIamUserArnException) GetMessage

func (e *InvalidIamUserArnException) GetMessage() string

func (*InvalidIamUserArnException) HasMessage

func (e *InvalidIamUserArnException) HasMessage() bool

type InvalidIgnoreApplicationStopFailuresValueException

type InvalidIgnoreApplicationStopFailuresValueException struct {
	Message *string
}

The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

func (*InvalidIgnoreApplicationStopFailuresValueException) Error

func (*InvalidIgnoreApplicationStopFailuresValueException) ErrorCode

func (*InvalidIgnoreApplicationStopFailuresValueException) ErrorFault

func (*InvalidIgnoreApplicationStopFailuresValueException) ErrorMessage

func (*InvalidIgnoreApplicationStopFailuresValueException) GetMessage

func (*InvalidIgnoreApplicationStopFailuresValueException) HasMessage

type InvalidInputException

type InvalidInputException struct {
	Message *string
}

The input was specified in an invalid format.

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

func (*InvalidInputException) GetMessage

func (e *InvalidInputException) GetMessage() string

func (*InvalidInputException) HasMessage

func (e *InvalidInputException) HasMessage() bool

type InvalidInstanceNameException

type InvalidInstanceNameException struct {
	Message *string
}

The on-premises instance name was specified in an invalid format.

func (*InvalidInstanceNameException) Error

func (*InvalidInstanceNameException) ErrorCode

func (e *InvalidInstanceNameException) ErrorCode() string

func (*InvalidInstanceNameException) ErrorFault

func (*InvalidInstanceNameException) ErrorMessage

func (e *InvalidInstanceNameException) ErrorMessage() string

func (*InvalidInstanceNameException) GetMessage

func (e *InvalidInstanceNameException) GetMessage() string

func (*InvalidInstanceNameException) HasMessage

func (e *InvalidInstanceNameException) HasMessage() bool

type InvalidInstanceStatusException

type InvalidInstanceStatusException struct {
	Message *string
}

The specified instance status does not exist.

func (*InvalidInstanceStatusException) Error

func (*InvalidInstanceStatusException) ErrorCode

func (e *InvalidInstanceStatusException) ErrorCode() string

func (*InvalidInstanceStatusException) ErrorFault

func (*InvalidInstanceStatusException) ErrorMessage

func (e *InvalidInstanceStatusException) ErrorMessage() string

func (*InvalidInstanceStatusException) GetMessage

func (e *InvalidInstanceStatusException) GetMessage() string

func (*InvalidInstanceStatusException) HasMessage

func (e *InvalidInstanceStatusException) HasMessage() bool

type InvalidInstanceTypeException

type InvalidInstanceTypeException struct {
	Message *string
}

An invalid instance type was specified for instances in a blue/green deployment. Valid values include "Blue" for an original environment and "Green" for a replacement environment.

func (*InvalidInstanceTypeException) Error

func (*InvalidInstanceTypeException) ErrorCode

func (e *InvalidInstanceTypeException) ErrorCode() string

func (*InvalidInstanceTypeException) ErrorFault

func (*InvalidInstanceTypeException) ErrorMessage

func (e *InvalidInstanceTypeException) ErrorMessage() string

func (*InvalidInstanceTypeException) GetMessage

func (e *InvalidInstanceTypeException) GetMessage() string

func (*InvalidInstanceTypeException) HasMessage

func (e *InvalidInstanceTypeException) HasMessage() bool

type InvalidKeyPrefixFilterException

type InvalidKeyPrefixFilterException struct {
	Message *string
}

The specified key prefix filter was specified in an invalid format.

func (*InvalidKeyPrefixFilterException) Error

func (*InvalidKeyPrefixFilterException) ErrorCode

func (e *InvalidKeyPrefixFilterException) ErrorCode() string

func (*InvalidKeyPrefixFilterException) ErrorFault

func (*InvalidKeyPrefixFilterException) ErrorMessage

func (e *InvalidKeyPrefixFilterException) ErrorMessage() string

func (*InvalidKeyPrefixFilterException) GetMessage

func (e *InvalidKeyPrefixFilterException) GetMessage() string

func (*InvalidKeyPrefixFilterException) HasMessage

func (e *InvalidKeyPrefixFilterException) HasMessage() bool

type InvalidLifecycleEventHookExecutionIdException

type InvalidLifecycleEventHookExecutionIdException struct {
	Message *string
}

A lifecycle event hook is invalid. Review the hooks section in your AppSpec file to ensure the lifecycle events and hooks functions are valid.

func (*InvalidLifecycleEventHookExecutionIdException) Error

func (*InvalidLifecycleEventHookExecutionIdException) ErrorCode

func (*InvalidLifecycleEventHookExecutionIdException) ErrorFault

func (*InvalidLifecycleEventHookExecutionIdException) ErrorMessage

func (*InvalidLifecycleEventHookExecutionIdException) GetMessage

func (*InvalidLifecycleEventHookExecutionIdException) HasMessage

type InvalidLifecycleEventHookExecutionStatusException

type InvalidLifecycleEventHookExecutionStatusException struct {
	Message *string
}

The result of a Lambda validation function that verifies a lifecycle event is invalid. It should return Succeeded or Failed.

func (*InvalidLifecycleEventHookExecutionStatusException) Error

func (*InvalidLifecycleEventHookExecutionStatusException) ErrorCode

func (*InvalidLifecycleEventHookExecutionStatusException) ErrorFault

func (*InvalidLifecycleEventHookExecutionStatusException) ErrorMessage

func (*InvalidLifecycleEventHookExecutionStatusException) GetMessage

func (*InvalidLifecycleEventHookExecutionStatusException) HasMessage

type InvalidLoadBalancerInfoException

type InvalidLoadBalancerInfoException struct {
	Message *string
}

An invalid load balancer name, or no load balancer name, was specified.

func (*InvalidLoadBalancerInfoException) Error

func (*InvalidLoadBalancerInfoException) ErrorCode

func (*InvalidLoadBalancerInfoException) ErrorFault

func (*InvalidLoadBalancerInfoException) ErrorMessage

func (e *InvalidLoadBalancerInfoException) ErrorMessage() string

func (*InvalidLoadBalancerInfoException) GetMessage

func (e *InvalidLoadBalancerInfoException) GetMessage() string

func (*InvalidLoadBalancerInfoException) HasMessage

func (e *InvalidLoadBalancerInfoException) HasMessage() bool

type InvalidMinimumHealthyHostValueException

type InvalidMinimumHealthyHostValueException struct {
	Message *string
}

The minimum healthy instance value was specified in an invalid format.

func (*InvalidMinimumHealthyHostValueException) Error

func (*InvalidMinimumHealthyHostValueException) ErrorCode

func (*InvalidMinimumHealthyHostValueException) ErrorFault

func (*InvalidMinimumHealthyHostValueException) ErrorMessage

func (*InvalidMinimumHealthyHostValueException) GetMessage

func (*InvalidMinimumHealthyHostValueException) HasMessage

type InvalidNextTokenException

type InvalidNextTokenException struct {
	Message *string
}

The next token was specified in an invalid format.

func (*InvalidNextTokenException) Error

func (e *InvalidNextTokenException) Error() string

func (*InvalidNextTokenException) ErrorCode

func (e *InvalidNextTokenException) ErrorCode() string

func (*InvalidNextTokenException) ErrorFault

func (*InvalidNextTokenException) ErrorMessage

func (e *InvalidNextTokenException) ErrorMessage() string

func (*InvalidNextTokenException) GetMessage

func (e *InvalidNextTokenException) GetMessage() string

func (*InvalidNextTokenException) HasMessage

func (e *InvalidNextTokenException) HasMessage() bool

type InvalidOnPremisesTagCombinationException

type InvalidOnPremisesTagCombinationException struct {
	Message *string
}

A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.

func (*InvalidOnPremisesTagCombinationException) Error

func (*InvalidOnPremisesTagCombinationException) ErrorCode

func (*InvalidOnPremisesTagCombinationException) ErrorFault

func (*InvalidOnPremisesTagCombinationException) ErrorMessage

func (*InvalidOnPremisesTagCombinationException) GetMessage

func (*InvalidOnPremisesTagCombinationException) HasMessage

type InvalidOperationException

type InvalidOperationException struct {
	Message *string
}

An invalid operation was detected.

func (*InvalidOperationException) Error

func (e *InvalidOperationException) Error() string

func (*InvalidOperationException) ErrorCode

func (e *InvalidOperationException) ErrorCode() string

func (*InvalidOperationException) ErrorFault

func (*InvalidOperationException) ErrorMessage

func (e *InvalidOperationException) ErrorMessage() string

func (*InvalidOperationException) GetMessage

func (e *InvalidOperationException) GetMessage() string

func (*InvalidOperationException) HasMessage

func (e *InvalidOperationException) HasMessage() bool

type InvalidRegistrationStatusException

type InvalidRegistrationStatusException struct {
	Message *string
}

The registration status was specified in an invalid format.

func (*InvalidRegistrationStatusException) Error

func (*InvalidRegistrationStatusException) ErrorCode

func (*InvalidRegistrationStatusException) ErrorFault

func (*InvalidRegistrationStatusException) ErrorMessage

func (e *InvalidRegistrationStatusException) ErrorMessage() string

func (*InvalidRegistrationStatusException) GetMessage

func (*InvalidRegistrationStatusException) HasMessage

func (e *InvalidRegistrationStatusException) HasMessage() bool

type InvalidRevisionException

type InvalidRevisionException struct {
	Message *string
}

The revision was specified in an invalid format.

func (*InvalidRevisionException) Error

func (e *InvalidRevisionException) Error() string

func (*InvalidRevisionException) ErrorCode

func (e *InvalidRevisionException) ErrorCode() string

func (*InvalidRevisionException) ErrorFault

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

func (*InvalidRevisionException) ErrorMessage

func (e *InvalidRevisionException) ErrorMessage() string

func (*InvalidRevisionException) GetMessage

func (e *InvalidRevisionException) GetMessage() string

func (*InvalidRevisionException) HasMessage

func (e *InvalidRevisionException) HasMessage() bool

type InvalidRoleException

type InvalidRoleException struct {
	Message *string
}

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Amazon EC2 Auto Scaling.

func (*InvalidRoleException) Error

func (e *InvalidRoleException) Error() string

func (*InvalidRoleException) ErrorCode

func (e *InvalidRoleException) ErrorCode() string

func (*InvalidRoleException) ErrorFault

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

func (*InvalidRoleException) ErrorMessage

func (e *InvalidRoleException) ErrorMessage() string

func (*InvalidRoleException) GetMessage

func (e *InvalidRoleException) GetMessage() string

func (*InvalidRoleException) HasMessage

func (e *InvalidRoleException) HasMessage() bool

type InvalidSortByException

type InvalidSortByException struct {
	Message *string
}

The column name to sort by is either not present or was specified in an invalid format.

func (*InvalidSortByException) Error

func (e *InvalidSortByException) Error() string

func (*InvalidSortByException) ErrorCode

func (e *InvalidSortByException) ErrorCode() string

func (*InvalidSortByException) ErrorFault

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

func (*InvalidSortByException) ErrorMessage

func (e *InvalidSortByException) ErrorMessage() string

func (*InvalidSortByException) GetMessage

func (e *InvalidSortByException) GetMessage() string

func (*InvalidSortByException) HasMessage

func (e *InvalidSortByException) HasMessage() bool

type InvalidSortOrderException

type InvalidSortOrderException struct {
	Message *string
}

The sort order was specified in an invalid format.

func (*InvalidSortOrderException) Error

func (e *InvalidSortOrderException) Error() string

func (*InvalidSortOrderException) ErrorCode

func (e *InvalidSortOrderException) ErrorCode() string

func (*InvalidSortOrderException) ErrorFault

func (*InvalidSortOrderException) ErrorMessage

func (e *InvalidSortOrderException) ErrorMessage() string

func (*InvalidSortOrderException) GetMessage

func (e *InvalidSortOrderException) GetMessage() string

func (*InvalidSortOrderException) HasMessage

func (e *InvalidSortOrderException) HasMessage() bool

type InvalidTagException

type InvalidTagException struct {
	Message *string
}

The tag was specified in an invalid format.

func (*InvalidTagException) Error

func (e *InvalidTagException) Error() string

func (*InvalidTagException) ErrorCode

func (e *InvalidTagException) ErrorCode() string

func (*InvalidTagException) ErrorFault

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

func (*InvalidTagException) ErrorMessage

func (e *InvalidTagException) ErrorMessage() string

func (*InvalidTagException) GetMessage

func (e *InvalidTagException) GetMessage() string

func (*InvalidTagException) HasMessage

func (e *InvalidTagException) HasMessage() bool

type InvalidTagFilterException

type InvalidTagFilterException struct {
	Message *string
}

The tag filter was specified in an invalid format.

func (*InvalidTagFilterException) Error

func (e *InvalidTagFilterException) Error() string

func (*InvalidTagFilterException) ErrorCode

func (e *InvalidTagFilterException) ErrorCode() string

func (*InvalidTagFilterException) ErrorFault

func (*InvalidTagFilterException) ErrorMessage

func (e *InvalidTagFilterException) ErrorMessage() string

func (*InvalidTagFilterException) GetMessage

func (e *InvalidTagFilterException) GetMessage() string

func (*InvalidTagFilterException) HasMessage

func (e *InvalidTagFilterException) HasMessage() bool

type InvalidTagsToAddException

type InvalidTagsToAddException struct {
	Message *string
}

The specified tags are not valid.

func (*InvalidTagsToAddException) Error

func (e *InvalidTagsToAddException) Error() string

func (*InvalidTagsToAddException) ErrorCode

func (e *InvalidTagsToAddException) ErrorCode() string

func (*InvalidTagsToAddException) ErrorFault

func (*InvalidTagsToAddException) ErrorMessage

func (e *InvalidTagsToAddException) ErrorMessage() string

func (*InvalidTagsToAddException) GetMessage

func (e *InvalidTagsToAddException) GetMessage() string

func (*InvalidTagsToAddException) HasMessage

func (e *InvalidTagsToAddException) HasMessage() bool

type InvalidTargetFilterNameException

type InvalidTargetFilterNameException struct {
	Message *string
}

The target filter name is invalid.

func (*InvalidTargetFilterNameException) Error

func (*InvalidTargetFilterNameException) ErrorCode

func (*InvalidTargetFilterNameException) ErrorFault

func (*InvalidTargetFilterNameException) ErrorMessage

func (e *InvalidTargetFilterNameException) ErrorMessage() string

func (*InvalidTargetFilterNameException) GetMessage

func (e *InvalidTargetFilterNameException) GetMessage() string

func (*InvalidTargetFilterNameException) HasMessage

func (e *InvalidTargetFilterNameException) HasMessage() bool

type InvalidTargetGroupPairException

type InvalidTargetGroupPairException struct {
	Message *string
}

A target group pair associated with this deployment is not valid.

func (*InvalidTargetGroupPairException) Error

func (*InvalidTargetGroupPairException) ErrorCode

func (e *InvalidTargetGroupPairException) ErrorCode() string

func (*InvalidTargetGroupPairException) ErrorFault

func (*InvalidTargetGroupPairException) ErrorMessage

func (e *InvalidTargetGroupPairException) ErrorMessage() string

func (*InvalidTargetGroupPairException) GetMessage

func (e *InvalidTargetGroupPairException) GetMessage() string

func (*InvalidTargetGroupPairException) HasMessage

func (e *InvalidTargetGroupPairException) HasMessage() bool

type InvalidTargetInstancesException

type InvalidTargetInstancesException struct {
	Message *string
}

The target instance configuration is invalid. Possible causes include:

*

Configuration data for target instances was entered for an in-place deployment.

  • The limit of 10 tags for a tag type was exceeded.

  • The

combined length of the tag names exceeded the limit.

  • A specified tag is

not currently applied to any instances.

func (*InvalidTargetInstancesException) Error

func (*InvalidTargetInstancesException) ErrorCode

func (e *InvalidTargetInstancesException) ErrorCode() string

func (*InvalidTargetInstancesException) ErrorFault

func (*InvalidTargetInstancesException) ErrorMessage

func (e *InvalidTargetInstancesException) ErrorMessage() string

func (*InvalidTargetInstancesException) GetMessage

func (e *InvalidTargetInstancesException) GetMessage() string

func (*InvalidTargetInstancesException) HasMessage

func (e *InvalidTargetInstancesException) HasMessage() bool

type InvalidTimeRangeException

type InvalidTimeRangeException struct {
	Message *string
}

The specified time range was specified in an invalid format.

func (*InvalidTimeRangeException) Error

func (e *InvalidTimeRangeException) Error() string

func (*InvalidTimeRangeException) ErrorCode

func (e *InvalidTimeRangeException) ErrorCode() string

func (*InvalidTimeRangeException) ErrorFault

func (*InvalidTimeRangeException) ErrorMessage

func (e *InvalidTimeRangeException) ErrorMessage() string

func (*InvalidTimeRangeException) GetMessage

func (e *InvalidTimeRangeException) GetMessage() string

func (*InvalidTimeRangeException) HasMessage

func (e *InvalidTimeRangeException) HasMessage() bool

type InvalidTrafficRoutingConfigurationException

type InvalidTrafficRoutingConfigurationException struct {
	Message *string
}

The configuration that specifies how traffic is routed during a deployment is invalid.

func (*InvalidTrafficRoutingConfigurationException) Error

func (*InvalidTrafficRoutingConfigurationException) ErrorCode

func (*InvalidTrafficRoutingConfigurationException) ErrorFault

func (*InvalidTrafficRoutingConfigurationException) ErrorMessage

func (*InvalidTrafficRoutingConfigurationException) GetMessage

func (*InvalidTrafficRoutingConfigurationException) HasMessage

type InvalidTriggerConfigException

type InvalidTriggerConfigException struct {
	Message *string
}

The trigger was specified in an invalid format.

func (*InvalidTriggerConfigException) Error

func (*InvalidTriggerConfigException) ErrorCode

func (e *InvalidTriggerConfigException) ErrorCode() string

func (*InvalidTriggerConfigException) ErrorFault

func (*InvalidTriggerConfigException) ErrorMessage

func (e *InvalidTriggerConfigException) ErrorMessage() string

func (*InvalidTriggerConfigException) GetMessage

func (e *InvalidTriggerConfigException) GetMessage() string

func (*InvalidTriggerConfigException) HasMessage

func (e *InvalidTriggerConfigException) HasMessage() bool

type InvalidUpdateOutdatedInstancesOnlyValueException

type InvalidUpdateOutdatedInstancesOnlyValueException struct {
	Message *string
}

The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

func (*InvalidUpdateOutdatedInstancesOnlyValueException) Error

func (*InvalidUpdateOutdatedInstancesOnlyValueException) ErrorCode

func (*InvalidUpdateOutdatedInstancesOnlyValueException) ErrorFault

func (*InvalidUpdateOutdatedInstancesOnlyValueException) ErrorMessage

func (*InvalidUpdateOutdatedInstancesOnlyValueException) GetMessage

func (*InvalidUpdateOutdatedInstancesOnlyValueException) HasMessage

type LambdaFunctionInfo

type LambdaFunctionInfo struct {
	// The version of a Lambda function that production traffic points to.
	CurrentVersion *string
	// The version of a Lambda function that production traffic points to after the
	// Lambda function is deployed.
	TargetVersion *string
	// The name of a Lambda function.
	FunctionName *string
	// The alias of a Lambda function. For more information, see AWS Lambda Function
	// Aliases (https://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html) in the
	// AWS Lambda Developer Guide.
	FunctionAlias *string
	// The percentage of production traffic that the target version of a Lambda
	// function receives.
	TargetVersionWeight *float64
}

Information about a Lambda function specified in a deployment.

type LambdaTarget

type LambdaTarget struct {
	// The status an AWS Lambda deployment's target Lambda function.
	Status TargetStatus
	// A LambdaFunctionInfo object that describes a target Lambda function.
	LambdaFunctionInfo *LambdaFunctionInfo
	// The Amazon Resource Name (ARN) of the target.
	TargetArn *string
	// The unique ID of a deployment.
	DeploymentId *string
	// The lifecycle events of the deployment to this target Lambda function.
	LifecycleEvents []*LifecycleEvent
	// The date and time when the target Lambda function was updated by a deployment.
	LastUpdatedAt *time.Time
	// The unique ID of a deployment target that has a type of lambdaTarget.
	TargetId *string
}

Information about the target AWS Lambda function during an AWS Lambda deployment.

type LastDeploymentInfo

type LastDeploymentInfo struct {
	// A timestamp that indicates when the most recent deployment to the deployment
	// group started.
	CreateTime *time.Time
	// The unique ID of a deployment.
	DeploymentId *string
	// The status of the most recent deployment.
	Status DeploymentStatus
	// A timestamp that indicates when the most recent deployment to the deployment
	// group was complete.
	EndTime *time.Time
}

Information about the most recent attempted or successful deployment to a deployment group.

type LifecycleErrorCode

type LifecycleErrorCode string
const (
	LifecycleErrorCodeSuccess               LifecycleErrorCode = "Success"
	LifecycleErrorCodeScript_missing        LifecycleErrorCode = "ScriptMissing"
	LifecycleErrorCodeScript_not_executable LifecycleErrorCode = "ScriptNotExecutable"
	LifecycleErrorCodeScript_timed_out      LifecycleErrorCode = "ScriptTimedOut"
	LifecycleErrorCodeScript_failed         LifecycleErrorCode = "ScriptFailed"
	LifecycleErrorCodeUnknown_error         LifecycleErrorCode = "UnknownError"
)

Enum values for LifecycleErrorCode

type LifecycleEvent

type LifecycleEvent struct {
	// A timestamp that indicates when the deployment lifecycle event started.
	StartTime *time.Time
	// The deployment lifecycle event status:
	//
	//     * Pending: The deployment lifecycle
	// event is pending.
	//
	//     * InProgress: The deployment lifecycle event is in
	// progress.
	//
	//     * Succeeded: The deployment lifecycle event ran successfully.
	//
	//
	// * Failed: The deployment lifecycle event has failed.
	//
	//     * Skipped: The
	// deployment lifecycle event has been skipped.
	//
	//     * Unknown: The deployment
	// lifecycle event is unknown.
	Status LifecycleEventStatus
	// The deployment lifecycle event name, such as ApplicationStop, BeforeInstall,
	// AfterInstall, ApplicationStart, or ValidateService.
	LifecycleEventName *string
	// A timestamp that indicates when the deployment lifecycle event ended.
	EndTime *time.Time
	// Diagnostic information about the deployment lifecycle event.
	Diagnostics *Diagnostics
}

Information about a deployment lifecycle event.

type LifecycleEventAlreadyCompletedException

type LifecycleEventAlreadyCompletedException struct {
	Message *string
}

An attempt to return the status of an already completed lifecycle event occurred.

func (*LifecycleEventAlreadyCompletedException) Error

func (*LifecycleEventAlreadyCompletedException) ErrorCode

func (*LifecycleEventAlreadyCompletedException) ErrorFault

func (*LifecycleEventAlreadyCompletedException) ErrorMessage

func (*LifecycleEventAlreadyCompletedException) GetMessage

func (*LifecycleEventAlreadyCompletedException) HasMessage

type LifecycleEventStatus

type LifecycleEventStatus string
const (
	LifecycleEventStatusPending     LifecycleEventStatus = "Pending"
	LifecycleEventStatusIn_progress LifecycleEventStatus = "InProgress"
	LifecycleEventStatusSucceeded   LifecycleEventStatus = "Succeeded"
	LifecycleEventStatusFailed      LifecycleEventStatus = "Failed"
	LifecycleEventStatusSkipped     LifecycleEventStatus = "Skipped"
	LifecycleEventStatusUnknown     LifecycleEventStatus = "Unknown"
)

Enum values for LifecycleEventStatus

type LifecycleHookLimitExceededException

type LifecycleHookLimitExceededException struct {
	Message *string
}

The limit for lifecycle hooks was exceeded.

func (*LifecycleHookLimitExceededException) Error

func (*LifecycleHookLimitExceededException) ErrorCode

func (*LifecycleHookLimitExceededException) ErrorFault

func (*LifecycleHookLimitExceededException) ErrorMessage

func (e *LifecycleHookLimitExceededException) ErrorMessage() string

func (*LifecycleHookLimitExceededException) GetMessage

func (*LifecycleHookLimitExceededException) HasMessage

func (e *LifecycleHookLimitExceededException) HasMessage() bool

type ListStateFilterAction

type ListStateFilterAction string
const (
	ListStateFilterActionInclude ListStateFilterAction = "include"
	ListStateFilterActionExclude ListStateFilterAction = "exclude"
	ListStateFilterActionIgnore  ListStateFilterAction = "ignore"
)

Enum values for ListStateFilterAction

type LoadBalancerInfo

type LoadBalancerInfo struct {
	// The target group pair information. This is an array of TargeGroupPairInfo
	// objects with a maximum size of one.
	TargetGroupPairInfoList []*TargetGroupPairInfo
	// An array that contains information about the target group to use for load
	// balancing in a deployment. In Elastic Load Balancing, target groups are used
	// with Application Load Balancers. Adding more than one target group to the array
	// is not supported.
	TargetGroupInfoList []*TargetGroupInfo
	// An array that contains information about the load balancer to use for load
	// balancing in a deployment. In Elastic Load Balancing, load balancers are used
	// with Classic Load Balancers. Adding more than one load balancer to the array is
	// not supported.
	ElbInfoList []*ELBInfo
}

Information about the Elastic Load Balancing load balancer or target group used in a deployment.

type MinimumHealthyHosts

type MinimumHealthyHosts struct {
	// The minimum healthy instance value.
	Value *int32
	// The minimum healthy instance type:
	//
	//     * HOST_COUNT: The minimum number of
	// healthy instances as an absolute value.
	//
	//     * FLEET_PERCENT: The minimum number
	// of healthy instances as a percentage of the total number of instances in the
	// deployment.
	//
	// In an example of nine instances, if a HOST_COUNT of six is
	// specified, deploy to up to three instances at a time. The deployment is
	// successful if six or more instances are deployed to successfully. Otherwise, the
	// deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five
	// instances at a time. The deployment is successful if four or more instances are
	// deployed to successfully. Otherwise, the deployment fails. In a call to the
	// GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy
	// instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to
	// only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only
	// to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime,
	// AWS CodeDeploy attempts to ensure that all instances but one are kept in a
	// healthy state during the deployment. Although this allows one instance at a time
	// to be taken offline for a new deployment, it also means that if the deployment
	// to the last instance fails, the overall deployment is still successful. For more
	// information, see AWS CodeDeploy Instance Health
	// (https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-health.html)
	// in the AWS CodeDeploy User Guide.
	Type MinimumHealthyHostsType
}

Information about minimum healthy instance.

type MinimumHealthyHostsType

type MinimumHealthyHostsType string
const (
	MinimumHealthyHostsTypeHost_count    MinimumHealthyHostsType = "HOST_COUNT"
	MinimumHealthyHostsTypeFleet_percent MinimumHealthyHostsType = "FLEET_PERCENT"
)

Enum values for MinimumHealthyHostsType

type MultipleIamArnsProvidedException

type MultipleIamArnsProvidedException struct {
	Message *string
}

Both an IAM user ARN and an IAM session ARN were included in the request. Use only one ARN type.

func (*MultipleIamArnsProvidedException) Error

func (*MultipleIamArnsProvidedException) ErrorCode

func (*MultipleIamArnsProvidedException) ErrorFault

func (*MultipleIamArnsProvidedException) ErrorMessage

func (e *MultipleIamArnsProvidedException) ErrorMessage() string

func (*MultipleIamArnsProvidedException) GetMessage

func (e *MultipleIamArnsProvidedException) GetMessage() string

func (*MultipleIamArnsProvidedException) HasMessage

func (e *MultipleIamArnsProvidedException) HasMessage() bool

type OnPremisesTagSet

type OnPremisesTagSet struct {
	// A list that contains other lists of on-premises instance tag groups. For an
	// instance to be included in the deployment group, it must be identified by all of
	// the tag groups in the list.
	OnPremisesTagSetList [][]*TagFilter
}

Information about groups of on-premises instance tags.

type OperationNotSupportedException

type OperationNotSupportedException struct {
	Message *string
}

The API used does not support the deployment.

func (*OperationNotSupportedException) Error

func (*OperationNotSupportedException) ErrorCode

func (e *OperationNotSupportedException) ErrorCode() string

func (*OperationNotSupportedException) ErrorFault

func (*OperationNotSupportedException) ErrorMessage

func (e *OperationNotSupportedException) ErrorMessage() string

func (*OperationNotSupportedException) GetMessage

func (e *OperationNotSupportedException) GetMessage() string

func (*OperationNotSupportedException) HasMessage

func (e *OperationNotSupportedException) HasMessage() bool

type RawString

type RawString struct {
	// The SHA256 hash value of the revision content.
	Sha256 *string
	// The YAML-formatted or JSON-formatted revision string. It includes information
	// about which Lambda function to update and optional Lambda functions that
	// validate deployment lifecycle events.
	Content *string
}

A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

type RegistrationStatus

type RegistrationStatus string
const (
	RegistrationStatusRegistered   RegistrationStatus = "Registered"
	RegistrationStatusDeregistered RegistrationStatus = "Deregistered"
)

Enum values for RegistrationStatus

type ResourceArnRequiredException

type ResourceArnRequiredException struct {
	Message *string
}

The ARN of a resource is required, but was not found.

func (*ResourceArnRequiredException) Error

func (*ResourceArnRequiredException) ErrorCode

func (e *ResourceArnRequiredException) ErrorCode() string

func (*ResourceArnRequiredException) ErrorFault

func (*ResourceArnRequiredException) ErrorMessage

func (e *ResourceArnRequiredException) ErrorMessage() string

func (*ResourceArnRequiredException) GetMessage

func (e *ResourceArnRequiredException) GetMessage() string

func (*ResourceArnRequiredException) HasMessage

func (e *ResourceArnRequiredException) HasMessage() bool

type ResourceValidationException

type ResourceValidationException struct {
	Message *string
}

The specified resource could not be validated.

func (*ResourceValidationException) Error

func (*ResourceValidationException) ErrorCode

func (e *ResourceValidationException) ErrorCode() string

func (*ResourceValidationException) ErrorFault

func (*ResourceValidationException) ErrorMessage

func (e *ResourceValidationException) ErrorMessage() string

func (*ResourceValidationException) GetMessage

func (e *ResourceValidationException) GetMessage() string

func (*ResourceValidationException) HasMessage

func (e *ResourceValidationException) HasMessage() bool

type RevisionDoesNotExistException

type RevisionDoesNotExistException struct {
	Message *string
}

The named revision does not exist with the IAM user or AWS account.

func (*RevisionDoesNotExistException) Error

func (*RevisionDoesNotExistException) ErrorCode

func (e *RevisionDoesNotExistException) ErrorCode() string

func (*RevisionDoesNotExistException) ErrorFault

func (*RevisionDoesNotExistException) ErrorMessage

func (e *RevisionDoesNotExistException) ErrorMessage() string

func (*RevisionDoesNotExistException) GetMessage

func (e *RevisionDoesNotExistException) GetMessage() string

func (*RevisionDoesNotExistException) HasMessage

func (e *RevisionDoesNotExistException) HasMessage() bool

type RevisionInfo

type RevisionInfo struct {
	// Information about the location and type of an application revision.
	RevisionLocation *RevisionLocation
	// Information about an application revision, including usage details and
	// associated deployment groups.
	GenericRevisionInfo *GenericRevisionInfo
}

Information about an application revision.

type RevisionLocation

type RevisionLocation struct {
	// Information about the location of application artifacts stored in GitHub.
	GitHubLocation *GitHubLocation
	// The type of application revision:
	//
	//     * S3: An application revision stored in
	// Amazon S3.
	//
	//     * GitHub: An application revision stored in GitHub
	// (EC2/On-premises deployments only).
	//
	//     * String: A YAML-formatted or
	// JSON-formatted string (AWS Lambda deployments only).
	//
	//     * AppSpecContent: An
	// AppSpecContent object that contains the contents of an AppSpec file for an AWS
	// Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored
	// as a RawString.
	RevisionType RevisionLocationType
	// The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The
	// content is formatted as JSON or YAML and stored as a RawString.
	AppSpecContent *AppSpecContent
	// Information about the location of an AWS Lambda deployment revision stored as a
	// RawString.
	String_ *RawString
	// Information about the location of a revision stored in Amazon S3.
	S3Location *S3Location
}

Information about the location of an application revision.

type RevisionLocationType

type RevisionLocationType string
const (
	RevisionLocationTypeS3             RevisionLocationType = "S3"
	RevisionLocationTypeGithub         RevisionLocationType = "GitHub"
	RevisionLocationTypeString         RevisionLocationType = "String"
	RevisionLocationTypeAppspeccontent RevisionLocationType = "AppSpecContent"
)

Enum values for RevisionLocationType

type RevisionRequiredException

type RevisionRequiredException struct {
	Message *string
}

The revision ID was not specified.

func (*RevisionRequiredException) Error

func (e *RevisionRequiredException) Error() string

func (*RevisionRequiredException) ErrorCode

func (e *RevisionRequiredException) ErrorCode() string

func (*RevisionRequiredException) ErrorFault

func (*RevisionRequiredException) ErrorMessage

func (e *RevisionRequiredException) ErrorMessage() string

func (*RevisionRequiredException) GetMessage

func (e *RevisionRequiredException) GetMessage() string

func (*RevisionRequiredException) HasMessage

func (e *RevisionRequiredException) HasMessage() bool

type RoleRequiredException

type RoleRequiredException struct {
	Message *string
}

The role ID was not specified.

func (*RoleRequiredException) Error

func (e *RoleRequiredException) Error() string

func (*RoleRequiredException) ErrorCode

func (e *RoleRequiredException) ErrorCode() string

func (*RoleRequiredException) ErrorFault

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

func (*RoleRequiredException) ErrorMessage

func (e *RoleRequiredException) ErrorMessage() string

func (*RoleRequiredException) GetMessage

func (e *RoleRequiredException) GetMessage() string

func (*RoleRequiredException) HasMessage

func (e *RoleRequiredException) HasMessage() bool

type RollbackInfo

type RollbackInfo struct {
	// The deployment ID of the deployment that was underway and triggered a rollback
	// deployment because it failed or was stopped.
	RollbackTriggeringDeploymentId *string
	// The ID of the deployment rollback.
	RollbackDeploymentId *string
	// Information that describes the status of a deployment rollback (for example,
	// whether the deployment can't be rolled back, is in progress, failed, or
	// succeeded).
	RollbackMessage *string
}

Information about a deployment rollback.

type S3Location

type S3Location struct {
	// The name of the Amazon S3 bucket where the application revision is stored.
	Bucket *string
	// The file type of the application revision. Must be one of the following:
	//
	//     *
	// tar: A tar archive file.
	//
	//     * tgz: A compressed tar archive file.
	//
	//     * zip:
	// A zip archive file.
	BundleType BundleType
	// The ETag of the Amazon S3 object that represents the bundled artifacts for the
	// application revision. If the ETag is not specified as an input parameter, ETag
	// validation of the object is skipped.
	ETag *string
	// The name of the Amazon S3 object that represents the bundled artifacts for the
	// application revision.
	Key *string
	// A specific version of the Amazon S3 object that represents the bundled artifacts
	// for the application revision. If the version is not specified, the system uses
	// the most recent version by default.
	Version *string
}

Information about the location of application artifacts stored in Amazon S3.

type SortOrder

type SortOrder string
const (
	SortOrderAscending  SortOrder = "ascending"
	SortOrderDescending SortOrder = "descending"
)

Enum values for SortOrder

type StopStatus

type StopStatus string
const (
	StopStatusPending   StopStatus = "Pending"
	StopStatusSucceeded StopStatus = "Succeeded"
)

Enum values for StopStatus

type Tag

type Tag struct {
	// The tag's key.
	Key *string
	// The tag's value.
	Value *string
}

Information about a tag.

type TagFilter

type TagFilter struct {
	// The on-premises instance tag filter type:
	//
	//     * KEY_ONLY: Key only.
	//
	//     *
	// VALUE_ONLY: Value only.
	//
	//     * KEY_AND_VALUE: Key and value.
	Type TagFilterType
	// The on-premises instance tag filter key.
	Key *string
	// The on-premises instance tag filter value.
	Value *string
}

Information about an on-premises instance tag filter.

type TagFilterType

type TagFilterType string
const (
	TagFilterTypeKey_only      TagFilterType = "KEY_ONLY"
	TagFilterTypeValue_only    TagFilterType = "VALUE_ONLY"
	TagFilterTypeKey_and_value TagFilterType = "KEY_AND_VALUE"
)

Enum values for TagFilterType

type TagLimitExceededException

type TagLimitExceededException struct {
	Message *string
}

The maximum allowed number of tags was exceeded.

func (*TagLimitExceededException) Error

func (e *TagLimitExceededException) Error() string

func (*TagLimitExceededException) ErrorCode

func (e *TagLimitExceededException) ErrorCode() string

func (*TagLimitExceededException) ErrorFault

func (*TagLimitExceededException) ErrorMessage

func (e *TagLimitExceededException) ErrorMessage() string

func (*TagLimitExceededException) GetMessage

func (e *TagLimitExceededException) GetMessage() string

func (*TagLimitExceededException) HasMessage

func (e *TagLimitExceededException) HasMessage() bool

type TagRequiredException

type TagRequiredException struct {
	Message *string
}

A tag was not specified.

func (*TagRequiredException) Error

func (e *TagRequiredException) Error() string

func (*TagRequiredException) ErrorCode

func (e *TagRequiredException) ErrorCode() string

func (*TagRequiredException) ErrorFault

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

func (*TagRequiredException) ErrorMessage

func (e *TagRequiredException) ErrorMessage() string

func (*TagRequiredException) GetMessage

func (e *TagRequiredException) GetMessage() string

func (*TagRequiredException) HasMessage

func (e *TagRequiredException) HasMessage() bool

type TagSetListLimitExceededException

type TagSetListLimitExceededException struct {
	Message *string
}

The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.

func (*TagSetListLimitExceededException) Error

func (*TagSetListLimitExceededException) ErrorCode

func (*TagSetListLimitExceededException) ErrorFault

func (*TagSetListLimitExceededException) ErrorMessage

func (e *TagSetListLimitExceededException) ErrorMessage() string

func (*TagSetListLimitExceededException) GetMessage

func (e *TagSetListLimitExceededException) GetMessage() string

func (*TagSetListLimitExceededException) HasMessage

func (e *TagSetListLimitExceededException) HasMessage() bool

type TargetFilterName

type TargetFilterName string
const (
	TargetFilterNameTarget_status         TargetFilterName = "TargetStatus"
	TargetFilterNameServer_instance_label TargetFilterName = "ServerInstanceLabel"
)

Enum values for TargetFilterName

type TargetGroupInfo

type TargetGroupInfo struct {
	// For blue/green deployments, the name of the target group that instances in the
	// original environment are deregistered from, and instances in the replacement
	// environment are registered with. For in-place deployments, the name of the
	// target group that instances are deregistered from, so they are not serving
	// traffic during a deployment, and then re-registered with after the deployment is
	// complete.
	Name *string
}

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

type TargetGroupPairInfo

type TargetGroupPairInfo struct {
	// An optional path used by a load balancer to route test traffic after an Amazon
	// ECS deployment. Validation can occur while test traffic is served during a
	// deployment.
	TestTrafficRoute *TrafficRoute
	// The path used by a load balancer to route production traffic when an Amazon ECS
	// deployment is complete.
	ProdTrafficRoute *TrafficRoute
	// One pair of target groups. One is associated with the original task set. The
	// second is associated with the task set that serves traffic after the deployment
	// is complete.
	TargetGroups []*TargetGroupInfo
}

Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.

type TargetInstances

type TargetInstances struct {
	// The names of one or more Auto Scaling groups to identify a replacement
	// environment for a blue/green deployment.
	AutoScalingGroups []*string
	// Information about the groups of EC2 instance tags that an instance must be
	// identified by in order for it to be included in the replacement environment for
	// a blue/green deployment. Cannot be used in the same call as tagFilters.
	Ec2TagSet *EC2TagSet
	// The tag filter key, type, and value used to identify Amazon EC2 instances in a
	// replacement environment for a blue/green deployment. Cannot be used in the same
	// call as ec2TagSet.
	TagFilters []*EC2TagFilter
}

Information about the instances to be used in the replacement environment in a blue/green deployment.

type TargetLabel

type TargetLabel string
const (
	TargetLabelBlue  TargetLabel = "Blue"
	TargetLabelGreen TargetLabel = "Green"
)

Enum values for TargetLabel

type TargetStatus

type TargetStatus string
const (
	TargetStatusPending     TargetStatus = "Pending"
	TargetStatusIn_progress TargetStatus = "InProgress"
	TargetStatusSucceeded   TargetStatus = "Succeeded"
	TargetStatusFailed      TargetStatus = "Failed"
	TargetStatusSkipped     TargetStatus = "Skipped"
	TargetStatusUnknown     TargetStatus = "Unknown"
	TargetStatusReady       TargetStatus = "Ready"
)

Enum values for TargetStatus

type ThrottlingException

type ThrottlingException struct {
	Message *string
}

An API function was called too frequently.

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

func (*ThrottlingException) GetMessage

func (e *ThrottlingException) GetMessage() string

func (*ThrottlingException) HasMessage

func (e *ThrottlingException) HasMessage() bool

type TimeBasedCanary

type TimeBasedCanary struct {
	// The percentage of traffic to shift in the first increment of a TimeBasedCanary
	// deployment.
	CanaryPercentage *int32
	// The number of minutes between the first and second traffic shifts of a
	// TimeBasedCanary deployment.
	CanaryInterval *int32
}

A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

type TimeBasedLinear

type TimeBasedLinear struct {
	// The percentage of traffic that is shifted at the start of each increment of a
	// TimeBasedLinear deployment.
	LinearPercentage *int32
	// The number of minutes between each incremental traffic shift of a
	// TimeBasedLinear deployment.
	LinearInterval *int32
}

A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

type TimeRange

type TimeRange struct {
	// The start time of the time range. Specify null to leave the start time
	// open-ended.
	Start *time.Time
	// The end time of the time range. Specify null to leave the end time open-ended.
	End *time.Time
}

Information about a time range.

type TrafficRoute

type TrafficRoute struct {
	// The Amazon Resource Name (ARN) of one listener. The listener identifies the
	// route between a target group and a load balancer. This is an array of strings
	// with a maximum size of one.
	ListenerArns []*string
}

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

type TrafficRoutingConfig

type TrafficRoutingConfig struct {
	// The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a
	// deployment configuration.
	Type TrafficRoutingType
	// A configuration that shifts traffic from one version of a Lambda function or ECS
	// task set to another in equal increments, with an equal number of minutes between
	// each increment. The original and target Lambda function versions or ECS task
	// sets are specified in the deployment's AppSpec file.
	TimeBasedLinear *TimeBasedLinear
	// A configuration that shifts traffic from one version of a Lambda function or ECS
	// task set to another in two increments. The original and target Lambda function
	// versions or ECS task sets are specified in the deployment's AppSpec file.
	TimeBasedCanary *TimeBasedCanary
}

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an AWS Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.

type TrafficRoutingType

type TrafficRoutingType string
const (
	TrafficRoutingTypeTimebasedcanary TrafficRoutingType = "TimeBasedCanary"
	TrafficRoutingTypeTimebasedlinear TrafficRoutingType = "TimeBasedLinear"
	TrafficRoutingTypeAllatonce       TrafficRoutingType = "AllAtOnce"
)

Enum values for TrafficRoutingType

type TriggerConfig

type TriggerConfig struct {
	// The name of the notification trigger.
	TriggerName *string
	// The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic
	// through which notifications about deployment or instance events are sent.
	TriggerTargetArn *string
	// The event type or types for which notifications are triggered.
	TriggerEvents []TriggerEventType
}

Information about notification triggers for the deployment group.

type TriggerEventType

type TriggerEventType string
const (
	TriggerEventTypeDeployment_start    TriggerEventType = "DeploymentStart"
	TriggerEventTypeDeployment_success  TriggerEventType = "DeploymentSuccess"
	TriggerEventTypeDeployment_failure  TriggerEventType = "DeploymentFailure"
	TriggerEventTypeDeployment_stop     TriggerEventType = "DeploymentStop"
	TriggerEventTypeDeployment_rollback TriggerEventType = "DeploymentRollback"
	TriggerEventTypeDeployment_ready    TriggerEventType = "DeploymentReady"
	TriggerEventTypeInstance_start      TriggerEventType = "InstanceStart"
	TriggerEventTypeInstance_success    TriggerEventType = "InstanceSuccess"
	TriggerEventTypeInstance_failure    TriggerEventType = "InstanceFailure"
	TriggerEventTypeInstance_ready      TriggerEventType = "InstanceReady"
)

Enum values for TriggerEventType

type TriggerTargetsLimitExceededException

type TriggerTargetsLimitExceededException struct {
	Message *string
}

The maximum allowed number of triggers was exceeded.

func (*TriggerTargetsLimitExceededException) Error

func (*TriggerTargetsLimitExceededException) ErrorCode

func (*TriggerTargetsLimitExceededException) ErrorFault

func (*TriggerTargetsLimitExceededException) ErrorMessage

func (e *TriggerTargetsLimitExceededException) ErrorMessage() string

func (*TriggerTargetsLimitExceededException) GetMessage

func (*TriggerTargetsLimitExceededException) HasMessage

type UnsupportedActionForDeploymentTypeException

type UnsupportedActionForDeploymentTypeException struct {
	Message *string
}

A call was submitted that is not supported for the specified deployment type.

func (*UnsupportedActionForDeploymentTypeException) Error

func (*UnsupportedActionForDeploymentTypeException) ErrorCode

func (*UnsupportedActionForDeploymentTypeException) ErrorFault

func (*UnsupportedActionForDeploymentTypeException) ErrorMessage

func (*UnsupportedActionForDeploymentTypeException) GetMessage

func (*UnsupportedActionForDeploymentTypeException) HasMessage

Jump to

Keyboard shortcuts

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