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

RawString

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

A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.

interface RawString {
content?: string | null;
sha256?: string | null;
}

§Properties

§
content?: string | null
[src]

The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

§
sha256?: string | null
[src]

The SHA256 hash value of the revision content.