vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
8
vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go
generated
vendored
|
@ -5,11 +5,11 @@ package directconnect
|
|||
const (
|
||||
|
||||
// ErrCodeClientException for service response error code
|
||||
// "ClientException".
|
||||
// "DirectConnectClientException".
|
||||
//
|
||||
// The API was called with invalid parameters. The error message will contain
|
||||
// additional details about the cause.
|
||||
ErrCodeClientException = "ClientException"
|
||||
ErrCodeClientException = "DirectConnectClientException"
|
||||
|
||||
// ErrCodeDuplicateTagKeysException for service response error code
|
||||
// "DuplicateTagKeysException".
|
||||
|
@ -18,11 +18,11 @@ const (
|
|||
ErrCodeDuplicateTagKeysException = "DuplicateTagKeysException"
|
||||
|
||||
// ErrCodeServerException for service response error code
|
||||
// "ServerException".
|
||||
// "DirectConnectServerException".
|
||||
//
|
||||
// A server-side error occurred during the API call. The error message will
|
||||
// contain additional details about the cause.
|
||||
ErrCodeServerException = "ServerException"
|
||||
ErrCodeServerException = "DirectConnectServerException"
|
||||
|
||||
// ErrCodeTooManyTagsException for service response error code
|
||||
// "TooManyTagsException".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue