Skip to content

Commit

Permalink
docs(client-quicksight): A docs-only release to add missing entities …
Browse files Browse the repository at this point in the history
…to the API reference.
  • Loading branch information
awstools committed Dec 18, 2023
1 parent 9faa8ad commit 8a46724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat

/**
* @public
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact Amazon Web Services Support.</p>
* <p>The permissions resource is
* <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
* </code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/quicksight.json
Original file line number Diff line number Diff line change
Expand Up @@ -7671,7 +7671,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>\n <p>The permissions resource is\n\t\t\t\t\t<code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>\n </code>.</p>\n <p>The response is a group object.</p>",
"smithy.api#documentation": "<p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact Amazon Web Services Support.</p>\n <p>The permissions resource is\n\t\t\t\t\t<code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>\n </code>.</p>\n <p>The response is a group object.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups",
Expand Down

0 comments on commit 8a46724

Please sign in to comment.