File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
services/qapps/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 708
708
},
709
709
"exception" :true
710
710
},
711
+ "ActionIdentifier" :{
712
+ "type" :" string" ,
713
+ "max" :256 ,
714
+ "min" :1
715
+ },
711
716
"AmazonResourceName" :{
712
717
"type" :" string" ,
713
718
"max" :1011 ,
2671
2676
" SALESFORCE" ,
2672
2677
" JIRA" ,
2673
2678
" 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"
2675
2691
]
2676
2692
},
2677
2693
"PredictAppDefinition" :{
2879
2895
"pluginId" :{
2880
2896
"shape" :" String" ,
2881
2897
"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>"
2882
2902
}
2883
2903
},
2884
2904
"documentation" :" <p>A card in an Q App that integrates with a third-party plugin or service.</p>"
2912
2932
"pluginId" :{
2913
2933
"shape" :" PluginId" ,
2914
2934
"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>"
2915
2939
}
2916
2940
},
2917
2941
"documentation" :" <p>The input shape for defining a plugin card in an Amazon Q App.</p>"
You can’t perform that action at this time.
0 commit comments