UpdateEncryption
import type { UpdateEncryption } from "https://aws-api-gyr5wj9zj0fg.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;
}