amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.DeleteConnection

Description

Deletes the specified connection in your global network.

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.NetworkManager.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.NetworkManager.DeleteConnection" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: 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:

DeleteConnection, deleteConnection_globalNetworkId - The ID of the global network.

DeleteConnection, deleteConnection_connectionId - The ID of the connection.

Request Lenses

Destructuring the Response

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Constructors

DeleteConnectionResponse' 

Fields

Instances

Instances details
Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.NetworkManager.DeleteConnection" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse 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:connection:DeleteConnectionResponse', deleteConnectionResponse_connection - Information about the connection.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

Response Lenses