vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
13
vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go
generated
vendored
13
vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go
generated
vendored
|
@ -126,6 +126,13 @@ const (
|
|||
// You have reached the limit of the number of delivery channels you can create.
|
||||
ErrCodeMaxNumberOfDeliveryChannelsExceededException = "MaxNumberOfDeliveryChannelsExceededException"
|
||||
|
||||
// ErrCodeMaxNumberOfRetentionConfigurationsExceededException for service response error code
|
||||
// "MaxNumberOfRetentionConfigurationsExceededException".
|
||||
//
|
||||
// Failed to add the retention configuration because a retention configuration
|
||||
// with that name already exists.
|
||||
ErrCodeMaxNumberOfRetentionConfigurationsExceededException = "MaxNumberOfRetentionConfigurationsExceededException"
|
||||
|
||||
// ErrCodeNoAvailableConfigurationRecorderException for service response error code
|
||||
// "NoAvailableConfigurationRecorderException".
|
||||
//
|
||||
|
@ -182,6 +189,12 @@ const (
|
|||
// You have specified a delivery channel that does not exist.
|
||||
ErrCodeNoSuchDeliveryChannelException = "NoSuchDeliveryChannelException"
|
||||
|
||||
// ErrCodeNoSuchRetentionConfigurationException for service response error code
|
||||
// "NoSuchRetentionConfigurationException".
|
||||
//
|
||||
// You have specified a retention configuration that does not exist.
|
||||
ErrCodeNoSuchRetentionConfigurationException = "NoSuchRetentionConfigurationException"
|
||||
|
||||
// ErrCodeOrganizationAccessDeniedException for service response error code
|
||||
// "OrganizationAccessDeniedException".
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue