amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DeviceFarm.UpdateVPCEConfiguration

Description

Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

Synopsis

Creating a Request

data UpdateVPCEConfiguration Source #

See: newUpdateVPCEConfiguration smart constructor.

Constructors

UpdateVPCEConfiguration' 

Fields

  • serviceDnsName :: Maybe Text

    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.

  • vpceConfigurationDescription :: Maybe Text

    An optional description that provides details about your VPC endpoint configuration.

  • vpceConfigurationName :: Maybe Text

    The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

  • vpceServiceName :: Maybe Text

    The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

  • arn :: Text

    The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.

Instances

Instances details
ToJSON UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

ToHeaders UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

ToPath UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

ToQuery UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

AWSRequest UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Generic UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Associated Types

type Rep UpdateVPCEConfiguration :: Type -> Type #

Read UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Show UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

NFData UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Methods

rnf :: UpdateVPCEConfiguration -> () #

Eq UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Hashable UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

type AWSResponse UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

type Rep UpdateVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

type Rep UpdateVPCEConfiguration = D1 ('MetaData "UpdateVPCEConfiguration" "Amazonka.DeviceFarm.UpdateVPCEConfiguration" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "UpdateVPCEConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "serviceDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpceConfigurationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vpceConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpceServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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

Instances details
Generic UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Associated Types

type Rep UpdateVPCEConfigurationResponse :: Type -> Type #

Read UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Show UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

NFData UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

Eq UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

type Rep UpdateVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.UpdateVPCEConfiguration

type Rep UpdateVPCEConfigurationResponse = D1 ('MetaData "UpdateVPCEConfigurationResponse" "Amazonka.DeviceFarm.UpdateVPCEConfiguration" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "UpdateVPCEConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCEConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.