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

RequestMetadata

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

Metadata that is associated with a code review. This applies to both pull request and repository analysis code reviews.

interface RequestMetadata {
EventInfo?: EventInfo | null;
Requester?: string | null;
RequestId?: string | null;
VendorName?: VendorName | null;
}

§Properties

§
EventInfo?: EventInfo | null
[src]

Information about the event associated with a code review.

§
Requester?: string | null
[src]

An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

§
RequestId?: string | null
[src]

The ID of the request. This is required for a pull request code review.

§
VendorName?: VendorName | null
[src]

The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.