Copyright | (c) 2013-2017 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 |
Language | Haskell2010 |
Network.AWS.DeviceFarm.GetNetworkProfile
Description
Returns information about a network profile.
- getNetworkProfile :: Text -> GetNetworkProfile
- data GetNetworkProfile
- gnpArn :: Lens' GetNetworkProfile Text
- getNetworkProfileResponse :: Int -> GetNetworkProfileResponse
- data GetNetworkProfileResponse
- gnprsNetworkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile)
- gnprsResponseStatus :: Lens' GetNetworkProfileResponse Int
Creating a Request
Arguments
:: Text | |
-> GetNetworkProfile |
Creates a value of GetNetworkProfile
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gnpArn
- The Amazon Resource Name (ARN) of the network profile you want to return information about.
data GetNetworkProfile Source #
See: getNetworkProfile
smart constructor.
Instances
Request Lenses
gnpArn :: Lens' GetNetworkProfile Text Source #
The Amazon Resource Name (ARN) of the network profile you want to return information about.
Destructuring the Response
getNetworkProfileResponse Source #
Arguments
:: Int | |
-> GetNetworkProfileResponse |
Creates a value of GetNetworkProfileResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gnprsNetworkProfile
- The network profile.gnprsResponseStatus
- -- | The response status code.
data GetNetworkProfileResponse Source #
See: getNetworkProfileResponse
smart constructor.
Response Lenses
gnprsNetworkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile) Source #
The network profile.
gnprsResponseStatus :: Lens' GetNetworkProfileResponse Int Source #
- - | The response status code.