| 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.DescribeConnector
Description
Describes the connector that's identified by the ConnectorId.
Synopsis
- data DescribeConnector = DescribeConnector' {
- connectorId :: Text
- newDescribeConnector :: Text -> DescribeConnector
- describeConnector_connectorId :: Lens' DescribeConnector Text
- data DescribeConnectorResponse = DescribeConnectorResponse' {}
- newDescribeConnectorResponse :: Int -> DescribedConnector -> DescribeConnectorResponse
- describeConnectorResponse_httpStatus :: Lens' DescribeConnectorResponse Int
- describeConnectorResponse_connector :: Lens' DescribeConnectorResponse DescribedConnector
Creating a Request
data DescribeConnector Source #
See: newDescribeConnector smart constructor.
Constructors
| DescribeConnector' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeConnector |
Create a value of DescribeConnector 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:
DescribeConnector, describeConnector_connectorId - The unique identifier for the connector.
Request Lenses
describeConnector_connectorId :: Lens' DescribeConnector Text Source #
The unique identifier for the connector.
Destructuring the Response
data DescribeConnectorResponse Source #
See: newDescribeConnectorResponse smart constructor.
Constructors
| DescribeConnectorResponse' | |
Fields
| |
Instances
newDescribeConnectorResponse Source #
Arguments
| :: Int | |
| -> DescribedConnector | |
| -> DescribeConnectorResponse |
Create a value of DescribeConnectorResponse 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:DescribeConnectorResponse', describeConnectorResponse_httpStatus - The response's http status code.
$sel:connector:DescribeConnectorResponse', describeConnectorResponse_connector - The structure that contains the details of the connector.
Response Lenses
describeConnectorResponse_httpStatus :: Lens' DescribeConnectorResponse Int Source #
The response's http status code.
describeConnectorResponse_connector :: Lens' DescribeConnectorResponse DescribedConnector Source #
The structure that contains the details of the connector.