Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
+37
View File
@@ -24,12 +24,25 @@ const (
// The certificate is invalid.
ErrCodeCertificateValidationException = "CertificateValidationException"
// ErrCodeConflictingResourceUpdateException for service response error code
// "ConflictingResourceUpdateException".
//
// A conflicting resource update exception. This exception is thrown when two
// pending updates cause a conflict.
ErrCodeConflictingResourceUpdateException = "ConflictingResourceUpdateException"
// ErrCodeDeleteConflictException for service response error code
// "DeleteConflictException".
//
// You can't delete the resource because it is attached to one or more resources.
ErrCodeDeleteConflictException = "DeleteConflictException"
// ErrCodeIndexNotReadyException for service response error code
// "IndexNotReadyException".
//
// The index is not ready.
ErrCodeIndexNotReadyException = "IndexNotReadyException"
// ErrCodeInternalException for service response error code
// "InternalException".
//
@@ -42,12 +55,24 @@ const (
// An unexpected error has occurred.
ErrCodeInternalFailureException = "InternalFailureException"
// ErrCodeInvalidQueryException for service response error code
// "InvalidQueryException".
//
// The query is invalid.
ErrCodeInvalidQueryException = "InvalidQueryException"
// ErrCodeInvalidRequestException for service response error code
// "InvalidRequestException".
//
// The request is not valid.
ErrCodeInvalidRequestException = "InvalidRequestException"
// ErrCodeInvalidResponseException for service response error code
// "InvalidResponseException".
//
// The response is invalid.
ErrCodeInvalidResponseException = "InvalidResponseException"
// ErrCodeLimitExceededException for service response error code
// "LimitExceededException".
//
@@ -60,6 +85,12 @@ const (
// The policy documentation is not valid.
ErrCodeMalformedPolicyException = "MalformedPolicyException"
// ErrCodeNotConfiguredException for service response error code
// "NotConfiguredException".
//
// The resource is not configured.
ErrCodeNotConfiguredException = "NotConfiguredException"
// ErrCodeRegistrationCodeValidationException for service response error code
// "RegistrationCodeValidationException".
//
@@ -78,6 +109,12 @@ const (
// The specified resource does not exist.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeResourceRegistrationFailureException for service response error code
// "ResourceRegistrationFailureException".
//
// The resource registration failed.
ErrCodeResourceRegistrationFailureException = "ResourceRegistrationFailureException"
// ErrCodeServiceUnavailableException for service response error code
// "ServiceUnavailableException".
//