Skip to content

Commit e8b4cd8

Browse files
author
awstools
committedDec 3, 2024
feat(client-qapps): Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
1 parent c96da51 commit e8b4cd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+518
-381
lines changed
 

‎clients/client-qapps/README.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@
66

77
AWS SDK for JavaScript QApps Client for Node.js, Browser and React Native.
88

9-
<p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience
10-
users to create lightweight, purpose-built AI apps to fulfill specific tasks from
11-
within their web experience. For example, users can create a Q App that exclusively
12-
generates marketing-related content to improve your marketing team's productivity or a
13-
Q App for writing customer emails and creating promotional content using a certain
14-
style of voice, tone, and branding. For more information on the capabilities, see
15-
<a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User Guide</i>.
16-
</p>
17-
<p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of
18-
Amazon Q Apps API operations</a>.</p>
19-
<p>For information about the IAM access control permissions you need to
20-
use the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
21-
IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in the
22-
<i>Amazon Q Business User Guide</i>.</p>
9+
<p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create
10+
lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.
11+
For example, users can create a Q App that exclusively generates marketing-related content to
12+
improve your marketing team's productivity or a Q App for writing customer emails and
13+
creating promotional content using a certain style of voice, tone, and branding. For more
14+
information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User
15+
Guide</i>. </p>
16+
<p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API
17+
operations</a>.</p>
18+
<p>For information about the IAM access control permissions you need to use
19+
the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
20+
IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in
21+
the <i>Amazon Q Business User Guide</i>.</p>
2322

2423
## Installing
2524

‎clients/client-qapps/src/QApps.ts

+13-14
Original file line numberDiff line numberDiff line change
@@ -724,20 +724,19 @@ export interface QApps {
724724
}
725725

726726
/**
727-
* <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience
728-
* users to create lightweight, purpose-built AI apps to fulfill specific tasks from
729-
* within their web experience. For example, users can create a Q App that exclusively
730-
* generates marketing-related content to improve your marketing team's productivity or a
731-
* Q App for writing customer emails and creating promotional content using a certain
732-
* style of voice, tone, and branding. For more information on the capabilities, see
733-
* <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User Guide</i>.
734-
* </p>
735-
* <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of
736-
* Amazon Q Apps API operations</a>.</p>
737-
* <p>For information about the IAM access control permissions you need to
738-
* use the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
739-
* IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in the
740-
* <i>Amazon Q Business User Guide</i>.</p>
727+
* <p>The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create
728+
* lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.
729+
* For example, users can create a Q App that exclusively generates marketing-related content to
730+
* improve your marketing team's productivity or a Q App for writing customer emails and
731+
* creating promotional content using a certain style of voice, tone, and branding. For more
732+
* information on the capabilities, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html#q-apps-actions">Amazon Q Apps capabilities</a> in the <i>Amazon Q Business User
733+
* Guide</i>. </p>
734+
* <p>For an overview of the Amazon Q App APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Operations_QApps.html">Overview of Amazon Q Apps API
735+
* operations</a>.</p>
736+
* <p>For information about the IAM access control permissions you need to use
737+
* the Amazon Q Apps API, see <a href="https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-experience-iam-role.html">
738+
* IAM role for the Amazon Q Business web experience including Amazon Q Apps</a> in
739+
* the <i>Amazon Q Business User Guide</i>.</p>
741740
* @public
742741
*/
743742
export class QApps extends QAppsClient implements QApps {}

0 commit comments

Comments
 (0)
Please sign in to comment.