Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListApprovalRuleTemplatesOutput

import type { ListApprovalRuleTemplatesOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface ListApprovalRuleTemplatesOutput {
approvalRuleTemplateNames?: string[] | null;
nextToken?: string | null;
}

§Properties

§
approvalRuleTemplateNames?: string[] | null
[src]

The names of all the approval rule templates found in the AWS Region for your AWS account.

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the next results of the operation.