AWS aurora-dsql documentation change
Summary
Removed preview disclaimer and note about upcoming operation type changes
Security assessment
The change removes standard preview notices and feature evolution warnings without any security context. No vulnerabilities, security incidents, or security controls are mentioned.
Diff
diff --git a/aurora-dsql/latest/userguide/cdc-iam.md b/aurora-dsql/latest/userguide/cdc-iam.md index 38ffde059..5092c0995 100644 --- a//aurora-dsql/latest/userguide/cdc-iam.md +++ b//aurora-dsql/latest/userguide/cdc-iam.md @@ -11,6 +10,0 @@ Caller permissionsService roleService role trust policyService role permissions -###### Important - -This feature is provided as an AWS Preview and is subject to change. For more information, see section 2, Betas and Previews, in the [AWS Service Terms](https://aws.amazon.com/service-terms/). To learn more about pricing for CDC streams, see the [Aurora DSQL pricing page](https://aws.amazon.com/rds/aurora/dsql/pricing/). - -Before general availability, we will add new operation types (`"op": "u"` for updates) to your stream payload. To ensure your application handles these changes without modification, treat any unrecognized `op` value as an upsert by applying the `after` payload. See [Understanding CDC records](./cdc-record-format.html) for details. -