vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2017-07-23 08:51:42 +01:00
parent 0b6fba34a3
commit eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions

View file

@ -66,6 +66,18 @@ const (
// The quota for this resource quota has been exceeded.
ErrCodeResourceQuotaExceededFault = "ResourceQuotaExceededFault"
// ErrCodeSNSInvalidTopicFault for service response error code
// "SNSInvalidTopicFault".
//
// The SNS topic is invalid.
ErrCodeSNSInvalidTopicFault = "SNSInvalidTopicFault"
// ErrCodeSNSNoAuthorizationFault for service response error code
// "SNSNoAuthorizationFault".
//
// You are not authorized for the SNS subscription.
ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorizationFault"
// ErrCodeStorageQuotaExceededFault for service response error code
// "StorageQuotaExceededFault".
//