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

DescribeNetworkInterfacePermissionsRequest

import type { DescribeNetworkInterfacePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the parameters for DescribeNetworkInterfacePermissions.

interface DescribeNetworkInterfacePermissionsRequest {
Filters?: Filter[] | null;
MaxResults?: number | null;
NetworkInterfacePermissionIds?: string[] | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

One or more filters.

  • network-interface-permission.network-interface-permission-id - The ID of the permission.
  • network-interface-permission.network-interface-id - The ID of the network interface.
  • network-interface-permission.aws-account-id - The Amazon Web Services account ID.
  • network-interface-permission.aws-service - The Amazon Web Service.
  • network-interface-permission.permission - The type of permission (INSTANCE-ATTACH | EIP-ASSOCIATE).
§
MaxResults?: number | null
[src]

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If this parameter is not specified, up to 50 results are returned by default.

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

One or more network interface permission IDs.

§
NextToken?: string | null
[src]

The token to request the next page of results.