{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-networkmanager","description":"AWS Network Manager","version":"2019-07-05","base_url":"","endpoints":85,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS Network Manager\n@version 2019-07-05\n@auth AWS SigV4\n@endpoints 85\n@hint download_for_search\n@toc attachments(4), global-networks(43), connect-attachments(2), connect-peers(4), core-networks(13), site-to-site-vpn-attachments(2), transit-gateway-peerings(2), transit-gateway-route-table-attachments(2), vpc-attachments(3), peerings(2), resource-policy(3), organizations(2), tags(3)\n\n@group attachments\n@endpoint POST /attachments/{attachmentId}/accept\n@desc 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.\n@required {AttachmentId: str}\n@returns(200) {Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint POST /global-networks/{globalNetworkId}/connect-peer-associations\n@desc 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.\n@required {GlobalNetworkId: str, ConnectPeerId: str, DeviceId: str}\n@optional {LinkId: str}\n@returns(200) {ConnectPeerAssociation: ConnectPeerAssociation?{ConnectPeerId: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endpoint POST /global-networks/{globalNetworkId}/customer-gateway-associations\n@desc 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.\n@required {GlobalNetworkId: str, CustomerGatewayArn: str, DeviceId: str}\n@optional {LinkId: str}\n@returns(200) {CustomerGatewayAssociation: CustomerGatewayAssociation?{CustomerGatewayArn: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endpoint POST /global-networks/{globalNetworkId}/link-associations\n@desc 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.\n@required {GlobalNetworkId: str, DeviceId: str, LinkId: str}\n@returns(200) {LinkAssociation: LinkAssociation?{GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, LinkAssociationState: str?}}\n\n@endpoint POST /global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations\n@desc 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.\n@required {GlobalNetworkId: str, TransitGatewayConnectPeerArn: str, DeviceId: str}\n@optional {LinkId: str}\n@returns(200) {TransitGatewayConnectPeerAssociation: TransitGatewayConnectPeerAssociation?{TransitGatewayConnectPeerArn: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endgroup\n\n@group connect-attachments\n@endpoint POST /connect-attachments\n@desc 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.\n@required {CoreNetworkId: str, EdgeLocation: str, TransportAttachmentId: str, Options: ConnectAttachmentOptions}\n@optional {Tags: [Tag], ClientToken: str}\n@returns(200) {ConnectAttachment: ConnectAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, TransportAttachmentId: str?, Options: ConnectAttachmentOptions?{Protocol: str?}}}\n\n@endgroup\n\n@group connect-peers\n@endpoint POST /connect-peers\n@desc 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).\n@required {ConnectAttachmentId: str, PeerAddress: str}\n@optional {CoreNetworkAddress: str, BgpOptions: BgpOptions, InsideCidrBlocks: [str], Tags: [Tag], ClientToken: str, SubnetArn: str}\n@returns(200) {ConnectPeer: ConnectPeer?{CoreNetworkId: str?, ConnectAttachmentId: str?, ConnectPeerId: str?, EdgeLocation: str?, State: str?, CreatedAt: str(timestamp)?, Configuration: ConnectPeerConfiguration?{CoreNetworkAddress: str?, PeerAddress: str?, InsideCidrBlocks: [str]?, Protocol: str?, BgpConfigurations: [ConnectPeerBgpConfiguration]?}, Tags: [Tag]?, SubnetArn: str?, LastModificationErrors: [ConnectPeerError]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint POST /global-networks/{globalNetworkId}/connections\n@desc 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.\n@required {GlobalNetworkId: str, DeviceId: str, ConnectedDeviceId: str}\n@optional {LinkId: str, ConnectedLinkId: str, Description: str, Tags: [Tag]}\n@returns(200) {Connection: Connection?{ConnectionId: str?, ConnectionArn: str?, GlobalNetworkId: str?, DeviceId: str?, ConnectedDeviceId: str?, LinkId: str?, ConnectedLinkId: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group core-networks\n@endpoint POST /core-networks\n@desc Creates a core network as part of your global network, and optionally, with a core network policy.\n@required {GlobalNetworkId: str}\n@optional {Description: str, Tags: [Tag], PolicyDocument: str, ClientToken: str}\n@returns(200) {CoreNetwork: CoreNetwork?{GlobalNetworkId: str?, CoreNetworkId: str?, CoreNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Segments: [CoreNetworkSegment]?, NetworkFunctionGroups: [CoreNetworkNetworkFunctionGroup]?, Edges: [CoreNetworkEdge]?, Tags: [Tag]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint POST /global-networks/{globalNetworkId}/devices\n@desc 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.\n@required {GlobalNetworkId: str}\n@optional {AWSLocation: AWSLocation, Description: str, Type: str, Vendor: str, Model: str, SerialNumber: str, Location: Location, SiteId: str, Tags: [Tag]}\n@returns(200) {Device: Device?{DeviceId: str?, DeviceArn: str?, GlobalNetworkId: str?, AWSLocation: AWSLocation?{Zone: str?, SubnetArn: str?}, Description: str?, Type: str?, Vendor: str?, Model: str?, SerialNumber: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, SiteId: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint POST /global-networks\n@desc Creates a new, empty global network.\n@optional {Description: str, Tags: [Tag]}\n@returns(200) {GlobalNetwork: GlobalNetwork?{GlobalNetworkId: str?, GlobalNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint POST /global-networks/{globalNetworkId}/links\n@desc Creates a new link for a specified site.\n@required {GlobalNetworkId: str, Bandwidth: Bandwidth, SiteId: str}\n@optional {Description: str, Type: str, Provider: str, Tags: [Tag]}\n@returns(200) {Link: Link?{LinkId: str?, LinkArn: str?, GlobalNetworkId: str?, SiteId: str?, Description: str?, Type: str?, Bandwidth: Bandwidth?{UploadSpeed: int?, DownloadSpeed: int?}, Provider: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint POST /global-networks/{globalNetworkId}/sites\n@desc Creates a new site in a global network.\n@required {GlobalNetworkId: str}\n@optional {Description: str, Location: Location, Tags: [Tag]}\n@returns(200) {Site: Site?{SiteId: str?, SiteArn: str?, GlobalNetworkId: str?, Description: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group site-to-site-vpn-attachments\n@endpoint POST /site-to-site-vpn-attachments\n@desc Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.\n@required {CoreNetworkId: str, VpnConnectionArn: str}\n@optional {Tags: [Tag], ClientToken: str}\n@returns(200) {SiteToSiteVpnAttachment: SiteToSiteVpnAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, VpnConnectionArn: str?}}\n\n@endgroup\n\n@group transit-gateway-peerings\n@endpoint POST /transit-gateway-peerings\n@desc Creates a transit gateway peering connection.\n@required {CoreNetworkId: str, TransitGatewayArn: str}\n@optional {Tags: [Tag], ClientToken: str}\n@returns(200) {TransitGatewayPeering: TransitGatewayPeering?{Peering: Peering?{CoreNetworkId: str?, CoreNetworkArn: str?, PeeringId: str?, OwnerAccountId: str?, PeeringType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, Tags: [Tag]?, CreatedAt: str(timestamp)?, LastModificationErrors: [PeeringError]?}, TransitGatewayArn: str?, TransitGatewayPeeringAttachmentId: str?}}\n\n@endgroup\n\n@group transit-gateway-route-table-attachments\n@endpoint POST /transit-gateway-route-table-attachments\n@desc Creates a transit gateway route table attachment.\n@required {PeeringId: str, TransitGatewayRouteTableArn: str}\n@optional {Tags: [Tag], ClientToken: str}\n@returns(200) {TransitGatewayRouteTableAttachment: TransitGatewayRouteTableAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, PeeringId: str?, TransitGatewayRouteTableArn: str?}}\n\n@endgroup\n\n@group vpc-attachments\n@endpoint POST /vpc-attachments\n@desc Creates a VPC attachment on an edge location of a core network.\n@required {CoreNetworkId: str, VpcArn: str, SubnetArns: [str]}\n@optional {Options: VpcOptions, Tags: [Tag], ClientToken: str}\n@returns(200) {VpcAttachment: VpcAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, SubnetArns: [str]?, Options: VpcOptions?{Ipv6Support: bool?, ApplianceModeSupport: bool?}}}\n\n@endgroup\n\n@group attachments\n@endpoint DELETE /attachments/{attachmentId}\n@desc Deletes an attachment. Supports all attachment types.\n@required {AttachmentId: str}\n@returns(200) {Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}}\n\n@endgroup\n\n@group connect-peers\n@endpoint DELETE /connect-peers/{connectPeerId}\n@desc Deletes a Connect peer.\n@required {ConnectPeerId: str}\n@returns(200) {ConnectPeer: ConnectPeer?{CoreNetworkId: str?, ConnectAttachmentId: str?, ConnectPeerId: str?, EdgeLocation: str?, State: str?, CreatedAt: str(timestamp)?, Configuration: ConnectPeerConfiguration?{CoreNetworkAddress: str?, PeerAddress: str?, InsideCidrBlocks: [str]?, Protocol: str?, BgpConfigurations: [ConnectPeerBgpConfiguration]?}, Tags: [Tag]?, SubnetArn: str?, LastModificationErrors: [ConnectPeerError]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint DELETE /global-networks/{globalNetworkId}/connections/{connectionId}\n@desc Deletes the specified connection in your global network.\n@required {GlobalNetworkId: str, ConnectionId: str}\n@returns(200) {Connection: Connection?{ConnectionId: str?, ConnectionArn: str?, GlobalNetworkId: str?, DeviceId: str?, ConnectedDeviceId: str?, LinkId: str?, ConnectedLinkId: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group core-networks\n@endpoint DELETE /core-networks/{coreNetworkId}\n@desc Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.\n@required {CoreNetworkId: str}\n@returns(200) {CoreNetwork: CoreNetwork?{GlobalNetworkId: str?, CoreNetworkId: str?, CoreNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Segments: [CoreNetworkSegment]?, NetworkFunctionGroups: [CoreNetworkNetworkFunctionGroup]?, Edges: [CoreNetworkEdge]?, Tags: [Tag]?}}\n\n@endpoint DELETE /core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}\n@desc Deletes a policy version from a core network. You can't delete the current LIVE policy.\n@required {CoreNetworkId: str, PolicyVersionId: int}\n@returns(200) {CoreNetworkPolicy: CoreNetworkPolicy?{CoreNetworkId: str?, PolicyVersionId: int?, Alias: str?, Description: str?, CreatedAt: str(timestamp)?, ChangeSetState: str?, PolicyErrors: [CoreNetworkPolicyError]?, PolicyDocument: str?}}\n\n@endgroup\n\n@group global-networks\n@endpoint DELETE /global-networks/{globalNetworkId}/devices/{deviceId}\n@desc Deletes an existing device. You must first disassociate the device from any links and customer gateways.\n@required {GlobalNetworkId: str, DeviceId: str}\n@returns(200) {Device: Device?{DeviceId: str?, DeviceArn: str?, GlobalNetworkId: str?, AWSLocation: AWSLocation?{Zone: str?, SubnetArn: str?}, Description: str?, Type: str?, Vendor: str?, Model: str?, SerialNumber: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, SiteId: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}\n@desc 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.\n@required {GlobalNetworkId: str}\n@returns(200) {GlobalNetwork: GlobalNetwork?{GlobalNetworkId: str?, GlobalNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/links/{linkId}\n@desc Deletes an existing link. You must first disassociate the link from any devices and customer gateways.\n@required {GlobalNetworkId: str, LinkId: str}\n@returns(200) {Link: Link?{LinkId: str?, LinkArn: str?, GlobalNetworkId: str?, SiteId: str?, Description: str?, Type: str?, Bandwidth: Bandwidth?{UploadSpeed: int?, DownloadSpeed: int?}, Provider: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group peerings\n@endpoint DELETE /peerings/{peeringId}\n@desc Deletes an existing peering connection.\n@required {PeeringId: str}\n@returns(200) {Peering: Peering?{CoreNetworkId: str?, CoreNetworkArn: str?, PeeringId: str?, OwnerAccountId: str?, PeeringType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, Tags: [Tag]?, CreatedAt: str(timestamp)?, LastModificationErrors: [PeeringError]?}}\n\n@endgroup\n\n@group resource-policy\n@endpoint DELETE /resource-policy/{resourceArn}\n@desc Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.\n@required {ResourceArn: str}\n\n@endgroup\n\n@group global-networks\n@endpoint DELETE /global-networks/{globalNetworkId}/sites/{siteId}\n@desc Deletes an existing site. The site cannot be associated with any device or link.\n@required {GlobalNetworkId: str, SiteId: str}\n@returns(200) {Site: Site?{SiteId: str?, SiteArn: str?, GlobalNetworkId: str?, Description: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}\n@desc 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.\n@required {GlobalNetworkId: str, TransitGatewayArn: str}\n@returns(200) {TransitGatewayRegistration: TransitGatewayRegistration?{GlobalNetworkId: str?, TransitGatewayArn: str?, State: TransitGatewayRegistrationStateReason?{Code: str?, Message: str?}}}\n\n@endpoint GET /global-networks\n@desc 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.\n@optional {globalNetworkIds: [str], maxResults: int, nextToken: str}\n@returns(200) {GlobalNetworks: [GlobalNetwork]?, NextToken: str?}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}\n@desc Disassociates a core network Connect peer from a device and a link.\n@required {GlobalNetworkId: str, ConnectPeerId: str}\n@returns(200) {ConnectPeerAssociation: ConnectPeerAssociation?{ConnectPeerId: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}\n@desc Disassociates a customer gateway from a device and a link.\n@required {GlobalNetworkId: str, CustomerGatewayArn: str}\n@returns(200) {CustomerGatewayAssociation: CustomerGatewayAssociation?{CustomerGatewayArn: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/link-associations\n@desc Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.\n@required {GlobalNetworkId: str, deviceId: str, linkId: str}\n@returns(200) {LinkAssociation: LinkAssociation?{GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, LinkAssociationState: str?}}\n\n@endpoint DELETE /global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations/{transitGatewayConnectPeerArn}\n@desc Disassociates a transit gateway Connect peer from a device and link.\n@required {GlobalNetworkId: str, TransitGatewayConnectPeerArn: str}\n@returns(200) {TransitGatewayConnectPeerAssociation: TransitGatewayConnectPeerAssociation?{TransitGatewayConnectPeerArn: str?, GlobalNetworkId: str?, DeviceId: str?, LinkId: str?, State: str?}}\n\n@endgroup\n\n@group core-networks\n@endpoint POST /core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute\n@desc Executes a change set on your core network. Deploys changes globally based on the policy submitted..\n@required {CoreNetworkId: str, PolicyVersionId: int}\n\n@endgroup\n\n@group connect-attachments\n@endpoint GET /connect-attachments/{attachmentId}\n@desc Returns information about a core network Connect attachment.\n@required {AttachmentId: str}\n@returns(200) {ConnectAttachment: ConnectAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, TransportAttachmentId: str?, Options: ConnectAttachmentOptions?{Protocol: str?}}}\n\n@endgroup\n\n@group connect-peers\n@endpoint GET /connect-peers/{connectPeerId}\n@desc Returns information about a core network Connect peer.\n@required {ConnectPeerId: str}\n@returns(200) {ConnectPeer: ConnectPeer?{CoreNetworkId: str?, ConnectAttachmentId: str?, ConnectPeerId: str?, EdgeLocation: str?, State: str?, CreatedAt: str(timestamp)?, Configuration: ConnectPeerConfiguration?{CoreNetworkAddress: str?, PeerAddress: str?, InsideCidrBlocks: [str]?, Protocol: str?, BgpConfigurations: [ConnectPeerBgpConfiguration]?}, Tags: [Tag]?, SubnetArn: str?, LastModificationErrors: [ConnectPeerError]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint GET /global-networks/{globalNetworkId}/connect-peer-associations\n@desc Returns information about a core network Connect peer associations.\n@required {GlobalNetworkId: str}\n@optional {connectPeerIds: [str], maxResults: int, nextToken: str}\n@returns(200) {ConnectPeerAssociations: [ConnectPeerAssociation]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/connections\n@desc Gets information about one or more of your connections in a global network.\n@required {GlobalNetworkId: str}\n@optional {connectionIds: [str], deviceId: str, maxResults: int, nextToken: str}\n@returns(200) {Connections: [Connection]?, NextToken: str?}\n\n@endgroup\n\n@group core-networks\n@endpoint GET /core-networks/{coreNetworkId}\n@desc Returns information about the LIVE policy for a core network.\n@required {CoreNetworkId: str}\n@returns(200) {CoreNetwork: CoreNetwork?{GlobalNetworkId: str?, CoreNetworkId: str?, CoreNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Segments: [CoreNetworkSegment]?, NetworkFunctionGroups: [CoreNetworkNetworkFunctionGroup]?, Edges: [CoreNetworkEdge]?, Tags: [Tag]?}}\n\n@endpoint GET /core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}\n@desc Returns information about a core network change event.\n@required {CoreNetworkId: str, PolicyVersionId: int}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {CoreNetworkChangeEvents: [CoreNetworkChangeEvent]?, NextToken: str?}\n\n@endpoint GET /core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}\n@desc Returns a change set between the LIVE core network policy and a submitted policy.\n@required {CoreNetworkId: str, PolicyVersionId: int}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {CoreNetworkChanges: [CoreNetworkChange]?, NextToken: str?}\n\n@endpoint GET /core-networks/{coreNetworkId}/core-network-policy\n@desc Returns details about a core network policy. You can get details about your current live policy or any previous policy version.\n@required {CoreNetworkId: str}\n@optional {policyVersionId: int, alias: str}\n@returns(200) {CoreNetworkPolicy: CoreNetworkPolicy?{CoreNetworkId: str?, PolicyVersionId: int?, Alias: str?, Description: str?, CreatedAt: str(timestamp)?, ChangeSetState: str?, PolicyErrors: [CoreNetworkPolicyError]?, PolicyDocument: str?}}\n\n@endgroup\n\n@group global-networks\n@endpoint GET /global-networks/{globalNetworkId}/customer-gateway-associations\n@desc Gets the association information for customer gateways that are associated with devices and links in your global network.\n@required {GlobalNetworkId: str}\n@optional {customerGatewayArns: [str], maxResults: int, nextToken: str}\n@returns(200) {CustomerGatewayAssociations: [CustomerGatewayAssociation]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/devices\n@desc Gets information about one or more of your devices in a global network.\n@required {GlobalNetworkId: str}\n@optional {deviceIds: [str], siteId: str, maxResults: int, nextToken: str}\n@returns(200) {Devices: [Device]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/link-associations\n@desc Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.\n@required {GlobalNetworkId: str}\n@optional {deviceId: str, linkId: str, maxResults: int, nextToken: str}\n@returns(200) {LinkAssociations: [LinkAssociation]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/links\n@desc 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.\n@required {GlobalNetworkId: str}\n@optional {linkIds: [str], siteId: str, type: str, provider: str, maxResults: int, nextToken: str}\n@returns(200) {Links: [Link]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/network-resource-count\n@desc Gets the count of network resources, by resource type, for the specified global network.\n@required {GlobalNetworkId: str}\n@optional {resourceType: str, maxResults: int, nextToken: str}\n@returns(200) {NetworkResourceCounts: [NetworkResourceCount]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/network-resource-relationships\n@desc Gets the network resource relationships for the specified global network.\n@required {GlobalNetworkId: str}\n@optional {coreNetworkId: str, registeredGatewayArn: str, awsRegion: str, accountId: str, resourceType: str, resourceArn: str, maxResults: int, nextToken: str}\n@returns(200) {Relationships: [Relationship]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/network-resources\n@desc 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.\n@required {GlobalNetworkId: str}\n@optional {coreNetworkId: str, registeredGatewayArn: str, awsRegion: str, accountId: str, resourceType: str, resourceArn: str, maxResults: int, nextToken: str}\n@returns(200) {NetworkResources: [NetworkResource]?, NextToken: str?}\n\n@endpoint POST /global-networks/{globalNetworkId}/network-routes\n@desc Gets the network routes of the specified global network.\n@required {GlobalNetworkId: str, RouteTableIdentifier: RouteTableIdentifier}\n@optional {ExactCidrMatches: [str], LongestPrefixMatches: [str], SubnetOfMatches: [str], SupernetOfMatches: [str], PrefixListIds: [str], States: [str], Types: [str], DestinationFilters: map<str,[str]>}\n@returns(200) {RouteTableArn: str?, CoreNetworkSegmentEdge: CoreNetworkSegmentEdgeIdentifier?{CoreNetworkId: str?, SegmentName: str?, EdgeLocation: str?}, RouteTableType: str?, RouteTableTimestamp: str(timestamp)?, NetworkRoutes: [NetworkRoute]?}\n\n@endpoint GET /global-networks/{globalNetworkId}/network-telemetry\n@desc Gets the network telemetry of the specified global network.\n@required {GlobalNetworkId: str}\n@optional {coreNetworkId: str, registeredGatewayArn: str, awsRegion: str, accountId: str, resourceType: str, resourceArn: str, maxResults: int, nextToken: str}\n@returns(200) {NetworkTelemetry: [NetworkTelemetry]?, NextToken: str?}\n\n@endgroup\n\n@group resource-policy\n@endpoint GET /resource-policy/{resourceArn}\n@desc Returns information about a resource policy.\n@required {ResourceArn: str}\n@returns(200) {PolicyDocument: str?}\n\n@endgroup\n\n@group global-networks\n@endpoint GET /global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}\n@desc Gets information about the specified route analysis.\n@required {GlobalNetworkId: str, RouteAnalysisId: str}\n@returns(200) {RouteAnalysis: RouteAnalysis?{GlobalNetworkId: str?, OwnerAccountId: str?, RouteAnalysisId: str?, StartTimestamp: str(timestamp)?, Status: str?, Source: RouteAnalysisEndpointOptions?{TransitGatewayAttachmentArn: str?, TransitGatewayArn: str?, IpAddress: str?}, Destination: RouteAnalysisEndpointOptions?{TransitGatewayAttachmentArn: str?, TransitGatewayArn: str?, IpAddress: str?}, IncludeReturnPath: bool?, UseMiddleboxes: bool?, ForwardPath: RouteAnalysisPath?{CompletionStatus: RouteAnalysisCompletion?{ResultCode: str?, ReasonCode: str?, ReasonContext: map<str,str>?}, Path: [PathComponent]?}, ReturnPath: RouteAnalysisPath?{CompletionStatus: RouteAnalysisCompletion?{ResultCode: str?, ReasonCode: str?, ReasonContext: map<str,str>?}, Path: [PathComponent]?}}}\n\n@endgroup\n\n@group site-to-site-vpn-attachments\n@endpoint GET /site-to-site-vpn-attachments/{attachmentId}\n@desc Returns information about a site-to-site VPN attachment.\n@required {AttachmentId: str}\n@returns(200) {SiteToSiteVpnAttachment: SiteToSiteVpnAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, VpnConnectionArn: str?}}\n\n@endgroup\n\n@group global-networks\n@endpoint GET /global-networks/{globalNetworkId}/sites\n@desc Gets information about one or more of your sites in a global network.\n@required {GlobalNetworkId: str}\n@optional {siteIds: [str], maxResults: int, nextToken: str}\n@returns(200) {Sites: [Site]?, NextToken: str?}\n\n@endpoint GET /global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations\n@desc Gets information about one or more of your transit gateway Connect peer associations in a global network.\n@required {GlobalNetworkId: str}\n@optional {transitGatewayConnectPeerArns: [str], maxResults: int, nextToken: str}\n@returns(200) {TransitGatewayConnectPeerAssociations: [TransitGatewayConnectPeerAssociation]?, NextToken: str?}\n\n@endgroup\n\n@group transit-gateway-peerings\n@endpoint GET /transit-gateway-peerings/{peeringId}\n@desc Returns information about a transit gateway peer.\n@required {PeeringId: str}\n@returns(200) {TransitGatewayPeering: TransitGatewayPeering?{Peering: Peering?{CoreNetworkId: str?, CoreNetworkArn: str?, PeeringId: str?, OwnerAccountId: str?, PeeringType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, Tags: [Tag]?, CreatedAt: str(timestamp)?, LastModificationErrors: [PeeringError]?}, TransitGatewayArn: str?, TransitGatewayPeeringAttachmentId: str?}}\n\n@endgroup\n\n@group global-networks\n@endpoint GET /global-networks/{globalNetworkId}/transit-gateway-registrations\n@desc Gets information about the transit gateway registrations in a specified global network.\n@required {GlobalNetworkId: str}\n@optional {transitGatewayArns: [str], maxResults: int, nextToken: str}\n@returns(200) {TransitGatewayRegistrations: [TransitGatewayRegistration]?, NextToken: str?}\n\n@endgroup\n\n@group transit-gateway-route-table-attachments\n@endpoint GET /transit-gateway-route-table-attachments/{attachmentId}\n@desc Returns information about a transit gateway route table attachment.\n@required {AttachmentId: str}\n@returns(200) {TransitGatewayRouteTableAttachment: TransitGatewayRouteTableAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, PeeringId: str?, TransitGatewayRouteTableArn: str?}}\n\n@endgroup\n\n@group vpc-attachments\n@endpoint GET /vpc-attachments/{attachmentId}\n@desc Returns information about a VPC attachment.\n@required {AttachmentId: str}\n@returns(200) {VpcAttachment: VpcAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, SubnetArns: [str]?, Options: VpcOptions?{Ipv6Support: bool?, ApplianceModeSupport: bool?}}}\n\n@endgroup\n\n@group attachments\n@endpoint GET /attachments\n@desc Returns a list of core network attachments.\n@optional {coreNetworkId: str, attachmentType: str, edgeLocation: str, state: str, maxResults: int, nextToken: str}\n@returns(200) {Attachments: [Attachment]?, NextToken: str?}\n\n@endgroup\n\n@group connect-peers\n@endpoint GET /connect-peers\n@desc Returns a list of core network Connect peers.\n@optional {coreNetworkId: str, connectAttachmentId: str, maxResults: int, nextToken: str}\n@returns(200) {ConnectPeers: [ConnectPeerSummary]?, NextToken: str?}\n\n@endgroup\n\n@group core-networks\n@endpoint GET /core-networks/{coreNetworkId}/core-network-policy-versions\n@desc Returns a list of core network policy versions.\n@required {CoreNetworkId: str}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {CoreNetworkPolicyVersions: [CoreNetworkPolicyVersion]?, NextToken: str?}\n\n@endpoint GET /core-networks\n@desc Returns a list of owned and shared core networks.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {CoreNetworks: [CoreNetworkSummary]?, NextToken: str?}\n\n@endgroup\n\n@group organizations\n@endpoint GET /organizations/service-access\n@desc Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {OrganizationStatus: OrganizationStatus?{OrganizationId: str?, OrganizationAwsServiceAccessStatus: str?, SLRDeploymentStatus: str?, AccountStatusList: [AccountStatus]?}, NextToken: str?}\n\n@endgroup\n\n@group peerings\n@endpoint GET /peerings\n@desc Lists the peerings for a core network.\n@optional {coreNetworkId: str, peeringType: str, edgeLocation: str, state: str, maxResults: int, nextToken: str}\n@returns(200) {Peerings: [Peering]?, NextToken: str?}\n\n@endgroup\n\n@group tags\n@endpoint GET /tags/{resourceArn}\n@desc Lists the tags for a specified resource.\n@required {ResourceArn: str}\n@returns(200) {TagList: [Tag]?}\n\n@endgroup\n\n@group core-networks\n@endpoint POST /core-networks/{coreNetworkId}/core-network-policy\n@desc 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.\n@required {CoreNetworkId: str, PolicyDocument: str}\n@optional {Description: str, LatestVersionId: int, ClientToken: str}\n@returns(200) {CoreNetworkPolicy: CoreNetworkPolicy?{CoreNetworkId: str?, PolicyVersionId: int?, Alias: str?, Description: str?, CreatedAt: str(timestamp)?, ChangeSetState: str?, PolicyErrors: [CoreNetworkPolicyError]?, PolicyDocument: str?}}\n\n@endgroup\n\n@group resource-policy\n@endpoint POST /resource-policy/{resourceArn}\n@desc Creates or updates a resource policy.\n@required {ResourceArn: str, PolicyDocument: str}\n\n@endgroup\n\n@group global-networks\n@endpoint POST /global-networks/{globalNetworkId}/transit-gateway-registrations\n@desc 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.\n@required {GlobalNetworkId: str, TransitGatewayArn: str}\n@returns(200) {TransitGatewayRegistration: TransitGatewayRegistration?{GlobalNetworkId: str?, TransitGatewayArn: str?, State: TransitGatewayRegistrationStateReason?{Code: str?, Message: str?}}}\n\n@endgroup\n\n@group attachments\n@endpoint POST /attachments/{attachmentId}/reject\n@desc Rejects a core network attachment request.\n@required {AttachmentId: str}\n@returns(200) {Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}}\n\n@endgroup\n\n@group core-networks\n@endpoint POST /core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore\n@desc 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.\n@required {CoreNetworkId: str, PolicyVersionId: int}\n@returns(200) {CoreNetworkPolicy: CoreNetworkPolicy?{CoreNetworkId: str?, PolicyVersionId: int?, Alias: str?, Description: str?, CreatedAt: str(timestamp)?, ChangeSetState: str?, PolicyErrors: [CoreNetworkPolicyError]?, PolicyDocument: str?}}\n\n@endgroup\n\n@group organizations\n@endpoint POST /organizations/service-access\n@desc Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.\n@required {Action: str}\n@returns(200) {OrganizationStatus: OrganizationStatus?{OrganizationId: str?, OrganizationAwsServiceAccessStatus: str?, SLRDeploymentStatus: str?, AccountStatusList: [AccountStatus]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint POST /global-networks/{globalNetworkId}/route-analyses\n@desc Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.\n@required {GlobalNetworkId: str, Source: RouteAnalysisEndpointOptionsSpecification, Destination: RouteAnalysisEndpointOptionsSpecification}\n@optional {IncludeReturnPath: bool, UseMiddleboxes: bool}\n@returns(200) {RouteAnalysis: RouteAnalysis?{GlobalNetworkId: str?, OwnerAccountId: str?, RouteAnalysisId: str?, StartTimestamp: str(timestamp)?, Status: str?, Source: RouteAnalysisEndpointOptions?{TransitGatewayAttachmentArn: str?, TransitGatewayArn: str?, IpAddress: str?}, Destination: RouteAnalysisEndpointOptions?{TransitGatewayAttachmentArn: str?, TransitGatewayArn: str?, IpAddress: str?}, IncludeReturnPath: bool?, UseMiddleboxes: bool?, ForwardPath: RouteAnalysisPath?{CompletionStatus: RouteAnalysisCompletion?{ResultCode: str?, ReasonCode: str?, ReasonContext: map<str,str>?}, Path: [PathComponent]?}, ReturnPath: RouteAnalysisPath?{CompletionStatus: RouteAnalysisCompletion?{ResultCode: str?, ReasonCode: str?, ReasonContext: map<str,str>?}, Path: [PathComponent]?}}}\n\n@endgroup\n\n@group tags\n@endpoint POST /tags/{resourceArn}\n@desc Tags a specified resource.\n@required {ResourceArn: str, Tags: [Tag]}\n\n@endpoint DELETE /tags/{resourceArn}\n@desc Removes tags from a specified resource.\n@required {ResourceArn: str, tagKeys: [str]}\n\n@endgroup\n\n@group global-networks\n@endpoint PATCH /global-networks/{globalNetworkId}/connections/{connectionId}\n@desc Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.\n@required {GlobalNetworkId: str, ConnectionId: str}\n@optional {LinkId: str, ConnectedLinkId: str, Description: str}\n@returns(200) {Connection: Connection?{ConnectionId: str?, ConnectionArn: str?, GlobalNetworkId: str?, DeviceId: str?, ConnectedDeviceId: str?, LinkId: str?, ConnectedLinkId: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group core-networks\n@endpoint PATCH /core-networks/{coreNetworkId}\n@desc Updates the description of a core network.\n@required {CoreNetworkId: str}\n@optional {Description: str}\n@returns(200) {CoreNetwork: CoreNetwork?{GlobalNetworkId: str?, CoreNetworkId: str?, CoreNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Segments: [CoreNetworkSegment]?, NetworkFunctionGroups: [CoreNetworkNetworkFunctionGroup]?, Edges: [CoreNetworkEdge]?, Tags: [Tag]?}}\n\n@endgroup\n\n@group global-networks\n@endpoint PATCH /global-networks/{globalNetworkId}/devices/{deviceId}\n@desc Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.\n@required {GlobalNetworkId: str, DeviceId: str}\n@optional {AWSLocation: AWSLocation, Description: str, Type: str, Vendor: str, Model: str, SerialNumber: str, Location: Location, SiteId: str}\n@returns(200) {Device: Device?{DeviceId: str?, DeviceArn: str?, GlobalNetworkId: str?, AWSLocation: AWSLocation?{Zone: str?, SubnetArn: str?}, Description: str?, Type: str?, Vendor: str?, Model: str?, SerialNumber: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, SiteId: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint PATCH /global-networks/{globalNetworkId}\n@desc Updates an existing global network. To remove information for any of the parameters, specify an empty string.\n@required {GlobalNetworkId: str}\n@optional {Description: str}\n@returns(200) {GlobalNetwork: GlobalNetwork?{GlobalNetworkId: str?, GlobalNetworkArn: str?, Description: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint PATCH /global-networks/{globalNetworkId}/links/{linkId}\n@desc Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.\n@required {GlobalNetworkId: str, LinkId: str}\n@optional {Description: str, Type: str, Bandwidth: Bandwidth, Provider: str}\n@returns(200) {Link: Link?{LinkId: str?, LinkArn: str?, GlobalNetworkId: str?, SiteId: str?, Description: str?, Type: str?, Bandwidth: Bandwidth?{UploadSpeed: int?, DownloadSpeed: int?}, Provider: str?, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endpoint PATCH /global-networks/{globalNetworkId}/network-resources/{resourceArn}/metadata\n@desc Updates the resource metadata for the specified global network.\n@required {GlobalNetworkId: str, ResourceArn: str, Metadata: map<str,str>}\n@returns(200) {ResourceArn: str?, Metadata: map<str,str>?}\n\n@endpoint PATCH /global-networks/{globalNetworkId}/sites/{siteId}\n@desc Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.\n@required {GlobalNetworkId: str, SiteId: str}\n@optional {Description: str, Location: Location}\n@returns(200) {Site: Site?{SiteId: str?, SiteArn: str?, GlobalNetworkId: str?, Description: str?, Location: Location?{Address: str?, Latitude: str?, Longitude: str?}, CreatedAt: str(timestamp)?, State: str?, Tags: [Tag]?}}\n\n@endgroup\n\n@group vpc-attachments\n@endpoint PATCH /vpc-attachments/{attachmentId}\n@desc Updates a VPC attachment.\n@required {AttachmentId: str}\n@optional {AddSubnetArns: [str], RemoveSubnetArns: [str], Options: VpcOptions}\n@returns(200) {VpcAttachment: VpcAttachment?{Attachment: Attachment?{CoreNetworkId: str?, CoreNetworkArn: str?, AttachmentId: str?, OwnerAccountId: str?, AttachmentType: str?, State: str?, EdgeLocation: str?, ResourceArn: str?, AttachmentPolicyRuleNumber: int?, SegmentName: str?, NetworkFunctionGroupName: str?, Tags: [Tag]?, ProposedSegmentChange: ProposedSegmentChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, SegmentName: str?}, ProposedNetworkFunctionGroupChange: ProposedNetworkFunctionGroupChange?{Tags: [Tag]?, AttachmentPolicyRuleNumber: int?, NetworkFunctionGroupName: str?}, CreatedAt: str(timestamp)?, UpdatedAt: str(timestamp)?, LastModificationErrors: [AttachmentError]?}, SubnetArns: [str]?, Options: VpcOptions?{Ipv6Support: bool?, ApplianceModeSupport: bool?}}}\n\n@endgroup\n\n@end\n"}