AWS cli documentation change
Summary
Updated CLI version from 2.27.51 to 2.27.54 and modified example in syntax section for log group name matching
Security assessment
The changes are routine documentation updates (version number and example adjustment) with no security implications.
Diff
diff --git a/cli/latest/reference/logs/describe-log-groups.md b/cli/latest/reference/logs/describe-log-groups.md index 664f9bdfa..ea3061e6c 100644 --- a//cli/latest/reference/logs/describe-log-groups.md +++ b//cli/latest/reference/logs/describe-log-groups.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -129 +129 @@ Syntax: -> If you specify a string for this parameter, the operation returns only log groups that have names that match the string based on a case-sensitive substring search. For example, if you specify `Foo` , log groups named `FooBar` , `aws/Foo` , and `GroupFoo` would match, but `foo` , `F/o/o` and `Froo` would not match. +> If you specify a string for this parameter, the operation returns only log groups that have names that match the string based on a case-sensitive substring search. For example, if you specify `DataLogs` , log groups named `DataLogs` , `aws/DataLogs` , and `GroupDataLogs` would match, but `datalogs` , `Data/log/s` and `Groupdata` would not match. @@ -417 +417 @@ nextToken -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »