ListCommandsRequest
import type { ListCommandsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface ListCommandsRequest {
CommandId?: string | null;
Filters?: CommandFilter[] | null;
InstanceId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}