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.
- 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
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 #
See: updateVPCEConfiguration
smart constructor.
Instances
Request Lenses
uvecVpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text) #
The name of the VPC endpoint service running inside your AWS account that you want Device Farm to test.
uvecVpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text) #
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
uvecServiceDNSName :: Lens' UpdateVPCEConfiguration (Maybe Text) #
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) #
An optional description, providing more details about your VPC endpoint configuration.
uvecArn :: Lens' UpdateVPCEConfiguration Text #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
Destructuring the Response
updateVPCEConfigurationResponse #
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 #
See: updateVPCEConfigurationResponse
smart constructor.
Response Lenses
uvecrsVpceConfiguration :: Lens' UpdateVPCEConfigurationResponse (Maybe VPCEConfiguration) #
An object containing information about your VPC endpoint configuration.
uvecrsResponseStatus :: Lens' UpdateVPCEConfigurationResponse Int #
- - | The response status code.