AWS amazon-mq documentation change
Summary
Added storage configuration details including EFS throughput modes, reordered fields, and added documentation for BrokerStorageConfiguration/EfsBrokerStorageConfiguration
Security assessment
Changes relate to storage configuration parameters and documentation structure without mentioning security vulnerabilities or security-related features. Throughput mode configuration is a performance-related setting.
Diff
diff --git a/amazon-mq/latest/api-reference/brokers-broker-id.md b/amazon-mq/latest/api-reference/brokers-broker-id.md index b95aa3742..1e258e51b 100644 --- a//amazon-mq/latest/api-reference/brokers-broker-id.md +++ b//amazon-mq/latest/api-reference/brokers-broker-id.md @@ -98,0 +99,5 @@ ResponsesStatus code| Response model| Description + "storageConfiguration": { + "efs": { + "throughputMode": enum + } + }, @@ -170,0 +176,5 @@ ResponsesStatus code| Response model| Description + "storageConfiguration": { + "efs": { + "throughputMode": enum + } + }, @@ -201 +210,0 @@ ResponsesStatus code| Response model| Description - "brokerId": "string", @@ -202,0 +212 @@ ResponsesStatus code| Response model| Description + "brokerId": "string", @@ -216,0 +227,5 @@ ResponsesStatus code| Response model| Description + "pendingStorageConfiguration": { + "efs": { + "throughputMode": enum + } + }, @@ -280,0 +296,5 @@ ResponsesStatus code| Response model| Description + "pendingStorageConfiguration": { + "efs": { + "throughputMode": enum + } + }, @@ -298,0 +319,4 @@ ResponsesStatus code| Response model| Description + "logs": { + "general": boolean, + "audit": boolean + }, @@ -313,4 +336,0 @@ ResponsesStatus code| Response model| Description - "logs": { - "general": boolean, - "audit": boolean - }, @@ -384,0 +405,8 @@ The broker's status. +### BrokerStorageConfiguration + +The storage configurations of a broker. + +Property| Type| Required| Description +---|---|---|--- +`efs`| EfsBrokerStorageConfiguration| False| + @@ -514,0 +543 @@ Property| Type| Required| Description +`pendingStorageConfiguration`| BrokerStorageConfiguration| False| The pending broker's storage configuration. @@ -516,0 +546 @@ Property| Type| Required| Description +`storageConfiguration`| BrokerStorageConfiguration| False| The broker's storage configuration. @@ -521,0 +552,8 @@ Property| Type| Required| Description +### EfsBrokerStorageConfiguration + +The storage configuration of an EFS broker storage + +Property| Type| Required| Description +---|---|---|--- +`throughputMode`| stringValues: `ELASTIC | STANDARD`| False| Throughput mode of EFS broker storage + @@ -652,0 +691 @@ When upgrading to ActiveMQ version 5.18 and above or RabbitMQ version 3.13 and a +`storageConfiguration`| BrokerStorageConfiguration| False| The broker's storage configuration. @@ -672,0 +712 @@ Property| Type| Required| Description +`pendingStorageConfiguration`| BrokerStorageConfiguration| False| The pending broker's storage configuration.