| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SMS.DisassociateConnector
Description
The DisassociateConnector API will disassociate a connector from the Server Migration Service, rendering it unavailable to support replication jobs.
Creating a Request
disassociateConnector Source #
Arguments
| :: Text | |
| -> DisassociateConnector |
Creates a value of DisassociateConnector with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcConnectorId- Undocumented member.
data DisassociateConnector Source #
See: disassociateConnector smart constructor.
Instances
Request Lenses
dcConnectorId :: Lens' DisassociateConnector Text Source #
Undocumented member.
Destructuring the Response
disassociateConnectorResponse Source #
Arguments
| :: Int | |
| -> DisassociateConnectorResponse |
Creates a value of DisassociateConnectorResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsResponseStatus- -- | The response status code.
data DisassociateConnectorResponse Source #
See: disassociateConnectorResponse smart constructor.
Instances
Response Lenses
dcrsResponseStatus :: Lens' DisassociateConnectorResponse Int Source #
- - | The response status code.