libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.DeleteDBProxyEndpoint

Description

Deletes a DBProxyEndpoint. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.

Synopsis

Creating a Request

data DeleteDBProxyEndpoint Source #

See: newDeleteDBProxyEndpoint smart constructor.

Constructors

DeleteDBProxyEndpoint' 

Fields

Instances

Instances details
Eq DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Read DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Show DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Generic DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type Rep DeleteDBProxyEndpoint :: Type -> Type #

NFData DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Methods

rnf :: DeleteDBProxyEndpoint -> () #

Hashable DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

AWSRequest DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type AWSResponse DeleteDBProxyEndpoint #

ToHeaders DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

ToPath DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

ToQuery DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpoint = D1 ('MetaData "DeleteDBProxyEndpoint" "Amazonka.RDS.DeleteDBProxyEndpoint" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteDBProxyEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDBProxyEndpoint Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

newDeleteDBProxyEndpoint Source #

Create a value of DeleteDBProxyEndpoint 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:dbProxyEndpointName:DeleteDBProxyEndpoint', deleteDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy endpoint to delete.

Request Lenses

deleteDBProxyEndpoint_dbProxyEndpointName :: Lens' DeleteDBProxyEndpoint Text Source #

The name of the DB proxy endpoint to delete.

Destructuring the Response

data DeleteDBProxyEndpointResponse Source #

See: newDeleteDBProxyEndpointResponse smart constructor.

Constructors

DeleteDBProxyEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Read DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Show DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Generic DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

Associated Types

type Rep DeleteDBProxyEndpointResponse :: Type -> Type #

NFData DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpointResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteDBProxyEndpoint

type Rep DeleteDBProxyEndpointResponse = D1 ('MetaData "DeleteDBProxyEndpointResponse" "Amazonka.RDS.DeleteDBProxyEndpoint" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteDBProxyEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDBProxyEndpointResponse Source #

Create a value of DeleteDBProxyEndpointResponse 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:dbProxyEndpoint:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_dbProxyEndpoint - The data structure representing the details of the DB proxy endpoint that you delete.

$sel:httpStatus:DeleteDBProxyEndpointResponse', deleteDBProxyEndpointResponse_httpStatus - The response's http status code.

Response Lenses

deleteDBProxyEndpointResponse_dbProxyEndpoint :: Lens' DeleteDBProxyEndpointResponse (Maybe DBProxyEndpoint) Source #

The data structure representing the details of the DB proxy endpoint that you delete.