Copyright | (c) 2013-2021 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 |
Documentation
data CustomerNodeEndpoint Source #
The endpoint from which data should be migrated.
See: newCustomerNodeEndpoint
smart constructor.
Instances
newCustomerNodeEndpoint :: CustomerNodeEndpoint Source #
Create a value of CustomerNodeEndpoint
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:address:CustomerNodeEndpoint'
, customerNodeEndpoint_address
- The address of the node endpoint
$sel:port:CustomerNodeEndpoint'
, customerNodeEndpoint_port
- The port of the node endpoint
customerNodeEndpoint_address :: Lens' CustomerNodeEndpoint (Maybe Text) Source #
The address of the node endpoint
customerNodeEndpoint_port :: Lens' CustomerNodeEndpoint (Maybe Int) Source #
The port of the node endpoint