vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
4
vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go
generated
vendored
|
@ -41,9 +41,7 @@ const (
|
|||
//
|
||||
// One of the parameters in the request is invalid. For example, if you provided
|
||||
// an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration
|
||||
// API, that AWS Lambda is unable to assume you will get this exception. You
|
||||
// will also get this exception if you have selected a deprecated runtime, such
|
||||
// as Node v0.10.42.
|
||||
// API, that AWS Lambda is unable to assume you will get this exception.
|
||||
ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
|
||||
|
||||
// ErrCodeInvalidRequestContentException for service response error code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue