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

NetworkManager

import { NetworkManager } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkmanager.ts";
class NetworkManager {
constructor(apiFactory: client.ApiFactory);
async associateCustomerGateway(params: AssociateCustomerGatewayRequest, opts?: client.RequestOptions): Promise<AssociateCustomerGatewayResponse>;
async associateLink(params: AssociateLinkRequest, opts?: client.RequestOptions): Promise<AssociateLinkResponse>;
async associateTransitGatewayConnectPeer(params: AssociateTransitGatewayConnectPeerRequest, opts?: client.RequestOptions): Promise<AssociateTransitGatewayConnectPeerResponse>;
async createConnection(params: CreateConnectionRequest, opts?: client.RequestOptions): Promise<CreateConnectionResponse>;
async createDevice(params: CreateDeviceRequest, opts?: client.RequestOptions): Promise<CreateDeviceResponse>;
async createGlobalNetwork(params?: CreateGlobalNetworkRequest, opts?: client.RequestOptions): Promise<CreateGlobalNetworkResponse>;
async createLink(params: CreateLinkRequest, opts?: client.RequestOptions): Promise<CreateLinkResponse>;
async createSite(params: CreateSiteRequest, opts?: client.RequestOptions): Promise<CreateSiteResponse>;
async deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<DeleteConnectionResponse>;
async deleteDevice(params: DeleteDeviceRequest, opts?: client.RequestOptions): Promise<DeleteDeviceResponse>;
async deleteGlobalNetwork(params: DeleteGlobalNetworkRequest, opts?: client.RequestOptions): Promise<DeleteGlobalNetworkResponse>;
async deleteLink(params: DeleteLinkRequest, opts?: client.RequestOptions): Promise<DeleteLinkResponse>;
async deleteSite(params: DeleteSiteRequest, opts?: client.RequestOptions): Promise<DeleteSiteResponse>;
async deregisterTransitGateway(params: DeregisterTransitGatewayRequest, opts?: client.RequestOptions): Promise<DeregisterTransitGatewayResponse>;
async describeGlobalNetworks(params?: DescribeGlobalNetworksRequest, opts?: client.RequestOptions): Promise<DescribeGlobalNetworksResponse>;
async disassociateCustomerGateway(params: DisassociateCustomerGatewayRequest, opts?: client.RequestOptions): Promise<DisassociateCustomerGatewayResponse>;
async disassociateLink(params: DisassociateLinkRequest, opts?: client.RequestOptions): Promise<DisassociateLinkResponse>;
async disassociateTransitGatewayConnectPeer(params: DisassociateTransitGatewayConnectPeerRequest, opts?: client.RequestOptions): Promise<DisassociateTransitGatewayConnectPeerResponse>;
async getConnections(params: GetConnectionsRequest, opts?: client.RequestOptions): Promise<GetConnectionsResponse>;
async getCustomerGatewayAssociations(params: GetCustomerGatewayAssociationsRequest, opts?: client.RequestOptions): Promise<GetCustomerGatewayAssociationsResponse>;
async getDevices(params: GetDevicesRequest, opts?: client.RequestOptions): Promise<GetDevicesResponse>;
async getLinkAssociations(params: GetLinkAssociationsRequest, opts?: client.RequestOptions): Promise<GetLinkAssociationsResponse>;
async getLinks(params: GetLinksRequest, opts?: client.RequestOptions): Promise<GetLinksResponse>;
async getSites(params: GetSitesRequest, opts?: client.RequestOptions): Promise<GetSitesResponse>;
async getTransitGatewayRegistrations(params: GetTransitGatewayRegistrationsRequest, opts?: client.RequestOptions): Promise<GetTransitGatewayRegistrationsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async registerTransitGateway(params: RegisterTransitGatewayRequest, opts?: client.RequestOptions): Promise<RegisterTransitGatewayResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateConnection(params: UpdateConnectionRequest, opts?: client.RequestOptions): Promise<UpdateConnectionResponse>;
async updateDevice(params: UpdateDeviceRequest, opts?: client.RequestOptions): Promise<UpdateDeviceResponse>;
async updateGlobalNetwork(params: UpdateGlobalNetworkRequest, opts?: client.RequestOptions): Promise<UpdateGlobalNetworkResponse>;
async updateLink(params: UpdateLinkRequest, opts?: client.RequestOptions): Promise<UpdateLinkResponse>;
async updateSite(params: UpdateSiteRequest, opts?: client.RequestOptions): Promise<UpdateSiteResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new NetworkManager(apiFactory: client.ApiFactory)
[src]

§Methods

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties