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.RejectAttachment

Description

Rejects a core network attachment request.

Synopsis

Creating a Request

data RejectAttachment Source #

See: newRejectAttachment smart constructor.

Constructors

RejectAttachment' 

Fields

Instances

Instances details
ToJSON RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

ToHeaders RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

ToPath RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

ToQuery RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

AWSRequest RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Associated Types

type AWSResponse RejectAttachment #

Generic RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Associated Types

type Rep RejectAttachment :: Type -> Type #

Read RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Show RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

NFData RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Methods

rnf :: RejectAttachment -> () #

Eq RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Hashable RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

type AWSResponse RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

type Rep RejectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

type Rep RejectAttachment = D1 ('MetaData "RejectAttachment" "Amazonka.NetworkManager.RejectAttachment" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "RejectAttachment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRejectAttachment Source #

Create a value of RejectAttachment 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:

RejectAttachment, rejectAttachment_attachmentId - The ID of the attachment.

Request Lenses

Destructuring the Response

data RejectAttachmentResponse Source #

See: newRejectAttachmentResponse smart constructor.

Constructors

RejectAttachmentResponse' 

Fields

Instances

Instances details
Generic RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Associated Types

type Rep RejectAttachmentResponse :: Type -> Type #

Read RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Show RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

NFData RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

Eq RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

type Rep RejectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.RejectAttachment

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

newRejectAttachmentResponse Source #

Create a value of RejectAttachmentResponse 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:

RejectAttachmentResponse, rejectAttachmentResponse_attachment - Describes the rejected attachment request.

$sel:httpStatus:RejectAttachmentResponse', rejectAttachmentResponse_httpStatus - The response's http status code.

Response Lenses