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

DescribeCustomerMetadataResponse

import type { DescribeCustomerMetadataResponse } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeCustomerMetadataResponse {
agreements?: CustomerAgreement[] | null;
nniPartnerType?: NniPartnerType | null;
}

§Properties

§
agreements?: CustomerAgreement[] | null
[src]

The list of customer agreements.

§
nniPartnerType?: NniPartnerType | null
[src]

The type of network-to-network interface (NNI) partner. The partner type will be one of the following:

  • V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
  • V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
  • nonPartner: The customer is not a partner.