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
+10 -1
View File
@@ -27,7 +27,9 @@ const (
// ErrCodeExecutionAlreadyExists for service response error code
// "ExecutionAlreadyExists".
//
// An execution with the same name already exists.
// The execution has the same name as another execution (but a different input).
//
// Executions with the same name and input are considered idempotent.
ErrCodeExecutionAlreadyExists = "ExecutionAlreadyExists"
// ErrCodeExecutionDoesNotExist for service response error code
@@ -79,6 +81,13 @@ const (
// The provided token is invalid.
ErrCodeInvalidToken = "InvalidToken"
// ErrCodeMissingRequiredParameter for service response error code
// "MissingRequiredParameter".
//
// Request is missing a required parameter. This error occurs if both definition
// and roleArn are not specified.
ErrCodeMissingRequiredParameter = "MissingRequiredParameter"
// ErrCodeStateMachineAlreadyExists for service response error code
// "StateMachineAlreadyExists".
//