AWS cli documentation change
Summary
Expanded documentation for UpdateRunGroup command to specify updatable settings and verification methods
Security assessment
The changes clarify operational parameters (CPU/GPU limits, concurrent runs) but contain no security-specific context or vulnerability references
Diff
diff --git a/cli/latest/reference/omics/update-run-group.md b/cli/latest/reference/omics/update-run-group.md index db00be61b..f874a8d4d 100644 --- a//cli/latest/reference/omics/update-run-group.md +++ b//cli/latest/reference/omics/update-run-group.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -60 +60,13 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Updates a run group. +Updates the settings of a run group and returns a response with no body if the operation is successful. + +You can update the following settings with `UpdateRunGroup` : + + * Maximum number of CPUs + * Run time (measured in minutes) + * Number of GPUs + * Number of concurrent runs + * Group name + + + +To confirm that the settings have been successfully updated, use the `ListRunGroups` or `GetRunGroup` API operations to verify that the desired changes have been made. @@ -267 +279 @@ None - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »