Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+44
View File
@@ -0,0 +1,44 @@
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package transfer
const (
// ErrCodeInternalServiceError for service response error code
// "InternalServiceError".
//
// This exception is thrown when an error occurs in the AWS Transfer for SFTP
// service.
ErrCodeInternalServiceError = "InternalServiceError"
// ErrCodeInvalidNextTokenException for service response error code
// "InvalidNextTokenException".
//
// The NextToken parameter that was passed is invalid.
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
// ErrCodeInvalidRequestException for service response error code
// "InvalidRequestException".
//
// This exception is thrown when the client submits a malformed request.
ErrCodeInvalidRequestException = "InvalidRequestException"
// ErrCodeResourceExistsException for service response error code
// "ResourceExistsException".
//
// The requested resource does not exist.
ErrCodeResourceExistsException = "ResourceExistsException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// This exception is thrown when a resource is not found by the AWS Transfer
// for SFTP service.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeServiceUnavailableException for service response error code
// "ServiceUnavailableException".
//
// The request has failed because the AWS Transfer for SFTP service is not available.
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
)