Copyright | (c) 2013-2021 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 |
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Synopsis
- data UpdateVPCEConfiguration = UpdateVPCEConfiguration' {}
- newUpdateVPCEConfiguration :: Text -> UpdateVPCEConfiguration
- updateVPCEConfiguration_vpceServiceName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_vpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_serviceDnsName :: Lens' UpdateVPCEConfiguration (Maybe Text)
- updateVPCEConfiguration_vpceConfigurationDescription :: 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.
UpdateVPCEConfiguration' | |
|
Instances
newUpdateVPCEConfiguration Source #
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:
$sel:vpceServiceName:UpdateVPCEConfiguration'
, updateVPCEConfiguration_vpceServiceName
- The name of the VPC endpoint service running in your AWS account that
you want Device Farm to test.
$sel:vpceConfigurationName:UpdateVPCEConfiguration'
, updateVPCEConfiguration_vpceConfigurationName
- The friendly name you give to your VPC endpoint configuration to manage
your configurations more easily.
$sel:serviceDnsName: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.
$sel:vpceConfigurationDescription:UpdateVPCEConfiguration'
, updateVPCEConfiguration_vpceConfigurationDescription
- An optional description that provides details about your VPC endpoint
configuration.
$sel:arn:UpdateVPCEConfiguration'
, updateVPCEConfiguration_arn
- The Amazon Resource Name (ARN) of the VPC endpoint configuration you
want to update.
Request Lenses
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_vpceConfigurationName :: Lens' UpdateVPCEConfiguration (Maybe Text) Source #
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
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_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.
UpdateVPCEConfigurationResponse' | |
|
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.