Get AWS CLI command documentation. Retrieves the help documentation for a specified AWS service or command by executing the 'aws <service> [command] help' command. Returns: CommandHelpResult containing the help text
Execute an AWS CLI command, optionally with Unix command pipes. Validates, executes, and processes the results of an AWS CLI command, handling errors and formatting the output for better readability. The command can include Unix pipes (|) to filter or transform the output, similar to a regular shell....