| 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.UpdateVPCEConfiguration
Description
Updates information about an existing Amazon Virtual Private Cloud (VPC) endpoint configuration.
Synopsis
- updateVPCEConfiguration :: Text -> UpdateVPCEConfiguration
- data UpdateVPCEConfiguration
- uvecVpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- uvecVpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- uvecServiceDNSName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- uvecVpceConfigurationDescription :: Lens' UpdateVPCEConfiguration (Maybe Text)
- uvecArn :: Lens' UpdateVPCEConfiguration Text
- updateVPCEConfigurationResponse :: Int -> UpdateVPCEConfigurationResponse
- data UpdateVPCEConfigurationResponse
- uvecrsVpceConfiguration :: Lens' UpdateVPCEConfigurationResponse (Maybe VPCEConfiguration)
- uvecrsResponseStatus :: Lens' UpdateVPCEConfigurationResponse Int
Creating a Request
updateVPCEConfiguration Source #
Arguments
| :: Text | |
| -> UpdateVPCEConfiguration |
Creates a value of UpdateVPCEConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uvecVpceServiceName- The name of the VPC endpoint service running inside your AWS account that you want Device Farm to test.uvecVpceConfigurationName- The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.uvecServiceDNSName- The DNS (domain) name used to connect to your private service in your Amazon VPC. The DNS name must not already be in use on the Internet.uvecVpceConfigurationDescription- An optional description, providing more details about your VPC endpoint configuration.uvecArn- The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
data UpdateVPCEConfiguration Source #
See: updateVPCEConfiguration smart constructor.
Instances
Request Lenses
uvecVpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The name of the VPC endpoint service running inside your AWS account that you want Device Farm to test.
uvecVpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
uvecServiceDNSName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The DNS (domain) name used to connect to your private service in your Amazon VPC. The DNS name must not already be in use on the Internet.
uvecVpceConfigurationDescription :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
An optional description, providing more details about your VPC endpoint configuration.
uvecArn :: Lens' UpdateVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
Destructuring the Response
updateVPCEConfigurationResponse Source #
Arguments
| :: Int | |
| -> UpdateVPCEConfigurationResponse |
Creates a value of UpdateVPCEConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uvecrsVpceConfiguration- An object containing information about your VPC endpoint configuration.uvecrsResponseStatus- -- | The response status code.
data UpdateVPCEConfigurationResponse Source #
See: updateVPCEConfigurationResponse smart constructor.
Instances
Response Lenses
uvecrsVpceConfiguration :: Lens' UpdateVPCEConfigurationResponse (Maybe VPCEConfiguration) Source #
An object containing information about your VPC endpoint configuration.
uvecrsResponseStatus :: Lens' UpdateVPCEConfigurationResponse Int Source #
- - | The response status code.