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
+16
-4
@@ -7,11 +7,13 @@ const (
|
||||
// ErrCodeCodeStorageExceededException for service response error code
|
||||
// "CodeStorageExceededException".
|
||||
//
|
||||
// You have exceeded your maximum total code size per account. Limits (http://docs.aws.amazon.com/lambda/latest/dg/limits.html)
|
||||
// You have exceeded your maximum total code size per account. Learn more (https://docs.aws.amazon.com/lambda/latest/dg/limits.html)
|
||||
ErrCodeCodeStorageExceededException = "CodeStorageExceededException"
|
||||
|
||||
// ErrCodeEC2AccessDeniedException for service response error code
|
||||
// "EC2AccessDeniedException".
|
||||
//
|
||||
// Need additional permissions to configure VPC settings.
|
||||
ErrCodeEC2AccessDeniedException = "EC2AccessDeniedException"
|
||||
|
||||
// ErrCodeEC2ThrottledException for service response error code
|
||||
@@ -72,7 +74,7 @@ const (
|
||||
// ErrCodeInvalidZipFileException for service response error code
|
||||
// "InvalidZipFileException".
|
||||
//
|
||||
// AWS Lambda could not unzip the function zip file.
|
||||
// AWS Lambda could not unzip the deployment package.
|
||||
ErrCodeInvalidZipFileException = "InvalidZipFileException"
|
||||
|
||||
// ErrCodeKMSAccessDeniedException for service response error code
|
||||
@@ -106,7 +108,7 @@ const (
|
||||
// ErrCodePolicyLengthExceededException for service response error code
|
||||
// "PolicyLengthExceededException".
|
||||
//
|
||||
// Lambda function access policy is limited to 20 KB.
|
||||
// The permissions policy for the resource is too large. Learn more (https://docs.aws.amazon.com/lambda/latest/dg/limits.html)
|
||||
ErrCodePolicyLengthExceededException = "PolicyLengthExceededException"
|
||||
|
||||
// ErrCodePreconditionFailedException for service response error code
|
||||
@@ -121,7 +123,7 @@ const (
|
||||
// "RequestTooLargeException".
|
||||
//
|
||||
// The request payload exceeded the Invoke request body JSON input limit. For
|
||||
// more information, see Limits (http://docs.aws.amazon.com/lambda/latest/dg/limits.html).
|
||||
// more information, see Limits (https://docs.aws.amazon.com/lambda/latest/dg/limits.html).
|
||||
ErrCodeRequestTooLargeException = "RequestTooLargeException"
|
||||
|
||||
// ErrCodeResourceConflictException for service response error code
|
||||
@@ -130,6 +132,14 @@ const (
|
||||
// The resource already exists.
|
||||
ErrCodeResourceConflictException = "ResourceConflictException"
|
||||
|
||||
// ErrCodeResourceInUseException for service response error code
|
||||
// "ResourceInUseException".
|
||||
//
|
||||
// The operation conflicts with the resource's availability. For example, you
|
||||
// attempted to update an EventSource Mapping in CREATING, or tried to delete
|
||||
// a EventSource mapping currently in the UPDATING state.
|
||||
ErrCodeResourceInUseException = "ResourceInUseException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
@@ -152,6 +162,8 @@ const (
|
||||
|
||||
// ErrCodeTooManyRequestsException for service response error code
|
||||
// "TooManyRequestsException".
|
||||
//
|
||||
// Request throughput limit exceeded.
|
||||
ErrCodeTooManyRequestsException = "TooManyRequestsException"
|
||||
|
||||
// ErrCodeUnsupportedMediaTypeException for service response error code
|
||||
|
||||
Reference in New Issue
Block a user