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 |
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.
StopBgpFailoverTest' | |
|
Instances
newStopBgpFailoverTest Source #
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:
$sel:virtualInterfaceId: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.
StopBgpFailoverTestResponse' | |
|
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.