AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.25 to 2.34.28, reordered command parameters in synopsis and descriptions, removed regex anchors (^ and $) from pattern constraints for launch-configuration-template-id and ARN patterns, and reorganized output structure fields.
Security assessment
The changes are primarily documentation formatting updates, parameter reordering, and pattern constraint adjustments (removing regex anchors). There is no evidence of addressing a specific security vulnerability, weakness, or incident. The changes appear to be routine documentation maintenance and formatting improvements without security implications.
Diff
diff --git a/cli/latest/reference/drs/update-launch-configuration-template.md b/cli/latest/reference/drs/update-launch-configuration-template.md index 4704dc7c0..44097a098 100644 --- a//cli/latest/reference/drs/update-launch-configuration-template.md +++ b//cli/latest/reference/drs/update-launch-configuration-template.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -67,3 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 - [--copy-private-ip | --no-copy-private-ip] - [--copy-tags | --no-copy-tags] - [--export-bucket-arn <value>] @@ -72 +69,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 - [--launch-into-source-instance | --no-launch-into-source-instance] + [--target-instance-type-right-sizing-method <value>] + [--copy-private-ip | --no-copy-private-ip] + [--copy-tags | --no-copy-tags] @@ -73,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 + [--export-bucket-arn <value>] @@ -75 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 - [--target-instance-type-right-sizing-method <value>] + [--launch-into-source-instance | --no-launch-into-source-instance] @@ -101,20 +100,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -`--copy-private-ip` | `--no-copy-private-ip` (boolean) - -> Copy private IP. - -`--copy-tags` | `--no-copy-tags` (boolean) - -> Copy tags. - -`--export-bucket-arn` (string) - -> S3 bucket ARN to export Source Network templates. -> -> Constraints: -> -> * min: `20` -> * max: `2048` -> * pattern: `^arn:.{16,2044}$` -> - - @@ -129 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> * pattern: `^lct-[0-9a-zA-Z]{17}$` +> * pattern: `lct-[0-9a-zA-Z]{17}` @@ -144 +124,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -`--launch-into-source-instance` | `--no-launch-into-source-instance` (boolean) +`--target-instance-type-right-sizing-method` (string) + +> Target instance type right-sizing method. +> +> Possible values: +> +> * `NONE` +> * `BASIC` +> * `IN_AWS` +> @@ -146 +135,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> DRS will set the ‘launch into instance ID’ of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance. + +`--copy-private-ip` | `--no-copy-private-ip` (boolean) + +> Copy private IP. + +`--copy-tags` | `--no-copy-tags` (boolean) + +> Copy tags. @@ -170,5 +166 @@ JSON Syntax: -`--post-launch-enabled` | `--no-post-launch-enabled` (boolean) - -> Whether we want to activate post-launch actions. - -`--target-instance-type-right-sizing-method` (string) +`--export-bucket-arn` (string) @@ -176 +168 @@ JSON Syntax: -> Target instance type right-sizing method. +> S3 bucket ARN to export Source Network templates. @@ -178 +170 @@ JSON Syntax: -> Possible values: +> Constraints: @@ -180,3 +172,3 @@ JSON Syntax: -> * `NONE` -> * `BASIC` -> * `IN_AWS` +> * min: `20` +> * max: `2048` +> * pattern: `arn:.{16,2044}` @@ -185,0 +178,8 @@ JSON Syntax: +`--post-launch-enabled` | `--no-post-launch-enabled` (boolean) + +> Whether we want to activate post-launch actions. + +`--launch-into-source-instance` | `--no-launch-into-source-instance` (boolean) + +> DRS will set the ‘launch into instance ID’ of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance. + @@ -302,32 +301,0 @@ launchConfigurationTemplate -> (structure) -> -> arn -> (string) -> ->> ARN of the Launch Configuration Template. ->> ->> Constraints: ->> ->> * min: `20` ->> * max: `2048` ->> * pattern: `^arn:.{16,2044}$` ->> - -> -> copyPrivateIp -> (boolean) -> ->> Copy private IP. -> -> copyTags -> (boolean) -> ->> Copy tags. -> -> exportBucketArn -> (string) -> ->> S3 bucket ARN to export Source Network templates. ->> ->> Constraints: ->> ->> * min: `20` ->> * max: `2048` ->> * pattern: `^arn:.{16,2044}$` ->> - @@ -343 +311 @@ launchConfigurationTemplate -> (structure) ->> * pattern: `^lct-[0-9a-zA-Z]{17}$` +>> * pattern: `lct-[0-9a-zA-Z]{17}` @@ -347 +315 @@ launchConfigurationTemplate -> (structure) -> launchDisposition -> (string) +> arn -> (string) @@ -349 +317 @@ launchConfigurationTemplate -> (structure) ->> Launch disposition. +>> ARN of the Launch Configuration Template. @@ -351 +319 @@ launchConfigurationTemplate -> (structure) ->> Possible values: +>> Constraints: @@ -353,2 +321,3 @@ launchConfigurationTemplate -> (structure) ->> * `STOPPED` ->> * `STARTED` +>> * min: `20` +>> * max: `2048` +>> * pattern: `arn:.{16,2044}` @@ -357,16 +325,0 @@ launchConfigurationTemplate -> (structure) -> -> launchIntoSourceInstance -> (boolean) -> ->> DRS will set the ‘launch into instance ID’ of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance. -> -> licensing -> (structure) -> ->> Licensing. ->> ->> osByol -> (boolean) ->> ->>> Whether to enable “Bring your own license” or not. -> -> postLaunchEnabled -> (boolean) -> ->> Post-launch actions activated. @@ -394,0 +348,11 @@ launchConfigurationTemplate -> (structure) +> +> launchDisposition -> (string) +> +>> Launch disposition. +>> +>> Possible values: +>> +>> * `STOPPED` +>> * `STARTED` +>> + @@ -406,0 +371,36 @@ launchConfigurationTemplate -> (structure) +> +> copyPrivateIp -> (boolean) +> +>> Copy private IP. +> +> copyTags -> (boolean) +> +>> Copy tags. +> +> licensing -> (structure) +> +>> Licensing. +>> +>> osByol -> (boolean) +>> +>>> Whether to enable “Bring your own license” or not. +> +> exportBucketArn -> (string) +> +>> S3 bucket ARN to export Source Network templates. +>> +>> Constraints: +>>