AWS Security ChangesHomeSearch

AWS aws-sdk-php documentation change

Service: aws-sdk-php · 2025-03-02 · Documentation low

File: aws-sdk-php/v3/api/api-dms-2016-01-01.md

Summary

Added 'Skipped' integer field to multiple API responses, corrected S3 bucket reference from 'Amazon Amazon S3' to 'Amazon S3', and added documentation about skipped assessments in migration assessment results.

Security assessment

The changes primarily add documentation about skipped assessments and fix a typo in S3 bucket references. There is no evidence these changes address any security vulnerabilities or introduce new security features.

Diff

diff --git a/aws-sdk-php/v3/api/api-dms-2016-01-01.md
index aa47d1366..58d82e57c 100644
--- a/aws-sdk-php/v3/api/api-dms-2016-01-01.md
+++ b/aws-sdk-php/v3/api/api-dms-2016-01-01.md
@@ -964,0 +965 @@ Amazon Resource Name (ARN) of the premigration assessment run to be canceled.
+                'Skipped' => <integer>,
@@ -6283,0 +6285 @@ Amazon Resource Name (ARN) of the premigration assessment run to be deleted.
+                'Skipped' => <integer>,
@@ -11467,0 +11470 @@ The maximum number of records to include in the response. If more records exist
+                    'Skipped' => <integer>,
@@ -11836,0 +11840 @@ The maximum number of records to include in the response. If more records exist
+                            'Skipped' => <integer>,
@@ -17136 +17140 @@ User-defined settings for the premigration assessment. The possible values are:
-  * `ResultLocationFinder`: The folder within an Amazon Amazon S3 bucket where you want DMS to store the results of this assessment run.
+  * `ResultLocationFolder`: The folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.
@@ -17138 +17142 @@ User-defined settings for the premigration assessment. The possible values are:
-  * `ResultEncryptionMode`: The supported values are `SSE_KMS` and `SSE_S3`. If these values are not provided, then the files are not encrypted at rest. For more information, see [Creating Amazon Web Services KMS keys to encrypt Amazon Amazon S3 target objects](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys).
+  * `ResultEncryptionMode`: The supported values are `SSE_KMS` and `SSE_S3`. If these values are not provided, then the files are not encrypted at rest. For more information, see [Creating Amazon Web Services KMS keys to encrypt Amazon S3 target objects](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys).
@@ -17202,0 +17207 @@ For a `full-load-and-cdc` replication, DMS migrates table data, and then applies
+                        'Skipped' => <integer>,
@@ -17707,0 +17713 @@ One or more tags to be assigned to the premigration assessment run that you want
+                'Skipped' => <integer>,
@@ -17938,0 +17945 @@ The Amazon Resource Name of the replication to stop.
+                        'Skipped' => <integer>,
@@ -24719 +24726 @@ This status can have one of the following values:
-  * `"warning"` – At least one individual assessment completed with a `warning` status.
+  * `"warning"` – At least one individual assessment completed with a `warning` status or all individual assessments were skipped (completed with a `skipped` status).
@@ -24781,0 +24789,7 @@ The number of individual assessments that successfully passed all checks in the
+**Skipped**
+    
+
+    **Type:** _int_
+
+The number of individual assessments that were skipped during the assessment run.
+
@@ -24843,0 +24858,2 @@ This status can have one of the following values:
+  * `"skipped"`
+