AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.25 to 2.34.28 and significantly restructured the output fields documentation for the get-replication-configuration command, including reordering parameters, updating field constraints, and adding new fields like internetProtocol.
Security assessment
The changes are primarily structural reorganization of documentation fields and updating CLI version references. There is no evidence of addressing a specific security vulnerability, weakness, or incident. The changes include routine documentation updates, field reordering, and adding a new internetProtocol field for IPv4/IPv6 support, but these are feature enhancements rather than security fixes. Pattern validations were updated (removing '^' and '$' anchors), but this appears to be documentation formatting rather than security-related changes.
Diff
diff --git a/cli/latest/reference/drs/get-replication-configuration.md b/cli/latest/reference/drs/get-replication-configuration.md index 63a36cf9c..e1b716259 100644 --- a//cli/latest/reference/drs/get-replication-configuration.md +++ b//cli/latest/reference/drs/get-replication-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> * pattern: `^s-[0-9a-zA-Z]{17}$` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -218,9 +218 @@ The formatting style for error output. By default, errors are displayed in enhan -associateDefaultSecurityGroup -> (boolean) - -> Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration. - -autoReplicateNewDisks -> (boolean) - -> Whether to allow the AWS replication agent to automatically replicate newly added disks. - -bandwidthThrottling -> (long) +sourceServerID -> (string) @@ -228 +220 @@ bandwidthThrottling -> (long) -> Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps. +> The ID of the Source Server for this Replication Configuration. @@ -232 +224,3 @@ bandwidthThrottling -> (long) -> * min: `0` +> * min: `19` +> * max: `19` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -236,5 +230 @@ bandwidthThrottling -> (long) -createPublicIP -> (boolean) - -> Whether to create a Public IP for the Recovery Instance by default. - -dataPlaneRouting -> (string) +name -> (string) @@ -242 +232 @@ dataPlaneRouting -> (string) -> The data plane routing mechanism that will be used for replication. +> The name of the Replication Configuration. @@ -244 +234 @@ dataPlaneRouting -> (string) -> Possible values: +> Constraints: @@ -246,2 +236,2 @@ dataPlaneRouting -> (string) -> * `PRIVATE_IP` -> * `PUBLIC_IP` +> * min: `0` +> * max: `128` @@ -251 +241 @@ dataPlaneRouting -> (string) -defaultLargeStagingDiskType -> (string) +stagingAreaSubnetId -> (string) @@ -253 +243 @@ defaultLargeStagingDiskType -> (string) -> The Staging Disk EBS volume type to be used during replication. +> The subnet to be used by the replication staging area. @@ -255 +245 @@ defaultLargeStagingDiskType -> (string) -> Possible values: +> Constraints: @@ -257,4 +247,3 @@ defaultLargeStagingDiskType -> (string) -> * `GP2` -> * `GP3` -> * `ST1` -> * `AUTO` +> * min: `0` +> * max: `255` +> * pattern: `subnet-[0-9a-fA-F]{8,}` @@ -264,10 +253 @@ defaultLargeStagingDiskType -> (string) -ebsEncryption -> (string) - -> The type of EBS encryption to be used during replication. -> -> Possible values: -> -> * `DEFAULT` -> * `CUSTOM` -> * `NONE` -> +associateDefaultSecurityGroup -> (boolean) @@ -274,0 +255 @@ ebsEncryption -> (string) +> Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration. @@ -276 +257 @@ ebsEncryption -> (string) -ebsEncryptionKeyArn -> (string) +replicationServersSecurityGroupsIDs -> (list) @@ -278 +259 @@ ebsEncryptionKeyArn -> (string) -> The ARN of the EBS encryption key to be used during replication. +> The security group IDs that will be used by the replication server. @@ -282,3 +263,2 @@ ebsEncryptionKeyArn -> (string) -> * min: `20` -> * max: `2048` -> * pattern: `^arn:.{16,2044}$` +> * min: `0` +> * max: `32` @@ -287,4 +266,0 @@ ebsEncryptionKeyArn -> (string) - -name -> (string) - -> The name of the Replication Configuration. @@ -292,4 +268 @@ name -> (string) -> Constraints: -> -> * min: `0` -> * max: `128` +> (string) @@ -296,0 +270,6 @@ name -> (string) +>> Constraints: +>> +>> * min: `0` +>> * max: `255` +>> * pattern: `sg-[0-9a-fA-F]{8,}` +>> @@ -299 +278 @@ name -> (string) -pitPolicy -> (list) +replicationServerInstanceType -> (string) @@ -301 +280 @@ pitPolicy -> (list) -> The Point in time (PIT) policy to manage snapshots taken during replication. +> The instance type to be used for the replication server. @@ -305,2 +284,2 @@ pitPolicy -> (list) -> * min: `1` -> * max: `10` +> * min: `0` +> * max: `255` @@ -309,17 +287,0 @@ pitPolicy -> (list) -> -> (structure) -> ->> A rule in the Point in Time (PIT) policy representing when to take snapshots and how long to retain them for. ->> ->> enabled -> (boolean) ->> ->>> Whether this rule is enabled or not. ->> ->> interval -> (integer) [required] ->> ->>> How often, in the chosen units, a snapshot should be taken. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> @@ -327,9 +289 @@ pitPolicy -> (list) ->> ->> retentionDuration -> (integer) [required] ->> ->>> The duration to retain a snapshot for, in the chosen units. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> +useDedicatedReplicationServer -> (boolean) @@ -337,9 +291 @@ pitPolicy -> (list) ->> ->> ruleID -> (long) ->> ->>> The ID of the rule. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> +> Whether to use a dedicated Replication Server in the replication staging area. @@ -347,11 +293,11 @@ pitPolicy -> (list) ->> ->> units -> (string) [required] ->> ->>> The units used to measure the interval and retentionDuration. ->>> ->>> Possible values: ->>> ->>> * `MINUTE` ->>> * `HOUR` ->>> * `DAY` ->>> +defaultLargeStagingDiskType -> (string) + +> The Staging Disk EBS volume type to be used during replication. +> +> Possible values: +> +> * `GP2` +> * `GP3` +> * `ST1` +> * `AUTO` +> @@ -385,10 +330,0 @@ replicatedDisks -> (list) ->> ->> iops -> (long) ->> ->>> The requested number of I/O operations per second (IOPS). ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> - @@ -400 +336 @@ replicatedDisks -> (list) ->> optimizedStagingDiskType -> (string) +>> stagingDiskType -> (string) @@ -402 +338 @@ replicatedDisks -> (list) ->>> The Staging Disk EBS volume type to be used during replication when `stagingDiskType` is set to Auto. This is a read-only field. +>>> The Staging Disk EBS volume type to be used during replication. @@ -416 +352 @@ replicatedDisks -> (list)