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 |
Returns detailed information about a network.
Applies to Hyperledger Fabric and Ethereum.
Synopsis
- data GetNetwork = GetNetwork' {}
- newGetNetwork :: Text -> GetNetwork
- getNetwork_networkId :: Lens' GetNetwork Text
- data GetNetworkResponse = GetNetworkResponse' {
- network :: Maybe Network
- httpStatus :: Int
- newGetNetworkResponse :: Int -> GetNetworkResponse
- getNetworkResponse_network :: Lens' GetNetworkResponse (Maybe Network)
- getNetworkResponse_httpStatus :: Lens' GetNetworkResponse Int
Creating a Request
data GetNetwork Source #
See: newGetNetwork
smart constructor.
Instances
Create a value of GetNetwork
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:networkId:GetNetwork'
, getNetwork_networkId
- The unique identifier of the network to get information about.
Request Lenses
getNetwork_networkId :: Lens' GetNetwork Text Source #
The unique identifier of the network to get information about.
Destructuring the Response
data GetNetworkResponse Source #
See: newGetNetworkResponse
smart constructor.
GetNetworkResponse' | |
|
Instances
newGetNetworkResponse Source #
Create a value of GetNetworkResponse
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:network:GetNetworkResponse'
, getNetworkResponse_network
- An object containing network configuration parameters.
$sel:httpStatus:GetNetworkResponse'
, getNetworkResponse_httpStatus
- The response's http status code.
Response Lenses
getNetworkResponse_network :: Lens' GetNetworkResponse (Maybe Network) Source #
An object containing network configuration parameters.
getNetworkResponse_httpStatus :: Lens' GetNetworkResponse Int Source #
The response's http status code.