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.
- 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 #
See: getVPCEConfiguration
smart constructor.
Instances
Request Lenses
gvecArn :: Lens' GetVPCEConfiguration Text #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
Destructuring the Response
getVPCEConfigurationResponse #
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 #
See: getVPCEConfigurationResponse
smart constructor.
Response Lenses
gvecrsVpceConfiguration :: Lens' GetVPCEConfigurationResponse (Maybe VPCEConfiguration) #
An object containing information about your VPC endpoint configuration.
gvecrsResponseStatus :: Lens' GetVPCEConfigurationResponse Int #
- - | The response status code.