in src/test-helpers/app-runner-commands.ts [16:18]
static isDescribeServiceCommand(input: ExpectedCommandInputs): input is DescribeServiceCommandInput {
return Object.keys(input).length === 1 && (input as DescribeServiceCommandInput).ServiceArn !== undefined;
}