AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-10 · Documentation low

File: sagemaker/latest/dg/logging-using-cloudtrail.md

Summary

Removed references to ChatCompletions API in CloudTrail logging documentation and updated API links

Security assessment

Changes involve removing deprecated API references and updating documentation links. No security vulnerabilities, mitigations, or security features are mentioned.

Diff

diff --git a/sagemaker/latest/dg/logging-using-cloudtrail.md b/sagemaker/latest/dg/logging-using-cloudtrail.md
index 303570a0f..0fffb592e 100644
--- a//sagemaker/latest/dg/logging-using-cloudtrail.md
+++ b//sagemaker/latest/dg/logging-using-cloudtrail.md
@@ -67,4 +67,3 @@ Resource type (console) | resources.type value | Data APIs logged to CloudTrail
-  * [ChatCompletions](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_ChatCompletions.html)
-  * [CompleteRollout](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_CompleteRollout.html)
-  * [Sample](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_Sample.html)
-  * [SampleWithResponseStream](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_SampleWithResponseStream.html)
+  * [CompleteRollout](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_CompleteRollout.html)
+  * [Sample](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_Sample.html)
+  * [SampleWithResponseStream](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_job_runtime_SampleWithResponseStream.html)
@@ -208 +207 @@ The following example shows a CloudTrail event that demonstrates the `CreateMode
-The following examples show CloudTrail data events for SageMaker AI jobs. Note that `ChatCompletions` calls are transformed into `Sample` and `SampleWithResponseStream` calls in the CloudTrail logs.
+The following examples show CloudTrail data events for SageMaker AI jobs.
@@ -251 +250 @@ The following example shows a CloudTrail event that demonstrates the `CompleteRo
-The following example shows a CloudTrail event that demonstrates the `Sample` operation. This event is also logged when `ChatCompletions` is called with a non-streaming response.
+The following example shows a CloudTrail event that demonstrates the `Sample` operation.
@@ -294 +293 @@ The following example shows a CloudTrail event that demonstrates the `Sample` op
-The following example shows a CloudTrail event that demonstrates the `SampleWithResponseStream` operation. This event is also logged when `ChatCompletions` is called with a streaming response.
+The following example shows a CloudTrail event that demonstrates the `SampleWithResponseStream` operation.