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

ApprovalRule

import type { ApprovalRule } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Returns information about an approval rule.

interface ApprovalRule {
approvalRuleContent?: string | null;
approvalRuleId?: string | null;
approvalRuleName?: string | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
lastModifiedUser?: string | null;
originApprovalRuleTemplate?: OriginApprovalRuleTemplate | null;
ruleContentSha256?: string | null;
}

§Properties

§
approvalRuleContent?: string | null
[src]

The content of the approval rule.

§
approvalRuleId?: string | null
[src]

The system-generated ID of the approval rule.

§
approvalRuleName?: string | null
[src]

The name of the approval rule.

§
creationDate?: Date | number | null
[src]

The date the approval rule was created, in timestamp format.

§
lastModifiedDate?: Date | number | null
[src]

The date the approval rule was most recently changed, in timestamp format.

§
lastModifiedUser?: string | null
[src]

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.

§
originApprovalRuleTemplate?: OriginApprovalRuleTemplate | null
[src]

The approval rule template used to create the rule.

§
ruleContentSha256?: string | null
[src]

The SHA-256 hash signature for the content of the approval rule.