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

UpdateEncryption

import type { UpdateEncryption } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateEncryption {
Algorithm?: Algorithm | null;
ConstantInitializationVector?: string | null;
DeviceId?: string | null;
KeyType?: KeyType | null;
Region?: string | null;
ResourceId?: string | null;
RoleArn?: string | null;
SecretArn?: string | null;
Url?: string | null;
}

§Properties

§
Algorithm?: Algorithm | null
[src]
§
ConstantInitializationVector?: string | null
[src]
§
DeviceId?: string | null
[src]
§
KeyType?: KeyType | null
[src]
§
Region?: string | null
[src]
§
ResourceId?: string | null
[src]
§
RoleArn?: string | null
[src]
§
SecretArn?: string | null
[src]
§
Url?: string | null
[src]