libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.DeleteVPCEConfiguration

Description

Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

Synopsis

Creating a Request

data DeleteVPCEConfiguration Source #

See: newDeleteVPCEConfiguration smart constructor.

Constructors

DeleteVPCEConfiguration' 

Fields

  • arn :: Text

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

Instances

Instances details
Eq DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Read DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Show DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Generic DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Associated Types

type Rep DeleteVPCEConfiguration :: Type -> Type #

NFData DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Methods

rnf :: DeleteVPCEConfiguration -> () #

Hashable DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

ToJSON DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

AWSRequest DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

ToHeaders DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

ToPath DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

ToQuery DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfiguration = D1 ('MetaData "DeleteVPCEConfiguration" "Amazonka.DeviceFarm.DeleteVPCEConfiguration" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteVPCEConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVPCEConfiguration Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

newDeleteVPCEConfiguration Source #

Create a value of DeleteVPCEConfiguration 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:arn:DeleteVPCEConfiguration', deleteVPCEConfiguration_arn - The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.

Request Lenses

deleteVPCEConfiguration_arn :: Lens' DeleteVPCEConfiguration Text Source #

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

Destructuring the Response

data DeleteVPCEConfigurationResponse Source #

See: newDeleteVPCEConfigurationResponse smart constructor.

Constructors

DeleteVPCEConfigurationResponse' 

Fields

Instances

Instances details
Eq DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Read DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Show DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Generic DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

Associated Types

type Rep DeleteVPCEConfigurationResponse :: Type -> Type #

NFData DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfigurationResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteVPCEConfiguration

type Rep DeleteVPCEConfigurationResponse = D1 ('MetaData "DeleteVPCEConfigurationResponse" "Amazonka.DeviceFarm.DeleteVPCEConfiguration" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteVPCEConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteVPCEConfigurationResponse Source #

Create a value of DeleteVPCEConfigurationResponse 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:httpStatus:DeleteVPCEConfigurationResponse', deleteVPCEConfigurationResponse_httpStatus - The response's http status code.

Response Lenses