vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
26
vendor/github.com/aws/aws-sdk-go/service/waf/errors.go
generated
vendored
26
vendor/github.com/aws/aws-sdk-go/service/waf/errors.go
generated
vendored
|
@ -80,6 +80,32 @@ const (
|
|||
// a resource with which a web ACL cannot be associated.
|
||||
ErrCodeInvalidParameterException = "InvalidParameterException"
|
||||
|
||||
// ErrCodeInvalidPermissionPolicyException for service response error code
|
||||
// "InvalidPermissionPolicyException".
|
||||
//
|
||||
// The operation failed because the specified policy is not in the proper format.
|
||||
//
|
||||
// The policy is subject to the following restrictions:
|
||||
//
|
||||
// * You can attach only one policy with each PutPermissionPolicy request.
|
||||
//
|
||||
// * The policy must include an Effect, Action and Principal.
|
||||
//
|
||||
// * Effect must specify Allow.
|
||||
//
|
||||
// * The Action in the policy must be waf:UpdateWebACL or waf-regional:UpdateWebACL.
|
||||
// Any extra or wildcard actions in the policy will be rejected.
|
||||
//
|
||||
// * The policy cannot include a Resource parameter.
|
||||
//
|
||||
// * The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup
|
||||
// must exist in the same region.
|
||||
//
|
||||
// * The user making the request must be the owner of the RuleGroup.
|
||||
//
|
||||
// * Your policy must be composed using IAM Policy version 2012-10-17.
|
||||
ErrCodeInvalidPermissionPolicyException = "InvalidPermissionPolicyException"
|
||||
|
||||
// ErrCodeInvalidRegexPatternException for service response error code
|
||||
// "InvalidRegexPatternException".
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue