| 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.AppFlow.UnregisterConnector
Description
Unregisters the custom connector registered in your account that matches the connector label provided in the request.
Synopsis
- data UnregisterConnector = UnregisterConnector' {}
- newUnregisterConnector :: Text -> UnregisterConnector
- unregisterConnector_forceDelete :: Lens' UnregisterConnector (Maybe Bool)
- unregisterConnector_connectorLabel :: Lens' UnregisterConnector Text
- data UnregisterConnectorResponse = UnregisterConnectorResponse' {
- httpStatus :: Int
- newUnregisterConnectorResponse :: Int -> UnregisterConnectorResponse
- unregisterConnectorResponse_httpStatus :: Lens' UnregisterConnectorResponse Int
Creating a Request
data UnregisterConnector Source #
See: newUnregisterConnector smart constructor.
Constructors
| UnregisterConnector' | |
Fields
| |
Instances
newUnregisterConnector Source #
Arguments
| :: Text | |
| -> UnregisterConnector |
Create a value of UnregisterConnector 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:forceDelete:UnregisterConnector', unregisterConnector_forceDelete - Indicates whether Amazon AppFlow should unregister the connector, even
if it is currently in use in one or more connector profiles. The default
value is false.
UnregisterConnector, unregisterConnector_connectorLabel - The label of the connector. The label is unique for each
ConnectorRegistration in your Amazon Web Services account.
Request Lenses
unregisterConnector_forceDelete :: Lens' UnregisterConnector (Maybe Bool) Source #
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
unregisterConnector_connectorLabel :: Lens' UnregisterConnector Text Source #
The label of the connector. The label is unique for each
ConnectorRegistration in your Amazon Web Services account.
Destructuring the Response
data UnregisterConnectorResponse Source #
See: newUnregisterConnectorResponse smart constructor.
Constructors
| UnregisterConnectorResponse' | |
Fields
| |
Instances
newUnregisterConnectorResponse Source #
Create a value of UnregisterConnectorResponse 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:httpStatus:UnregisterConnectorResponse', unregisterConnectorResponse_httpStatus - The response's http status code.
Response Lenses
unregisterConnectorResponse_httpStatus :: Lens' UnregisterConnectorResponse Int Source #
The response's http status code.