AWS Security ChangesHomeSearch

AWS aws-sdk-php documentation change

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

File: aws-sdk-php/v3/api/api-iot-2015-05-28.md

Summary

Added 'configuration' parameter documentation for audit check settings

Security assessment

The change documents configuration options for audit checks, which are security-related features. However, there's no indication this addresses a specific security vulnerability.

Diff

diff --git a/aws-sdk-php/v3/api/api-iot-2015-05-28.md
index 8169d5f23..58c565da0 100644
--- a/aws-sdk-php/v3/api/api-iot-2015-05-28.md
+++ b/aws-sdk-php/v3/api/api-iot-2015-05-28.md
@@ -10062,0 +10063 @@ Requires permission to access the [DescribeAccountAuditConfiguration](https://do
+                'configuration' => ['<string>', ...],
@@ -27860,0 +27862 @@ Requires permission to access the [UpdateAccountAuditConfiguration](https://docs
+                'configuration' => ['<string>', ...],
@@ -32006,0 +32009,7 @@ Which audit checks are enabled and disabled for this account.
+**configuration**
+    
+
+    **Type:** _Associative array of custom strings keys (ConfigName) to strings_
+
+A structure containing the configName and corresponding configValue for configuring audit checks.
+