amazonka-apigatewaymanagementapi-2.0: Amazon ApiGatewayManagementApi 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.APIGatewayManagementAPI.DeleteConnection

Description

Delete the connection with the provided id.

Synopsis

Creating a Request

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Constructors

DeleteConnection' 

Fields

Instances

Instances details
ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.APIGatewayManagementAPI.DeleteConnection" "amazonka-apigatewaymanagementapi-2.0-HxSVILnkEh6Hs18CaFx2Dr" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConnection Source #

Create a value of DeleteConnection 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:connectionId:DeleteConnection', deleteConnection_connectionId - Undocumented member.

Request Lenses

Destructuring the Response

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.APIGatewayManagementAPI.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.APIGatewayManagementAPI.DeleteConnection" "amazonka-apigatewaymanagementapi-2.0-HxSVILnkEh6Hs18CaFx2Dr" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteConnectionResponse :: DeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.