Skip to content

Commit 67ed0fb

Browse files
committed
regen docs
1 parent 233b727 commit 67ed0fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/docs/en/tools/iam.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Simulate whether a user, role, or group is allowed to perform specific AWS actio
511511

512512
| Parameter | Type | Description |
513513
| --------- | ---- | ----------- |
514-
| `evaluationResults` | json | Simulation results per action: evalActionName, evalResourceName, evalDecision \(allowed/explicitDeny/implicitDeny\), matchedStatements, missingContextValues |
514+
| `evaluationResults` | json | Simulation results per action: evalActionName, evalResourceName, evalDecision \(allowed/explicitDeny/implicitDeny\), matchedStatements \(sourcePolicyId, sourcePolicyType\), missingContextValues |
515515
| `isTruncated` | boolean | Whether there are more results available |
516516
| `marker` | string | Pagination marker for the next page of results |
517517
| `count` | number | Number of evaluation results returned |

apps/docs/content/docs/en/tools/ses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Send emails to multiple recipients using an SES template with per-recipient data
9898
| `secretAccessKey` | string | Yes | AWS secret access key |
9999
| `fromAddress` | string | Yes | Verified sender email address |
100100
| `templateName` | string | Yes | Name of the SES email template to use |
101-
| `destinations` | string | Yes | JSON array of destination objects with toAddresses \(string\[\]\) and templateData \(JSON string\) |
101+
| `destinations` | string | Yes | JSON array of destination objects with toAddresses \(string\[\]\) and optional templateData \(JSON string\); falls back to defaultTemplateData when omitted |
102102
| `defaultTemplateData` | string | No | Default JSON template data used when a destination does not specify its own |
103103
| `configurationSetName` | string | No | SES configuration set name for tracking |
104104

0 commit comments

Comments
 (0)