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.Transfer.DeleteConnector
Description
Deletes the agreement that's specified in the provided ConnectorId
.
Creating a Request
data DeleteConnector Source #
See: newDeleteConnector
smart constructor.
Constructors
DeleteConnector' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteConnector |
Create a value of DeleteConnector
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:
DeleteConnector
, deleteConnector_connectorId
- The unique identifier for the connector.
Request Lenses
deleteConnector_connectorId :: Lens' DeleteConnector Text Source #
The unique identifier for the connector.
Destructuring the Response
data DeleteConnectorResponse Source #
See: newDeleteConnectorResponse
smart constructor.
Constructors
DeleteConnectorResponse' | |
Instances
newDeleteConnectorResponse :: DeleteConnectorResponse Source #
Create a value of DeleteConnectorResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.