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
+17 -3
View File
@@ -55,6 +55,12 @@ const (
// An unexpected error has occurred.
ErrCodeInternalFailureException = "InternalFailureException"
// ErrCodeInvalidAggregationException for service response error code
// "InvalidAggregationException".
//
// The aggregation is invalid.
ErrCodeInvalidAggregationException = "InvalidAggregationException"
// ErrCodeInvalidQueryException for service response error code
// "InvalidQueryException".
//
@@ -73,10 +79,18 @@ const (
// The response is invalid.
ErrCodeInvalidResponseException = "InvalidResponseException"
// ErrCodeInvalidStateTransitionException for service response error code
// "InvalidStateTransitionException".
//
// An attempt was made to change to an invalid state, for example by deleting
// a job or a job execution which is "IN_PROGRESS" without setting the force
// parameter.
ErrCodeInvalidStateTransitionException = "InvalidStateTransitionException"
// ErrCodeLimitExceededException for service response error code
// "LimitExceededException".
//
// The number of attached entities exceeds the limit.
// A limit has been exceeded.
ErrCodeLimitExceededException = "LimitExceededException"
// ErrCodeMalformedPolicyException for service response error code
@@ -156,8 +170,8 @@ const (
// ErrCodeVersionConflictException for service response error code
// "VersionConflictException".
//
// An exception thrown when the version of a thing passed to a command is different
// than the version specified with the --version parameter.
// An exception thrown when the version of an entity specified with the expectedVersion
// parameter does not match the latest version in the system.
ErrCodeVersionConflictException = "VersionConflictException"
// ErrCodeVersionsLimitExceededException for service response error code