in src/test-helpers/app-runner-commands.ts [20:23]
static isListServicesCommand(input: ExpectedCommandInputs): input is ListServicesCommandInput {
const keys = Object.keys(input);
return !keys.length || keys.includes('NextToken');
}