vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
127
vendor/github.com/aws/aws-sdk-go/service/rds/errors.go
generated
vendored
127
vendor/github.com/aws/aws-sdk-go/service/rds/errors.go
generated
vendored
|
@ -7,55 +7,61 @@ const (
|
|||
// ErrCodeAuthorizationAlreadyExistsFault for service response error code
|
||||
// "AuthorizationAlreadyExists".
|
||||
//
|
||||
// The specified CIDRIP or EC2 security group is already authorized for the
|
||||
// specified DB security group.
|
||||
// The specified CIDRIP or Amazon EC2 security group is already authorized for
|
||||
// the specified DB security group.
|
||||
ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
|
||||
|
||||
// ErrCodeAuthorizationNotFoundFault for service response error code
|
||||
// "AuthorizationNotFound".
|
||||
//
|
||||
// Specified CIDRIP or EC2 security group is not authorized for the specified
|
||||
// DB security group.
|
||||
// The specified CIDRIP or Amazon EC2 security group isn't authorized for the
|
||||
// specified DB security group.
|
||||
//
|
||||
// RDS may not also be authorized via IAM to perform necessary actions on your
|
||||
// behalf.
|
||||
// RDS also may not be authorized by using IAM to perform necessary actions
|
||||
// on your behalf.
|
||||
ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
|
||||
|
||||
// ErrCodeAuthorizationQuotaExceededFault for service response error code
|
||||
// "AuthorizationQuotaExceeded".
|
||||
//
|
||||
// DB security group authorization quota has been reached.
|
||||
// The DB security group authorization quota has been reached.
|
||||
ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"
|
||||
|
||||
// ErrCodeCertificateNotFoundFault for service response error code
|
||||
// "CertificateNotFound".
|
||||
//
|
||||
// CertificateIdentifier does not refer to an existing certificate.
|
||||
// CertificateIdentifier doesn't refer to an existing certificate.
|
||||
ErrCodeCertificateNotFoundFault = "CertificateNotFound"
|
||||
|
||||
// ErrCodeDBClusterAlreadyExistsFault for service response error code
|
||||
// "DBClusterAlreadyExistsFault".
|
||||
//
|
||||
// User already has a DB cluster with the given identifier.
|
||||
// The user already has a DB cluster with the given identifier.
|
||||
ErrCodeDBClusterAlreadyExistsFault = "DBClusterAlreadyExistsFault"
|
||||
|
||||
// ErrCodeDBClusterBacktrackNotFoundFault for service response error code
|
||||
// "DBClusterBacktrackNotFoundFault".
|
||||
//
|
||||
// BacktrackIdentifier doesn't refer to an existing backtrack.
|
||||
ErrCodeDBClusterBacktrackNotFoundFault = "DBClusterBacktrackNotFoundFault"
|
||||
|
||||
// ErrCodeDBClusterNotFoundFault for service response error code
|
||||
// "DBClusterNotFoundFault".
|
||||
//
|
||||
// DBClusterIdentifier does not refer to an existing DB cluster.
|
||||
// DBClusterIdentifier doesn't refer to an existing DB cluster.
|
||||
ErrCodeDBClusterNotFoundFault = "DBClusterNotFoundFault"
|
||||
|
||||
// ErrCodeDBClusterParameterGroupNotFoundFault for service response error code
|
||||
// "DBClusterParameterGroupNotFound".
|
||||
//
|
||||
// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter
|
||||
// DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter
|
||||
// group.
|
||||
ErrCodeDBClusterParameterGroupNotFoundFault = "DBClusterParameterGroupNotFound"
|
||||
|
||||
// ErrCodeDBClusterQuotaExceededFault for service response error code
|
||||
// "DBClusterQuotaExceededFault".
|
||||
//
|
||||
// User attempted to create a new DB cluster and the user has already reached
|
||||
// The user attempted to create a new DB cluster and the user has already reached
|
||||
// the maximum allowed DB cluster quota.
|
||||
ErrCodeDBClusterQuotaExceededFault = "DBClusterQuotaExceededFault"
|
||||
|
||||
|
@ -69,8 +75,8 @@ const (
|
|||
// ErrCodeDBClusterRoleNotFoundFault for service response error code
|
||||
// "DBClusterRoleNotFound".
|
||||
//
|
||||
// The specified IAM role Amazon Resource Name (ARN) is not associated with
|
||||
// the specified DB cluster.
|
||||
// The specified IAM role Amazon Resource Name (ARN) isn't associated with the
|
||||
// specified DB cluster.
|
||||
ErrCodeDBClusterRoleNotFoundFault = "DBClusterRoleNotFound"
|
||||
|
||||
// ErrCodeDBClusterRoleQuotaExceededFault for service response error code
|
||||
|
@ -83,31 +89,31 @@ const (
|
|||
// ErrCodeDBClusterSnapshotAlreadyExistsFault for service response error code
|
||||
// "DBClusterSnapshotAlreadyExistsFault".
|
||||
//
|
||||
// User already has a DB cluster snapshot with the given identifier.
|
||||
// The user already has a DB cluster snapshot with the given identifier.
|
||||
ErrCodeDBClusterSnapshotAlreadyExistsFault = "DBClusterSnapshotAlreadyExistsFault"
|
||||
|
||||
// ErrCodeDBClusterSnapshotNotFoundFault for service response error code
|
||||
// "DBClusterSnapshotNotFoundFault".
|
||||
//
|
||||
// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.
|
||||
// DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.
|
||||
ErrCodeDBClusterSnapshotNotFoundFault = "DBClusterSnapshotNotFoundFault"
|
||||
|
||||
// ErrCodeDBInstanceAlreadyExistsFault for service response error code
|
||||
// "DBInstanceAlreadyExists".
|
||||
//
|
||||
// User already has a DB instance with the given identifier.
|
||||
// The user already has a DB instance with the given identifier.
|
||||
ErrCodeDBInstanceAlreadyExistsFault = "DBInstanceAlreadyExists"
|
||||
|
||||
// ErrCodeDBInstanceNotFoundFault for service response error code
|
||||
// "DBInstanceNotFound".
|
||||
//
|
||||
// DBInstanceIdentifier does not refer to an existing DB instance.
|
||||
// DBInstanceIdentifier doesn't refer to an existing DB instance.
|
||||
ErrCodeDBInstanceNotFoundFault = "DBInstanceNotFound"
|
||||
|
||||
// ErrCodeDBLogFileNotFoundFault for service response error code
|
||||
// "DBLogFileNotFoundFault".
|
||||
//
|
||||
// LogFileName does not refer to an existing DB log file.
|
||||
// LogFileName doesn't refer to an existing DB log file.
|
||||
ErrCodeDBLogFileNotFoundFault = "DBLogFileNotFoundFault"
|
||||
|
||||
// ErrCodeDBParameterGroupAlreadyExistsFault for service response error code
|
||||
|
@ -119,13 +125,13 @@ const (
|
|||
// ErrCodeDBParameterGroupNotFoundFault for service response error code
|
||||
// "DBParameterGroupNotFound".
|
||||
//
|
||||
// DBParameterGroupName does not refer to an existing DB parameter group.
|
||||
// DBParameterGroupName doesn't refer to an existing DB parameter group.
|
||||
ErrCodeDBParameterGroupNotFoundFault = "DBParameterGroupNotFound"
|
||||
|
||||
// ErrCodeDBParameterGroupQuotaExceededFault for service response error code
|
||||
// "DBParameterGroupQuotaExceeded".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of DB parameter
|
||||
// The request would result in the user exceeding the allowed number of DB parameter
|
||||
// groups.
|
||||
ErrCodeDBParameterGroupQuotaExceededFault = "DBParameterGroupQuotaExceeded"
|
||||
|
||||
|
@ -139,19 +145,19 @@ const (
|
|||
// ErrCodeDBSecurityGroupNotFoundFault for service response error code
|
||||
// "DBSecurityGroupNotFound".
|
||||
//
|
||||
// DBSecurityGroupName does not refer to an existing DB security group.
|
||||
// DBSecurityGroupName doesn't refer to an existing DB security group.
|
||||
ErrCodeDBSecurityGroupNotFoundFault = "DBSecurityGroupNotFound"
|
||||
|
||||
// ErrCodeDBSecurityGroupNotSupportedFault for service response error code
|
||||
// "DBSecurityGroupNotSupported".
|
||||
//
|
||||
// A DB security group is not allowed for this action.
|
||||
// A DB security group isn't allowed for this action.
|
||||
ErrCodeDBSecurityGroupNotSupportedFault = "DBSecurityGroupNotSupported"
|
||||
|
||||
// ErrCodeDBSecurityGroupQuotaExceededFault for service response error code
|
||||
// "QuotaExceeded.DBSecurityGroup".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of DB security
|
||||
// The request would result in the user exceeding the allowed number of DB security
|
||||
// groups.
|
||||
ErrCodeDBSecurityGroupQuotaExceededFault = "QuotaExceeded.DBSecurityGroup"
|
||||
|
||||
|
@ -164,7 +170,7 @@ const (
|
|||
// ErrCodeDBSnapshotNotFoundFault for service response error code
|
||||
// "DBSnapshotNotFound".
|
||||
//
|
||||
// DBSnapshotIdentifier does not refer to an existing DB snapshot.
|
||||
// DBSnapshotIdentifier doesn't refer to an existing DB snapshot.
|
||||
ErrCodeDBSnapshotNotFoundFault = "DBSnapshotNotFound"
|
||||
|
||||
// ErrCodeDBSubnetGroupAlreadyExistsFault for service response error code
|
||||
|
@ -183,39 +189,40 @@ const (
|
|||
// ErrCodeDBSubnetGroupNotAllowedFault for service response error code
|
||||
// "DBSubnetGroupNotAllowedFault".
|
||||
//
|
||||
// Indicates that the DBSubnetGroup should not be specified while creating read
|
||||
// replicas that lie in the same region as the source instance.
|
||||
// The DBSubnetGroup shouldn't be specified while creating read replicas that
|
||||
// lie in the same region as the source instance.
|
||||
ErrCodeDBSubnetGroupNotAllowedFault = "DBSubnetGroupNotAllowedFault"
|
||||
|
||||
// ErrCodeDBSubnetGroupNotFoundFault for service response error code
|
||||
// "DBSubnetGroupNotFoundFault".
|
||||
//
|
||||
// DBSubnetGroupName does not refer to an existing DB subnet group.
|
||||
// DBSubnetGroupName doesn't refer to an existing DB subnet group.
|
||||
ErrCodeDBSubnetGroupNotFoundFault = "DBSubnetGroupNotFoundFault"
|
||||
|
||||
// ErrCodeDBSubnetGroupQuotaExceededFault for service response error code
|
||||
// "DBSubnetGroupQuotaExceeded".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of DB subnet groups.
|
||||
// The request would result in the user exceeding the allowed number of DB subnet
|
||||
// groups.
|
||||
ErrCodeDBSubnetGroupQuotaExceededFault = "DBSubnetGroupQuotaExceeded"
|
||||
|
||||
// ErrCodeDBSubnetQuotaExceededFault for service response error code
|
||||
// "DBSubnetQuotaExceededFault".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of subnets in a
|
||||
// DB subnet groups.
|
||||
// The request would result in the user exceeding the allowed number of subnets
|
||||
// in a DB subnet groups.
|
||||
ErrCodeDBSubnetQuotaExceededFault = "DBSubnetQuotaExceededFault"
|
||||
|
||||
// ErrCodeDBUpgradeDependencyFailureFault for service response error code
|
||||
// "DBUpgradeDependencyFailure".
|
||||
//
|
||||
// The DB upgrade failed because a resource the DB depends on could not be modified.
|
||||
// The DB upgrade failed because a resource the DB depends on can't be modified.
|
||||
ErrCodeDBUpgradeDependencyFailureFault = "DBUpgradeDependencyFailure"
|
||||
|
||||
// ErrCodeDomainNotFoundFault for service response error code
|
||||
// "DomainNotFoundFault".
|
||||
//
|
||||
// Domain does not refer to an existing Active Directory Domain.
|
||||
// Domain doesn't refer to an existing Active Directory domain.
|
||||
ErrCodeDomainNotFoundFault = "DomainNotFoundFault"
|
||||
|
||||
// ErrCodeEventSubscriptionQuotaExceededFault for service response error code
|
||||
|
@ -227,85 +234,85 @@ const (
|
|||
// ErrCodeInstanceQuotaExceededFault for service response error code
|
||||
// "InstanceQuotaExceeded".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of DB instances.
|
||||
// The request would result in the user exceeding the allowed number of DB instances.
|
||||
ErrCodeInstanceQuotaExceededFault = "InstanceQuotaExceeded"
|
||||
|
||||
// ErrCodeInsufficientDBClusterCapacityFault for service response error code
|
||||
// "InsufficientDBClusterCapacityFault".
|
||||
//
|
||||
// The DB cluster does not have enough capacity for the current operation.
|
||||
// The DB cluster doesn't have enough capacity for the current operation.
|
||||
ErrCodeInsufficientDBClusterCapacityFault = "InsufficientDBClusterCapacityFault"
|
||||
|
||||
// ErrCodeInsufficientDBInstanceCapacityFault for service response error code
|
||||
// "InsufficientDBInstanceCapacity".
|
||||
//
|
||||
// Specified DB instance class is not available in the specified Availability
|
||||
// The specified DB instance class isn't available in the specified Availability
|
||||
// Zone.
|
||||
ErrCodeInsufficientDBInstanceCapacityFault = "InsufficientDBInstanceCapacity"
|
||||
|
||||
// ErrCodeInsufficientStorageClusterCapacityFault for service response error code
|
||||
// "InsufficientStorageClusterCapacity".
|
||||
//
|
||||
// There is insufficient storage available for the current action. You may be
|
||||
// able to resolve this error by updating your subnet group to use different
|
||||
// There is insufficient storage available for the current action. You might
|
||||
// be able to resolve this error by updating your subnet group to use different
|
||||
// Availability Zones that have more storage available.
|
||||
ErrCodeInsufficientStorageClusterCapacityFault = "InsufficientStorageClusterCapacity"
|
||||
|
||||
// ErrCodeInvalidDBClusterSnapshotStateFault for service response error code
|
||||
// "InvalidDBClusterSnapshotStateFault".
|
||||
//
|
||||
// The supplied value is not a valid DB cluster snapshot state.
|
||||
// The supplied value isn't a valid DB cluster snapshot state.
|
||||
ErrCodeInvalidDBClusterSnapshotStateFault = "InvalidDBClusterSnapshotStateFault"
|
||||
|
||||
// ErrCodeInvalidDBClusterStateFault for service response error code
|
||||
// "InvalidDBClusterStateFault".
|
||||
//
|
||||
// The DB cluster is not in a valid state.
|
||||
// The DB cluster isn't in a valid state.
|
||||
ErrCodeInvalidDBClusterStateFault = "InvalidDBClusterStateFault"
|
||||
|
||||
// ErrCodeInvalidDBInstanceStateFault for service response error code
|
||||
// "InvalidDBInstanceState".
|
||||
//
|
||||
// The specified DB instance is not in the available state.
|
||||
// The specified DB instance isn't in the available state.
|
||||
ErrCodeInvalidDBInstanceStateFault = "InvalidDBInstanceState"
|
||||
|
||||
// ErrCodeInvalidDBParameterGroupStateFault for service response error code
|
||||
// "InvalidDBParameterGroupState".
|
||||
//
|
||||
// The DB parameter group is in use or is in an invalid state. If you are attempting
|
||||
// to delete the parameter group, you cannot delete it when the parameter group
|
||||
// to delete the parameter group, you can't delete it when the parameter group
|
||||
// is in this state.
|
||||
ErrCodeInvalidDBParameterGroupStateFault = "InvalidDBParameterGroupState"
|
||||
|
||||
// ErrCodeInvalidDBSecurityGroupStateFault for service response error code
|
||||
// "InvalidDBSecurityGroupState".
|
||||
//
|
||||
// The state of the DB security group does not allow deletion.
|
||||
// The state of the DB security group doesn't allow deletion.
|
||||
ErrCodeInvalidDBSecurityGroupStateFault = "InvalidDBSecurityGroupState"
|
||||
|
||||
// ErrCodeInvalidDBSnapshotStateFault for service response error code
|
||||
// "InvalidDBSnapshotState".
|
||||
//
|
||||
// The state of the DB snapshot does not allow deletion.
|
||||
// The state of the DB snapshot doesn't allow deletion.
|
||||
ErrCodeInvalidDBSnapshotStateFault = "InvalidDBSnapshotState"
|
||||
|
||||
// ErrCodeInvalidDBSubnetGroupFault for service response error code
|
||||
// "InvalidDBSubnetGroupFault".
|
||||
//
|
||||
// Indicates the DBSubnetGroup does not belong to the same VPC as that of an
|
||||
// existing cross region read replica of the same source instance.
|
||||
// The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region
|
||||
// read replica of the same source instance.
|
||||
ErrCodeInvalidDBSubnetGroupFault = "InvalidDBSubnetGroupFault"
|
||||
|
||||
// ErrCodeInvalidDBSubnetGroupStateFault for service response error code
|
||||
// "InvalidDBSubnetGroupStateFault".
|
||||
//
|
||||
// The DB subnet group cannot be deleted because it is in use.
|
||||
// The DB subnet group cannot be deleted because it's in use.
|
||||
ErrCodeInvalidDBSubnetGroupStateFault = "InvalidDBSubnetGroupStateFault"
|
||||
|
||||
// ErrCodeInvalidDBSubnetStateFault for service response error code
|
||||
// "InvalidDBSubnetStateFault".
|
||||
//
|
||||
// The DB subnet is not in the available state.
|
||||
// The DB subnet isn't in the available state.
|
||||
ErrCodeInvalidDBSubnetStateFault = "InvalidDBSubnetStateFault"
|
||||
|
||||
// ErrCodeInvalidEventSubscriptionStateFault for service response error code
|
||||
|
@ -318,21 +325,21 @@ const (
|
|||
// ErrCodeInvalidOptionGroupStateFault for service response error code
|
||||
// "InvalidOptionGroupStateFault".
|
||||
//
|
||||
// The option group is not in the available state.
|
||||
// The option group isn't in the available state.
|
||||
ErrCodeInvalidOptionGroupStateFault = "InvalidOptionGroupStateFault"
|
||||
|
||||
// ErrCodeInvalidRestoreFault for service response error code
|
||||
// "InvalidRestoreFault".
|
||||
//
|
||||
// Cannot restore from vpc backup to non-vpc DB instance.
|
||||
// Cannot restore from VPC backup to non-VPC DB instance.
|
||||
ErrCodeInvalidRestoreFault = "InvalidRestoreFault"
|
||||
|
||||
// ErrCodeInvalidS3BucketFault for service response error code
|
||||
// "InvalidS3BucketFault".
|
||||
//
|
||||
// The specified Amazon S3 bucket name could not be found or Amazon RDS is not
|
||||
// authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName
|
||||
// and S3IngestionRoleArn values and try again.
|
||||
// The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized
|
||||
// to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and
|
||||
// S3IngestionRoleArn values and try again.
|
||||
ErrCodeInvalidS3BucketFault = "InvalidS3BucketFault"
|
||||
|
||||
// ErrCodeInvalidSubnet for service response error code
|
||||
|
@ -345,14 +352,14 @@ const (
|
|||
// ErrCodeInvalidVPCNetworkStateFault for service response error code
|
||||
// "InvalidVPCNetworkStateFault".
|
||||
//
|
||||
// DB subnet group does not cover all Availability Zones after it is created
|
||||
// because users' change.
|
||||
// The DB subnet group doesn't cover all Availability Zones after it's created
|
||||
// because of users' change.
|
||||
ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
|
||||
|
||||
// ErrCodeKMSKeyNotAccessibleFault for service response error code
|
||||
// "KMSKeyNotAccessibleFault".
|
||||
//
|
||||
// Error accessing KMS key.
|
||||
// An error occurred accessing an AWS KMS key.
|
||||
ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault"
|
||||
|
||||
// ErrCodeOptionGroupAlreadyExistsFault for service response error code
|
||||
|
@ -444,7 +451,7 @@ const (
|
|||
// ErrCodeSnapshotQuotaExceededFault for service response error code
|
||||
// "SnapshotQuotaExceeded".
|
||||
//
|
||||
// Request would result in user exceeding the allowed number of DB snapshots.
|
||||
// The request would result in the user exceeding the allowed number of DB snapshots.
|
||||
ErrCodeSnapshotQuotaExceededFault = "SnapshotQuotaExceeded"
|
||||
|
||||
// ErrCodeSourceNotFoundFault for service response error code
|
||||
|
@ -456,14 +463,14 @@ const (
|
|||
// ErrCodeStorageQuotaExceededFault for service response error code
|
||||
// "StorageQuotaExceeded".
|
||||
//
|
||||
// Request would result in user exceeding the allowed amount of storage available
|
||||
// across all DB instances.
|
||||
// The request would result in the user exceeding the allowed amount of storage
|
||||
// available across all DB instances.
|
||||
ErrCodeStorageQuotaExceededFault = "StorageQuotaExceeded"
|
||||
|
||||
// ErrCodeStorageTypeNotSupportedFault for service response error code
|
||||
// "StorageTypeNotSupported".
|
||||
//
|
||||
// StorageType specified cannot be associated with the DB Instance.
|
||||
// Storage of the StorageType specified can't be associated with the DB instance.
|
||||
ErrCodeStorageTypeNotSupportedFault = "StorageTypeNotSupported"
|
||||
|
||||
// ErrCodeSubnetAlreadyInUse for service response error code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue