mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+112
-25
@@ -13,14 +13,14 @@ const (
|
||||
// ErrCodeApplicationAlreadyExistsException for service response error code
|
||||
// "ApplicationAlreadyExistsException".
|
||||
//
|
||||
// An application with the specified name already exists with the applicable
|
||||
// IAM user or AWS account.
|
||||
// An application with the specified name with the IAM user or AWS account already
|
||||
// exists.
|
||||
ErrCodeApplicationAlreadyExistsException = "ApplicationAlreadyExistsException"
|
||||
|
||||
// ErrCodeApplicationDoesNotExistException for service response error code
|
||||
// "ApplicationDoesNotExistException".
|
||||
//
|
||||
// The application does not exist with the applicable IAM user or AWS account.
|
||||
// The application does not exist with the IAM user or AWS account.
|
||||
ErrCodeApplicationDoesNotExistException = "ApplicationDoesNotExistException"
|
||||
|
||||
// ErrCodeApplicationLimitExceededException for service response error code
|
||||
@@ -35,6 +35,13 @@ const (
|
||||
// The minimum number of required application names was not specified.
|
||||
ErrCodeApplicationNameRequiredException = "ApplicationNameRequiredException"
|
||||
|
||||
// ErrCodeArnNotSupportedException for service response error code
|
||||
// "ArnNotSupportedException".
|
||||
//
|
||||
// The specified ARN is not supported. For example, it might be an ARN for a
|
||||
// resource that is not expected.
|
||||
ErrCodeArnNotSupportedException = "ArnNotSupportedException"
|
||||
|
||||
// ErrCodeBatchLimitExceededException for service response error code
|
||||
// "BatchLimitExceededException".
|
||||
//
|
||||
@@ -56,15 +63,14 @@ const (
|
||||
// ErrCodeDeploymentConfigAlreadyExistsException for service response error code
|
||||
// "DeploymentConfigAlreadyExistsException".
|
||||
//
|
||||
// A deployment configuration with the specified name already exists with the
|
||||
// applicable IAM user or AWS account.
|
||||
// A deployment configuration with the specified name with the IAM user or AWS
|
||||
// account already exists .
|
||||
ErrCodeDeploymentConfigAlreadyExistsException = "DeploymentConfigAlreadyExistsException"
|
||||
|
||||
// ErrCodeDeploymentConfigDoesNotExistException for service response error code
|
||||
// "DeploymentConfigDoesNotExistException".
|
||||
//
|
||||
// The deployment configuration does not exist with the applicable IAM user
|
||||
// or AWS account.
|
||||
// The deployment configuration does not exist with the IAM user or AWS account.
|
||||
ErrCodeDeploymentConfigDoesNotExistException = "DeploymentConfigDoesNotExistException"
|
||||
|
||||
// ErrCodeDeploymentConfigInUseException for service response error code
|
||||
@@ -88,21 +94,20 @@ const (
|
||||
// ErrCodeDeploymentDoesNotExistException for service response error code
|
||||
// "DeploymentDoesNotExistException".
|
||||
//
|
||||
// The deployment does not exist with the applicable IAM user or AWS account.
|
||||
// The deployment with the IAM user or AWS account does not exist.
|
||||
ErrCodeDeploymentDoesNotExistException = "DeploymentDoesNotExistException"
|
||||
|
||||
// ErrCodeDeploymentGroupAlreadyExistsException for service response error code
|
||||
// "DeploymentGroupAlreadyExistsException".
|
||||
//
|
||||
// A deployment group with the specified name already exists with the applicable
|
||||
// IAM user or AWS account.
|
||||
// A deployment group with the specified name with the IAM user or AWS account
|
||||
// already exists.
|
||||
ErrCodeDeploymentGroupAlreadyExistsException = "DeploymentGroupAlreadyExistsException"
|
||||
|
||||
// ErrCodeDeploymentGroupDoesNotExistException for service response error code
|
||||
// "DeploymentGroupDoesNotExistException".
|
||||
//
|
||||
// The named deployment group does not exist with the applicable IAM user or
|
||||
// AWS account.
|
||||
// The named deployment group with the IAM user or AWS account does not exist.
|
||||
ErrCodeDeploymentGroupDoesNotExistException = "DeploymentGroupDoesNotExistException"
|
||||
|
||||
// ErrCodeDeploymentGroupLimitExceededException for service response error code
|
||||
@@ -141,12 +146,40 @@ const (
|
||||
// The specified deployment has not started.
|
||||
ErrCodeDeploymentNotStartedException = "DeploymentNotStartedException"
|
||||
|
||||
// ErrCodeDeploymentTargetDoesNotExistException for service response error code
|
||||
// "DeploymentTargetDoesNotExistException".
|
||||
//
|
||||
// The provided target ID does not belong to the attempted deployment.
|
||||
ErrCodeDeploymentTargetDoesNotExistException = "DeploymentTargetDoesNotExistException"
|
||||
|
||||
// ErrCodeDeploymentTargetIdRequiredException for service response error code
|
||||
// "DeploymentTargetIdRequiredException".
|
||||
//
|
||||
// A deployment target ID was not provided.
|
||||
ErrCodeDeploymentTargetIdRequiredException = "DeploymentTargetIdRequiredException"
|
||||
|
||||
// ErrCodeDeploymentTargetListSizeExceededException for service response error code
|
||||
// "DeploymentTargetListSizeExceededException".
|
||||
//
|
||||
// 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.
|
||||
ErrCodeDeploymentTargetListSizeExceededException = "DeploymentTargetListSizeExceededException"
|
||||
|
||||
// ErrCodeDescriptionTooLongException for service response error code
|
||||
// "DescriptionTooLongException".
|
||||
//
|
||||
// The description is too long.
|
||||
ErrCodeDescriptionTooLongException = "DescriptionTooLongException"
|
||||
|
||||
// ErrCodeECSServiceMappingLimitExceededException for service response error code
|
||||
// "ECSServiceMappingLimitExceededException".
|
||||
//
|
||||
// The Amazon ECS service is associated with more than one deployment groups.
|
||||
// An Amazon ECS service can be associated with only one deployment group.
|
||||
ErrCodeECSServiceMappingLimitExceededException = "ECSServiceMappingLimitExceededException"
|
||||
|
||||
// ErrCodeGitHubAccountTokenDoesNotExistException for service response error code
|
||||
// "GitHubAccountTokenDoesNotExistException".
|
||||
//
|
||||
@@ -231,11 +264,11 @@ const (
|
||||
//
|
||||
// * The alarm object is null.
|
||||
//
|
||||
// * The alarm name is empty or null or exceeds the 255 character limit.
|
||||
// * 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.
|
||||
// * The alarm configuration is enabled, but the alarm list is empty.
|
||||
ErrCodeInvalidAlarmConfigException = "InvalidAlarmConfigException"
|
||||
|
||||
// ErrCodeInvalidApplicationNameException for service response error code
|
||||
@@ -244,11 +277,17 @@ const (
|
||||
// The application name was specified in an invalid format.
|
||||
ErrCodeInvalidApplicationNameException = "InvalidApplicationNameException"
|
||||
|
||||
// ErrCodeInvalidArnException for service response error code
|
||||
// "InvalidArnException".
|
||||
//
|
||||
// The specified ARN is not in a valid format.
|
||||
ErrCodeInvalidArnException = "InvalidArnException"
|
||||
|
||||
// ErrCodeInvalidAutoRollbackConfigException for service response error code
|
||||
// "InvalidAutoRollbackConfigException".
|
||||
//
|
||||
// The automatic rollback configuration was specified in an invalid format.
|
||||
// For example, automatic rollback is enabled but an invalid triggering event
|
||||
// For example, automatic rollback is enabled, but an invalid triggering event
|
||||
// type or no event types were listed.
|
||||
ErrCodeInvalidAutoRollbackConfigException = "InvalidAutoRollbackConfigException"
|
||||
|
||||
@@ -319,10 +358,22 @@ const (
|
||||
// "InvalidDeploymentStyleException".
|
||||
//
|
||||
// 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".
|
||||
// "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL"
|
||||
// and "WITHOUT_TRAFFIC_CONTROL."
|
||||
ErrCodeInvalidDeploymentStyleException = "InvalidDeploymentStyleException"
|
||||
|
||||
// ErrCodeInvalidDeploymentTargetIdException for service response error code
|
||||
// "InvalidDeploymentTargetIdException".
|
||||
//
|
||||
// The target ID provided was not valid.
|
||||
ErrCodeInvalidDeploymentTargetIdException = "InvalidDeploymentTargetIdException"
|
||||
|
||||
// ErrCodeInvalidDeploymentWaitTypeException for service response error code
|
||||
// "InvalidDeploymentWaitTypeException".
|
||||
//
|
||||
// The wait type is invalid.
|
||||
ErrCodeInvalidDeploymentWaitTypeException = "InvalidDeploymentWaitTypeException"
|
||||
|
||||
// ErrCodeInvalidEC2TagCombinationException for service response error code
|
||||
// "InvalidEC2TagCombinationException".
|
||||
//
|
||||
@@ -336,15 +387,27 @@ const (
|
||||
// The tag was specified in an invalid format.
|
||||
ErrCodeInvalidEC2TagException = "InvalidEC2TagException"
|
||||
|
||||
// ErrCodeInvalidECSServiceException for service response error code
|
||||
// "InvalidECSServiceException".
|
||||
//
|
||||
// The Amazon ECS service identifier is not valid.
|
||||
ErrCodeInvalidECSServiceException = "InvalidECSServiceException"
|
||||
|
||||
// ErrCodeInvalidFileExistsBehaviorException for service response error code
|
||||
// "InvalidFileExistsBehaviorException".
|
||||
//
|
||||
// An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy
|
||||
// handles files or directories that already exist in a deployment target location
|
||||
// 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".
|
||||
// "DISALLOW," "OVERWRITE," and "RETAIN."
|
||||
ErrCodeInvalidFileExistsBehaviorException = "InvalidFileExistsBehaviorException"
|
||||
|
||||
// ErrCodeInvalidGitHubAccountTokenException for service response error code
|
||||
// "InvalidGitHubAccountTokenException".
|
||||
//
|
||||
// The GitHub token is not valid.
|
||||
ErrCodeInvalidGitHubAccountTokenException = "InvalidGitHubAccountTokenException"
|
||||
|
||||
// ErrCodeInvalidGitHubAccountTokenNameException for service response error code
|
||||
// "InvalidGitHubAccountTokenNameException".
|
||||
//
|
||||
@@ -373,13 +436,13 @@ const (
|
||||
// ErrCodeInvalidInputException for service response error code
|
||||
// "InvalidInputException".
|
||||
//
|
||||
// The specified input was specified in an invalid format.
|
||||
// The input was specified in an invalid format.
|
||||
ErrCodeInvalidInputException = "InvalidInputException"
|
||||
|
||||
// ErrCodeInvalidInstanceNameException for service response error code
|
||||
// "InvalidInstanceNameException".
|
||||
//
|
||||
// The specified on-premises instance name was specified in an invalid format.
|
||||
// The on-premises instance name was specified in an invalid format.
|
||||
ErrCodeInvalidInstanceNameException = "InvalidInstanceNameException"
|
||||
|
||||
// ErrCodeInvalidInstanceStatusException for service response error code
|
||||
@@ -464,7 +527,7 @@ const (
|
||||
//
|
||||
// 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 Auto Scaling.
|
||||
// permissions to Amazon EC2 Auto Scaling.
|
||||
ErrCodeInvalidRoleException = "InvalidRoleException"
|
||||
|
||||
// ErrCodeInvalidSortByException for service response error code
|
||||
@@ -483,15 +546,33 @@ const (
|
||||
// ErrCodeInvalidTagException for service response error code
|
||||
// "InvalidTagException".
|
||||
//
|
||||
// The specified tag was specified in an invalid format.
|
||||
// The tag was specified in an invalid format.
|
||||
ErrCodeInvalidTagException = "InvalidTagException"
|
||||
|
||||
// ErrCodeInvalidTagFilterException for service response error code
|
||||
// "InvalidTagFilterException".
|
||||
//
|
||||
// The specified tag filter was specified in an invalid format.
|
||||
// The tag filter was specified in an invalid format.
|
||||
ErrCodeInvalidTagFilterException = "InvalidTagFilterException"
|
||||
|
||||
// ErrCodeInvalidTagsToAddException for service response error code
|
||||
// "InvalidTagsToAddException".
|
||||
//
|
||||
// The specified tags are not valid.
|
||||
ErrCodeInvalidTagsToAddException = "InvalidTagsToAddException"
|
||||
|
||||
// ErrCodeInvalidTargetFilterNameException for service response error code
|
||||
// "InvalidTargetFilterNameException".
|
||||
//
|
||||
// The target filter name is invalid.
|
||||
ErrCodeInvalidTargetFilterNameException = "InvalidTargetFilterNameException"
|
||||
|
||||
// ErrCodeInvalidTargetGroupPairException for service response error code
|
||||
// "InvalidTargetGroupPairException".
|
||||
//
|
||||
// A target group pair associated with this deployment is not valid.
|
||||
ErrCodeInvalidTargetGroupPairException = "InvalidTargetGroupPairException"
|
||||
|
||||
// ErrCodeInvalidTargetInstancesException for service response error code
|
||||
// "InvalidTargetInstancesException".
|
||||
//
|
||||
@@ -558,6 +639,12 @@ const (
|
||||
// The API used does not support the deployment.
|
||||
ErrCodeOperationNotSupportedException = "OperationNotSupportedException"
|
||||
|
||||
// ErrCodeResourceArnRequiredException for service response error code
|
||||
// "ResourceArnRequiredException".
|
||||
//
|
||||
// The ARN of a resource is required, but was not found.
|
||||
ErrCodeResourceArnRequiredException = "ResourceArnRequiredException"
|
||||
|
||||
// ErrCodeResourceValidationException for service response error code
|
||||
// "ResourceValidationException".
|
||||
//
|
||||
@@ -567,7 +654,7 @@ const (
|
||||
// ErrCodeRevisionDoesNotExistException for service response error code
|
||||
// "RevisionDoesNotExistException".
|
||||
//
|
||||
// The named revision does not exist with the applicable IAM user or AWS account.
|
||||
// The named revision does not exist with the IAM user or AWS account.
|
||||
ErrCodeRevisionDoesNotExistException = "RevisionDoesNotExistException"
|
||||
|
||||
// ErrCodeRevisionRequiredException for service response error code
|
||||
|
||||
Reference in New Issue
Block a user