static isCreateServiceCommand()

in src/test-helpers/app-runner-commands.ts [7:9]


    static isCreateServiceCommand(input: ExpectedCommandInputs): input is CreateServiceCommandInput {
        return (input as CreateServiceCommandInput).ServiceName !== undefined;
    }