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

ModifyFpgaImageAttributeRequest

import type { ModifyFpgaImageAttributeRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyFpgaImageAttributeRequest {
Attribute?: FpgaImageAttributeName | null;
Description?: string | null;
DryRun?: boolean | null;
FpgaImageId: string;
LoadPermission?: LoadPermissionModifications | null;
Name?: string | null;
OperationType?: OperationType | null;
ProductCodes?: string[] | null;
UserGroups?: string[] | null;
UserIds?: string[] | null;
}

§Properties

§
Attribute?: FpgaImageAttributeName | null
[src]

The name of the attribute.

§
Description?: string | null
[src]

A description for the AFI.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
FpgaImageId: string
[src]

The ID of the AFI.

§
LoadPermission?: LoadPermissionModifications | null
[src]

The load permission for the AFI.

§
Name?: string | null
[src]

A name for the AFI.

§
OperationType?: OperationType | null
[src]

The operation type.

§
ProductCodes?: string[] | null
[src]

The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the productCodes attribute.

§
UserGroups?: string[] | null
[src]

The user groups. This parameter is valid only when modifying the loadPermission attribute.

§
UserIds?: string[] | null
[src]

The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.