AWS cli documentation change
Summary
Updated AWS CLI version reference, modified pattern validations by removing start/end anchors, added new fields (replicationConfigurationTemplateID, stagingAreaSubnetId, replicationServersSecurityGroupsIDs, useDedicatedReplicationServer, useFipsEndpoint), reordered existing fields, and added internetProtocol field with IP version options.
Security assessment
The change adds documentation for security-related features like replicationServersSecurityGroupsIDs (security groups for replication servers) and useFipsEndpoint (FIPS-compliant endpoints), which are security enhancements. However, there's no evidence of these changes addressing a specific security vulnerability or incident. The pattern changes appear to be validation relaxations but lack context showing they fix security flaws.
Diff
diff --git a/cli/latest/reference/mgn/describe-replication-configuration-templates.md b/cli/latest/reference/mgn/describe-replication-configuration-templates.md index 50924a321..50993b6ab 100644 --- a//cli/latest/reference/mgn/describe-replication-configuration-templates.md +++ b//cli/latest/reference/mgn/describe-replication-configuration-templates.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -114 +114 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 ->> * pattern: `^rct-[0-9a-zA-Z]{17}$` +>> * pattern: `rct-[0-9a-zA-Z]{17}` @@ -246,0 +247,12 @@ items -> (list) +>> replicationConfigurationTemplateID -> (string) [required] +>> +>>> Replication Configuration template ID. +>>> +>>> Constraints: +>>> +>>> * min: `21` +>>> * max: `21` +>>> * pattern: `rct-[0-9a-zA-Z]{17}` +>>> + +>> @@ -256,0 +269,12 @@ items -> (list) +>> +>> stagingAreaSubnetId -> (string) +>> +>>> Replication Configuration template Staging Area subnet ID. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `255` +>>> * pattern: `subnet-[0-9a-fA-F]{8,}` +>>> + @@ -262 +286 @@ items -> (list) ->> bandwidthThrottling -> (long) +>> replicationServersSecurityGroupsIDs -> (list) @@ -264 +288 @@ items -> (list) ->>> Replication Configuration template bandwidth throttling. +>>> Replication Configuration template server Security Groups IDs. @@ -269 +293 @@ items -> (list) ->>> * max: `10000` +>>> * max: `32` @@ -271,0 +296,10 @@ items -> (list) +>>> +>>> (string) +>>> +>>>> Constraints: +>>>> +>>>> * min: `0` +>>>> * max: `255` +>>>> * pattern: `sg-[0-9a-fA-F]{8,}` +>>>> + @@ -273,5 +307 @@ items -> (list) ->> createPublicIP -> (boolean) ->> ->>> Replication Configuration template create Public IP. ->> ->> dataPlaneRouting -> (string) +>> replicationServerInstanceType -> (string) @@ -279 +309 @@ items -> (list) ->>> Replication Configuration template data plane routing. +>>> Replication Configuration template server instance type. @@ -281 +311 @@ items -> (list) ->>> Possible values: +>>> Constraints: @@ -283,2 +313,2 @@ items -> (list) ->>> * `PRIVATE_IP` ->>> * `PUBLIC_IP` +>>> * min: `0` +>>> * max: `255` @@ -286,0 +317,4 @@ items -> (list) +>> +>> useDedicatedReplicationServer -> (boolean) +>> +>>> Replication Configuration template use Dedicated Replication Server. @@ -322,13 +356 @@ items -> (list) ->> replicationConfigurationTemplateID -> (string) [required] ->> ->>> Replication Configuration template ID. ->>> ->>> Constraints: ->>> ->>> * min: `21` ->>> * max: `21` ->>> * pattern: `^rct-[0-9a-zA-Z]{17}$` ->>> - ->> ->> replicationServerInstanceType -> (string) +>> bandwidthThrottling -> (long) @@ -336 +358 @@ items -> (list) ->>> Replication Configuration template server instance type. +>>> Replication Configuration template bandwidth throttling. @@ -341 +363 @@ items -> (list) ->>> * max: `255` +>>> * max: `10000` @@ -345 +367 @@ items -> (list) ->> replicationServersSecurityGroupsIDs -> (list) +>> dataPlaneRouting -> (string) @@ -347,6 +369 @@ items -> (list) ->>> Replication Configuration template server Security Groups IDs. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> * max: `32` +>>> Replication Configuration template data plane routing. @@ -354 +371 @@ items -> (list) - +>>> Possible values: @@ -356 +373,2 @@ items -> (list) ->>> (string) +>>> * `PRIVATE_IP` +>>> * `PUBLIC_IP` @@ -358,6 +375,0 @@ items -> (list) ->>>> Constraints: ->>>> ->>>> * min: `0` ->>>> * max: `255` ->>>> * pattern: `^sg-[0-9a-fA-F]{8,}$` ->>>> @@ -366 +378 @@ items -> (list) ->> stagingAreaSubnetId -> (string) +>> createPublicIP -> (boolean) @@ -368,9 +380 @@ items -> (list) ->>> Replication Configuration template Staging Area subnet ID. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> * max: `255` ->>> * pattern: `^subnet-[0-9a-fA-F]{8,}$` ->>> - +>>> Replication Configuration template create Public IP. @@ -405,0 +410,4 @@ items -> (list) +>> +>> useFipsEndpoint -> (boolean) +>> +>>> Replication Configuration template use Fips Endpoint. @@ -436,5 +444 @@ items -> (list) ->> useDedicatedReplicationServer -> (boolean) ->> ->>> Replication Configuration template use Dedicated Replication Server. ->> ->> useFipsEndpoint -> (boolean) +>> internetProtocol -> (string) @@ -442 +446,8 @@ items -> (list) ->>> Replication Configuration template use Fips Endpoint. +>>> Replication Configuration template internet protocol. +>>> +>>> Possible values: +>>> +>>> * `IPV4` +>>> * `IPV6` +>>> + @@ -465 +476 @@ nextToken -> (string) - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) »