| 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.UpdateVPCEConfiguration
Description
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Synopsis
- data UpdateVPCEConfiguration = UpdateVPCEConfiguration' {}
- newUpdateVPCEConfiguration :: Text -> UpdateVPCEConfiguration
- updateVPCEConfiguration_serviceDnsName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_vpceConfigurationDescription :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_vpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_vpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_arn :: Lens' UpdateVPCEConfiguration Text
- data UpdateVPCEConfigurationResponse = UpdateVPCEConfigurationResponse' {}
- newUpdateVPCEConfigurationResponse :: Int -> UpdateVPCEConfigurationResponse
- updateVPCEConfigurationResponse_vpceConfiguration :: Lens' UpdateVPCEConfigurationResponse (Maybe VPCEConfiguration)
- updateVPCEConfigurationResponse_httpStatus :: Lens' UpdateVPCEConfigurationResponse Int
Creating a Request
data UpdateVPCEConfiguration Source #
See: newUpdateVPCEConfiguration smart constructor.
Constructors
| UpdateVPCEConfiguration' | |
Fields
| |
Instances
newUpdateVPCEConfiguration Source #
Arguments
| :: Text | |
| -> UpdateVPCEConfiguration |
Create a value of UpdateVPCEConfiguration 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:
UpdateVPCEConfiguration, updateVPCEConfiguration_serviceDnsName - The DNS (domain) name used to connect to your private service in your
VPC. The DNS name must not already be in use on the internet.
UpdateVPCEConfiguration, updateVPCEConfiguration_vpceConfigurationDescription - An optional description that provides details about your VPC endpoint
configuration.
UpdateVPCEConfiguration, updateVPCEConfiguration_vpceConfigurationName - The friendly name you give to your VPC endpoint configuration to manage
your configurations more easily.
UpdateVPCEConfiguration, updateVPCEConfiguration_vpceServiceName - The name of the VPC endpoint service running in your AWS account that
you want Device Farm to test.
UpdateVPCEConfiguration, updateVPCEConfiguration_arn - The Amazon Resource Name (ARN) of the VPC endpoint configuration you
want to update.
Request Lenses
updateVPCEConfiguration_serviceDnsName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
updateVPCEConfiguration_vpceConfigurationDescription :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
An optional description that provides details about your VPC endpoint configuration.
updateVPCEConfiguration_vpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
updateVPCEConfiguration_vpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
updateVPCEConfiguration_arn :: Lens' UpdateVPCEConfiguration Text Source #
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
Destructuring the Response
data UpdateVPCEConfigurationResponse Source #
See: newUpdateVPCEConfigurationResponse smart constructor.
Constructors
| UpdateVPCEConfigurationResponse' | |
Fields
| |
Instances
newUpdateVPCEConfigurationResponse Source #
Create a value of UpdateVPCEConfigurationResponse 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:
$sel:vpceConfiguration:UpdateVPCEConfigurationResponse', updateVPCEConfigurationResponse_vpceConfiguration - An object that contains information about your VPC endpoint
configuration.
$sel:httpStatus:UpdateVPCEConfigurationResponse', updateVPCEConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
updateVPCEConfigurationResponse_vpceConfiguration :: Lens' UpdateVPCEConfigurationResponse (Maybe VPCEConfiguration) Source #
An object that contains information about your VPC endpoint configuration.
updateVPCEConfigurationResponse_httpStatus :: Lens' UpdateVPCEConfigurationResponse Int Source #
The response's http status code.