| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DirectConnect.ConfirmPublicVirtualInterface
Description
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.
See: AWS API Reference for ConfirmPublicVirtualInterface.
- confirmPublicVirtualInterface :: Text -> ConfirmPublicVirtualInterface
- data ConfirmPublicVirtualInterface
- cVirtualInterfaceId :: Lens' ConfirmPublicVirtualInterface Text
- confirmPublicVirtualInterfaceResponse :: Int -> ConfirmPublicVirtualInterfaceResponse
- data ConfirmPublicVirtualInterfaceResponse
- crsVirtualInterfaceState :: Lens' ConfirmPublicVirtualInterfaceResponse (Maybe VirtualInterfaceState)
- crsResponseStatus :: Lens' ConfirmPublicVirtualInterfaceResponse Int
Creating a Request
confirmPublicVirtualInterface Source
Arguments
| :: Text | |
| -> ConfirmPublicVirtualInterface |
Creates a value of ConfirmPublicVirtualInterface with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConfirmPublicVirtualInterface Source
Container for the parameters to the ConfirmPublicVirtualInterface operation.
See: confirmPublicVirtualInterface smart constructor.
Instances
Request Lenses
cVirtualInterfaceId :: Lens' ConfirmPublicVirtualInterface Text Source
Undocumented member.
Destructuring the Response
confirmPublicVirtualInterfaceResponse Source
Arguments
| :: Int | |
| -> ConfirmPublicVirtualInterfaceResponse |
Creates a value of ConfirmPublicVirtualInterfaceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConfirmPublicVirtualInterfaceResponse Source
The response received when ConfirmPublicVirtualInterface is called.
See: confirmPublicVirtualInterfaceResponse smart constructor.
Instances
Response Lenses
crsVirtualInterfaceState :: Lens' ConfirmPublicVirtualInterfaceResponse (Maybe VirtualInterfaceState) Source
Undocumented member.
crsResponseStatus :: Lens' ConfirmPublicVirtualInterfaceResponse Int Source
The response status code.