| 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.Types.ListedConnector
Description
Documentation
data ListedConnector Source #
Returns details of the connector that is specified.
See: newListedConnector smart constructor.
Constructors
| ListedConnector' | |
Instances
newListedConnector :: ListedConnector Source #
Create a value of ListedConnector 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:arn:ListedConnector', listedConnector_arn - The Amazon Resource Name (ARN) of the specified connector.
$sel:connectorId:ListedConnector', listedConnector_connectorId - The unique identifier for the connector.
$sel:url:ListedConnector', listedConnector_url - The URL of the partner's AS2 endpoint.
listedConnector_arn :: Lens' ListedConnector (Maybe Text) Source #
The Amazon Resource Name (ARN) of the specified connector.
listedConnector_connectorId :: Lens' ListedConnector (Maybe Text) Source #
The unique identifier for the connector.
listedConnector_url :: Lens' ListedConnector (Maybe Text) Source #
The URL of the partner's AS2 endpoint.