action amazonaws_list_progress_update_streams { label: "ListProgressUpdateStreams" description: "Lists progress update streams associated with the user account making this call." provider: amazonaws method: POST path: "/#X-Amz-Target=AWSMigrationHub.ListProgressUpdateStreams" encoding: json input: { type: "object" properties: { MaxResults: { type: "string" } NextToken: { type: "string" } "X-Amz-Target": { type: "string" enum: ["AWSMigrationHub.ListProgressUpdateStreams"] } } required: ["X-Amz-Target"] additionalProperties: false } output: { type: "object" properties: { NextToken: { type: "object" } ProgressUpdateStreamSummaryList: { type: "object" } } } }