amazonka-directconnect 1.4.2 → 1.4.3
raw patch · 24 files changed
+194/−360 lines, 24 filesdep ~amazonka-coredep ~amazonka-directconnectdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-directconnect, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +2/−14
- amazonka-directconnect.cabal +6/−18
- gen/Network/AWS/DirectConnect.hs +1/−13
- gen/Network/AWS/DirectConnect/AllocateConnectionOnInterconnect.hs +3/−6
- gen/Network/AWS/DirectConnect/AllocatePrivateVirtualInterface.hs +5/−12
- gen/Network/AWS/DirectConnect/AllocatePublicVirtualInterface.hs +4/−10
- gen/Network/AWS/DirectConnect/ConfirmConnection.hs +1/−3
- gen/Network/AWS/DirectConnect/ConfirmPrivateVirtualInterface.hs +5/−13
- gen/Network/AWS/DirectConnect/ConfirmPublicVirtualInterface.hs +3/−7
- gen/Network/AWS/DirectConnect/CreateConnection.hs +2/−10
- gen/Network/AWS/DirectConnect/CreateInterconnect.hs +3/−15
- gen/Network/AWS/DirectConnect/CreatePrivateVirtualInterface.hs +2/−5
- gen/Network/AWS/DirectConnect/CreatePublicVirtualInterface.hs +2/−6
- gen/Network/AWS/DirectConnect/DeleteConnection.hs +1/−4
- gen/Network/AWS/DirectConnect/DescribeConnections.hs +1/−2
- gen/Network/AWS/DirectConnect/DescribeConnectionsOnInterconnect.hs +2/−4
- gen/Network/AWS/DirectConnect/DescribeInterconnects.hs +1/−2
- gen/Network/AWS/DirectConnect/DescribeLocations.hs +3/−10
- gen/Network/AWS/DirectConnect/DescribeVirtualGateways.hs +1/−5
- gen/Network/AWS/DirectConnect/DescribeVirtualInterfaces.hs +3/−11
- gen/Network/AWS/DirectConnect/Types.hs +2/−4
- gen/Network/AWS/DirectConnect/Types/Product.hs +14/−34
- gen/Network/AWS/DirectConnect/Types/Sum.hs +13/−38
- test/Test/AWS/Gen/DirectConnect.hs +114/−114
README.md view
@@ -8,24 +8,12 @@ ## Version -`1.4.2`+`1.4.3` ## Description -AWS Direct Connect links your internal network to an AWS Direct Connect-location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic-cable. One end of the cable is connected to your router, the other to an-AWS Direct Connect router. With this connection in place, you can create-virtual interfaces directly to the AWS cloud (for example, to Amazon-Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service-(Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing-Internet service providers in your network path. An AWS Direct Connect-location provides access to AWS in the region it is associated with, as-well as access to other US regions. For example, you can provision a-single connection to any AWS Direct Connect location in the US and use-it to access public AWS services in all US Regions and AWS GovCloud-(US).+AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing Internet service providers in your network path. An AWS Direct Connect location provides access to AWS in the region it is associated with, as well as access to other US regions. For example, you can provision a single connection to any AWS Direct Connect location in the US and use it to access public AWS services in all US Regions and AWS GovCloud (US). Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-directconnect) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-directconnect.cabal view
@@ -1,5 +1,5 @@ name: amazonka-directconnect-version: 1.4.2+version: 1.4.3 synopsis: Amazon Direct Connect SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -13,19 +13,7 @@ cabal-version: >= 1.10 extra-source-files: README.md fixture/*.yaml fixture/*.proto description:- AWS Direct Connect links your internal network to an AWS Direct Connect- location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic- cable. One end of the cable is connected to your router, the other to an- AWS Direct Connect router. With this connection in place, you can create- virtual interfaces directly to the AWS cloud (for example, to Amazon- Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service- (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing- Internet service providers in your network path. An AWS Direct Connect- location provides access to AWS in the region it is associated with, as- well as access to other US regions. For example, you can provision a- single connection to any AWS Direct Connect location in the US and use- it to access public AWS services in all US Regions and AWS GovCloud- (US).+ AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing Internet service providers in your network path. An AWS Direct Connect location provides access to AWS in the region it is associated with, as well as access to other US regions. For example, you can provision a single connection to any AWS Direct Connect location in the US and use it to access public AWS services in all US Regions and AWS GovCloud (US). . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -80,7 +68,7 @@ , Network.AWS.DirectConnect.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-directconnect-test@@ -100,9 +88,9 @@ , Test.AWS.DirectConnect.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-directconnect == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-directconnect == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/DirectConnect.hs view
@@ -11,19 +11,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- AWS Direct Connect links your internal network to an AWS Direct Connect--- location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic--- cable. One end of the cable is connected to your router, the other to an--- AWS Direct Connect router. With this connection in place, you can create--- virtual interfaces directly to the AWS cloud (for example, to Amazon--- Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service--- (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing--- Internet service providers in your network path. An AWS Direct Connect--- location provides access to AWS in the region it is associated with, as--- well as access to other US regions. For example, you can provision a--- single connection to any AWS Direct Connect location in the US and use--- it to access public AWS services in all US Regions and AWS GovCloud--- (US).+-- AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing Internet service providers in your network path. An AWS Direct Connect location provides access to AWS in the region it is associated with, as well as access to other US regions. For example, you can provision a single connection to any AWS Direct Connect location in the US and use it to access public AWS services in all US Regions and AWS GovCloud (US). module Network.AWS.DirectConnect ( -- * Service Configuration
gen/Network/AWS/DirectConnect/AllocateConnectionOnInterconnect.hs view
@@ -20,8 +20,7 @@ -- -- Creates a hosted connection on an interconnect. ----- Allocates a VLAN number and a specified amount of bandwidth for use by a--- hosted connection on the given interconnect.+-- Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect. module Network.AWS.DirectConnect.AllocateConnectionOnInterconnect ( -- * Creating a Request@@ -56,8 +55,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the AllocateConnectionOnInterconnect--- operation.+-- | Container for the parameters to the AllocateConnectionOnInterconnect operation. -- -- /See:/ 'allocateConnectionOnInterconnect' smart constructor. data AllocateConnectionOnInterconnect = AllocateConnectionOnInterconnect'@@ -113,8 +111,7 @@ acoiConnectionName :: Lens' AllocateConnectionOnInterconnect Text acoiConnectionName = lens _acoiConnectionName (\ s a -> s{_acoiConnectionName = a}); --- | Numeric account Id of the customer for whom the connection will be--- provisioned.+-- | Numeric account Id of the customer for whom the connection will be provisioned. -- -- Example: 123443215678 --
gen/Network/AWS/DirectConnect/AllocatePrivateVirtualInterface.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Provisions a private virtual interface to be owned by a different--- customer.+-- Provisions a private virtual interface to be owned by a different customer. ----- The owner of a connection calls this function to provision a private--- virtual interface which will be owned by another AWS customer.+-- The owner of a connection calls this function to provision a private virtual interface which will be owned by another AWS customer. ----- Virtual interfaces created using this function must be confirmed by the--- virtual interface owner by calling ConfirmPrivateVirtualInterface. Until--- this step has been completed, the virtual interface will be in--- \'Confirming\' state, and will not be available for handling traffic.+-- Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPrivateVirtualInterface. Until this step has been completed, the virtual interface will be in \'Confirming\' state, and will not be available for handling traffic. module Network.AWS.DirectConnect.AllocatePrivateVirtualInterface ( -- * Creating a Request@@ -66,8 +61,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the AllocatePrivateVirtualInterface--- operation.+-- | Container for the parameters to the AllocatePrivateVirtualInterface operation. -- -- /See:/ 'allocatePrivateVirtualInterface' smart constructor. data AllocatePrivateVirtualInterface = AllocatePrivateVirtualInterface'@@ -109,8 +103,7 @@ apviOwnerAccount :: Lens' AllocatePrivateVirtualInterface Text apviOwnerAccount = lens _apviOwnerAccount (\ s a -> s{_apviOwnerAccount = a}); --- | Detailed information for the private virtual interface to be--- provisioned.+-- | Detailed information for the private virtual interface to be provisioned. -- -- Default: None apviNewPrivateVirtualInterfaceAllocation :: Lens' AllocatePrivateVirtualInterface NewPrivateVirtualInterfaceAllocation
gen/Network/AWS/DirectConnect/AllocatePublicVirtualInterface.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Provisions a public virtual interface to be owned by a different--- customer.+-- Provisions a public virtual interface to be owned by a different customer. ----- The owner of a connection calls this function to provision a public--- virtual interface which will be owned by another AWS customer.+-- The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer. ----- Virtual interfaces created using this function must be confirmed by the--- virtual interface owner by calling ConfirmPublicVirtualInterface. Until--- this step has been completed, the virtual interface will be in--- \'Confirming\' state, and will not be available for handling traffic.+-- Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in \'Confirming\' state, and will not be available for handling traffic. module Network.AWS.DirectConnect.AllocatePublicVirtualInterface ( -- * Creating a Request@@ -66,8 +61,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the AllocatePublicVirtualInterface--- operation.+-- | Container for the parameters to the AllocatePublicVirtualInterface operation. -- -- /See:/ 'allocatePublicVirtualInterface' smart constructor. data AllocatePublicVirtualInterface = AllocatePublicVirtualInterface'
gen/Network/AWS/DirectConnect/ConfirmConnection.hs view
@@ -20,9 +20,7 @@ -- -- Confirm the creation of a hosted connection on an interconnect. ----- Upon creation, the hosted connection is initially in the \'Ordering\'--- state, and will remain in this state until the owner calls--- ConfirmConnection to confirm creation of the hosted connection.+-- Upon creation, the hosted connection is initially in the \'Ordering\' state, and will remain in this state until the owner calls ConfirmConnection to confirm creation of the hosted connection. module Network.AWS.DirectConnect.ConfirmConnection ( -- * Creating a Request
gen/Network/AWS/DirectConnect/ConfirmPrivateVirtualInterface.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Accept ownership of a private virtual interface created by another--- customer.+-- Accept ownership of a private virtual interface created by another customer. ----- After the virtual interface owner calls this function, the virtual--- interface will be created and attached to the given virtual private--- gateway, and will be available for handling traffic.+-- After the virtual interface owner calls this function, the virtual interface will be created and attached to the given virtual private gateway, and will be available for handling traffic. module Network.AWS.DirectConnect.ConfirmPrivateVirtualInterface ( -- * Creating a Request@@ -48,8 +45,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the ConfirmPrivateVirtualInterface--- operation.+-- | Container for the parameters to the ConfirmPrivateVirtualInterface operation. -- -- /See:/ 'confirmPrivateVirtualInterface' smart constructor. data ConfirmPrivateVirtualInterface = ConfirmPrivateVirtualInterface'@@ -78,13 +74,9 @@ cpviVirtualInterfaceId :: Lens' ConfirmPrivateVirtualInterface Text cpviVirtualInterfaceId = lens _cpviVirtualInterfaceId (\ s a -> s{_cpviVirtualInterfaceId = a}); --- | ID of the virtual private gateway that will be attached to the virtual--- interface.+-- | ID of the virtual private gateway that will be attached to the virtual interface. ----- A virtual private gateway can be managed via the Amazon Virtual Private--- Cloud (VPC) console or the--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html EC2 CreateVpnGateway>--- action.+-- A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html EC2 CreateVpnGateway> action. -- -- Default: None cpviVirtualGatewayId :: Lens' ConfirmPrivateVirtualInterface Text
gen/Network/AWS/DirectConnect/ConfirmPublicVirtualInterface.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Accept ownership of a public virtual interface created by another--- customer.+-- Accept ownership of a public virtual interface created by another customer. ----- After the virtual interface owner calls this function, the specified--- virtual interface will be created and made available for handling--- traffic.+-- After the virtual interface owner calls this function, the specified virtual interface will be created and made available for handling traffic. module Network.AWS.DirectConnect.ConfirmPublicVirtualInterface ( -- * Creating a Request@@ -47,8 +44,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the ConfirmPublicVirtualInterface--- operation.+-- | Container for the parameters to the ConfirmPublicVirtualInterface operation. -- -- /See:/ 'confirmPublicVirtualInterface' smart constructor. newtype ConfirmPublicVirtualInterface = ConfirmPublicVirtualInterface'
gen/Network/AWS/DirectConnect/CreateConnection.hs view
@@ -18,17 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new connection between the customer network and a specific AWS--- Direct Connect location.+-- Creates a new connection between the customer network and a specific AWS Direct Connect location. ----- A connection links your internal network to an AWS Direct Connect--- location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic--- cable. One end of the cable is connected to your router, the other to an--- AWS Direct Connect router. An AWS Direct Connect location provides--- access to Amazon Web Services in the region it is associated with. You--- can establish connections with AWS Direct Connect locations in multiple--- regions, but a connection in one region does not provide connectivity to--- other regions.+-- A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions. module Network.AWS.DirectConnect.CreateConnection ( -- * Creating a Request
gen/Network/AWS/DirectConnect/CreateInterconnect.hs view
@@ -18,23 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new interconnect between a AWS Direct Connect partner\'s--- network and a specific AWS Direct Connect location.+-- Creates a new interconnect between a AWS Direct Connect partner\'s network and a specific AWS Direct Connect location. ----- An interconnect is a connection which is capable of hosting other--- connections. The AWS Direct Connect partner can use an interconnect to--- provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do--- not have their own connections. Like a standard connection, an--- interconnect links the AWS Direct Connect partner\'s network to an AWS--- Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet--- fiber-optic cable. One end is connected to the partner\'s router, the--- other to an AWS Direct Connect router.+-- An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner\'s network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner\'s router, the other to an AWS Direct Connect router. ----- For each end customer, the AWS Direct Connect partner provisions a--- connection on their interconnect by calling--- AllocateConnectionOnInterconnect. The end customer can then connect to--- AWS resources by creating a virtual interface on their connection, using--- the VLAN assigned to them by the AWS Direct Connect partner.+-- For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner. module Network.AWS.DirectConnect.CreateInterconnect ( -- * Creating a Request
gen/Network/AWS/DirectConnect/CreatePrivateVirtualInterface.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new private virtual interface. A virtual interface is the VLAN--- that transports AWS Direct Connect traffic. A private virtual interface--- supports sending traffic to a single virtual private cloud (VPC).+-- Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single virtual private cloud (VPC). module Network.AWS.DirectConnect.CreatePrivateVirtualInterface ( -- * Creating a Request@@ -58,8 +56,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the CreatePrivateVirtualInterface--- operation.+-- | Container for the parameters to the CreatePrivateVirtualInterface operation. -- -- /See:/ 'createPrivateVirtualInterface' smart constructor. data CreatePrivateVirtualInterface = CreatePrivateVirtualInterface'
gen/Network/AWS/DirectConnect/CreatePublicVirtualInterface.hs view
@@ -18,10 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new public virtual interface. A virtual interface is the VLAN--- that transports AWS Direct Connect traffic. A public virtual interface--- supports sending traffic to public services of AWS such as Amazon Simple--- Storage Service (Amazon S3).+-- Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3). module Network.AWS.DirectConnect.CreatePublicVirtualInterface ( -- * Creating a Request@@ -59,8 +56,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the CreatePublicVirtualInterface--- operation.+-- | Container for the parameters to the CreatePublicVirtualInterface operation. -- -- /See:/ 'createPublicVirtualInterface' smart constructor. data CreatePublicVirtualInterface = CreatePublicVirtualInterface'
gen/Network/AWS/DirectConnect/DeleteConnection.hs view
@@ -20,10 +20,7 @@ -- -- Deletes the connection. ----- Deleting a connection only stops the AWS Direct Connect port hour and--- data transfer charges. You need to cancel separately with the providers--- any services or charges for cross-connects or network circuits that--- connect you to the AWS Direct Connect location.+-- Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. You need to cancel separately with the providers any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location. module Network.AWS.DirectConnect.DeleteConnection ( -- * Creating a Request
gen/Network/AWS/DirectConnect/DescribeConnections.hs view
@@ -20,8 +20,7 @@ -- -- Displays all connections in this region. ----- If a connection ID is provided, the call returns only that particular--- connection.+-- If a connection ID is provided, the call returns only that particular connection. module Network.AWS.DirectConnect.DescribeConnections ( -- * Creating a Request
gen/Network/AWS/DirectConnect/DescribeConnectionsOnInterconnect.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Return a list of connections that have been provisioned on the given--- interconnect.+-- Return a list of connections that have been provisioned on the given interconnect. module Network.AWS.DirectConnect.DescribeConnectionsOnInterconnect ( -- * Creating a Request@@ -42,8 +41,7 @@ import Network.AWS.Request import Network.AWS.Response --- | Container for the parameters to the DescribeConnectionsOnInterconnect--- operation.+-- | Container for the parameters to the DescribeConnectionsOnInterconnect operation. -- -- /See:/ 'describeConnectionsOnInterconnect' smart constructor. newtype DescribeConnectionsOnInterconnect = DescribeConnectionsOnInterconnect'
gen/Network/AWS/DirectConnect/DescribeInterconnects.hs view
@@ -20,8 +20,7 @@ -- -- Returns a list of interconnects owned by the AWS account. ----- If an interconnect ID is provided, it will only return this particular--- interconnect.+-- If an interconnect ID is provided, it will only return this particular interconnect. module Network.AWS.DirectConnect.DescribeInterconnects ( -- * Creating a Request
gen/Network/AWS/DirectConnect/DescribeLocations.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the list of AWS Direct Connect locations in the current AWS--- region. These are the locations that may be selected when calling--- CreateConnection or CreateInterconnect.+-- Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may be selected when calling CreateConnection or CreateInterconnect. module Network.AWS.DirectConnect.DescribeLocations ( -- * Creating a Request@@ -85,11 +83,7 @@ instance ToQuery DescribeLocations where toQuery = const mempty --- | A location is a network facility where AWS Direct Connect routers are--- available to be connected. Generally, these are colocation hubs where--- many network providers have equipment, and where cross connects can be--- delivered. Locations include a name and facility code, and must be--- provided when creating a connection.+-- | A location is a network facility where AWS Direct Connect routers are available to be connected. Generally, these are colocation hubs where many network providers have equipment, and where cross connects can be delivered. Locations include a name and facility code, and must be provided when creating a connection. -- -- /See:/ 'describeLocationsResponse' smart constructor. data DescribeLocationsResponse = DescribeLocationsResponse'@@ -113,8 +107,7 @@ , _dlrsResponseStatus = pResponseStatus_ } --- | A list of colocation hubs where network providers have equipment. Most--- regions have multiple locations available.+-- | A list of colocation hubs where network providers have equipment. Most regions have multiple locations available. dlrsLocations :: Lens' DescribeLocationsResponse [Location] dlrsLocations = lens _dlrsLocations (\ s a -> s{_dlrsLocations = a}) . _Default . _Coerce;
gen/Network/AWS/DirectConnect/DescribeVirtualGateways.hs view
@@ -20,11 +20,7 @@ -- -- Returns a list of virtual private gateways owned by the AWS account. ----- You can create one or more AWS Direct Connect private virtual interfaces--- linking to a virtual private gateway. A virtual private gateway can be--- managed via Amazon Virtual Private Cloud (VPC) console or the--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html EC2 CreateVpnGateway>--- action.+-- You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html EC2 CreateVpnGateway> action. module Network.AWS.DirectConnect.DescribeVirtualGateways ( -- * Creating a Request
gen/Network/AWS/DirectConnect/DescribeVirtualInterfaces.hs view
@@ -18,19 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Displays all virtual interfaces for an AWS account. Virtual interfaces--- deleted fewer than 15 minutes before DescribeVirtualInterfaces is called--- are also returned. If a connection ID is included then only virtual--- interfaces associated with this connection will be returned. If a--- virtual interface ID is included then only a single virtual interface--- will be returned.+-- Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a connection ID is included then only virtual interfaces associated with this connection will be returned. If a virtual interface ID is included then only a single virtual interface will be returned. ----- A virtual interface (VLAN) transmits the traffic between the AWS Direct--- Connect location and the customer.+-- A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. ----- If a connection ID is provided, only virtual interfaces provisioned on--- the specified connection will be returned. If a virtual interface ID is--- provided, only this particular virtual interface will be returned.+-- If a connection ID is provided, only virtual interfaces provisioned on the specified connection will be returned. If a virtual interface ID is provided, only this particular virtual interface will be returned. module Network.AWS.DirectConnect.DescribeVirtualInterfaces ( -- * Creating a Request
gen/Network/AWS/DirectConnect/Types.hs view
@@ -176,14 +176,12 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | The API was called with invalid parameters. The error message will--- contain additional details about the cause.+-- | The API was called with invalid parameters. The error message will contain additional details about the cause. _DirectConnectClientException :: AsError a => Getting (First ServiceError) a ServiceError _DirectConnectClientException = _ServiceError . hasCode "DirectConnectClientException" --- | A server-side error occurred during the API call. The error message will--- contain additional details about the cause.+-- | A server-side error occurred during the API call. The error message will contain additional details about the cause. _DirectConnectServerException :: AsError a => Getting (First ServiceError) a ServiceError _DirectConnectServerException = _ServiceError . hasCode "DirectConnectServerException"
gen/Network/AWS/DirectConnect/Types/Product.hs view
@@ -21,8 +21,7 @@ import Network.AWS.Lens import Network.AWS.Prelude --- | A connection represents the physical network connection between the AWS--- Direct Connect location and the customer.+-- | A connection represents the physical network connection between the AWS Direct Connect location and the customer. -- -- /See:/ 'connection' smart constructor. data Connection = Connection'@@ -95,8 +94,7 @@ -- | Bandwidth of the connection. ----- Example: 1Gbps (for regular connections), or 500Mbps (for hosted--- connections)+-- Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) -- -- Default: None cBandwidth :: Lens' Connection (Maybe Text)@@ -167,16 +165,9 @@ -- | An interconnect is a connection that can host other connections. ----- Like a standard AWS Direct Connect connection, an interconnect--- represents the physical connection between an AWS Direct Connect--- partner\'s network and a specific Direct Connect location. An AWS Direct--- Connect partner who owns an interconnect can provision hosted--- connections on the interconnect for their end customers, thereby--- providing the end customers with connectivity to AWS services.+-- Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner\'s network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services. ----- The resources of the interconnect, including bandwidth and VLAN numbers,--- are shared by all of the hosted connections on the interconnect, and the--- owner of the interconnect determines how these resources are assigned.+-- The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned. -- -- /See:/ 'interconnect' smart constructor. data Interconnect = Interconnect'@@ -254,8 +245,7 @@ instance NFData Interconnect --- | An AWS Direct Connect location where connections and interconnects can--- be requested.+-- | An AWS Direct Connect location where connections and interconnects can be requested. -- -- /See:/ 'location' smart constructor. data Location = Location'@@ -278,8 +268,7 @@ , _lLocationCode = Nothing } --- | The name of the AWS Direct Connect location. The name includes the--- colocation partner name and the physical site of the lit building.+-- | The name of the AWS Direct Connect location. The name includes the colocation partner name and the physical site of the lit building. lLocationName :: Lens' Location (Maybe Text) lLocationName = lens _lLocationName (\ s a -> s{_lLocationName = a}); @@ -298,8 +287,7 @@ instance NFData Location --- | A structure containing information about a new private virtual--- interface.+-- | A structure containing information about a new private virtual interface. -- -- /See:/ 'newPrivateVirtualInterface' smart constructor. data NewPrivateVirtualInterface = NewPrivateVirtualInterface'@@ -390,8 +378,7 @@ Just ("vlan" .= _nVlan), Just ("asn" .= _nAsn), Just ("virtualGatewayId" .= _nVirtualGatewayId)]) --- | A structure containing information about a private virtual interface--- that will be provisioned on a connection.+-- | A structure containing information about a private virtual interface that will be provisioned on a connection. -- -- /See:/ 'newPrivateVirtualInterfaceAllocation' smart constructor. data NewPrivateVirtualInterfaceAllocation = NewPrivateVirtualInterfaceAllocation'@@ -570,8 +557,7 @@ Just ("routeFilterPrefixes" .= _npviRouteFilterPrefixes)]) --- | A structure containing information about a public virtual interface that--- will be provisioned on a connection.+-- | A structure containing information about a public virtual interface that will be provisioned on a connection. -- -- /See:/ 'newPublicVirtualInterfaceAllocation' smart constructor. data NewPublicVirtualInterfaceAllocation = NewPublicVirtualInterfaceAllocation'@@ -665,8 +651,7 @@ Just ("routeFilterPrefixes" .= _newRouteFilterPrefixes)]) --- | A route filter prefix that the customer can advertise through Border--- Gateway Protocol (BGP) over a public virtual interface.+-- | A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface. -- -- /See:/ 'routeFilterPrefix' smart constructor. newtype RouteFilterPrefix = RouteFilterPrefix'@@ -685,8 +670,7 @@ { _rfpCidr = Nothing } --- | CIDR notation for the advertised route. Multiple routes are separated by--- commas.+-- | CIDR notation for the advertised route. Multiple routes are separated by commas. -- -- Example: 10.10.10.0\/24,10.10.11.0\/24 rfpCidr :: Lens' RouteFilterPrefix (Maybe Text)@@ -705,12 +689,9 @@ toJSON RouteFilterPrefix'{..} = object (catMaybes [("cidr" .=) <$> _rfpCidr]) --- | You can create one or more AWS Direct Connect private virtual interfaces--- linking to your virtual private gateway.+-- | You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway. ----- Virtual private gateways can be managed using the Amazon Virtual Private--- Cloud (Amazon VPC) console or the--- <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html Amazon EC2 CreateVpnGateway action>.+-- Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC) console or the <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html Amazon EC2 CreateVpnGateway action>. -- -- /See:/ 'virtualGateway' smart constructor. data VirtualGateway = VirtualGateway'@@ -753,8 +734,7 @@ instance NFData VirtualGateway --- | A virtual interface (VLAN) transmits the traffic between the AWS Direct--- Connect location and the customer.+-- | A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. -- -- /See:/ 'virtualInterface' smart constructor. data VirtualInterface = VirtualInterface'
gen/Network/AWS/DirectConnect/Types/Sum.hs view
@@ -21,22 +21,14 @@ -- | State of the connection. ----- - __Ordering__: The initial state of a hosted connection provisioned--- on an interconnect. The connection stays in the ordering state until--- the owner of the hosted connection confirms or declines the--- connection order.--- - __Requested__: The initial state of a standard connection. The--- connection stays in the requested state until the Letter of--- Authorization (LOA) is sent to the customer.--- - __Pending__: The connection has been approved, and is being--- initialized.--- - __Available__: The network link is up, and the connection is ready--- for use.+-- - __Ordering__: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.+-- - __Requested__: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.+-- - __Pending__: The connection has been approved, and is being initialized.+-- - __Available__: The network link is up, and the connection is ready for use. -- - __Down__: The network link is down. -- - __Deleting__: The connection is in the process of being deleted. -- - __Deleted__: The connection has been deleted.--- - __Rejected__: A hosted connection in the \'Ordering\' state will--- enter the \'Rejected\' state if it is deleted by the end customer.+-- - __Rejected__: A hosted connection in the \'Ordering\' state will enter the \'Rejected\' state if it is deleted by the end customer. data ConnectionState = CSAvailable | CSDeleted@@ -83,13 +75,9 @@ -- | State of the interconnect. ----- - __Requested__: The initial state of an interconnect. The--- interconnect stays in the requested state until the Letter of--- Authorization (LOA) is sent to the customer.--- - __Pending__: The interconnect has been approved, and is being--- initialized.--- - __Available__: The network link is up, and the interconnect is ready--- for use.+-- - __Requested__: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.+-- - __Pending__: The interconnect has been approved, and is being initialized.+-- - __Available__: The network link is up, and the interconnect is ready for use. -- - __Down__: The network link is down. -- - __Deleting__: The interconnect is in the process of being deleted. -- - __Deleted__: The interconnect has been deleted.@@ -133,27 +121,14 @@ -- | State of the virtual interface. ----- - __Confirming__: The creation of the virtual interface is pending--- confirmation from the virtual interface owner. If the owner of the--- virtual interface is different from the owner of the connection on--- which it is provisioned, then the virtual interface will remain in--- this state until it is confirmed by the virtual interface owner.--- - __Verifying__: This state only applies to public virtual interfaces.--- Each public virtual interface needs validation before the virtual--- interface can be created.--- - __Pending__: A virtual interface is in this state from the time that--- it is created until the virtual interface is ready to forward--- traffic.+-- - __Confirming__: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.+-- - __Verifying__: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.+-- - __Pending__: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic. -- - __Available__: A virtual interface that is able to forward traffic. -- - __Down__: A virtual interface that is BGP down.--- - __Deleting__: A virtual interface is in this state immediately after--- calling /DeleteVirtualInterface/ until it can no longer forward--- traffic.+-- - __Deleting__: A virtual interface is in this state immediately after calling /DeleteVirtualInterface/ until it can no longer forward traffic. -- - __Deleted__: A virtual interface that cannot forward traffic.--- - __Rejected__: The virtual interface owner has declined creation of--- the virtual interface. If a virtual interface in the \'Confirming\'--- state is deleted by the virtual interface owner, the virtual--- interface will enter the \'Rejected\' state.+-- - __Rejected__: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the \'Confirming\' state is deleted by the virtual interface owner, the virtual interface will enter the \'Rejected\' state. data VirtualInterfaceState = Available | Confirming
test/Test/AWS/Gen/DirectConnect.hs view
@@ -28,121 +28,121 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testDescribeInterconnects $+-- [ requestDescribeInterconnects $ -- describeInterconnects ----- , testDeleteConnection $+-- , requestDeleteConnection $ -- deleteConnection ----- , testCreateConnection $+-- , requestCreateConnection $ -- createConnection ----- , testDescribeConnections $+-- , requestDescribeConnections $ -- describeConnections ----- , testDescribeConnectionsOnInterconnect $+-- , requestDescribeConnectionsOnInterconnect $ -- describeConnectionsOnInterconnect ----- , testDeleteInterconnect $+-- , requestDeleteInterconnect $ -- deleteInterconnect ----- , testConfirmPrivateVirtualInterface $+-- , requestConfirmPrivateVirtualInterface $ -- confirmPrivateVirtualInterface ----- , testDescribeLocations $+-- , requestDescribeLocations $ -- describeLocations ----- , testCreatePublicVirtualInterface $+-- , requestCreatePublicVirtualInterface $ -- createPublicVirtualInterface ----- , testAllocatePrivateVirtualInterface $+-- , requestAllocatePrivateVirtualInterface $ -- allocatePrivateVirtualInterface ----- , testConfirmConnection $+-- , requestConfirmConnection $ -- confirmConnection ----- , testConfirmPublicVirtualInterface $+-- , requestConfirmPublicVirtualInterface $ -- confirmPublicVirtualInterface ----- , testDescribeVirtualGateways $+-- , requestDescribeVirtualGateways $ -- describeVirtualGateways ----- , testDescribeVirtualInterfaces $+-- , requestDescribeVirtualInterfaces $ -- describeVirtualInterfaces ----- , testDeleteVirtualInterface $+-- , requestDeleteVirtualInterface $ -- deleteVirtualInterface ----- , testCreatePrivateVirtualInterface $+-- , requestCreatePrivateVirtualInterface $ -- createPrivateVirtualInterface ----- , testAllocatePublicVirtualInterface $+-- , requestAllocatePublicVirtualInterface $ -- allocatePublicVirtualInterface ----- , testAllocateConnectionOnInterconnect $+-- , requestAllocateConnectionOnInterconnect $ -- allocateConnectionOnInterconnect ----- , testCreateInterconnect $+-- , requestCreateInterconnect $ -- createInterconnect -- -- ] -- , testGroup "response"--- [ testDescribeInterconnectsResponse $+-- [ responseDescribeInterconnects $ -- describeInterconnectsResponse ----- , testDeleteConnectionResponse $+-- , responseDeleteConnection $ -- connection ----- , testCreateConnectionResponse $+-- , responseCreateConnection $ -- connection ----- , testDescribeConnectionsResponse $+-- , responseDescribeConnections $ -- connections ----- , testDescribeConnectionsOnInterconnectResponse $+-- , responseDescribeConnectionsOnInterconnect $ -- connections ----- , testDeleteInterconnectResponse $+-- , responseDeleteInterconnect $ -- deleteInterconnectResponse ----- , testConfirmPrivateVirtualInterfaceResponse $+-- , responseConfirmPrivateVirtualInterface $ -- confirmPrivateVirtualInterfaceResponse ----- , testDescribeLocationsResponse $+-- , responseDescribeLocations $ -- describeLocationsResponse ----- , testCreatePublicVirtualInterfaceResponse $+-- , responseCreatePublicVirtualInterface $ -- virtualInterface ----- , testAllocatePrivateVirtualInterfaceResponse $+-- , responseAllocatePrivateVirtualInterface $ -- virtualInterface ----- , testConfirmConnectionResponse $+-- , responseConfirmConnection $ -- confirmConnectionResponse ----- , testConfirmPublicVirtualInterfaceResponse $+-- , responseConfirmPublicVirtualInterface $ -- confirmPublicVirtualInterfaceResponse ----- , testDescribeVirtualGatewaysResponse $+-- , responseDescribeVirtualGateways $ -- describeVirtualGatewaysResponse ----- , testDescribeVirtualInterfacesResponse $+-- , responseDescribeVirtualInterfaces $ -- describeVirtualInterfacesResponse ----- , testDeleteVirtualInterfaceResponse $+-- , responseDeleteVirtualInterface $ -- deleteVirtualInterfaceResponse ----- , testCreatePrivateVirtualInterfaceResponse $+-- , responseCreatePrivateVirtualInterface $ -- virtualInterface ----- , testAllocatePublicVirtualInterfaceResponse $+-- , responseAllocatePublicVirtualInterface $ -- virtualInterface ----- , testAllocateConnectionOnInterconnectResponse $+-- , responseAllocateConnectionOnInterconnect $ -- connection ----- , testCreateInterconnectResponse $+-- , responseCreateInterconnect $ -- interconnect -- -- ]@@ -150,231 +150,231 @@ -- Requests -testDescribeInterconnects :: DescribeInterconnects -> TestTree-testDescribeInterconnects = req+requestDescribeInterconnects :: DescribeInterconnects -> TestTree+requestDescribeInterconnects = req "DescribeInterconnects" "fixture/DescribeInterconnects.yaml" -testDeleteConnection :: DeleteConnection -> TestTree-testDeleteConnection = req+requestDeleteConnection :: DeleteConnection -> TestTree+requestDeleteConnection = req "DeleteConnection" "fixture/DeleteConnection.yaml" -testCreateConnection :: CreateConnection -> TestTree-testCreateConnection = req+requestCreateConnection :: CreateConnection -> TestTree+requestCreateConnection = req "CreateConnection" "fixture/CreateConnection.yaml" -testDescribeConnections :: DescribeConnections -> TestTree-testDescribeConnections = req+requestDescribeConnections :: DescribeConnections -> TestTree+requestDescribeConnections = req "DescribeConnections" "fixture/DescribeConnections.yaml" -testDescribeConnectionsOnInterconnect :: DescribeConnectionsOnInterconnect -> TestTree-testDescribeConnectionsOnInterconnect = req+requestDescribeConnectionsOnInterconnect :: DescribeConnectionsOnInterconnect -> TestTree+requestDescribeConnectionsOnInterconnect = req "DescribeConnectionsOnInterconnect" "fixture/DescribeConnectionsOnInterconnect.yaml" -testDeleteInterconnect :: DeleteInterconnect -> TestTree-testDeleteInterconnect = req+requestDeleteInterconnect :: DeleteInterconnect -> TestTree+requestDeleteInterconnect = req "DeleteInterconnect" "fixture/DeleteInterconnect.yaml" -testConfirmPrivateVirtualInterface :: ConfirmPrivateVirtualInterface -> TestTree-testConfirmPrivateVirtualInterface = req+requestConfirmPrivateVirtualInterface :: ConfirmPrivateVirtualInterface -> TestTree+requestConfirmPrivateVirtualInterface = req "ConfirmPrivateVirtualInterface" "fixture/ConfirmPrivateVirtualInterface.yaml" -testDescribeLocations :: DescribeLocations -> TestTree-testDescribeLocations = req+requestDescribeLocations :: DescribeLocations -> TestTree+requestDescribeLocations = req "DescribeLocations" "fixture/DescribeLocations.yaml" -testCreatePublicVirtualInterface :: CreatePublicVirtualInterface -> TestTree-testCreatePublicVirtualInterface = req+requestCreatePublicVirtualInterface :: CreatePublicVirtualInterface -> TestTree+requestCreatePublicVirtualInterface = req "CreatePublicVirtualInterface" "fixture/CreatePublicVirtualInterface.yaml" -testAllocatePrivateVirtualInterface :: AllocatePrivateVirtualInterface -> TestTree-testAllocatePrivateVirtualInterface = req+requestAllocatePrivateVirtualInterface :: AllocatePrivateVirtualInterface -> TestTree+requestAllocatePrivateVirtualInterface = req "AllocatePrivateVirtualInterface" "fixture/AllocatePrivateVirtualInterface.yaml" -testConfirmConnection :: ConfirmConnection -> TestTree-testConfirmConnection = req+requestConfirmConnection :: ConfirmConnection -> TestTree+requestConfirmConnection = req "ConfirmConnection" "fixture/ConfirmConnection.yaml" -testConfirmPublicVirtualInterface :: ConfirmPublicVirtualInterface -> TestTree-testConfirmPublicVirtualInterface = req+requestConfirmPublicVirtualInterface :: ConfirmPublicVirtualInterface -> TestTree+requestConfirmPublicVirtualInterface = req "ConfirmPublicVirtualInterface" "fixture/ConfirmPublicVirtualInterface.yaml" -testDescribeVirtualGateways :: DescribeVirtualGateways -> TestTree-testDescribeVirtualGateways = req+requestDescribeVirtualGateways :: DescribeVirtualGateways -> TestTree+requestDescribeVirtualGateways = req "DescribeVirtualGateways" "fixture/DescribeVirtualGateways.yaml" -testDescribeVirtualInterfaces :: DescribeVirtualInterfaces -> TestTree-testDescribeVirtualInterfaces = req+requestDescribeVirtualInterfaces :: DescribeVirtualInterfaces -> TestTree+requestDescribeVirtualInterfaces = req "DescribeVirtualInterfaces" "fixture/DescribeVirtualInterfaces.yaml" -testDeleteVirtualInterface :: DeleteVirtualInterface -> TestTree-testDeleteVirtualInterface = req+requestDeleteVirtualInterface :: DeleteVirtualInterface -> TestTree+requestDeleteVirtualInterface = req "DeleteVirtualInterface" "fixture/DeleteVirtualInterface.yaml" -testCreatePrivateVirtualInterface :: CreatePrivateVirtualInterface -> TestTree-testCreatePrivateVirtualInterface = req+requestCreatePrivateVirtualInterface :: CreatePrivateVirtualInterface -> TestTree+requestCreatePrivateVirtualInterface = req "CreatePrivateVirtualInterface" "fixture/CreatePrivateVirtualInterface.yaml" -testAllocatePublicVirtualInterface :: AllocatePublicVirtualInterface -> TestTree-testAllocatePublicVirtualInterface = req+requestAllocatePublicVirtualInterface :: AllocatePublicVirtualInterface -> TestTree+requestAllocatePublicVirtualInterface = req "AllocatePublicVirtualInterface" "fixture/AllocatePublicVirtualInterface.yaml" -testAllocateConnectionOnInterconnect :: AllocateConnectionOnInterconnect -> TestTree-testAllocateConnectionOnInterconnect = req+requestAllocateConnectionOnInterconnect :: AllocateConnectionOnInterconnect -> TestTree+requestAllocateConnectionOnInterconnect = req "AllocateConnectionOnInterconnect" "fixture/AllocateConnectionOnInterconnect.yaml" -testCreateInterconnect :: CreateInterconnect -> TestTree-testCreateInterconnect = req+requestCreateInterconnect :: CreateInterconnect -> TestTree+requestCreateInterconnect = req "CreateInterconnect" "fixture/CreateInterconnect.yaml" -- Responses -testDescribeInterconnectsResponse :: DescribeInterconnectsResponse -> TestTree-testDescribeInterconnectsResponse = res+responseDescribeInterconnects :: DescribeInterconnectsResponse -> TestTree+responseDescribeInterconnects = res "DescribeInterconnectsResponse" "fixture/DescribeInterconnectsResponse.proto" directConnect (Proxy :: Proxy DescribeInterconnects) -testDeleteConnectionResponse :: Connection -> TestTree-testDeleteConnectionResponse = res+responseDeleteConnection :: Connection -> TestTree+responseDeleteConnection = res "DeleteConnectionResponse" "fixture/DeleteConnectionResponse.proto" directConnect (Proxy :: Proxy DeleteConnection) -testCreateConnectionResponse :: Connection -> TestTree-testCreateConnectionResponse = res+responseCreateConnection :: Connection -> TestTree+responseCreateConnection = res "CreateConnectionResponse" "fixture/CreateConnectionResponse.proto" directConnect (Proxy :: Proxy CreateConnection) -testDescribeConnectionsResponse :: Connections -> TestTree-testDescribeConnectionsResponse = res+responseDescribeConnections :: Connections -> TestTree+responseDescribeConnections = res "DescribeConnectionsResponse" "fixture/DescribeConnectionsResponse.proto" directConnect (Proxy :: Proxy DescribeConnections) -testDescribeConnectionsOnInterconnectResponse :: Connections -> TestTree-testDescribeConnectionsOnInterconnectResponse = res+responseDescribeConnectionsOnInterconnect :: Connections -> TestTree+responseDescribeConnectionsOnInterconnect = res "DescribeConnectionsOnInterconnectResponse" "fixture/DescribeConnectionsOnInterconnectResponse.proto" directConnect (Proxy :: Proxy DescribeConnectionsOnInterconnect) -testDeleteInterconnectResponse :: DeleteInterconnectResponse -> TestTree-testDeleteInterconnectResponse = res+responseDeleteInterconnect :: DeleteInterconnectResponse -> TestTree+responseDeleteInterconnect = res "DeleteInterconnectResponse" "fixture/DeleteInterconnectResponse.proto" directConnect (Proxy :: Proxy DeleteInterconnect) -testConfirmPrivateVirtualInterfaceResponse :: ConfirmPrivateVirtualInterfaceResponse -> TestTree-testConfirmPrivateVirtualInterfaceResponse = res+responseConfirmPrivateVirtualInterface :: ConfirmPrivateVirtualInterfaceResponse -> TestTree+responseConfirmPrivateVirtualInterface = res "ConfirmPrivateVirtualInterfaceResponse" "fixture/ConfirmPrivateVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy ConfirmPrivateVirtualInterface) -testDescribeLocationsResponse :: DescribeLocationsResponse -> TestTree-testDescribeLocationsResponse = res+responseDescribeLocations :: DescribeLocationsResponse -> TestTree+responseDescribeLocations = res "DescribeLocationsResponse" "fixture/DescribeLocationsResponse.proto" directConnect (Proxy :: Proxy DescribeLocations) -testCreatePublicVirtualInterfaceResponse :: VirtualInterface -> TestTree-testCreatePublicVirtualInterfaceResponse = res+responseCreatePublicVirtualInterface :: VirtualInterface -> TestTree+responseCreatePublicVirtualInterface = res "CreatePublicVirtualInterfaceResponse" "fixture/CreatePublicVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy CreatePublicVirtualInterface) -testAllocatePrivateVirtualInterfaceResponse :: VirtualInterface -> TestTree-testAllocatePrivateVirtualInterfaceResponse = res+responseAllocatePrivateVirtualInterface :: VirtualInterface -> TestTree+responseAllocatePrivateVirtualInterface = res "AllocatePrivateVirtualInterfaceResponse" "fixture/AllocatePrivateVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy AllocatePrivateVirtualInterface) -testConfirmConnectionResponse :: ConfirmConnectionResponse -> TestTree-testConfirmConnectionResponse = res+responseConfirmConnection :: ConfirmConnectionResponse -> TestTree+responseConfirmConnection = res "ConfirmConnectionResponse" "fixture/ConfirmConnectionResponse.proto" directConnect (Proxy :: Proxy ConfirmConnection) -testConfirmPublicVirtualInterfaceResponse :: ConfirmPublicVirtualInterfaceResponse -> TestTree-testConfirmPublicVirtualInterfaceResponse = res+responseConfirmPublicVirtualInterface :: ConfirmPublicVirtualInterfaceResponse -> TestTree+responseConfirmPublicVirtualInterface = res "ConfirmPublicVirtualInterfaceResponse" "fixture/ConfirmPublicVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy ConfirmPublicVirtualInterface) -testDescribeVirtualGatewaysResponse :: DescribeVirtualGatewaysResponse -> TestTree-testDescribeVirtualGatewaysResponse = res+responseDescribeVirtualGateways :: DescribeVirtualGatewaysResponse -> TestTree+responseDescribeVirtualGateways = res "DescribeVirtualGatewaysResponse" "fixture/DescribeVirtualGatewaysResponse.proto" directConnect (Proxy :: Proxy DescribeVirtualGateways) -testDescribeVirtualInterfacesResponse :: DescribeVirtualInterfacesResponse -> TestTree-testDescribeVirtualInterfacesResponse = res+responseDescribeVirtualInterfaces :: DescribeVirtualInterfacesResponse -> TestTree+responseDescribeVirtualInterfaces = res "DescribeVirtualInterfacesResponse" "fixture/DescribeVirtualInterfacesResponse.proto" directConnect (Proxy :: Proxy DescribeVirtualInterfaces) -testDeleteVirtualInterfaceResponse :: DeleteVirtualInterfaceResponse -> TestTree-testDeleteVirtualInterfaceResponse = res+responseDeleteVirtualInterface :: DeleteVirtualInterfaceResponse -> TestTree+responseDeleteVirtualInterface = res "DeleteVirtualInterfaceResponse" "fixture/DeleteVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy DeleteVirtualInterface) -testCreatePrivateVirtualInterfaceResponse :: VirtualInterface -> TestTree-testCreatePrivateVirtualInterfaceResponse = res+responseCreatePrivateVirtualInterface :: VirtualInterface -> TestTree+responseCreatePrivateVirtualInterface = res "CreatePrivateVirtualInterfaceResponse" "fixture/CreatePrivateVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy CreatePrivateVirtualInterface) -testAllocatePublicVirtualInterfaceResponse :: VirtualInterface -> TestTree-testAllocatePublicVirtualInterfaceResponse = res+responseAllocatePublicVirtualInterface :: VirtualInterface -> TestTree+responseAllocatePublicVirtualInterface = res "AllocatePublicVirtualInterfaceResponse" "fixture/AllocatePublicVirtualInterfaceResponse.proto" directConnect (Proxy :: Proxy AllocatePublicVirtualInterface) -testAllocateConnectionOnInterconnectResponse :: Connection -> TestTree-testAllocateConnectionOnInterconnectResponse = res+responseAllocateConnectionOnInterconnect :: Connection -> TestTree+responseAllocateConnectionOnInterconnect = res "AllocateConnectionOnInterconnectResponse" "fixture/AllocateConnectionOnInterconnectResponse.proto" directConnect (Proxy :: Proxy AllocateConnectionOnInterconnect) -testCreateInterconnectResponse :: Interconnect -> TestTree-testCreateInterconnectResponse = res+responseCreateInterconnect :: Interconnect -> TestTree+responseCreateInterconnect = res "CreateInterconnectResponse" "fixture/CreateInterconnectResponse.proto" directConnect