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

UpdateLifecyclePolicyRequest

import type { UpdateLifecyclePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/dlm.ts?docs=full";
interface UpdateLifecyclePolicyRequest {
Description?: string | null;
ExecutionRoleArn?: string | null;
PolicyDetails?: PolicyDetails | null;
PolicyId: string;
}

§Properties

§
Description?: string | null
[src]

A description of the lifecycle policy.

§
ExecutionRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

§
PolicyDetails?: PolicyDetails | null
[src]

The configuration of the lifecycle policy. You cannot update the policy type or the resource type.

§
PolicyId: string
[src]

The identifier of the lifecycle policy.

§

The desired activation state of the lifecycle policy after creation.