View Source aws_networkmanager (aws v1.0.4)

Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.

Summary

Functions

Accepts a core network attachment request.

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

Associates a customer gateway with a device and optionally, with a link.

Associates a link to a device.

Associates a transit gateway Connect peer with a device, and optionally, with a link.

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

Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance.

Creates a connection between two devices.

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

Creates a new device in a global network.

Creates a new, empty global network.
Creates a new link for a specified site.
Creates a new site in a global network.
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
Creates a transit gateway peering connection.
Creates a transit gateway route table attachment.
Creates a VPC attachment on an edge location of a core network.
Deletes the specified connection in your global network.

Deletes a core network along with all core network policies.

Deletes an existing global network.

Deletes an existing peering connection.

Deletes a resource policy for the specified resource.

Deregisters a transit gateway from your global network.

Describes one or more global networks.

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

Disassociates an existing device from a link.

Disassociates a transit gateway Connect peer from a device and link.
Returns information about a core network Connect attachment.
Returns information about a core network Connect peer.
Returns information about a core network Connect peer associations.
Gets information about one or more of your connections in a global network.
Returns information about the LIVE policy for a core network.
Returns information about a core network change event.
Returns a change set between the LIVE core network policy and a submitted policy.

Returns details about a core network policy.

Gets the association information for customer gateways that are associated with devices and links in your global network.
Gets information about one or more of your devices in a global network.

Gets the link associations for a device or a link.

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

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

Describes the network resources for the specified global network.

Gets the network routes of the specified global network.
Gets the network telemetry of the specified global network.
Returns information about a resource policy.
Gets information about the specified route analysis.
Returns information about a site-to-site VPN attachment.
Gets information about one or more of your sites in a global network.
Gets information about one or more of your transit gateway Connect peer associations in a global network.
Returns information about a transit gateway peer.
Gets information about the transit gateway registrations in a specified global network.
Returns information about a transit gateway route table attachment.
Returns information about a VPC attachment.
Returns a list of core network attachments.
Returns a list of core network Connect peers.
Returns a list of core network policy versions.
Returns a list of owned and shared core networks.
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
Lists the peerings for a core network.
Lists the tags for a specified resource.

Creates a new, immutable version of a core network policy.

Creates or updates a resource policy.

Registers a transit gateway in your global network.

Rejects a core network attachment request.

Restores a previous policy version as a new, immutable version of a core network policy.

Enables the Network Manager service for an Amazon Web Services Organization.

Starts analyzing the routing path between the specified source and destination.

Tags a specified resource.
Removes tags from a specified resource.

Updates the information for an existing connection.

Updates the description of a core network.

Updates the details for an existing device.

Updates an existing global network.

Updates the details for an existing link.

Updates the resource metadata for the specified global network.

Updates the information for an existing site.

Functions

Link to this function

accept_attachment(Client, AttachmentId, Input)

View Source

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.
Link to this function

accept_attachment(Client, AttachmentId, Input0, Options0)

View Source
Link to this function

associate_connect_peer(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

associate_connect_peer(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

associate_customer_gateway(Client, GlobalNetworkId, Input)

View Source

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: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html EC2 API and filter by transit-gateway-id.

You cannot associate a customer gateway with more than one device and link.
Link to this function

associate_customer_gateway(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

associate_link(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

associate_link(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

associate_transit_gateway_connect_peer(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

associate_transit_gateway_connect_peer(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

create_connect_attachment(Client, Input)

View Source

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.
Link to this function

create_connect_attachment(Client, Input0, Options0)

View Source
Link to this function

create_connect_peer(Client, Input)

View Source

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).
Link to this function

create_connect_peer(Client, Input0, Options0)

View Source
Link to this function

create_connection(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

create_connection(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

create_core_network(Client, Input)

View Source
Creates a core network as part of your global network, and optionally, with a core network policy.
Link to this function

create_core_network(Client, Input0, Options0)

View Source
Link to this function

create_device(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

create_device(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

create_global_network(Client, Input)

View Source
Creates a new, empty global network.
Link to this function

create_global_network(Client, Input0, Options0)

View Source
Link to this function

create_link(Client, GlobalNetworkId, Input)

View Source
Creates a new link for a specified site.
Link to this function

create_link(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

create_site(Client, GlobalNetworkId, Input)

View Source
Creates a new site in a global network.
Link to this function

create_site(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

create_site_to_site_vpn_attachment(Client, Input)

View Source
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
Link to this function

create_site_to_site_vpn_attachment(Client, Input0, Options0)

View Source
Link to this function

create_transit_gateway_peering(Client, Input)

View Source
Creates a transit gateway peering connection.
Link to this function

create_transit_gateway_peering(Client, Input0, Options0)

View Source
Link to this function

create_transit_gateway_route_table_attachment(Client, Input)

View Source
Creates a transit gateway route table attachment.
Link to this function

create_transit_gateway_route_table_attachment(Client, Input0, Options0)

View Source
Link to this function

create_vpc_attachment(Client, Input)

View Source
Creates a VPC attachment on an edge location of a core network.
Link to this function

create_vpc_attachment(Client, Input0, Options0)

View Source
Link to this function

delete_attachment(Client, AttachmentId, Input)

View Source

Deletes an attachment.

Supports all attachment types.
Link to this function

delete_attachment(Client, AttachmentId, Input0, Options0)

View Source
Link to this function

delete_connect_peer(Client, ConnectPeerId, Input)

View Source
Deletes a Connect peer.
Link to this function

delete_connect_peer(Client, ConnectPeerId, Input0, Options0)

View Source
Link to this function

delete_connection(Client, ConnectionId, GlobalNetworkId, Input)

View Source
Deletes the specified connection in your global network.
Link to this function

delete_connection(Client, ConnectionId, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

delete_core_network(Client, CoreNetworkId, Input)

View Source

Deletes a core network along with all core network policies.

This can only be done if there are no attachments on a core network.
Link to this function

delete_core_network(Client, CoreNetworkId, Input0, Options0)

View Source
Link to this function

delete_core_network_policy_version(Client, CoreNetworkId, PolicyVersionId, Input)

View Source

Deletes a policy version from a core network.

You can't delete the current LIVE policy.
Link to this function

delete_core_network_policy_version(Client, CoreNetworkId, PolicyVersionId, Input0, Options0)

View Source
Link to this function

delete_device(Client, DeviceId, GlobalNetworkId, Input)

View Source

Deletes an existing device.

You must first disassociate the device from any links and customer gateways.
Link to this function

delete_device(Client, DeviceId, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

delete_global_network(Client, GlobalNetworkId, Input)

View Source

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.
Link to this function

delete_global_network(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

delete_link(Client, GlobalNetworkId, LinkId, Input)

View Source

Deletes an existing link.

You must first disassociate the link from any devices and customer gateways.
Link to this function

delete_link(Client, GlobalNetworkId, LinkId, Input0, Options0)

View Source
Link to this function

delete_peering(Client, PeeringId, Input)

View Source
Deletes an existing peering connection.
Link to this function

delete_peering(Client, PeeringId, Input0, Options0)

View Source
Link to this function

delete_resource_policy(Client, ResourceArn, Input)

View Source

Deletes a resource policy for the specified resource.

This revokes the access of the principals specified in the resource policy.
Link to this function

delete_resource_policy(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

delete_site(Client, GlobalNetworkId, SiteId, Input)

View Source

Deletes an existing site.

The site cannot be associated with any device or link.
Link to this function

delete_site(Client, GlobalNetworkId, SiteId, Input0, Options0)

View Source
Link to this function

deregister_transit_gateway(Client, GlobalNetworkId, TransitGatewayArn, Input)

View Source

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.
Link to this function

deregister_transit_gateway(Client, GlobalNetworkId, TransitGatewayArn, Input0, Options0)

View Source
Link to this function

describe_global_networks(Client)

View Source

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.
Link to this function

describe_global_networks(Client, QueryMap, HeadersMap)

View Source
Link to this function

describe_global_networks(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

disassociate_connect_peer(Client, ConnectPeerId, GlobalNetworkId, Input)

View Source
Disassociates a core network Connect peer from a device and a link.
Link to this function

disassociate_connect_peer(Client, ConnectPeerId, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

disassociate_customer_gateway(Client, CustomerGatewayArn, GlobalNetworkId, Input)

View Source
Disassociates a customer gateway from a device and a link.
Link to this function

disassociate_customer_gateway(Client, CustomerGatewayArn, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

disassociate_link(Client, GlobalNetworkId, Input)

View Source

Disassociates an existing device from a link.

You must first disassociate any customer gateways that are associated with the link.
Link to this function

disassociate_link(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

disassociate_transit_gateway_connect_peer(Client, GlobalNetworkId, TransitGatewayConnectPeerArn, Input)

View Source
Disassociates a transit gateway Connect peer from a device and link.
Link to this function

disassociate_transit_gateway_connect_peer(Client, GlobalNetworkId, TransitGatewayConnectPeerArn, Input0, Options0)

View Source
Link to this function

execute_core_network_change_set(Client, CoreNetworkId, PolicyVersionId, Input)

View Source

Executes a change set on your core network.

Deploys changes globally based on the policy submitted..
Link to this function

execute_core_network_change_set(Client, CoreNetworkId, PolicyVersionId, Input0, Options0)

View Source
Link to this function

get_connect_attachment(Client, AttachmentId)

View Source
Returns information about a core network Connect attachment.
Link to this function

get_connect_attachment(Client, AttachmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_connect_attachment(Client, AttachmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_connect_peer(Client, ConnectPeerId)

View Source
Returns information about a core network Connect peer.
Link to this function

get_connect_peer(Client, ConnectPeerId, QueryMap, HeadersMap)

View Source
Link to this function

get_connect_peer(Client, ConnectPeerId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_connect_peer_associations(Client, GlobalNetworkId)

View Source
Returns information about a core network Connect peer associations.
Link to this function

get_connect_peer_associations(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_connect_peer_associations(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_connections(Client, GlobalNetworkId)

View Source
Gets information about one or more of your connections in a global network.
Link to this function

get_connections(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_connections(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_core_network(Client, CoreNetworkId)

View Source
Returns information about the LIVE policy for a core network.
Link to this function

get_core_network(Client, CoreNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_core_network(Client, CoreNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_core_network_change_events(Client, CoreNetworkId, PolicyVersionId)

View Source
Returns information about a core network change event.
Link to this function

get_core_network_change_events(Client, CoreNetworkId, PolicyVersionId, QueryMap, HeadersMap)

View Source
Link to this function

get_core_network_change_events(Client, CoreNetworkId, PolicyVersionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_core_network_change_set(Client, CoreNetworkId, PolicyVersionId)

View Source
Returns a change set between the LIVE core network policy and a submitted policy.
Link to this function

get_core_network_change_set(Client, CoreNetworkId, PolicyVersionId, QueryMap, HeadersMap)

View Source
Link to this function

get_core_network_change_set(Client, CoreNetworkId, PolicyVersionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_core_network_policy(Client, CoreNetworkId)

View Source

Returns details about a core network policy.

You can get details about your current live policy or any previous policy version.
Link to this function

get_core_network_policy(Client, CoreNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_core_network_policy(Client, CoreNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_customer_gateway_associations(Client, GlobalNetworkId)

View Source
Gets the association information for customer gateways that are associated with devices and links in your global network.
Link to this function

get_customer_gateway_associations(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_customer_gateway_associations(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_devices(Client, GlobalNetworkId)

View Source
Gets information about one or more of your devices in a global network.
Link to this function

get_devices(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_devices(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_links(Client, GlobalNetworkId)

View Source

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.
Link to this function

get_links(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_links(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_resource_counts(Client, GlobalNetworkId)

View Source
Gets the count of network resources, by resource type, for the specified global network.
Link to this function

get_network_resource_counts(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_network_resource_counts(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_resource_relationships(Client, GlobalNetworkId)

View Source
Gets the network resource relationships for the specified global network.
Link to this function

get_network_resource_relationships(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_network_resource_relationships(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_resources(Client, GlobalNetworkId)

View Source

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.
Link to this function

get_network_resources(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_network_resources(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_routes(Client, GlobalNetworkId, Input)

View Source
Gets the network routes of the specified global network.
Link to this function

get_network_routes(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

get_network_telemetry(Client, GlobalNetworkId)

View Source
Gets the network telemetry of the specified global network.
Link to this function

get_network_telemetry(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_network_telemetry(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resource_policy(Client, ResourceArn)

View Source
Returns information about a resource policy.
Link to this function

get_resource_policy(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

get_resource_policy(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_route_analysis(Client, GlobalNetworkId, RouteAnalysisId)

View Source
Gets information about the specified route analysis.
Link to this function

get_route_analysis(Client, GlobalNetworkId, RouteAnalysisId, QueryMap, HeadersMap)

View Source
Link to this function

get_route_analysis(Client, GlobalNetworkId, RouteAnalysisId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_site_to_site_vpn_attachment(Client, AttachmentId)

View Source
Returns information about a site-to-site VPN attachment.
Link to this function

get_site_to_site_vpn_attachment(Client, AttachmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_site_to_site_vpn_attachment(Client, AttachmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_sites(Client, GlobalNetworkId)

View Source
Gets information about one or more of your sites in a global network.
Link to this function

get_sites(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_sites(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_transit_gateway_connect_peer_associations(Client, GlobalNetworkId)

View Source
Gets information about one or more of your transit gateway Connect peer associations in a global network.
Link to this function

get_transit_gateway_connect_peer_associations(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_transit_gateway_connect_peer_associations(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_transit_gateway_peering(Client, PeeringId)

View Source
Returns information about a transit gateway peer.
Link to this function

get_transit_gateway_peering(Client, PeeringId, QueryMap, HeadersMap)

View Source
Link to this function

get_transit_gateway_peering(Client, PeeringId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_transit_gateway_registrations(Client, GlobalNetworkId)

View Source
Gets information about the transit gateway registrations in a specified global network.
Link to this function

get_transit_gateway_registrations(Client, GlobalNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_transit_gateway_registrations(Client, GlobalNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_transit_gateway_route_table_attachment(Client, AttachmentId)

View Source
Returns information about a transit gateway route table attachment.
Link to this function

get_transit_gateway_route_table_attachment(Client, AttachmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_transit_gateway_route_table_attachment(Client, AttachmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_vpc_attachment(Client, AttachmentId)

View Source
Returns information about a VPC attachment.
Link to this function

get_vpc_attachment(Client, AttachmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_vpc_attachment(Client, AttachmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_attachments(Client)

View Source
Returns a list of core network attachments.
Link to this function

list_attachments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_attachments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_connect_peers(Client)

View Source
Returns a list of core network Connect peers.
Link to this function

list_connect_peers(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_connect_peers(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_core_network_policy_versions(Client, CoreNetworkId)

View Source
Returns a list of core network policy versions.
Link to this function

list_core_network_policy_versions(Client, CoreNetworkId, QueryMap, HeadersMap)

View Source
Link to this function

list_core_network_policy_versions(Client, CoreNetworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_core_networks(Client)

View Source
Returns a list of owned and shared core networks.
Link to this function

list_core_networks(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_core_networks(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_organization_service_access_status(Client)

View Source
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
Link to this function

list_organization_service_access_status(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_organization_service_access_status(Client, QueryMap, HeadersMap, Options0)

View Source
Lists the peerings for a core network.
Link to this function

list_peerings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_peerings(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for a specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_core_network_policy(Client, CoreNetworkId, Input)

View Source

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.
Link to this function

put_core_network_policy(Client, CoreNetworkId, Input0, Options0)

View Source
Link to this function

put_resource_policy(Client, ResourceArn, Input)

View Source
Creates or updates a resource policy.
Link to this function

put_resource_policy(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

register_transit_gateway(Client, GlobalNetworkId, Input)

View Source

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: https://docs.aws.amazon.com/network-manager/latest/tgwnm/what-are-global-networks.html#nm-available-regions 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.
Link to this function

register_transit_gateway(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

reject_attachment(Client, AttachmentId, Input)

View Source
Rejects a core network attachment request.
Link to this function

reject_attachment(Client, AttachmentId, Input0, Options0)

View Source
Link to this function

restore_core_network_policy_version(Client, CoreNetworkId, PolicyVersionId, Input)

View Source

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.
Link to this function

restore_core_network_policy_version(Client, CoreNetworkId, PolicyVersionId, Input0, Options0)

View Source
Link to this function

start_organization_service_access_update(Client, Input)

View Source

Enables the Network Manager service for an Amazon Web Services Organization.

This can only be called by a management account within the organization.
Link to this function

start_organization_service_access_update(Client, Input0, Options0)

View Source
Link to this function

start_route_analysis(Client, GlobalNetworkId, Input)

View Source

Starts analyzing the routing path between the specified source and destination.

For more information, see Route Analyzer: https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html.
Link to this function

start_route_analysis(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tags a specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes tags from a specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_connection(Client, ConnectionId, GlobalNetworkId, Input)

View Source

Updates the information for an existing connection.

To remove information for any of the parameters, specify an empty string.
Link to this function

update_connection(Client, ConnectionId, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

update_core_network(Client, CoreNetworkId, Input)

View Source
Updates the description of a core network.
Link to this function

update_core_network(Client, CoreNetworkId, Input0, Options0)

View Source
Link to this function

update_device(Client, DeviceId, GlobalNetworkId, Input)

View Source

Updates the details for an existing device.

To remove information for any of the parameters, specify an empty string.
Link to this function

update_device(Client, DeviceId, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

update_global_network(Client, GlobalNetworkId, Input)

View Source

Updates an existing global network.

To remove information for any of the parameters, specify an empty string.
Link to this function

update_global_network(Client, GlobalNetworkId, Input0, Options0)

View Source
Link to this function

update_link(Client, GlobalNetworkId, LinkId, Input)

View Source

Updates the details for an existing link.

To remove information for any of the parameters, specify an empty string.
Link to this function

update_link(Client, GlobalNetworkId, LinkId, Input0, Options0)

View Source
Link to this function

update_network_resource_metadata(Client, GlobalNetworkId, ResourceArn, Input)

View Source
Updates the resource metadata for the specified global network.
Link to this function

update_network_resource_metadata(Client, GlobalNetworkId, ResourceArn, Input0, Options0)

View Source
Link to this function

update_site(Client, GlobalNetworkId, SiteId, Input)

View Source

Updates the information for an existing site.

To remove information for any of the parameters, specify an empty string.
Link to this function

update_site(Client, GlobalNetworkId, SiteId, Input0, Options0)

View Source
Link to this function

update_vpc_attachment(Client, AttachmentId, Input)

View Source
Updates a VPC attachment.
Link to this function

update_vpc_attachment(Client, AttachmentId, Input0, Options0)

View Source