| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectConnect.StopBgpFailoverTest
Description
Stops the virtual interface failover test.
Synopsis
- data StopBgpFailoverTest = StopBgpFailoverTest' {}
- newStopBgpFailoverTest :: Text -> StopBgpFailoverTest
- stopBgpFailoverTest_virtualInterfaceId :: Lens' StopBgpFailoverTest Text
- data StopBgpFailoverTestResponse = StopBgpFailoverTestResponse' {}
- newStopBgpFailoverTestResponse :: Int -> StopBgpFailoverTestResponse
- stopBgpFailoverTestResponse_virtualInterfaceTest :: Lens' StopBgpFailoverTestResponse (Maybe VirtualInterfaceTestHistory)
- stopBgpFailoverTestResponse_httpStatus :: Lens' StopBgpFailoverTestResponse Int
Creating a Request
data StopBgpFailoverTest Source #
See: newStopBgpFailoverTest smart constructor.
Constructors
| StopBgpFailoverTest' | |
Fields
| |
Instances
newStopBgpFailoverTest Source #
Arguments
| :: Text | |
| -> StopBgpFailoverTest |
Create a value of StopBgpFailoverTest with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
StopBgpFailoverTest, stopBgpFailoverTest_virtualInterfaceId - The ID of the virtual interface you no longer want to test.
Request Lenses
stopBgpFailoverTest_virtualInterfaceId :: Lens' StopBgpFailoverTest Text Source #
The ID of the virtual interface you no longer want to test.
Destructuring the Response
data StopBgpFailoverTestResponse Source #
See: newStopBgpFailoverTestResponse smart constructor.
Constructors
| StopBgpFailoverTestResponse' | |
Fields
| |
Instances
newStopBgpFailoverTestResponse Source #
Create a value of StopBgpFailoverTestResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:virtualInterfaceTest:StopBgpFailoverTestResponse', stopBgpFailoverTestResponse_virtualInterfaceTest - Information about the virtual interface failover test.
$sel:httpStatus:StopBgpFailoverTestResponse', stopBgpFailoverTestResponse_httpStatus - The response's http status code.
Response Lenses
stopBgpFailoverTestResponse_virtualInterfaceTest :: Lens' StopBgpFailoverTestResponse (Maybe VirtualInterfaceTestHistory) Source #
Information about the virtual interface failover test.
stopBgpFailoverTestResponse_httpStatus :: Lens' StopBgpFailoverTestResponse Int Source #
The response's http status code.