@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSNetworkManagerClient extends AmazonWebServiceClient implements AWSNetworkManager
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSNetworkManagerClientBuilder builder()
public AcceptAttachmentResult acceptAttachment(AcceptAttachmentRequest 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.
acceptAttachment
in interface AWSNetworkManager
acceptAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public AssociateConnectPeerResult associateConnectPeer(AssociateConnectPeerRequest 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.
associateConnectPeer
in interface AWSNetworkManager
associateConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public AssociateCustomerGatewayResult associateCustomerGateway(AssociateCustomerGatewayRequest 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.
associateCustomerGateway
in interface AWSNetworkManager
associateCustomerGatewayRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public AssociateLinkResult associateLink(AssociateLinkRequest 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.
associateLink
in interface AWSNetworkManager
associateLinkRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public AssociateTransitGatewayConnectPeerResult associateTransitGatewayConnectPeer(AssociateTransitGatewayConnectPeerRequest 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.
associateTransitGatewayConnectPeer
in interface AWSNetworkManager
associateTransitGatewayConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateConnectAttachmentResult createConnectAttachment(CreateConnectAttachmentRequest 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.
createConnectAttachment
in interface AWSNetworkManager
createConnectAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateConnectPeerResult createConnectPeer(CreateConnectPeerRequest 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).
createConnectPeer
in interface AWSNetworkManager
createConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateConnectionResult createConnection(CreateConnectionRequest 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.
createConnection
in interface AWSNetworkManager
createConnectionRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateCoreNetworkResult createCoreNetwork(CreateCoreNetworkRequest request)
Creates a core network as part of your global network, and optionally, with a core network policy.
createCoreNetwork
in interface AWSNetworkManager
createCoreNetworkRequest
- CoreNetworkPolicyException
- Describes a core network policy exception.ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateDeviceResult createDevice(CreateDeviceRequest 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.
createDevice
in interface AWSNetworkManager
createDeviceRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateGlobalNetworkResult createGlobalNetwork(CreateGlobalNetworkRequest request)
Creates a new, empty global network.
createGlobalNetwork
in interface AWSNetworkManager
createGlobalNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateLinkResult createLink(CreateLinkRequest request)
Creates a new link for a specified site.
createLink
in interface AWSNetworkManager
createLinkRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateSiteResult createSite(CreateSiteRequest request)
Creates a new site in a global network.
createSite
in interface AWSNetworkManager
createSiteRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateSiteToSiteVpnAttachmentResult createSiteToSiteVpnAttachment(CreateSiteToSiteVpnAttachmentRequest request)
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
createSiteToSiteVpnAttachment
in interface AWSNetworkManager
createSiteToSiteVpnAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateTransitGatewayPeeringResult createTransitGatewayPeering(CreateTransitGatewayPeeringRequest request)
Creates a transit gateway peering connection.
createTransitGatewayPeering
in interface AWSNetworkManager
createTransitGatewayPeeringRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateTransitGatewayRouteTableAttachmentResult createTransitGatewayRouteTableAttachment(CreateTransitGatewayRouteTableAttachmentRequest request)
Creates a transit gateway route table attachment.
createTransitGatewayRouteTableAttachment
in interface AWSNetworkManager
createTransitGatewayRouteTableAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public CreateVpcAttachmentResult createVpcAttachment(CreateVpcAttachmentRequest request)
Creates a VPC attachment on an edge location of a core network.
createVpcAttachment
in interface AWSNetworkManager
createVpcAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteAttachmentResult deleteAttachment(DeleteAttachmentRequest request)
Deletes an attachment. Supports all attachment types.
deleteAttachment
in interface AWSNetworkManager
deleteAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteConnectPeerResult deleteConnectPeer(DeleteConnectPeerRequest request)
Deletes a Connect peer.
deleteConnectPeer
in interface AWSNetworkManager
deleteConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteConnectionResult deleteConnection(DeleteConnectionRequest request)
Deletes the specified connection in your global network.
deleteConnection
in interface AWSNetworkManager
deleteConnectionRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteCoreNetworkResult deleteCoreNetwork(DeleteCoreNetworkRequest 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.
deleteCoreNetwork
in interface AWSNetworkManager
deleteCoreNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteCoreNetworkPolicyVersionResult deleteCoreNetworkPolicyVersion(DeleteCoreNetworkPolicyVersionRequest request)
Deletes a policy version from a core network. You can't delete the current LIVE policy.
deleteCoreNetworkPolicyVersion
in interface AWSNetworkManager
deleteCoreNetworkPolicyVersionRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.public DeleteDeviceResult deleteDevice(DeleteDeviceRequest request)
Deletes an existing device. You must first disassociate the device from any links and customer gateways.
deleteDevice
in interface AWSNetworkManager
deleteDeviceRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteGlobalNetworkResult deleteGlobalNetwork(DeleteGlobalNetworkRequest 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.
deleteGlobalNetwork
in interface AWSNetworkManager
deleteGlobalNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteLinkResult deleteLink(DeleteLinkRequest request)
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
deleteLink
in interface AWSNetworkManager
deleteLinkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeletePeeringResult deletePeering(DeletePeeringRequest request)
Deletes an existing peering connection.
deletePeering
in interface AWSNetworkManager
deletePeeringRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteResourcePolicyResult deleteResourcePolicy(DeleteResourcePolicyRequest request)
Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
deleteResourcePolicy
in interface AWSNetworkManager
deleteResourcePolicyRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeleteSiteResult deleteSite(DeleteSiteRequest request)
Deletes an existing site. The site cannot be associated with any device or link.
deleteSite
in interface AWSNetworkManager
deleteSiteRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DeregisterTransitGatewayResult deregisterTransitGateway(DeregisterTransitGatewayRequest 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.
deregisterTransitGateway
in interface AWSNetworkManager
deregisterTransitGatewayRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DescribeGlobalNetworksResult describeGlobalNetworks(DescribeGlobalNetworksRequest 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.
describeGlobalNetworks
in interface AWSNetworkManager
describeGlobalNetworksRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DisassociateConnectPeerResult disassociateConnectPeer(DisassociateConnectPeerRequest request)
Disassociates a core network Connect peer from a device and a link.
disassociateConnectPeer
in interface AWSNetworkManager
disassociateConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DisassociateCustomerGatewayResult disassociateCustomerGateway(DisassociateCustomerGatewayRequest request)
Disassociates a customer gateway from a device and a link.
disassociateCustomerGateway
in interface AWSNetworkManager
disassociateCustomerGatewayRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DisassociateLinkResult disassociateLink(DisassociateLinkRequest request)
Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
disassociateLink
in interface AWSNetworkManager
disassociateLinkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public DisassociateTransitGatewayConnectPeerResult disassociateTransitGatewayConnectPeer(DisassociateTransitGatewayConnectPeerRequest request)
Disassociates a transit gateway Connect peer from a device and link.
disassociateTransitGatewayConnectPeer
in interface AWSNetworkManager
disassociateTransitGatewayConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ExecuteCoreNetworkChangeSetResult executeCoreNetworkChangeSet(ExecuteCoreNetworkChangeSetRequest request)
Executes a change set on your core network. Deploys changes globally based on the policy submitted..
executeCoreNetworkChangeSet
in interface AWSNetworkManager
executeCoreNetworkChangeSetRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.public GetConnectAttachmentResult getConnectAttachment(GetConnectAttachmentRequest request)
Returns information about a core network Connect attachment.
getConnectAttachment
in interface AWSNetworkManager
getConnectAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetConnectPeerResult getConnectPeer(GetConnectPeerRequest request)
Returns information about a core network Connect peer.
getConnectPeer
in interface AWSNetworkManager
getConnectPeerRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetConnectPeerAssociationsResult getConnectPeerAssociations(GetConnectPeerAssociationsRequest request)
Returns information about a core network Connect peer associations.
getConnectPeerAssociations
in interface AWSNetworkManager
getConnectPeerAssociationsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetConnectionsResult getConnections(GetConnectionsRequest request)
Gets information about one or more of your connections in a global network.
getConnections
in interface AWSNetworkManager
getConnectionsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetCoreNetworkResult getCoreNetwork(GetCoreNetworkRequest request)
Returns information about the LIVE policy for a core network.
getCoreNetwork
in interface AWSNetworkManager
getCoreNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetCoreNetworkChangeEventsResult getCoreNetworkChangeEvents(GetCoreNetworkChangeEventsRequest request)
Returns information about a core network change event.
getCoreNetworkChangeEvents
in interface AWSNetworkManager
getCoreNetworkChangeEventsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetCoreNetworkChangeSetResult getCoreNetworkChangeSet(GetCoreNetworkChangeSetRequest request)
Returns a change set between the LIVE core network policy and a submitted policy.
getCoreNetworkChangeSet
in interface AWSNetworkManager
getCoreNetworkChangeSetRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetCoreNetworkPolicyResult getCoreNetworkPolicy(GetCoreNetworkPolicyRequest request)
Returns details about a core network policy. You can get details about your current live policy or any previous policy version.
getCoreNetworkPolicy
in interface AWSNetworkManager
getCoreNetworkPolicyRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetCustomerGatewayAssociationsResult getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest request)
Gets the association information for customer gateways that are associated with devices and links in your global network.
getCustomerGatewayAssociations
in interface AWSNetworkManager
getCustomerGatewayAssociationsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetDevicesResult getDevices(GetDevicesRequest request)
Gets information about one or more of your devices in a global network.
getDevices
in interface AWSNetworkManager
getDevicesRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetLinkAssociationsResult getLinkAssociations(GetLinkAssociationsRequest request)
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
getLinkAssociations
in interface AWSNetworkManager
getLinkAssociationsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetLinksResult getLinks(GetLinksRequest 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.
getLinks
in interface AWSNetworkManager
getLinksRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetNetworkResourceCountsResult getNetworkResourceCounts(GetNetworkResourceCountsRequest request)
Gets the count of network resources, by resource type, for the specified global network.
getNetworkResourceCounts
in interface AWSNetworkManager
getNetworkResourceCountsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetNetworkResourceRelationshipsResult getNetworkResourceRelationships(GetNetworkResourceRelationshipsRequest request)
Gets the network resource relationships for the specified global network.
getNetworkResourceRelationships
in interface AWSNetworkManager
getNetworkResourceRelationshipsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetNetworkResourcesResult getNetworkResources(GetNetworkResourcesRequest 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.
getNetworkResources
in interface AWSNetworkManager
getNetworkResourcesRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetNetworkRoutesResult getNetworkRoutes(GetNetworkRoutesRequest request)
Gets the network routes of the specified global network.
getNetworkRoutes
in interface AWSNetworkManager
getNetworkRoutesRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetNetworkTelemetryResult getNetworkTelemetry(GetNetworkTelemetryRequest request)
Gets the network telemetry of the specified global network.
getNetworkTelemetry
in interface AWSNetworkManager
getNetworkTelemetryRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetResourcePolicyResult getResourcePolicy(GetResourcePolicyRequest request)
Returns information about a resource policy.
getResourcePolicy
in interface AWSNetworkManager
getResourcePolicyRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetRouteAnalysisResult getRouteAnalysis(GetRouteAnalysisRequest request)
Gets information about the specified route analysis.
getRouteAnalysis
in interface AWSNetworkManager
getRouteAnalysisRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetSiteToSiteVpnAttachmentResult getSiteToSiteVpnAttachment(GetSiteToSiteVpnAttachmentRequest request)
Returns information about a site-to-site VPN attachment.
getSiteToSiteVpnAttachment
in interface AWSNetworkManager
getSiteToSiteVpnAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetSitesResult getSites(GetSitesRequest request)
Gets information about one or more of your sites in a global network.
getSites
in interface AWSNetworkManager
getSitesRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetTransitGatewayConnectPeerAssociationsResult getTransitGatewayConnectPeerAssociations(GetTransitGatewayConnectPeerAssociationsRequest request)
Gets information about one or more of your transit gateway Connect peer associations in a global network.
getTransitGatewayConnectPeerAssociations
in interface AWSNetworkManager
getTransitGatewayConnectPeerAssociationsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetTransitGatewayPeeringResult getTransitGatewayPeering(GetTransitGatewayPeeringRequest request)
Returns information about a transit gateway peer.
getTransitGatewayPeering
in interface AWSNetworkManager
getTransitGatewayPeeringRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetTransitGatewayRegistrationsResult getTransitGatewayRegistrations(GetTransitGatewayRegistrationsRequest request)
Gets information about the transit gateway registrations in a specified global network.
getTransitGatewayRegistrations
in interface AWSNetworkManager
getTransitGatewayRegistrationsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetTransitGatewayRouteTableAttachmentResult getTransitGatewayRouteTableAttachment(GetTransitGatewayRouteTableAttachmentRequest request)
Returns information about a transit gateway route table attachment.
getTransitGatewayRouteTableAttachment
in interface AWSNetworkManager
getTransitGatewayRouteTableAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public GetVpcAttachmentResult getVpcAttachment(GetVpcAttachmentRequest request)
Returns information about a VPC attachment.
getVpcAttachment
in interface AWSNetworkManager
getVpcAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListAttachmentsResult listAttachments(ListAttachmentsRequest request)
Returns a list of core network attachments.
listAttachments
in interface AWSNetworkManager
listAttachmentsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListConnectPeersResult listConnectPeers(ListConnectPeersRequest request)
Returns a list of core network Connect peers.
listConnectPeers
in interface AWSNetworkManager
listConnectPeersRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListCoreNetworkPolicyVersionsResult listCoreNetworkPolicyVersions(ListCoreNetworkPolicyVersionsRequest request)
Returns a list of core network policy versions.
listCoreNetworkPolicyVersions
in interface AWSNetworkManager
listCoreNetworkPolicyVersionsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListCoreNetworksResult listCoreNetworks(ListCoreNetworksRequest request)
Returns a list of owned and shared core networks.
listCoreNetworks
in interface AWSNetworkManager
listCoreNetworksRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListOrganizationServiceAccessStatusResult listOrganizationServiceAccessStatus(ListOrganizationServiceAccessStatusRequest request)
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
listOrganizationServiceAccessStatus
in interface AWSNetworkManager
listOrganizationServiceAccessStatusRequest
- public ListPeeringsResult listPeerings(ListPeeringsRequest request)
Lists the peerings for a core network.
listPeerings
in interface AWSNetworkManager
listPeeringsRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for a specified resource.
listTagsForResource
in interface AWSNetworkManager
listTagsForResourceRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public PutCoreNetworkPolicyResult putCoreNetworkPolicy(PutCoreNetworkPolicyRequest 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.
putCoreNetworkPolicy
in interface AWSNetworkManager
putCoreNetworkPolicyRequest
- CoreNetworkPolicyException
- Describes a core network policy exception.ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.public PutResourcePolicyResult putResourcePolicy(PutResourcePolicyRequest request)
Creates or updates a resource policy.
putResourcePolicy
in interface AWSNetworkManager
putResourcePolicyRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public RegisterTransitGatewayResult registerTransitGateway(RegisterTransitGatewayRequest 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.
registerTransitGateway
in interface AWSNetworkManager
registerTransitGatewayRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public RejectAttachmentResult rejectAttachment(RejectAttachmentRequest request)
Rejects a core network attachment request.
rejectAttachment
in interface AWSNetworkManager
rejectAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public RestoreCoreNetworkPolicyVersionResult restoreCoreNetworkPolicyVersion(RestoreCoreNetworkPolicyVersionRequest 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.
restoreCoreNetworkPolicyVersion
in interface AWSNetworkManager
restoreCoreNetworkPolicyVersionRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.public StartOrganizationServiceAccessUpdateResult startOrganizationServiceAccessUpdate(StartOrganizationServiceAccessUpdateRequest request)
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
startOrganizationServiceAccessUpdate
in interface AWSNetworkManager
startOrganizationServiceAccessUpdateRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public StartRouteAnalysisResult startRouteAnalysis(StartRouteAnalysisRequest request)
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
startRouteAnalysis
in interface AWSNetworkManager
startRouteAnalysisRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public TagResourceResult tagResource(TagResourceRequest request)
Tags a specified resource.
tagResource
in interface AWSNetworkManager
tagResourceRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes tags from a specified resource.
untagResource
in interface AWSNetworkManager
untagResourceRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateConnectionResult updateConnection(UpdateConnectionRequest request)
Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
updateConnection
in interface AWSNetworkManager
updateConnectionRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateCoreNetworkResult updateCoreNetwork(UpdateCoreNetworkRequest request)
Updates the description of a core network.
updateCoreNetwork
in interface AWSNetworkManager
updateCoreNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateDeviceResult updateDevice(UpdateDeviceRequest request)
Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
updateDevice
in interface AWSNetworkManager
updateDeviceRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateGlobalNetworkResult updateGlobalNetwork(UpdateGlobalNetworkRequest request)
Updates an existing global network. To remove information for any of the parameters, specify an empty string.
updateGlobalNetwork
in interface AWSNetworkManager
updateGlobalNetworkRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateLinkResult updateLink(UpdateLinkRequest request)
Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
updateLink
in interface AWSNetworkManager
updateLinkRequest
- ValidationException
- The input fails to satisfy the constraints.ServiceQuotaExceededException
- A service limit was exceeded.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateNetworkResourceMetadataResult updateNetworkResourceMetadata(UpdateNetworkResourceMetadataRequest request)
Updates the resource metadata for the specified global network.
updateNetworkResourceMetadata
in interface AWSNetworkManager
updateNetworkResourceMetadataRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateSiteResult updateSite(UpdateSiteRequest request)
Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
updateSite
in interface AWSNetworkManager
updateSiteRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public UpdateVpcAttachmentResult updateVpcAttachment(UpdateVpcAttachmentRequest request)
Updates a VPC attachment.
updateVpcAttachment
in interface AWSNetworkManager
updateVpcAttachmentRequest
- ValidationException
- The input fails to satisfy the constraints.AccessDeniedException
- You do not have sufficient access to perform this action.ResourceNotFoundException
- The specified resource could not be found.ConflictException
- There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent
state.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- The request has failed due to an internal error.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSNetworkManager
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSNetworkManager
shutdown
in class AmazonWebServiceClient