AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.25 to 2.34.28, reordered command parameters, updated parameter descriptions, and modified regex patterns for ARN and ID validation (removed '^' and '$' anchors).
Security assessment
The changes are primarily documentation formatting updates, parameter reordering, and minor pattern adjustments. There is no evidence of addressing a specific security vulnerability, incident, or weakness. The pattern changes (removing regex anchors) are likely documentation corrections rather than security fixes. No new security features or security-related documentation were added.
Diff
diff --git a/cli/latest/reference/drs/create-launch-configuration-template.md b/cli/latest/reference/drs/create-launch-configuration-template.md index cd5c8e9c3..2aeaa741c 100644 --- a//cli/latest/reference/drs/create-launch-configuration-template.md +++ b//cli/latest/reference/drs/create-launch-configuration-template.md @@ -15 +15 @@ - * [AWS CLI 2.34.25 Command Reference](../../index.html) » + * [AWS CLI 2.34.28 Command Reference](../../index.html) » @@ -66,0 +67,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 + [--tags <value>] + [--launch-disposition <value>] + [--target-instance-type-right-sizing-method <value>] @@ -69,3 +71,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 - [--export-bucket-arn <value>] - [--launch-disposition <value>] - [--launch-into-source-instance | --no-launch-into-source-instance] @@ -72,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 + [--export-bucket-arn <value>] @@ -74,2 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 - [--tags <value>] - [--target-instance-type-right-sizing-method <value>] + [--launch-into-source-instance | --no-launch-into-source-instance] @@ -101 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -`--copy-private-ip` | `--no-copy-private-ip` (boolean) +`--tags` (map) @@ -103 +103,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> Copy private IP. +> Request to associate tags during creation of a Launch Configuration Template. +> +> key -> (string) +> +>> Constraints: +>> +>> * min: `0` +>> * max: `256` +>> @@ -105 +113,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -`--copy-tags` | `--no-copy-tags` (boolean) +> +> value -> (string) +> +>> Constraints: +>> +>> * min: `0` +>> * max: `256` +>> @@ -107 +121,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> Copy tags. @@ -109 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -`--export-bucket-arn` (string) +Shorthand Syntax: @@ -111,8 +125,9 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/drs-20 -> S3 bucket ARN to export Source Network templates. -> -> Constraints: -> -> * min: `20` -> * max: `2048` -> * pattern: `^arn:.{16,2044}$` -> + + KeyName1=string,KeyName2=string + + +JSON Syntax: + + + {"string": "string" + ...} @@ -132 +147 @@ 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) @@ -134 +149,17 @@ 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. +> Target instance type right-sizing method. +> +> Possible values: +> +> * `NONE` +> * `BASIC` +> * `IN_AWS` +> + + +`--copy-private-ip` | `--no-copy-private-ip` (boolean) + +> Copy private IP. + +`--copy-tags` | `--no-copy-tags` (boolean) + +> Copy tags. @@ -158,5 +189 @@ JSON Syntax: -`--post-launch-enabled` | `--no-post-launch-enabled` (boolean) - -> Whether we want to activate post-launch actions. - -`--tags` (map) +`--export-bucket-arn` (string) @@ -164,3 +191 @@ JSON Syntax: -> Request to associate tags during creation of a Launch Configuration Template. -> -> key -> (string) +> S3 bucket ARN to export Source Network templates. @@ -168,6 +193 @@ JSON Syntax: ->> Constraints: ->> ->> * min: `0` ->> * max: `256` ->> - +> Constraints: @@ -175 +195,3 @@ JSON Syntax: -> value -> (string) +> * min: `20` +> * max: `2048` +> * pattern: `arn:.{16,2044}` @@ -177,8 +198,0 @@ JSON Syntax: ->> Constraints: ->> ->> * min: `0` ->> * max: `256` ->> - - -Shorthand Syntax: @@ -187,9 +201 @@ Shorthand Syntax: - KeyName1=string,KeyName2=string - - -JSON Syntax: - - - {"string": "string" - ...} - +`--post-launch-enabled` | `--no-post-launch-enabled` (boolean) @@ -197 +203 @@ JSON Syntax: -`--target-instance-type-right-sizing-method` (string) +> Whether we want to activate post-launch actions. @@ -199,8 +205 @@ JSON Syntax: -> Target instance type right-sizing method. -> -> Possible values: -> -> * `NONE` -> * `BASIC` -> * `IN_AWS` -> +`--launch-into-source-instance` | `--no-launch-into-source-instance` (boolean) @@ -207,0 +207 @@ JSON Syntax: +> 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. @@ -325,32 +324,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}$` ->> - @@ -366 +334 @@ launchConfigurationTemplate -> (structure) ->> * pattern: `^lct-[0-9a-zA-Z]{17}$` +>> * pattern: `lct-[0-9a-zA-Z]{17}` @@ -370 +338 @@ launchConfigurationTemplate -> (structure) -> launchDisposition -> (string) +> arn -> (string) @@ -372 +340 @@ launchConfigurationTemplate -> (structure) ->> Launch disposition. +>> ARN of the Launch Configuration Template. @@ -374 +342 @@ launchConfigurationTemplate -> (structure) ->> Possible values: +>> Constraints: @@ -376,2 +344,3 @@ launchConfigurationTemplate -> (structure) ->> * `STOPPED` ->> * `STARTED` +>> * min: `20` +>> * max: `2048`