Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- GetLinkAssociations
- AssociateLink
- AssociateTransitGatewayConnectPeer
- CreateSite
- DeleteConnection
- UpdateConnection
- DeregisterTransitGateway
- GetTransitGatewayConnectPeerAssociations
- UpdateSite
- DeleteSite
- ListTagsForResource
- DisassociateLink
- CreateConnection
- GetDevices
- GetLinks
- DescribeGlobalNetworks
- DisassociateCustomerGateway
- DisassociateTransitGatewayConnectPeer
- CreateGlobalNetwork
- CreateLink
- DeleteGlobalNetwork
- UpdateGlobalNetwork
- CreateDevice
- AssociateCustomerGateway
- TagResource
- GetCustomerGatewayAssociations
- GetTransitGatewayRegistrations
- GetConnections
- UntagResource
- GetSites
- RegisterTransitGateway
- DeleteDevice
- UpdateDevice
- DeleteLink
- UpdateLink
- Types
Synopsis
- getLinkAssociations_nextToken :: Lens' GetLinkAssociations (Maybe Text)
- getLinkAssociations_linkId :: Lens' GetLinkAssociations (Maybe Text)
- getLinkAssociations_deviceId :: Lens' GetLinkAssociations (Maybe Text)
- getLinkAssociations_maxResults :: Lens' GetLinkAssociations (Maybe Natural)
- getLinkAssociations_globalNetworkId :: Lens' GetLinkAssociations Text
- getLinkAssociationsResponse_nextToken :: Lens' GetLinkAssociationsResponse (Maybe Text)
- getLinkAssociationsResponse_linkAssociations :: Lens' GetLinkAssociationsResponse (Maybe [LinkAssociation])
- getLinkAssociationsResponse_httpStatus :: Lens' GetLinkAssociationsResponse Int
- associateLink_globalNetworkId :: Lens' AssociateLink Text
- associateLink_deviceId :: Lens' AssociateLink Text
- associateLink_linkId :: Lens' AssociateLink Text
- associateLinkResponse_linkAssociation :: Lens' AssociateLinkResponse (Maybe LinkAssociation)
- associateLinkResponse_httpStatus :: Lens' AssociateLinkResponse Int
- associateTransitGatewayConnectPeer_linkId :: Lens' AssociateTransitGatewayConnectPeer (Maybe Text)
- associateTransitGatewayConnectPeer_globalNetworkId :: Lens' AssociateTransitGatewayConnectPeer Text
- associateTransitGatewayConnectPeer_transitGatewayConnectPeerArn :: Lens' AssociateTransitGatewayConnectPeer Text
- associateTransitGatewayConnectPeer_deviceId :: Lens' AssociateTransitGatewayConnectPeer Text
- associateTransitGatewayConnectPeerResponse_transitGatewayConnectPeerAssociation :: Lens' AssociateTransitGatewayConnectPeerResponse (Maybe TransitGatewayConnectPeerAssociation)
- associateTransitGatewayConnectPeerResponse_httpStatus :: Lens' AssociateTransitGatewayConnectPeerResponse Int
- createSite_location :: Lens' CreateSite (Maybe Location)
- createSite_description :: Lens' CreateSite (Maybe Text)
- createSite_tags :: Lens' CreateSite (Maybe [Tag])
- createSite_globalNetworkId :: Lens' CreateSite Text
- createSiteResponse_site :: Lens' CreateSiteResponse (Maybe Site)
- createSiteResponse_httpStatus :: Lens' CreateSiteResponse Int
- deleteConnection_globalNetworkId :: Lens' DeleteConnection Text
- deleteConnection_connectionId :: Lens' DeleteConnection Text
- deleteConnectionResponse_connection :: Lens' DeleteConnectionResponse (Maybe Connection)
- deleteConnectionResponse_httpStatus :: Lens' DeleteConnectionResponse Int
- updateConnection_connectedLinkId :: Lens' UpdateConnection (Maybe Text)
- updateConnection_linkId :: Lens' UpdateConnection (Maybe Text)
- updateConnection_description :: Lens' UpdateConnection (Maybe Text)
- updateConnection_globalNetworkId :: Lens' UpdateConnection Text
- updateConnection_connectionId :: Lens' UpdateConnection Text
- updateConnectionResponse_connection :: Lens' UpdateConnectionResponse (Maybe Connection)
- updateConnectionResponse_httpStatus :: Lens' UpdateConnectionResponse Int
- deregisterTransitGateway_globalNetworkId :: Lens' DeregisterTransitGateway Text
- deregisterTransitGateway_transitGatewayArn :: Lens' DeregisterTransitGateway Text
- deregisterTransitGatewayResponse_transitGatewayRegistration :: Lens' DeregisterTransitGatewayResponse (Maybe TransitGatewayRegistration)
- deregisterTransitGatewayResponse_httpStatus :: Lens' DeregisterTransitGatewayResponse Int
- getTransitGatewayConnectPeerAssociations_transitGatewayConnectPeerArns :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe [Text])
- getTransitGatewayConnectPeerAssociations_nextToken :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe Text)
- getTransitGatewayConnectPeerAssociations_maxResults :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe Natural)
- getTransitGatewayConnectPeerAssociations_globalNetworkId :: Lens' GetTransitGatewayConnectPeerAssociations Text
- getTransitGatewayConnectPeerAssociationsResponse_nextToken :: Lens' GetTransitGatewayConnectPeerAssociationsResponse (Maybe Text)
- getTransitGatewayConnectPeerAssociationsResponse_transitGatewayConnectPeerAssociations :: Lens' GetTransitGatewayConnectPeerAssociationsResponse (Maybe [TransitGatewayConnectPeerAssociation])
- getTransitGatewayConnectPeerAssociationsResponse_httpStatus :: Lens' GetTransitGatewayConnectPeerAssociationsResponse Int
- updateSite_location :: Lens' UpdateSite (Maybe Location)
- updateSite_description :: Lens' UpdateSite (Maybe Text)
- updateSite_globalNetworkId :: Lens' UpdateSite Text
- updateSite_siteId :: Lens' UpdateSite Text
- updateSiteResponse_site :: Lens' UpdateSiteResponse (Maybe Site)
- updateSiteResponse_httpStatus :: Lens' UpdateSiteResponse Int
- deleteSite_globalNetworkId :: Lens' DeleteSite Text
- deleteSite_siteId :: Lens' DeleteSite Text
- deleteSiteResponse_site :: Lens' DeleteSiteResponse (Maybe Site)
- deleteSiteResponse_httpStatus :: Lens' DeleteSiteResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tagList :: Lens' ListTagsForResourceResponse (Maybe [Tag])
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- disassociateLink_globalNetworkId :: Lens' DisassociateLink Text
- disassociateLink_deviceId :: Lens' DisassociateLink Text
- disassociateLink_linkId :: Lens' DisassociateLink Text
- disassociateLinkResponse_linkAssociation :: Lens' DisassociateLinkResponse (Maybe LinkAssociation)
- disassociateLinkResponse_httpStatus :: Lens' DisassociateLinkResponse Int
- createConnection_connectedLinkId :: Lens' CreateConnection (Maybe Text)
- createConnection_linkId :: Lens' CreateConnection (Maybe Text)
- createConnection_description :: Lens' CreateConnection (Maybe Text)
- createConnection_tags :: Lens' CreateConnection (Maybe [Tag])
- createConnection_globalNetworkId :: Lens' CreateConnection Text
- createConnection_deviceId :: Lens' CreateConnection Text
- createConnection_connectedDeviceId :: Lens' CreateConnection Text
- createConnectionResponse_connection :: Lens' CreateConnectionResponse (Maybe Connection)
- createConnectionResponse_httpStatus :: Lens' CreateConnectionResponse Int
- getDevices_deviceIds :: Lens' GetDevices (Maybe [Text])
- getDevices_nextToken :: Lens' GetDevices (Maybe Text)
- getDevices_siteId :: Lens' GetDevices (Maybe Text)
- getDevices_maxResults :: Lens' GetDevices (Maybe Natural)
- getDevices_globalNetworkId :: Lens' GetDevices Text
- getDevicesResponse_nextToken :: Lens' GetDevicesResponse (Maybe Text)
- getDevicesResponse_devices :: Lens' GetDevicesResponse (Maybe [Device])
- getDevicesResponse_httpStatus :: Lens' GetDevicesResponse Int
- getLinks_linkIds :: Lens' GetLinks (Maybe [Text])
- getLinks_nextToken :: Lens' GetLinks (Maybe Text)
- getLinks_type :: Lens' GetLinks (Maybe Text)
- getLinks_siteId :: Lens' GetLinks (Maybe Text)
- getLinks_maxResults :: Lens' GetLinks (Maybe Natural)
- getLinks_provider :: Lens' GetLinks (Maybe Text)
- getLinks_globalNetworkId :: Lens' GetLinks Text
- getLinksResponse_nextToken :: Lens' GetLinksResponse (Maybe Text)
- getLinksResponse_links :: Lens' GetLinksResponse (Maybe [Link])
- getLinksResponse_httpStatus :: Lens' GetLinksResponse Int
- describeGlobalNetworks_nextToken :: Lens' DescribeGlobalNetworks (Maybe Text)
- describeGlobalNetworks_globalNetworkIds :: Lens' DescribeGlobalNetworks (Maybe [Text])
- describeGlobalNetworks_maxResults :: Lens' DescribeGlobalNetworks (Maybe Natural)
- describeGlobalNetworksResponse_globalNetworks :: Lens' DescribeGlobalNetworksResponse (Maybe [GlobalNetwork])
- describeGlobalNetworksResponse_nextToken :: Lens' DescribeGlobalNetworksResponse (Maybe Text)
- describeGlobalNetworksResponse_httpStatus :: Lens' DescribeGlobalNetworksResponse Int
- disassociateCustomerGateway_globalNetworkId :: Lens' DisassociateCustomerGateway Text
- disassociateCustomerGateway_customerGatewayArn :: Lens' DisassociateCustomerGateway Text
- disassociateCustomerGatewayResponse_customerGatewayAssociation :: Lens' DisassociateCustomerGatewayResponse (Maybe CustomerGatewayAssociation)
- disassociateCustomerGatewayResponse_httpStatus :: Lens' DisassociateCustomerGatewayResponse Int
- disassociateTransitGatewayConnectPeer_globalNetworkId :: Lens' DisassociateTransitGatewayConnectPeer Text
- disassociateTransitGatewayConnectPeer_transitGatewayConnectPeerArn :: Lens' DisassociateTransitGatewayConnectPeer Text
- disassociateTransitGatewayConnectPeerResponse_transitGatewayConnectPeerAssociation :: Lens' DisassociateTransitGatewayConnectPeerResponse (Maybe TransitGatewayConnectPeerAssociation)
- disassociateTransitGatewayConnectPeerResponse_httpStatus :: Lens' DisassociateTransitGatewayConnectPeerResponse Int
- createGlobalNetwork_description :: Lens' CreateGlobalNetwork (Maybe Text)
- createGlobalNetwork_tags :: Lens' CreateGlobalNetwork (Maybe [Tag])
- createGlobalNetworkResponse_globalNetwork :: Lens' CreateGlobalNetworkResponse (Maybe GlobalNetwork)
- createGlobalNetworkResponse_httpStatus :: Lens' CreateGlobalNetworkResponse Int
- createLink_type :: Lens' CreateLink (Maybe Text)
- createLink_description :: Lens' CreateLink (Maybe Text)
- createLink_provider :: Lens' CreateLink (Maybe Text)
- createLink_tags :: Lens' CreateLink (Maybe [Tag])
- createLink_globalNetworkId :: Lens' CreateLink Text
- createLink_bandwidth :: Lens' CreateLink Bandwidth
- createLink_siteId :: Lens' CreateLink Text
- createLinkResponse_link :: Lens' CreateLinkResponse (Maybe Link)
- createLinkResponse_httpStatus :: Lens' CreateLinkResponse Int
- deleteGlobalNetwork_globalNetworkId :: Lens' DeleteGlobalNetwork Text
- deleteGlobalNetworkResponse_globalNetwork :: Lens' DeleteGlobalNetworkResponse (Maybe GlobalNetwork)
- deleteGlobalNetworkResponse_httpStatus :: Lens' DeleteGlobalNetworkResponse Int
- updateGlobalNetwork_description :: Lens' UpdateGlobalNetwork (Maybe Text)
- updateGlobalNetwork_globalNetworkId :: Lens' UpdateGlobalNetwork Text
- updateGlobalNetworkResponse_globalNetwork :: Lens' UpdateGlobalNetworkResponse (Maybe GlobalNetwork)
- updateGlobalNetworkResponse_httpStatus :: Lens' UpdateGlobalNetworkResponse Int
- createDevice_vendor :: Lens' CreateDevice (Maybe Text)
- createDevice_location :: Lens' CreateDevice (Maybe Location)
- createDevice_aWSLocation :: Lens' CreateDevice (Maybe AWSLocation)
- createDevice_model :: Lens' CreateDevice (Maybe Text)
- createDevice_type :: Lens' CreateDevice (Maybe Text)
- createDevice_serialNumber :: Lens' CreateDevice (Maybe Text)
- createDevice_siteId :: Lens' CreateDevice (Maybe Text)
- createDevice_description :: Lens' CreateDevice (Maybe Text)
- createDevice_tags :: Lens' CreateDevice (Maybe [Tag])
- createDevice_globalNetworkId :: Lens' CreateDevice Text
- createDeviceResponse_device :: Lens' CreateDeviceResponse (Maybe Device)
- createDeviceResponse_httpStatus :: Lens' CreateDeviceResponse Int
- associateCustomerGateway_linkId :: Lens' AssociateCustomerGateway (Maybe Text)
- associateCustomerGateway_customerGatewayArn :: Lens' AssociateCustomerGateway Text
- associateCustomerGateway_globalNetworkId :: Lens' AssociateCustomerGateway Text
- associateCustomerGateway_deviceId :: Lens' AssociateCustomerGateway Text
- associateCustomerGatewayResponse_customerGatewayAssociation :: Lens' AssociateCustomerGatewayResponse (Maybe CustomerGatewayAssociation)
- associateCustomerGatewayResponse_httpStatus :: Lens' AssociateCustomerGatewayResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- getCustomerGatewayAssociations_nextToken :: Lens' GetCustomerGatewayAssociations (Maybe Text)
- getCustomerGatewayAssociations_customerGatewayArns :: Lens' GetCustomerGatewayAssociations (Maybe [Text])
- getCustomerGatewayAssociations_maxResults :: Lens' GetCustomerGatewayAssociations (Maybe Natural)
- getCustomerGatewayAssociations_globalNetworkId :: Lens' GetCustomerGatewayAssociations Text
- getCustomerGatewayAssociationsResponse_nextToken :: Lens' GetCustomerGatewayAssociationsResponse (Maybe Text)
- getCustomerGatewayAssociationsResponse_customerGatewayAssociations :: Lens' GetCustomerGatewayAssociationsResponse (Maybe [CustomerGatewayAssociation])
- getCustomerGatewayAssociationsResponse_httpStatus :: Lens' GetCustomerGatewayAssociationsResponse Int
- getTransitGatewayRegistrations_transitGatewayArns :: Lens' GetTransitGatewayRegistrations (Maybe [Text])
- getTransitGatewayRegistrations_nextToken :: Lens' GetTransitGatewayRegistrations (Maybe Text)
- getTransitGatewayRegistrations_maxResults :: Lens' GetTransitGatewayRegistrations (Maybe Natural)
- getTransitGatewayRegistrations_globalNetworkId :: Lens' GetTransitGatewayRegistrations Text
- getTransitGatewayRegistrationsResponse_transitGatewayRegistrations :: Lens' GetTransitGatewayRegistrationsResponse (Maybe [TransitGatewayRegistration])
- getTransitGatewayRegistrationsResponse_nextToken :: Lens' GetTransitGatewayRegistrationsResponse (Maybe Text)
- getTransitGatewayRegistrationsResponse_httpStatus :: Lens' GetTransitGatewayRegistrationsResponse Int
- getConnections_connectionIds :: Lens' GetConnections (Maybe [Text])
- getConnections_nextToken :: Lens' GetConnections (Maybe Text)
- getConnections_deviceId :: Lens' GetConnections (Maybe Text)
- getConnections_maxResults :: Lens' GetConnections (Maybe Natural)
- getConnections_globalNetworkId :: Lens' GetConnections Text
- getConnectionsResponse_connections :: Lens' GetConnectionsResponse (Maybe [Connection])
- getConnectionsResponse_nextToken :: Lens' GetConnectionsResponse (Maybe Text)
- getConnectionsResponse_httpStatus :: Lens' GetConnectionsResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- getSites_nextToken :: Lens' GetSites (Maybe Text)
- getSites_siteIds :: Lens' GetSites (Maybe [Text])
- getSites_maxResults :: Lens' GetSites (Maybe Natural)
- getSites_globalNetworkId :: Lens' GetSites Text
- getSitesResponse_nextToken :: Lens' GetSitesResponse (Maybe Text)
- getSitesResponse_sites :: Lens' GetSitesResponse (Maybe [Site])
- getSitesResponse_httpStatus :: Lens' GetSitesResponse Int
- registerTransitGateway_globalNetworkId :: Lens' RegisterTransitGateway Text
- registerTransitGateway_transitGatewayArn :: Lens' RegisterTransitGateway Text
- registerTransitGatewayResponse_transitGatewayRegistration :: Lens' RegisterTransitGatewayResponse (Maybe TransitGatewayRegistration)
- registerTransitGatewayResponse_httpStatus :: Lens' RegisterTransitGatewayResponse Int
- deleteDevice_globalNetworkId :: Lens' DeleteDevice Text
- deleteDevice_deviceId :: Lens' DeleteDevice Text
- deleteDeviceResponse_device :: Lens' DeleteDeviceResponse (Maybe Device)
- deleteDeviceResponse_httpStatus :: Lens' DeleteDeviceResponse Int
- updateDevice_vendor :: Lens' UpdateDevice (Maybe Text)
- updateDevice_location :: Lens' UpdateDevice (Maybe Location)
- updateDevice_aWSLocation :: Lens' UpdateDevice (Maybe AWSLocation)
- updateDevice_model :: Lens' UpdateDevice (Maybe Text)
- updateDevice_type :: Lens' UpdateDevice (Maybe Text)
- updateDevice_serialNumber :: Lens' UpdateDevice (Maybe Text)
- updateDevice_siteId :: Lens' UpdateDevice (Maybe Text)
- updateDevice_description :: Lens' UpdateDevice (Maybe Text)
- updateDevice_globalNetworkId :: Lens' UpdateDevice Text
- updateDevice_deviceId :: Lens' UpdateDevice Text
- updateDeviceResponse_device :: Lens' UpdateDeviceResponse (Maybe Device)
- updateDeviceResponse_httpStatus :: Lens' UpdateDeviceResponse Int
- deleteLink_globalNetworkId :: Lens' DeleteLink Text
- deleteLink_linkId :: Lens' DeleteLink Text
- deleteLinkResponse_link :: Lens' DeleteLinkResponse (Maybe Link)
- deleteLinkResponse_httpStatus :: Lens' DeleteLinkResponse Int
- updateLink_bandwidth :: Lens' UpdateLink (Maybe Bandwidth)
- updateLink_type :: Lens' UpdateLink (Maybe Text)
- updateLink_description :: Lens' UpdateLink (Maybe Text)
- updateLink_provider :: Lens' UpdateLink (Maybe Text)
- updateLink_globalNetworkId :: Lens' UpdateLink Text
- updateLink_linkId :: Lens' UpdateLink Text
- updateLinkResponse_link :: Lens' UpdateLinkResponse (Maybe Link)
- updateLinkResponse_httpStatus :: Lens' UpdateLinkResponse Int
- aWSLocation_zone :: Lens' AWSLocation (Maybe Text)
- aWSLocation_subnetArn :: Lens' AWSLocation (Maybe Text)
- bandwidth_downloadSpeed :: Lens' Bandwidth (Maybe Int)
- bandwidth_uploadSpeed :: Lens' Bandwidth (Maybe Int)
- connection_state :: Lens' Connection (Maybe ConnectionState)
- connection_createdAt :: Lens' Connection (Maybe UTCTime)
- connection_globalNetworkId :: Lens' Connection (Maybe Text)
- connection_connectionId :: Lens' Connection (Maybe Text)
- connection_connectedDeviceId :: Lens' Connection (Maybe Text)
- connection_connectedLinkId :: Lens' Connection (Maybe Text)
- connection_linkId :: Lens' Connection (Maybe Text)
- connection_deviceId :: Lens' Connection (Maybe Text)
- connection_connectionArn :: Lens' Connection (Maybe Text)
- connection_description :: Lens' Connection (Maybe Text)
- connection_tags :: Lens' Connection (Maybe [Tag])
- customerGatewayAssociation_state :: Lens' CustomerGatewayAssociation (Maybe CustomerGatewayAssociationState)
- customerGatewayAssociation_globalNetworkId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_linkId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_deviceId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_customerGatewayArn :: Lens' CustomerGatewayAssociation (Maybe Text)
- device_vendor :: Lens' Device (Maybe Text)
- device_state :: Lens' Device (Maybe DeviceState)
- device_location :: Lens' Device (Maybe Location)
- device_createdAt :: Lens' Device (Maybe UTCTime)
- device_deviceArn :: Lens' Device (Maybe Text)
- device_aWSLocation :: Lens' Device (Maybe AWSLocation)
- device_globalNetworkId :: Lens' Device (Maybe Text)
- device_model :: Lens' Device (Maybe Text)
- device_deviceId :: Lens' Device (Maybe Text)
- device_type :: Lens' Device (Maybe Text)
- device_serialNumber :: Lens' Device (Maybe Text)
- device_siteId :: Lens' Device (Maybe Text)
- device_description :: Lens' Device (Maybe Text)
- device_tags :: Lens' Device (Maybe [Tag])
- globalNetwork_state :: Lens' GlobalNetwork (Maybe GlobalNetworkState)
- globalNetwork_createdAt :: Lens' GlobalNetwork (Maybe UTCTime)
- globalNetwork_globalNetworkArn :: Lens' GlobalNetwork (Maybe Text)
- globalNetwork_globalNetworkId :: Lens' GlobalNetwork (Maybe Text)
- globalNetwork_description :: Lens' GlobalNetwork (Maybe Text)
- globalNetwork_tags :: Lens' GlobalNetwork (Maybe [Tag])
- link_state :: Lens' Link (Maybe LinkState)
- link_linkArn :: Lens' Link (Maybe Text)
- link_createdAt :: Lens' Link (Maybe UTCTime)
- link_globalNetworkId :: Lens' Link (Maybe Text)
- link_bandwidth :: Lens' Link (Maybe Bandwidth)
- link_linkId :: Lens' Link (Maybe Text)
- link_type :: Lens' Link (Maybe Text)
- link_siteId :: Lens' Link (Maybe Text)
- link_description :: Lens' Link (Maybe Text)
- link_provider :: Lens' Link (Maybe Text)
- link_tags :: Lens' Link (Maybe [Tag])
- linkAssociation_globalNetworkId :: Lens' LinkAssociation (Maybe Text)
- linkAssociation_linkId :: Lens' LinkAssociation (Maybe Text)
- linkAssociation_deviceId :: Lens' LinkAssociation (Maybe Text)
- linkAssociation_linkAssociationState :: Lens' LinkAssociation (Maybe LinkAssociationState)
- location_latitude :: Lens' Location (Maybe Text)
- location_address :: Lens' Location (Maybe Text)
- location_longitude :: Lens' Location (Maybe Text)
- site_state :: Lens' Site (Maybe SiteState)
- site_location :: Lens' Site (Maybe Location)
- site_createdAt :: Lens' Site (Maybe UTCTime)
- site_globalNetworkId :: Lens' Site (Maybe Text)
- site_siteId :: Lens' Site (Maybe Text)
- site_siteArn :: Lens' Site (Maybe Text)
- site_description :: Lens' Site (Maybe Text)
- site_tags :: Lens' Site (Maybe [Tag])
- tag_value :: Lens' Tag (Maybe Text)
- tag_key :: Lens' Tag (Maybe Text)
- transitGatewayConnectPeerAssociation_state :: Lens' TransitGatewayConnectPeerAssociation (Maybe TransitGatewayConnectPeerAssociationState)
- transitGatewayConnectPeerAssociation_globalNetworkId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text)
- transitGatewayConnectPeerAssociation_transitGatewayConnectPeerArn :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text)
- transitGatewayConnectPeerAssociation_linkId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text)
- transitGatewayConnectPeerAssociation_deviceId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text)
- transitGatewayRegistration_state :: Lens' TransitGatewayRegistration (Maybe TransitGatewayRegistrationStateReason)
- transitGatewayRegistration_globalNetworkId :: Lens' TransitGatewayRegistration (Maybe Text)
- transitGatewayRegistration_transitGatewayArn :: Lens' TransitGatewayRegistration (Maybe Text)
- transitGatewayRegistrationStateReason_code :: Lens' TransitGatewayRegistrationStateReason (Maybe TransitGatewayRegistrationState)
- transitGatewayRegistrationStateReason_message :: Lens' TransitGatewayRegistrationStateReason (Maybe Text)
Operations
GetLinkAssociations
getLinkAssociations_nextToken :: Lens' GetLinkAssociations (Maybe Text) Source #
The token for the next page of results.
getLinkAssociations_linkId :: Lens' GetLinkAssociations (Maybe Text) Source #
The ID of the link.
getLinkAssociations_deviceId :: Lens' GetLinkAssociations (Maybe Text) Source #
The ID of the device.
getLinkAssociations_maxResults :: Lens' GetLinkAssociations (Maybe Natural) Source #
The maximum number of results to return.
getLinkAssociations_globalNetworkId :: Lens' GetLinkAssociations Text Source #
The ID of the global network.
getLinkAssociationsResponse_nextToken :: Lens' GetLinkAssociationsResponse (Maybe Text) Source #
The token for the next page of results.
getLinkAssociationsResponse_linkAssociations :: Lens' GetLinkAssociationsResponse (Maybe [LinkAssociation]) Source #
The link associations.
getLinkAssociationsResponse_httpStatus :: Lens' GetLinkAssociationsResponse Int Source #
The response's http status code.
AssociateLink
associateLink_globalNetworkId :: Lens' AssociateLink Text Source #
The ID of the global network.
associateLink_deviceId :: Lens' AssociateLink Text Source #
The ID of the device.
associateLink_linkId :: Lens' AssociateLink Text Source #
The ID of the link.
associateLinkResponse_linkAssociation :: Lens' AssociateLinkResponse (Maybe LinkAssociation) Source #
The link association.
associateLinkResponse_httpStatus :: Lens' AssociateLinkResponse Int Source #
The response's http status code.
AssociateTransitGatewayConnectPeer
associateTransitGatewayConnectPeer_linkId :: Lens' AssociateTransitGatewayConnectPeer (Maybe Text) Source #
The ID of the link.
associateTransitGatewayConnectPeer_globalNetworkId :: Lens' AssociateTransitGatewayConnectPeer Text Source #
The ID of the global network.
associateTransitGatewayConnectPeer_transitGatewayConnectPeerArn :: Lens' AssociateTransitGatewayConnectPeer Text Source #
The Amazon Resource Name (ARN) of the Connect peer.
associateTransitGatewayConnectPeer_deviceId :: Lens' AssociateTransitGatewayConnectPeer Text Source #
The ID of the device.
associateTransitGatewayConnectPeerResponse_transitGatewayConnectPeerAssociation :: Lens' AssociateTransitGatewayConnectPeerResponse (Maybe TransitGatewayConnectPeerAssociation) Source #
The transit gateway Connect peer association.
associateTransitGatewayConnectPeerResponse_httpStatus :: Lens' AssociateTransitGatewayConnectPeerResponse Int Source #
The response's http status code.
CreateSite
createSite_location :: Lens' CreateSite (Maybe Location) Source #
The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
Address
: The physical address of the site.Latitude
: The latitude of the site.Longitude
: The longitude of the site.
createSite_description :: Lens' CreateSite (Maybe Text) Source #
A description of your site.
Length Constraints: Maximum length of 256 characters.
createSite_tags :: Lens' CreateSite (Maybe [Tag]) Source #
The tags to apply to the resource during creation.
createSite_globalNetworkId :: Lens' CreateSite Text Source #
The ID of the global network.
createSiteResponse_site :: Lens' CreateSiteResponse (Maybe Site) Source #
Information about the site.
createSiteResponse_httpStatus :: Lens' CreateSiteResponse Int Source #
The response's http status code.
DeleteConnection
deleteConnection_globalNetworkId :: Lens' DeleteConnection Text Source #
The ID of the global network.
deleteConnection_connectionId :: Lens' DeleteConnection Text Source #
The ID of the connection.
deleteConnectionResponse_connection :: Lens' DeleteConnectionResponse (Maybe Connection) Source #
Information about the connection.
deleteConnectionResponse_httpStatus :: Lens' DeleteConnectionResponse Int Source #
The response's http status code.
UpdateConnection
updateConnection_connectedLinkId :: Lens' UpdateConnection (Maybe Text) Source #
The ID of the link for the second device in the connection.
updateConnection_linkId :: Lens' UpdateConnection (Maybe Text) Source #
The ID of the link for the first device in the connection.
updateConnection_description :: Lens' UpdateConnection (Maybe Text) Source #
A description of the connection.
Length Constraints: Maximum length of 256 characters.
updateConnection_globalNetworkId :: Lens' UpdateConnection Text Source #
The ID of the global network.
updateConnection_connectionId :: Lens' UpdateConnection Text Source #
The ID of the connection.
updateConnectionResponse_connection :: Lens' UpdateConnectionResponse (Maybe Connection) Source #
Information about the connection.
updateConnectionResponse_httpStatus :: Lens' UpdateConnectionResponse Int Source #
The response's http status code.
DeregisterTransitGateway
deregisterTransitGateway_globalNetworkId :: Lens' DeregisterTransitGateway Text Source #
The ID of the global network.
deregisterTransitGateway_transitGatewayArn :: Lens' DeregisterTransitGateway Text Source #
The Amazon Resource Name (ARN) of the transit gateway.
deregisterTransitGatewayResponse_transitGatewayRegistration :: Lens' DeregisterTransitGatewayResponse (Maybe TransitGatewayRegistration) Source #
The transit gateway registration information.
deregisterTransitGatewayResponse_httpStatus :: Lens' DeregisterTransitGatewayResponse Int Source #
The response's http status code.
GetTransitGatewayConnectPeerAssociations
getTransitGatewayConnectPeerAssociations_transitGatewayConnectPeerArns :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe [Text]) Source #
One or more transit gateway Connect peer Amazon Resource Names (ARNs).
getTransitGatewayConnectPeerAssociations_nextToken :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe Text) Source #
The token for the next page of results.
getTransitGatewayConnectPeerAssociations_maxResults :: Lens' GetTransitGatewayConnectPeerAssociations (Maybe Natural) Source #
The maximum number of results to return.
getTransitGatewayConnectPeerAssociations_globalNetworkId :: Lens' GetTransitGatewayConnectPeerAssociations Text Source #
The ID of the global network.
getTransitGatewayConnectPeerAssociationsResponse_nextToken :: Lens' GetTransitGatewayConnectPeerAssociationsResponse (Maybe Text) Source #
The token to use for the next page of results.
getTransitGatewayConnectPeerAssociationsResponse_transitGatewayConnectPeerAssociations :: Lens' GetTransitGatewayConnectPeerAssociationsResponse (Maybe [TransitGatewayConnectPeerAssociation]) Source #
Information about the transit gateway Connect peer associations.
getTransitGatewayConnectPeerAssociationsResponse_httpStatus :: Lens' GetTransitGatewayConnectPeerAssociationsResponse Int Source #
The response's http status code.
UpdateSite
updateSite_location :: Lens' UpdateSite (Maybe Location) Source #
The site location:
Address
: The physical address of the site.Latitude
: The latitude of the site.Longitude
: The longitude of the site.
updateSite_description :: Lens' UpdateSite (Maybe Text) Source #
A description of your site.
Length Constraints: Maximum length of 256 characters.
updateSite_globalNetworkId :: Lens' UpdateSite Text Source #
The ID of the global network.
updateSite_siteId :: Lens' UpdateSite Text Source #
The ID of your site.
updateSiteResponse_site :: Lens' UpdateSiteResponse (Maybe Site) Source #
Information about the site.
updateSiteResponse_httpStatus :: Lens' UpdateSiteResponse Int Source #
The response's http status code.
DeleteSite
deleteSite_globalNetworkId :: Lens' DeleteSite Text Source #
The ID of the global network.
deleteSite_siteId :: Lens' DeleteSite Text Source #
The ID of the site.
deleteSiteResponse_site :: Lens' DeleteSiteResponse (Maybe Site) Source #
Information about the site.
deleteSiteResponse_httpStatus :: Lens' DeleteSiteResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The Amazon Resource Name (ARN) of the resource.
listTagsForResourceResponse_tagList :: Lens' ListTagsForResourceResponse (Maybe [Tag]) Source #
The list of tags.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
DisassociateLink
disassociateLink_globalNetworkId :: Lens' DisassociateLink Text Source #
The ID of the global network.
disassociateLink_deviceId :: Lens' DisassociateLink Text Source #
The ID of the device.
disassociateLink_linkId :: Lens' DisassociateLink Text Source #
The ID of the link.
disassociateLinkResponse_linkAssociation :: Lens' DisassociateLinkResponse (Maybe LinkAssociation) Source #
Information about the link association.
disassociateLinkResponse_httpStatus :: Lens' DisassociateLinkResponse Int Source #
The response's http status code.
CreateConnection
createConnection_connectedLinkId :: Lens' CreateConnection (Maybe Text) Source #
The ID of the link for the second device.
createConnection_linkId :: Lens' CreateConnection (Maybe Text) Source #
The ID of the link for the first device.
createConnection_description :: Lens' CreateConnection (Maybe Text) Source #
A description of the connection.
Length Constraints: Maximum length of 256 characters.
createConnection_tags :: Lens' CreateConnection (Maybe [Tag]) Source #
The tags to apply to the resource during creation.
createConnection_globalNetworkId :: Lens' CreateConnection Text Source #
The ID of the global network.
createConnection_deviceId :: Lens' CreateConnection Text Source #
The ID of the first device in the connection.
createConnection_connectedDeviceId :: Lens' CreateConnection Text Source #
The ID of the second device in the connection.
createConnectionResponse_connection :: Lens' CreateConnectionResponse (Maybe Connection) Source #
Information about the connection.
createConnectionResponse_httpStatus :: Lens' CreateConnectionResponse Int Source #
The response's http status code.
GetDevices
getDevices_deviceIds :: Lens' GetDevices (Maybe [Text]) Source #
One or more device IDs. The maximum is 10.
getDevices_nextToken :: Lens' GetDevices (Maybe Text) Source #
The token for the next page of results.
getDevices_siteId :: Lens' GetDevices (Maybe Text) Source #
The ID of the site.
getDevices_maxResults :: Lens' GetDevices (Maybe Natural) Source #
The maximum number of results to return.
getDevices_globalNetworkId :: Lens' GetDevices Text Source #
The ID of the global network.
getDevicesResponse_nextToken :: Lens' GetDevicesResponse (Maybe Text) Source #
The token for the next page of results.
getDevicesResponse_devices :: Lens' GetDevicesResponse (Maybe [Device]) Source #
The devices.
getDevicesResponse_httpStatus :: Lens' GetDevicesResponse Int Source #
The response's http status code.
GetLinks
getLinks_maxResults :: Lens' GetLinks (Maybe Natural) Source #
The maximum number of results to return.
getLinksResponse_nextToken :: Lens' GetLinksResponse (Maybe Text) Source #
The token for the next page of results.
getLinksResponse_links :: Lens' GetLinksResponse (Maybe [Link]) Source #
The links.
getLinksResponse_httpStatus :: Lens' GetLinksResponse Int Source #
The response's http status code.
DescribeGlobalNetworks
describeGlobalNetworks_nextToken :: Lens' DescribeGlobalNetworks (Maybe Text) Source #
The token for the next page of results.
describeGlobalNetworks_globalNetworkIds :: Lens' DescribeGlobalNetworks (Maybe [Text]) Source #
The IDs of one or more global networks. The maximum is 10.
describeGlobalNetworks_maxResults :: Lens' DescribeGlobalNetworks (Maybe Natural) Source #
The maximum number of results to return.
describeGlobalNetworksResponse_globalNetworks :: Lens' DescribeGlobalNetworksResponse (Maybe [GlobalNetwork]) Source #
Information about the global networks.
describeGlobalNetworksResponse_nextToken :: Lens' DescribeGlobalNetworksResponse (Maybe Text) Source #
The token for the next page of results.
describeGlobalNetworksResponse_httpStatus :: Lens' DescribeGlobalNetworksResponse Int Source #
The response's http status code.
DisassociateCustomerGateway
disassociateCustomerGateway_globalNetworkId :: Lens' DisassociateCustomerGateway Text Source #
The ID of the global network.
disassociateCustomerGateway_customerGatewayArn :: Lens' DisassociateCustomerGateway Text Source #
The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
disassociateCustomerGatewayResponse_customerGatewayAssociation :: Lens' DisassociateCustomerGatewayResponse (Maybe CustomerGatewayAssociation) Source #
Information about the customer gateway association.
disassociateCustomerGatewayResponse_httpStatus :: Lens' DisassociateCustomerGatewayResponse Int Source #
The response's http status code.
DisassociateTransitGatewayConnectPeer
disassociateTransitGatewayConnectPeer_globalNetworkId :: Lens' DisassociateTransitGatewayConnectPeer Text Source #
The ID of the global network.
disassociateTransitGatewayConnectPeer_transitGatewayConnectPeerArn :: Lens' DisassociateTransitGatewayConnectPeer Text Source #
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
disassociateTransitGatewayConnectPeerResponse_transitGatewayConnectPeerAssociation :: Lens' DisassociateTransitGatewayConnectPeerResponse (Maybe TransitGatewayConnectPeerAssociation) Source #
The transit gateway Connect peer association.
disassociateTransitGatewayConnectPeerResponse_httpStatus :: Lens' DisassociateTransitGatewayConnectPeerResponse Int Source #
The response's http status code.
CreateGlobalNetwork
createGlobalNetwork_description :: Lens' CreateGlobalNetwork (Maybe Text) Source #
A description of the global network.
Length Constraints: Maximum length of 256 characters.
createGlobalNetwork_tags :: Lens' CreateGlobalNetwork (Maybe [Tag]) Source #
The tags to apply to the resource during creation.
createGlobalNetworkResponse_globalNetwork :: Lens' CreateGlobalNetworkResponse (Maybe GlobalNetwork) Source #
Information about the global network object.
createGlobalNetworkResponse_httpStatus :: Lens' CreateGlobalNetworkResponse Int Source #
The response's http status code.
CreateLink
createLink_type :: Lens' CreateLink (Maybe Text) Source #
The type of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.
createLink_description :: Lens' CreateLink (Maybe Text) Source #
A description of the link.
Length Constraints: Maximum length of 256 characters.
createLink_provider :: Lens' CreateLink (Maybe Text) Source #
The provider of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.
createLink_tags :: Lens' CreateLink (Maybe [Tag]) Source #
The tags to apply to the resource during creation.
createLink_globalNetworkId :: Lens' CreateLink Text Source #
The ID of the global network.
createLink_bandwidth :: Lens' CreateLink Bandwidth Source #
The upload speed and download speed in Mbps.
createLink_siteId :: Lens' CreateLink Text Source #
The ID of the site.
createLinkResponse_link :: Lens' CreateLinkResponse (Maybe Link) Source #
Information about the link.
createLinkResponse_httpStatus :: Lens' CreateLinkResponse Int Source #
The response's http status code.
DeleteGlobalNetwork
deleteGlobalNetwork_globalNetworkId :: Lens' DeleteGlobalNetwork Text Source #
The ID of the global network.
deleteGlobalNetworkResponse_globalNetwork :: Lens' DeleteGlobalNetworkResponse (Maybe GlobalNetwork) Source #
Information about the global network.
deleteGlobalNetworkResponse_httpStatus :: Lens' DeleteGlobalNetworkResponse Int Source #
The response's http status code.
UpdateGlobalNetwork
updateGlobalNetwork_description :: Lens' UpdateGlobalNetwork (Maybe Text) Source #
A description of the global network.
Length Constraints: Maximum length of 256 characters.
updateGlobalNetwork_globalNetworkId :: Lens' UpdateGlobalNetwork Text Source #
The ID of your global network.
updateGlobalNetworkResponse_globalNetwork :: Lens' UpdateGlobalNetworkResponse (Maybe GlobalNetwork) Source #
Information about the global network object.
updateGlobalNetworkResponse_httpStatus :: Lens' UpdateGlobalNetworkResponse Int Source #
The response's http status code.
CreateDevice
createDevice_vendor :: Lens' CreateDevice (Maybe Text) Source #
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
createDevice_location :: Lens' CreateDevice (Maybe Location) Source #
The location of the device.
createDevice_aWSLocation :: Lens' CreateDevice (Maybe AWSLocation) Source #
The AWS location of the device.
createDevice_model :: Lens' CreateDevice (Maybe Text) Source #
The model of the device.
Length Constraints: Maximum length of 128 characters.
createDevice_type :: Lens' CreateDevice (Maybe Text) Source #
The type of the device.
createDevice_serialNumber :: Lens' CreateDevice (Maybe Text) Source #
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
createDevice_siteId :: Lens' CreateDevice (Maybe Text) Source #
The ID of the site.
createDevice_description :: Lens' CreateDevice (Maybe Text) Source #
A description of the device.
Length Constraints: Maximum length of 256 characters.
createDevice_tags :: Lens' CreateDevice (Maybe [Tag]) Source #
The tags to apply to the resource during creation.
createDevice_globalNetworkId :: Lens' CreateDevice Text Source #
The ID of the global network.
createDeviceResponse_device :: Lens' CreateDeviceResponse (Maybe Device) Source #
Information about the device.
createDeviceResponse_httpStatus :: Lens' CreateDeviceResponse Int Source #
The response's http status code.
AssociateCustomerGateway
associateCustomerGateway_linkId :: Lens' AssociateCustomerGateway (Maybe Text) Source #
The ID of the link.
associateCustomerGateway_customerGatewayArn :: Lens' AssociateCustomerGateway Text Source #
The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
associateCustomerGateway_globalNetworkId :: Lens' AssociateCustomerGateway Text Source #
The ID of the global network.
associateCustomerGateway_deviceId :: Lens' AssociateCustomerGateway Text Source #
The ID of the device.
associateCustomerGatewayResponse_customerGatewayAssociation :: Lens' AssociateCustomerGatewayResponse (Maybe CustomerGatewayAssociation) Source #
The customer gateway association.
associateCustomerGatewayResponse_httpStatus :: Lens' AssociateCustomerGatewayResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the resource.
tagResource_tags :: Lens' TagResource [Tag] Source #
The tags to apply to the specified resource.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
GetCustomerGatewayAssociations
getCustomerGatewayAssociations_nextToken :: Lens' GetCustomerGatewayAssociations (Maybe Text) Source #
The token for the next page of results.
getCustomerGatewayAssociations_customerGatewayArns :: Lens' GetCustomerGatewayAssociations (Maybe [Text]) Source #
One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.
getCustomerGatewayAssociations_maxResults :: Lens' GetCustomerGatewayAssociations (Maybe Natural) Source #
The maximum number of results to return.
getCustomerGatewayAssociations_globalNetworkId :: Lens' GetCustomerGatewayAssociations Text Source #
The ID of the global network.
getCustomerGatewayAssociationsResponse_nextToken :: Lens' GetCustomerGatewayAssociationsResponse (Maybe Text) Source #
The token for the next page of results.
getCustomerGatewayAssociationsResponse_customerGatewayAssociations :: Lens' GetCustomerGatewayAssociationsResponse (Maybe [CustomerGatewayAssociation]) Source #
The customer gateway associations.
getCustomerGatewayAssociationsResponse_httpStatus :: Lens' GetCustomerGatewayAssociationsResponse Int Source #
The response's http status code.
GetTransitGatewayRegistrations
getTransitGatewayRegistrations_transitGatewayArns :: Lens' GetTransitGatewayRegistrations (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
getTransitGatewayRegistrations_nextToken :: Lens' GetTransitGatewayRegistrations (Maybe Text) Source #
The token for the next page of results.
getTransitGatewayRegistrations_maxResults :: Lens' GetTransitGatewayRegistrations (Maybe Natural) Source #
The maximum number of results to return.
getTransitGatewayRegistrations_globalNetworkId :: Lens' GetTransitGatewayRegistrations Text Source #
The ID of the global network.
getTransitGatewayRegistrationsResponse_transitGatewayRegistrations :: Lens' GetTransitGatewayRegistrationsResponse (Maybe [TransitGatewayRegistration]) Source #
The transit gateway registrations.
getTransitGatewayRegistrationsResponse_nextToken :: Lens' GetTransitGatewayRegistrationsResponse (Maybe Text) Source #
The token for the next page of results.
getTransitGatewayRegistrationsResponse_httpStatus :: Lens' GetTransitGatewayRegistrationsResponse Int Source #
The response's http status code.
GetConnections
getConnections_connectionIds :: Lens' GetConnections (Maybe [Text]) Source #
One or more connection IDs.
getConnections_nextToken :: Lens' GetConnections (Maybe Text) Source #
The token for the next page of results.
getConnections_deviceId :: Lens' GetConnections (Maybe Text) Source #
The ID of the device.
getConnections_maxResults :: Lens' GetConnections (Maybe Natural) Source #
The maximum number of results to return.
getConnections_globalNetworkId :: Lens' GetConnections Text Source #
The ID of the global network.
getConnectionsResponse_connections :: Lens' GetConnectionsResponse (Maybe [Connection]) Source #
Information about the connections.
getConnectionsResponse_nextToken :: Lens' GetConnectionsResponse (Maybe Text) Source #
The token to use for the next page of results.
getConnectionsResponse_httpStatus :: Lens' GetConnectionsResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the resource.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The tag keys to remove from the specified resource.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
GetSites
getSites_maxResults :: Lens' GetSites (Maybe Natural) Source #
The maximum number of results to return.
getSitesResponse_nextToken :: Lens' GetSitesResponse (Maybe Text) Source #
The token for the next page of results.
getSitesResponse_sites :: Lens' GetSitesResponse (Maybe [Site]) Source #
The sites.
getSitesResponse_httpStatus :: Lens' GetSitesResponse Int Source #
The response's http status code.
RegisterTransitGateway
registerTransitGateway_globalNetworkId :: Lens' RegisterTransitGateway Text Source #
The ID of the global network.
registerTransitGateway_transitGatewayArn :: Lens' RegisterTransitGateway Text Source #
The Amazon Resource Name (ARN) of the transit gateway. For more information, see Resources Defined by Amazon EC2.
registerTransitGatewayResponse_transitGatewayRegistration :: Lens' RegisterTransitGatewayResponse (Maybe TransitGatewayRegistration) Source #
Information about the transit gateway registration.
registerTransitGatewayResponse_httpStatus :: Lens' RegisterTransitGatewayResponse Int Source #
The response's http status code.
DeleteDevice
deleteDevice_globalNetworkId :: Lens' DeleteDevice Text Source #
The ID of the global network.
deleteDevice_deviceId :: Lens' DeleteDevice Text Source #
The ID of the device.
deleteDeviceResponse_device :: Lens' DeleteDeviceResponse (Maybe Device) Source #
Information about the device.
deleteDeviceResponse_httpStatus :: Lens' DeleteDeviceResponse Int Source #
The response's http status code.
UpdateDevice
updateDevice_vendor :: Lens' UpdateDevice (Maybe Text) Source #
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
updateDevice_location :: Lens' UpdateDevice (Maybe Location) Source #
Undocumented member.
updateDevice_aWSLocation :: Lens' UpdateDevice (Maybe AWSLocation) Source #
The AWS location of the device.
updateDevice_model :: Lens' UpdateDevice (Maybe Text) Source #
The model of the device.
Length Constraints: Maximum length of 128 characters.
updateDevice_type :: Lens' UpdateDevice (Maybe Text) Source #
The type of the device.
updateDevice_serialNumber :: Lens' UpdateDevice (Maybe Text) Source #
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
updateDevice_siteId :: Lens' UpdateDevice (Maybe Text) Source #
The ID of the site.
updateDevice_description :: Lens' UpdateDevice (Maybe Text) Source #
A description of the device.
Length Constraints: Maximum length of 256 characters.
updateDevice_globalNetworkId :: Lens' UpdateDevice Text Source #
The ID of the global network.
updateDevice_deviceId :: Lens' UpdateDevice Text Source #
The ID of the device.
updateDeviceResponse_device :: Lens' UpdateDeviceResponse (Maybe Device) Source #
Information about the device.
updateDeviceResponse_httpStatus :: Lens' UpdateDeviceResponse Int Source #
The response's http status code.
DeleteLink
deleteLink_globalNetworkId :: Lens' DeleteLink Text Source #
The ID of the global network.
deleteLink_linkId :: Lens' DeleteLink Text Source #
The ID of the link.
deleteLinkResponse_link :: Lens' DeleteLinkResponse (Maybe Link) Source #
Information about the link.
deleteLinkResponse_httpStatus :: Lens' DeleteLinkResponse Int Source #
The response's http status code.
UpdateLink
updateLink_bandwidth :: Lens' UpdateLink (Maybe Bandwidth) Source #
The upload and download speed in Mbps.
updateLink_type :: Lens' UpdateLink (Maybe Text) Source #
The type of the link.
Length Constraints: Maximum length of 128 characters.
updateLink_description :: Lens' UpdateLink (Maybe Text) Source #
A description of the link.
Length Constraints: Maximum length of 256 characters.
updateLink_provider :: Lens' UpdateLink (Maybe Text) Source #
The provider of the link.
Length Constraints: Maximum length of 128 characters.
updateLink_globalNetworkId :: Lens' UpdateLink Text Source #
The ID of the global network.
updateLink_linkId :: Lens' UpdateLink Text Source #
The ID of the link.
updateLinkResponse_link :: Lens' UpdateLinkResponse (Maybe Link) Source #
Information about the link.
updateLinkResponse_httpStatus :: Lens' UpdateLinkResponse Int Source #
The response's http status code.
Types
AWSLocation
aWSLocation_zone :: Lens' AWSLocation (Maybe Text) Source #
The Zone the device is located in. This can be the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
aWSLocation_subnetArn :: Lens' AWSLocation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the subnet the device is located in.
Bandwidth
Connection
connection_state :: Lens' Connection (Maybe ConnectionState) Source #
The state of the connection.
connection_createdAt :: Lens' Connection (Maybe UTCTime) Source #
The date and time that the connection was created.
connection_globalNetworkId :: Lens' Connection (Maybe Text) Source #
The ID of the global network.
connection_connectionId :: Lens' Connection (Maybe Text) Source #
The ID of the connection.
connection_connectedDeviceId :: Lens' Connection (Maybe Text) Source #
The ID of the second device in the connection.
connection_connectedLinkId :: Lens' Connection (Maybe Text) Source #
The ID of the link for the second device in the connection.
connection_linkId :: Lens' Connection (Maybe Text) Source #
The ID of the link for the first device in the connection.
connection_deviceId :: Lens' Connection (Maybe Text) Source #
The ID of the first device in the connection.
connection_connectionArn :: Lens' Connection (Maybe Text) Source #
The Amazon Resource Name (ARN) of the connection.
connection_description :: Lens' Connection (Maybe Text) Source #
The description of the connection.
connection_tags :: Lens' Connection (Maybe [Tag]) Source #
The tags for the connection.
CustomerGatewayAssociation
customerGatewayAssociation_state :: Lens' CustomerGatewayAssociation (Maybe CustomerGatewayAssociationState) Source #
The association state.
customerGatewayAssociation_globalNetworkId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the global network.
customerGatewayAssociation_linkId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the link.
customerGatewayAssociation_deviceId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the device.
customerGatewayAssociation_customerGatewayArn :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the customer gateway.
Device
device_state :: Lens' Device (Maybe DeviceState) Source #
The device state.
device_createdAt :: Lens' Device (Maybe UTCTime) Source #
The date and time that the site was created.
device_aWSLocation :: Lens' Device (Maybe AWSLocation) Source #
The AWS location of the device.
GlobalNetwork
globalNetwork_state :: Lens' GlobalNetwork (Maybe GlobalNetworkState) Source #
The state of the global network.
globalNetwork_createdAt :: Lens' GlobalNetwork (Maybe UTCTime) Source #
The date and time that the global network was created.
globalNetwork_globalNetworkArn :: Lens' GlobalNetwork (Maybe Text) Source #
The Amazon Resource Name (ARN) of the global network.
globalNetwork_globalNetworkId :: Lens' GlobalNetwork (Maybe Text) Source #
The ID of the global network.
globalNetwork_description :: Lens' GlobalNetwork (Maybe Text) Source #
The description of the global network.
globalNetwork_tags :: Lens' GlobalNetwork (Maybe [Tag]) Source #
The tags for the global network.
Link
LinkAssociation
linkAssociation_globalNetworkId :: Lens' LinkAssociation (Maybe Text) Source #
The ID of the global network.
linkAssociation_linkId :: Lens' LinkAssociation (Maybe Text) Source #
The ID of the link.
linkAssociation_deviceId :: Lens' LinkAssociation (Maybe Text) Source #
The device ID for the link association.
linkAssociation_linkAssociationState :: Lens' LinkAssociation (Maybe LinkAssociationState) Source #
The state of the association.
Location
Site
Tag
tag_value :: Lens' Tag (Maybe Text) Source #
The tag value.
Length Constraints: Maximum length of 256 characters.
tag_key :: Lens' Tag (Maybe Text) Source #
The tag key.
Length Constraints: Maximum length of 128 characters.
TransitGatewayConnectPeerAssociation
transitGatewayConnectPeerAssociation_state :: Lens' TransitGatewayConnectPeerAssociation (Maybe TransitGatewayConnectPeerAssociationState) Source #
The state of the association.
transitGatewayConnectPeerAssociation_globalNetworkId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text) Source #
The ID of the global network.
transitGatewayConnectPeerAssociation_transitGatewayConnectPeerArn :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
transitGatewayConnectPeerAssociation_linkId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text) Source #
The ID of the link.
transitGatewayConnectPeerAssociation_deviceId :: Lens' TransitGatewayConnectPeerAssociation (Maybe Text) Source #
The ID of the device.
TransitGatewayRegistration
transitGatewayRegistration_state :: Lens' TransitGatewayRegistration (Maybe TransitGatewayRegistrationStateReason) Source #
The state of the transit gateway registration.
transitGatewayRegistration_globalNetworkId :: Lens' TransitGatewayRegistration (Maybe Text) Source #
The ID of the global network.
transitGatewayRegistration_transitGatewayArn :: Lens' TransitGatewayRegistration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the transit gateway.
TransitGatewayRegistrationStateReason
transitGatewayRegistrationStateReason_code :: Lens' TransitGatewayRegistrationStateReason (Maybe TransitGatewayRegistrationState) Source #
The code for the state reason.
transitGatewayRegistrationStateReason_message :: Lens' TransitGatewayRegistrationStateReason (Maybe Text) Source #
The message for the state reason.