| Copyright | (c) 2013-2018 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.GetVPCEConfiguration
Description
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
Synopsis
- getVPCEConfiguration :: Text -> GetVPCEConfiguration
- data GetVPCEConfiguration
- gvecArn :: Lens' GetVPCEConfiguration Text
- getVPCEConfigurationResponse :: Int -> GetVPCEConfigurationResponse
- data GetVPCEConfigurationResponse
- gvecrsVpceConfiguration :: Lens' GetVPCEConfigurationResponse (Maybe VPCEConfiguration)
- gvecrsResponseStatus :: Lens' GetVPCEConfigurationResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetVPCEConfiguration |
Creates a value of GetVPCEConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gvecArn- The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
data GetVPCEConfiguration Source #
See: getVPCEConfiguration smart constructor.
Instances
Request Lenses
gvecArn :: Lens' GetVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
Destructuring the Response
getVPCEConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetVPCEConfigurationResponse |
Creates a value of GetVPCEConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gvecrsVpceConfiguration- An object containing information about your VPC endpoint configuration.gvecrsResponseStatus- -- | The response status code.
data GetVPCEConfigurationResponse Source #
See: getVPCEConfigurationResponse smart constructor.
Instances
Response Lenses
gvecrsVpceConfiguration :: Lens' GetVPCEConfigurationResponse (Maybe VPCEConfiguration) Source #
An object containing information about your VPC endpoint configuration.
gvecrsResponseStatus :: Lens' GetVPCEConfigurationResponse Int Source #
- - | The response status code.