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

TimeBasedCanary

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

A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.

interface TimeBasedCanary {
canaryInterval?: number | null;
canaryPercentage?: number | null;
}

§Properties

§
canaryInterval?: number | null
[src]

The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

§
canaryPercentage?: number | null
[src]

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.