|
1490 | 1490 | },
|
1491 | 1491 | "documentation":"<p>This action to delivers an email to a mailbox.</p>"
|
1492 | 1492 | },
|
| 1493 | + "DeliverToQBusinessAction":{ |
| 1494 | + "type":"structure", |
| 1495 | + "required":[ |
| 1496 | + "ApplicationId", |
| 1497 | + "IndexId", |
| 1498 | + "RoleArn" |
| 1499 | + ], |
| 1500 | + "members":{ |
| 1501 | + "ActionFailurePolicy":{ |
| 1502 | + "shape":"ActionFailurePolicy", |
| 1503 | + "documentation":"<p>A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified application has been deleted or the role lacks necessary permissions to call the qbusiness:BatchPutDocument API.</p>" |
| 1504 | + }, |
| 1505 | + "ApplicationId":{ |
| 1506 | + "shape":"QBusinessApplicationId", |
| 1507 | + "documentation":"<p>The unique identifier of the Amazon Q Business application instance where the email content will be delivered.</p>" |
| 1508 | + }, |
| 1509 | + "IndexId":{ |
| 1510 | + "shape":"QBusinessIndexId", |
| 1511 | + "documentation":"<p>The identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.</p>" |
| 1512 | + }, |
| 1513 | + "RoleArn":{ |
| 1514 | + "shape":"IamRoleArn", |
| 1515 | + "documentation":"<p>The Amazon Resource Name (ARN) of the IAM Role to use while delivering to Amazon Q Business. This role must have access to the qbusiness:BatchPutDocument API for the given application and index.</p>" |
| 1516 | + } |
| 1517 | + }, |
| 1518 | + "documentation":"<p>The action to deliver incoming emails to an Amazon Q Business application for indexing.</p>" |
| 1519 | + }, |
1493 | 1520 | "Double":{
|
1494 | 1521 | "type":"double",
|
1495 | 1522 | "box":true
|
|
2869 | 2896 | "type":"list",
|
2870 | 2897 | "member":{"shape":"PolicyStatement"}
|
2871 | 2898 | },
|
| 2899 | + "QBusinessApplicationId":{ |
| 2900 | + "type":"string", |
| 2901 | + "max":36, |
| 2902 | + "min":36, |
| 2903 | + "pattern":"^[a-z0-9-]+$" |
| 2904 | + }, |
| 2905 | + "QBusinessIndexId":{ |
| 2906 | + "type":"string", |
| 2907 | + "max":36, |
| 2908 | + "min":36, |
| 2909 | + "pattern":"^[a-z0-9-]+$" |
| 2910 | + }, |
2872 | 2911 | "Recipients":{
|
2873 | 2912 | "type":"list",
|
2874 | 2913 | "member":{"shape":"EmailAddress"},
|
|
3121 | 3160 | "shape":"DeliverToMailboxAction",
|
3122 | 3161 | "documentation":"<p>This action delivers an email to a WorkMail mailbox.</p>"
|
3123 | 3162 | },
|
| 3163 | + "DeliverToQBusiness":{ |
| 3164 | + "shape":"DeliverToQBusinessAction", |
| 3165 | + "documentation":"<p>This action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.</p>" |
| 3166 | + }, |
3124 | 3167 | "Drop":{
|
3125 | 3168 | "shape":"DropAction",
|
3126 | 3169 | "documentation":"<p>This action terminates the evaluation of rules in the rule set.</p>"
|
|
0 commit comments