diff --git a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts index bcb26416c8826..bb16e98503272 100644 --- a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts @@ -28,9 +28,8 @@ export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {} /** - *
Attaches an IAM policy to the specified resource. Use this to share a rule group across - * accounts.
- *You must be the owner of the rule group to perform this operation.
+ *Use this to share a rule group with other accounts.
+ *This action attaches an IAM policy to the specified resource. You must be the owner of the rule group to perform this operation.
*This action is subject to the following restrictions:
*The user making the request must be the owner of the rule group.
*If a rule group has been shared with your account, you can access it through the call GetRuleGroup
,
+ * and you can reference it in CreateWebACL
and UpdateWebACL
.
+ * Rule groups that are shared with you don't appear in your WAF console rule groups listing.
Attaches an IAM policy to the specified resource. Use this to share a rule group across\n accounts.
\nYou must be the owner of the rule group to perform this operation.
\nThis action is subject to the following restrictions:
\nYou can attach only one policy with each PutPermissionPolicy
\n request.
The ARN in the request must be a valid WAF RuleGroup ARN and the\n rule group must exist in the same Region.
\nThe user making the request must be the owner of the rule group.
\nUse this to share a rule group with other accounts.
\nThis action attaches an IAM policy to the specified resource. You must be the owner of the rule group to perform this operation.
\nThis action is subject to the following restrictions:
\nYou can attach only one policy with each PutPermissionPolicy
\n request.
The ARN in the request must be a valid WAF RuleGroup ARN and the\n rule group must exist in the same Region.
\nThe user making the request must be the owner of the rule group.
\nIf a rule group has been shared with your account, you can access it through the call GetRuleGroup
, \n and you can reference it in CreateWebACL
and UpdateWebACL
. \n Rule groups that are shared with you don't appear in your WAF console rule groups listing.