Skip to content

Commit 7247ef8

Browse files
author
AWS
committed
QApps Update: Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
1 parent f48fae5 commit 7247ef8

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "QApps",
4+
"contributor": "",
5+
"description": "Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity."
6+
}

services/qapps/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,11 @@
708708
},
709709
"exception":true
710710
},
711+
"ActionIdentifier":{
712+
"type":"string",
713+
"max":256,
714+
"min":1
715+
},
711716
"AmazonResourceName":{
712717
"type":"string",
713718
"max":1011,
@@ -2671,7 +2676,18 @@
26712676
"SALESFORCE",
26722677
"JIRA",
26732678
"ZENDESK",
2674-
"CUSTOM"
2679+
"CUSTOM",
2680+
"ASANA",
2681+
"ATLASSIAN_CONFLUENCE",
2682+
"GOOGLE_CALENDAR",
2683+
"JIRA_CLOUD",
2684+
"MICROSOFT_EXCHANGE",
2685+
"MICROSOFT_TEAMS",
2686+
"PAGERDUTY_ADVANCE",
2687+
"SALESFORCE_CRM",
2688+
"SERVICENOW_NOW_PLATFORM",
2689+
"SMARTSHEET",
2690+
"ZENDESK_SUITE"
26752691
]
26762692
},
26772693
"PredictAppDefinition":{
@@ -2879,6 +2895,10 @@
28792895
"pluginId":{
28802896
"shape":"String",
28812897
"documentation":"<p>The unique identifier of the plugin used by the card.</p>"
2898+
},
2899+
"actionIdentifier":{
2900+
"shape":"ActionIdentifier",
2901+
"documentation":"<p>The action identifier of the action to be performed by the plugin card.</p>"
28822902
}
28832903
},
28842904
"documentation":"<p>A card in an Q App that integrates with a third-party plugin or service.</p>"
@@ -2912,6 +2932,10 @@
29122932
"pluginId":{
29132933
"shape":"PluginId",
29142934
"documentation":"<p>The unique identifier of the plugin used by the card.</p>"
2935+
},
2936+
"actionIdentifier":{
2937+
"shape":"ActionIdentifier",
2938+
"documentation":"<p>The action identifier of the action to be performed by the plugin card.</p>"
29152939
}
29162940
},
29172941
"documentation":"<p>The input shape for defining a plugin card in an Amazon Q App.</p>"

0 commit comments

Comments
 (0)