NetworkManager#
Client#
- class NetworkManager.Client#
A low-level client representing AWS Network Manager (NetworkManager)
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.
import boto3 client = boto3.client('networkmanager')
These are the available methods:
- accept_attachment
- associate_connect_peer
- associate_customer_gateway
- associate_link
- associate_transit_gateway_connect_peer
- can_paginate
- close
- create_connect_attachment
- create_connect_peer
- create_connection
- create_core_network
- create_device
- create_global_network
- create_link
- create_site
- create_site_to_site_vpn_attachment
- create_transit_gateway_peering
- create_transit_gateway_route_table_attachment
- create_vpc_attachment
- delete_attachment
- delete_connect_peer
- delete_connection
- delete_core_network
- delete_core_network_policy_version
- delete_device
- delete_global_network
- delete_link
- delete_peering
- delete_resource_policy
- delete_site
- deregister_transit_gateway
- describe_global_networks
- disassociate_connect_peer
- disassociate_customer_gateway
- disassociate_link
- disassociate_transit_gateway_connect_peer
- execute_core_network_change_set
- get_connect_attachment
- get_connect_peer
- get_connect_peer_associations
- get_connections
- get_core_network
- get_core_network_change_events
- get_core_network_change_set
- get_core_network_policy
- get_customer_gateway_associations
- get_devices
- get_link_associations
- get_links
- get_network_resource_counts
- get_network_resource_relationships
- get_network_resources
- get_network_routes
- get_network_telemetry
- get_paginator
- get_resource_policy
- get_route_analysis
- get_site_to_site_vpn_attachment
- get_sites
- get_transit_gateway_connect_peer_associations
- get_transit_gateway_peering
- get_transit_gateway_registrations
- get_transit_gateway_route_table_attachment
- get_vpc_attachment
- get_waiter
- list_attachments
- list_connect_peers
- list_core_network_policy_versions
- list_core_networks
- list_organization_service_access_status
- list_peerings
- list_tags_for_resource
- put_core_network_policy
- put_resource_policy
- register_transit_gateway
- reject_attachment
- restore_core_network_policy_version
- start_organization_service_access_update
- start_route_analysis
- tag_resource
- untag_resource
- update_connection
- update_core_network
- update_device
- update_global_network
- update_link
- update_network_resource_metadata
- update_site
- update_vpc_attachment
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- DescribeGlobalNetworks
- GetConnectPeerAssociations
- GetConnections
- GetCoreNetworkChangeEvents
- GetCoreNetworkChangeSet
- GetCustomerGatewayAssociations
- GetDevices
- GetLinkAssociations
- GetLinks
- GetNetworkResourceCounts
- GetNetworkResourceRelationships
- GetNetworkResources
- GetNetworkTelemetry
- GetSites
- GetTransitGatewayConnectPeerAssociations
- GetTransitGatewayRegistrations
- ListAttachments
- ListConnectPeers
- ListCoreNetworkPolicyVersions
- ListCoreNetworks
- ListPeerings