Skip to content

Commit 9a7efc3

Browse files
author
holtkamp
committed
fix: regenerate code
1 parent a75378a commit 9a7efc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Service/CloudWatchLogs/src/Input/DescribeLogGroupsRequest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ final class DescribeLogGroupsRequest extends Input
2929

3030
/**
3131
* If you specify a string for this parameter, the operation returns only log groups that have names that match the
32-
* string based on a case-sensitive substring search. For example, if you specify `Foo`, log groups named `FooBar`,
33-
* `aws/Foo`, and `GroupFoo` would match, but `foo`, `F/o/o` and `Froo` would not match.
32+
* string based on a case-sensitive substring search. For example, if you specify `DataLogs`, log groups named
33+
* `DataLogs`, `aws/DataLogs`, and `GroupDataLogs` would match, but `datalogs`, `Data/log/s` and `Groupdata` would not
34+
* match.
3435
*
3536
* If you specify `logGroupNamePattern` in your request, then only `arn`, `creationTime`, and `logGroupName` are
3637
* included in the response.

0 commit comments

Comments
 (0)