AWS cli documentation change
Summary
Reordered parameters, updated regex patterns, and added workload-name requirement
Security assessment
Changes involve parameter reorganization and regex pattern adjustments (removed start/end anchors). No security vulnerabilities addressed or security features documented. Dry-run permission check is standard functionality.
Diff
diff --git a/cli/latest/reference/launch-wizard/create-deployment.md b/cli/latest/reference/launch-wizard/create-deployment.md index 0a6593cd9..57ff2d770 100644 --- a//cli/latest/reference/launch-wizard/create-deployment.md +++ b//cli/latest/reference/launch-wizard/create-deployment.md @@ -15 +15 @@ - * [AWS CLI 2.33.1 Command Reference](../../index.html) » + * [AWS CLI 2.33.2 Command Reference](../../index.html) » @@ -66,0 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch + --workload-name <value> @@ -68 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch - [--dry-run | --no-dry-run] @@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch + [--dry-run | --no-dry-run] @@ -72 +72,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch - --workload-name <value> @@ -96,0 +97,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch +`--workload-name` (string) [required] + +> The name of the workload. You can use the ` `ListWorkloads` <https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads>.html`__ operation to discover supported values for this parameter. +> +> Constraints: +> +> * min: `1` +> * max: `100` +> * pattern: `[A-Za-z][a-zA-Z0-9-_]*` +> + + @@ -105 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch -> * pattern: `^[A-Za-z0-9][a-zA-Z0-9-]*$` +> * pattern: `[A-Za-z0-9][a-zA-Z0-9-]*` @@ -109,4 +120,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch -`--dry-run` | `--no-dry-run` (boolean) - -> Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is `DryRunOperation` . Otherwise, it is `UnauthorizedOperation` . - @@ -121 +129 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch -> * pattern: `^[A-Za-z0-9_\.-]+$` +> * pattern: `[A-Za-z0-9_\.-]+` @@ -142 +150 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/launch ->> * pattern: `^[a-zA-Z0-9-:]+$` +>> * pattern: `[a-zA-Z0-9-:]+` @@ -167,0 +176,4 @@ JSON Syntax: +`--dry-run` | `--no-dry-run` (boolean) + +> Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is `DryRunOperation` . Otherwise, it is `UnauthorizedOperation` . + @@ -185 +197 @@ JSON Syntax: ->> * pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$` +>> * pattern: `(?!aws:)[a-zA-Z+-=._:/]+` @@ -194,0 +207 @@ JSON Syntax: +>> * pattern: `[a-zA-Z+-=._:/]*` @@ -211,12 +223,0 @@ JSON Syntax: -`--workload-name` (string) [required] - -> The name of the workload. You can use the ` `ListWorkloads` <https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads>.html`__ operation to discover supported values for this parameter. -> -> Constraints: -> -> * min: `1` -> * max: `100` -> * pattern: `^[A-Za-z][a-zA-Z0-9-_]*$` -> - - @@ -330 +331 @@ deploymentId -> (string) -> * pattern: `^[a-zA-Z0-9-]+$` +> * pattern: `[a-zA-Z0-9-]+` @@ -344 +345 @@ deploymentId -> (string) - * [AWS CLI 2.33.1 Command Reference](../../index.html) » + * [AWS CLI 2.33.2 Command Reference](../../index.html) »