Skip to content

Commit c82e66e

Browse files
authored
Fix list in generated doc (#1434)
1 parent 95543bf commit c82e66e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Input/StartExecutionInput.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ final class StartExecutionInput extends Input
2626
* A name must *not* contain:
2727
*
2828
* - white space
29-
* -
3029
* - brackets `< > { } [ ]`
31-
* -
3230
* - wildcard characters `? *`
33-
* -
3431
* - special characters `" # % \ ^ | ~ ` $ & , ; : /`
35-
* -
3632
* - control characters (`U+0000-001F`, `U+007F-009F`)
3733
*
3834
* To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

0 commit comments

Comments
 (0)