ModifyImageAttributeRequest
import type { ModifyImageAttributeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface ModifyImageAttributeRequest {
Attribute?: string | null;
Description?: AttributeValue | null;
DryRun?: boolean | null;
ImageId: string;
LaunchPermission?: LaunchPermissionModifications | null;
OperationType?: OperationType | null;
ProductCodes?: string[] | null;
UserGroups?: string[] | null;
UserIds?: string[] | null;
Value?: string | null;
}§Properties
§
Description?: AttributeValue | null
[src]§
LaunchPermission?: LaunchPermissionModifications | null
[src]§
OperationType?: OperationType | null
[src]