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

CodeReviewSummary

import type { CodeReviewSummary } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";

Information about the summary of the code review.

interface CodeReviewSummary {
CodeReviewArn?: string | null;
CreatedTimeStamp?: Date | number | null;
LastUpdatedTimeStamp?: Date | number | null;
MetricsSummary?: MetricsSummary | null;
Name?: string | null;
Owner?: string | null;
ProviderType?: ProviderType | null;
PullRequestId?: string | null;
RepositoryName?: string | null;
SourceCodeType?: SourceCodeType | null;
State?: JobState | null;
Type?: Type | null;
}

§Properties

§
CodeReviewArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CodeReview object.

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

The time, in milliseconds since the epoch, when the code review was created.

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

The time, in milliseconds since the epoch, when the code review was last updated.

§
MetricsSummary?: MetricsSummary | null
[src]

The statistics from the code review.

§
Name?: string | null
[src]

The name of the code review.

§
Owner?: string | null
[src]

The owner of the repository. For an Amazon Web Services CodeCommit repository, this is the Amazon Web Services account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, it can be the username or Amazon Web Services account ID.

§
ProviderType?: ProviderType | null
[src]

The provider type of the repository association.

§
PullRequestId?: string | null
[src]

The pull request ID for the code review.

§
RepositoryName?: string | null
[src]

The name of the repository.

§
SourceCodeType?: SourceCodeType | null
[src]
§
State?: JobState | null
[src]

The state of the code review.

The valid code review states are:

  • Completed: The code review is complete.
  • Pending: The code review started and has not completed or failed.
  • Failed: The code review failed.
  • Deleting: The code review is being deleted.
§
Type?: Type | null
[src]

The type of the code review.