| 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.DeviceFarm.GetNetworkProfile
Description
Returns information about a network profile.
Synopsis
- data GetNetworkProfile = GetNetworkProfile' {}
- newGetNetworkProfile :: Text -> GetNetworkProfile
- getNetworkProfile_arn :: Lens' GetNetworkProfile Text
- data GetNetworkProfileResponse = GetNetworkProfileResponse' {}
- newGetNetworkProfileResponse :: Int -> GetNetworkProfileResponse
- getNetworkProfileResponse_networkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile)
- getNetworkProfileResponse_httpStatus :: Lens' GetNetworkProfileResponse Int
Creating a Request
data GetNetworkProfile Source #
See: newGetNetworkProfile smart constructor.
Constructors
| GetNetworkProfile' | |
Instances
Arguments
| :: Text | |
| -> GetNetworkProfile |
Create a value of GetNetworkProfile 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:
GetNetworkProfile, getNetworkProfile_arn - The ARN of the network profile to return information about.
Request Lenses
getNetworkProfile_arn :: Lens' GetNetworkProfile Text Source #
The ARN of the network profile to return information about.
Destructuring the Response
data GetNetworkProfileResponse Source #
See: newGetNetworkProfileResponse smart constructor.
Constructors
| GetNetworkProfileResponse' | |
Fields
| |
Instances
newGetNetworkProfileResponse Source #
Create a value of GetNetworkProfileResponse 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:
GetNetworkProfileResponse, getNetworkProfileResponse_networkProfile - The network profile.
$sel:httpStatus:GetNetworkProfileResponse', getNetworkProfileResponse_httpStatus - The response's http status code.
Response Lenses
getNetworkProfileResponse_networkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile) Source #
The network profile.
getNetworkProfileResponse_httpStatus :: Lens' GetNetworkProfileResponse Int Source #
The response's http status code.