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
@@ -11,6 +11,10 @@ const (
// the IAM policy associated with this account.
ErrCodeAuthorizationErrorException = "AuthorizationErrorException"
// ErrCodeConflictErrorException for service response error code
// "ConflictErrorException".
ErrCodeConflictErrorException = "ConflictErrorException"
// ErrCodeInvalidParameterException for service response error code
// "InvalidParameterException".
//
@@ -30,6 +34,16 @@ const (
// This operation is not permitted.
ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
// ErrCodeResourceInUseException for service response error code
// "ResourceInUseException".
//
// This issue occurs when the same clientRequestToken is used with the StartImportTask
// action, but with different parameters. For example, you use the same request
// token but have two different import URLs, you can encounter this issue. If
// the import tasks are meant to be different, use a different clientRequestToken,
// and try again.
ErrCodeResourceInUseException = "ResourceInUseException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//