AWS.NetworkManager — AWS SDK for JavaScript (original) (raw)

Property Details

endpointAWS.Endpoint

Returns an Endpoint object representing the endpoint URL for service requests.

Method Details

acceptAttachment(params = {}, callback) ⇒ AWS.Request

Accepts a core network attachment request.

Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.

associateConnectPeer(params = {}, callback) ⇒ AWS.Request

Associates a core network Connect peer with a device and optionally, with a link.

If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.

associateCustomerGateway(params = {}, callback) ⇒ AWS.Request

Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.

You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core network registered in your global network. When you register a transit gateway or core network, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id.

You cannot associate a customer gateway with more than one device and link.

associateLink(params = {}, callback) ⇒ AWS.Request

Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.

associateTransitGatewayConnectPeer(params = {}, callback) ⇒ AWS.Request

Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.

You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network.

You cannot associate a transit gateway Connect peer with more than one device and link.

createConnectAttachment(params = {}, callback) ⇒ AWS.Request

Creates a core network Connect attachment from a specified core network attachment.

A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.

createConnection(params = {}, callback) ⇒ AWS.Request

Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.

createConnectPeer(params = {}, callback) ⇒ AWS.Request

Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

createCoreNetwork(params = {}, callback) ⇒ AWS.Request

Creates a core network as part of your global network, and optionally, with a core network policy.

createDevice(params = {}, callback) ⇒ AWS.Request

Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.

createGlobalNetwork(params = {}, callback) ⇒ AWS.Request

Creates a new, empty global network.

createLink(params = {}, callback) ⇒ AWS.Request

Creates a new link for a specified site.

createSite(params = {}, callback) ⇒ AWS.Request

Creates a new site in a global network.

createSiteToSiteVpnAttachment(params = {}, callback) ⇒ AWS.Request

Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.

createTransitGatewayPeering(params = {}, callback) ⇒ AWS.Request

Creates a transit gateway peering connection.

createTransitGatewayRouteTableAttachment(params = {}, callback) ⇒ AWS.Request

Creates a transit gateway route table attachment.

createVpcAttachment(params = {}, callback) ⇒ AWS.Request

Creates a VPC attachment on an edge location of a core network.

deleteAttachment(params = {}, callback) ⇒ AWS.Request

Deletes an attachment. Supports all attachment types.

deleteConnection(params = {}, callback) ⇒ AWS.Request

Deletes the specified connection in your global network.

deleteConnectPeer(params = {}, callback) ⇒ AWS.Request

deleteCoreNetwork(params = {}, callback) ⇒ AWS.Request

Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.

deleteCoreNetworkPolicyVersion(params = {}, callback) ⇒ AWS.Request

Deletes a policy version from a core network. You can't delete the current LIVE policy.

deleteDevice(params = {}, callback) ⇒ AWS.Request

Deletes an existing device. You must first disassociate the device from any links and customer gateways.

deleteGlobalNetwork(params = {}, callback) ⇒ AWS.Request

Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.

deleteLink(params = {}, callback) ⇒ AWS.Request

Deletes an existing link. You must first disassociate the link from any devices and customer gateways.

deletePeering(params = {}, callback) ⇒ AWS.Request

Deletes an existing peering connection.

deleteResourcePolicy(params = {}, callback) ⇒ AWS.Request

Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.

deleteSite(params = {}, callback) ⇒ AWS.Request

Deletes an existing site. The site cannot be associated with any device or link.

deregisterTransitGateway(params = {}, callback) ⇒ AWS.Request

Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.

describeGlobalNetworks(params = {}, callback) ⇒ AWS.Request

Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get* action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.

disassociateConnectPeer(params = {}, callback) ⇒ AWS.Request

Disassociates a core network Connect peer from a device and a link.

disassociateCustomerGateway(params = {}, callback) ⇒ AWS.Request

Disassociates a customer gateway from a device and a link.

disassociateLink(params = {}, callback) ⇒ AWS.Request

Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.

disassociateTransitGatewayConnectPeer(params = {}, callback) ⇒ AWS.Request

Disassociates a transit gateway Connect peer from a device and link.

executeCoreNetworkChangeSet(params = {}, callback) ⇒ AWS.Request

Executes a change set on your core network. Deploys changes globally based on the policy submitted..

getConnectAttachment(params = {}, callback) ⇒ AWS.Request

Returns information about a core network Connect attachment.

getConnections(params = {}, callback) ⇒ AWS.Request

Gets information about one or more of your connections in a global network.

getConnectPeer(params = {}, callback) ⇒ AWS.Request

Returns information about a core network Connect peer.

getConnectPeerAssociations(params = {}, callback) ⇒ AWS.Request

Returns information about a core network Connect peer associations.

getCoreNetwork(params = {}, callback) ⇒ AWS.Request

Returns information about the LIVE policy for a core network.

getCoreNetworkChangeEvents(params = {}, callback) ⇒ AWS.Request

Returns information about a core network change event.

getCoreNetworkChangeSet(params = {}, callback) ⇒ AWS.Request

Returns a change set between the LIVE core network policy and a submitted policy.

getCoreNetworkPolicy(params = {}, callback) ⇒ AWS.Request

Returns details about a core network policy. You can get details about your current live policy or any previous policy version.

getCustomerGatewayAssociations(params = {}, callback) ⇒ AWS.Request

Gets the association information for customer gateways that are associated with devices and links in your global network.

getDevices(params = {}, callback) ⇒ AWS.Request

Gets information about one or more of your devices in a global network.

getLinkAssociations(params = {}, callback) ⇒ AWS.Request

Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.

getLinks(params = {}, callback) ⇒ AWS.Request

Gets information about one or more links in a specified global network.

If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.

getNetworkResourceCounts(params = {}, callback) ⇒ AWS.Request

Gets the count of network resources, by resource type, for the specified global network.

getNetworkResourceRelationships(params = {}, callback) ⇒ AWS.Request

Gets the network resource relationships for the specified global network.

getNetworkResources(params = {}, callback) ⇒ AWS.Request

Describes the network resources for the specified global network.

The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.

getNetworkRoutes(params = {}, callback) ⇒ AWS.Request

Gets the network routes of the specified global network.

getNetworkTelemetry(params = {}, callback) ⇒ AWS.Request

Gets the network telemetry of the specified global network.

getResourcePolicy(params = {}, callback) ⇒ AWS.Request

Returns information about a resource policy.

getRouteAnalysis(params = {}, callback) ⇒ AWS.Request

Gets information about the specified route analysis.

getSites(params = {}, callback) ⇒ AWS.Request

Gets information about one or more of your sites in a global network.

getSiteToSiteVpnAttachment(params = {}, callback) ⇒ AWS.Request

Returns information about a site-to-site VPN attachment.

getTransitGatewayConnectPeerAssociations(params = {}, callback) ⇒ AWS.Request

Gets information about one or more of your transit gateway Connect peer associations in a global network.

getTransitGatewayPeering(params = {}, callback) ⇒ AWS.Request

Returns information about a transit gateway peer.

getTransitGatewayRegistrations(params = {}, callback) ⇒ AWS.Request

Gets information about the transit gateway registrations in a specified global network.

getTransitGatewayRouteTableAttachment(params = {}, callback) ⇒ AWS.Request

Returns information about a transit gateway route table attachment.

getVpcAttachment(params = {}, callback) ⇒ AWS.Request

Returns information about a VPC attachment.

listAttachments(params = {}, callback) ⇒ AWS.Request

Returns a list of core network attachments.

listConnectPeers(params = {}, callback) ⇒ AWS.Request

Returns a list of core network Connect peers.

listCoreNetworkPolicyVersions(params = {}, callback) ⇒ AWS.Request

Returns a list of core network policy versions.

listCoreNetworks(params = {}, callback) ⇒ AWS.Request

Returns a list of owned and shared core networks.

listOrganizationServiceAccessStatus(params = {}, callback) ⇒ AWS.Request

Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.

listPeerings(params = {}, callback) ⇒ AWS.Request

Lists the peerings for a core network.

listTagsForResource(params = {}, callback) ⇒ AWS.Request

Lists the tags for a specified resource.

putCoreNetworkPolicy(params = {}, callback) ⇒ AWS.Request

Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.

putResourcePolicy(params = {}, callback) ⇒ AWS.Request

Creates or updates a resource policy.

registerTransitGateway(params = {}, callback) ⇒ AWS.Request

Registers a transit gateway in your global network. Not all Regions support transit gateways for global networks. For a list of the supported Regions, see Region Availability in the Amazon Web Services Transit Gateways for Global Networks User Guide. The transit gateway can be in any of the supported Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.

rejectAttachment(params = {}, callback) ⇒ AWS.Request

Rejects a core network attachment request.

restoreCoreNetworkPolicyVersion(params = {}, callback) ⇒ AWS.Request

Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.

startOrganizationServiceAccessUpdate(params = {}, callback) ⇒ AWS.Request

Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.

startRouteAnalysis(params = {}, callback) ⇒ AWS.Request

Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.

tagResource(params = {}, callback) ⇒ AWS.Request

Tags a specified resource.

untagResource(params = {}, callback) ⇒ AWS.Request

Removes tags from a specified resource.

updateConnection(params = {}, callback) ⇒ AWS.Request

Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.

updateCoreNetwork(params = {}, callback) ⇒ AWS.Request

Updates the description of a core network.

updateDevice(params = {}, callback) ⇒ AWS.Request

Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.

updateGlobalNetwork(params = {}, callback) ⇒ AWS.Request

Updates an existing global network. To remove information for any of the parameters, specify an empty string.

updateLink(params = {}, callback) ⇒ AWS.Request

Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.

updateNetworkResourceMetadata(params = {}, callback) ⇒ AWS.Request

Updates the resource metadata for the specified global network.

updateSite(params = {}, callback) ⇒ AWS.Request

Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.

updateVpcAttachment(params = {}, callback) ⇒ AWS.Request

Updates a VPC attachment.