ContentDeltaEvent
An event that contains incremental output from a command execution. This event streams standard output and standard error content as it becomes available during command execution.
Contents
- stderr
-
The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.
Type: String
Required: No
- stdout
-
The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: