{"tool":"aws","tool_display":"Aws","intent":"list-all-streams","intent_display":"list all streams","title":"Aws Command: list all streams","command_string":"aws kinesis list-streams","raw_command_string":"aws kinesis list-streams","description":"Exact CLI syntax to list all streams using Aws.","usage_scenario":"When preparing to collect data from all available streaming sources in an AWS environment.","scenario_context":"Quickly access all your Kinesis streams for monitoring and management.","simulated_output":"{\n    \"Streams\": [\n        {\n            \"StreamName\": \"orders-stream\",\n            \"CreationTimestamp\": \"2023-10-01T12:00:00.000Z\"\n        },\n        {\n            \"StreamName\": \"payments-stream\",\n            \"CreationTimestamp\": \"2023-09-25T12:00:00.000Z\"\n        }\n    ]\n}","how_to_steps":["Run the command: `aws kinesis list-streams`","Look for the 'Streams' key in the output to see all available streams."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/list-all-streams"}