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 |
Synopsis
Documentation
data NetworkHeader Source #
Details about a network path component that occurs before or after the current component.
See: newNetworkHeader
smart constructor.
NetworkHeader' | |
|
Instances
newNetworkHeader :: NetworkHeader Source #
Create a value of NetworkHeader
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:destination:NetworkHeader'
, networkHeader_destination
- Information about the destination of the component.
$sel:protocol:NetworkHeader'
, networkHeader_protocol
- The protocol used for the component.
$sel:source:NetworkHeader'
, networkHeader_source
- Information about the origin of the component.
networkHeader_destination :: Lens' NetworkHeader (Maybe NetworkPathComponentDetails) Source #
Information about the destination of the component.
networkHeader_protocol :: Lens' NetworkHeader (Maybe Text) Source #
The protocol used for the component.
networkHeader_source :: Lens' NetworkHeader (Maybe NetworkPathComponentDetails) Source #
Information about the origin of the component.