We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042cdd0 commit 9272c05Copy full SHA for 9272c05
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Changed
6
+
7
+- AWS enhancement: Documentation updates.
8
9
## 1.2.1
10
11
### Changed
src/Input/StartExecutionInput.php
@@ -67,7 +67,7 @@ final class StartExecutionInput extends Input
67
private $name;
68
69
/**
70
- * The string that contains the JSON input data for the execution, for example:.
+ * The string that contains the JSON input data for the execution, for example:
71
*
72
* `"input": "{\"first_name\" : \"test\"}"`
73
0 commit comments