libZSservicesZSamazonka-groundstationZSamazonka-groundstation
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.GroundStation.CancelContact

Description

Cancels a contact with a specified contact ID.

Synopsis

Creating a Request

data CancelContact Source #

See: newCancelContact smart constructor.

Constructors

CancelContact' 

Fields

Instances

Instances details
Eq CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Read CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Show CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Generic CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Associated Types

type Rep CancelContact :: Type -> Type #

NFData CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Methods

rnf :: CancelContact -> () #

Hashable CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

AWSRequest CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

Associated Types

type AWSResponse CancelContact #

ToHeaders CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

ToPath CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

ToQuery CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

type Rep CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

type Rep CancelContact = D1 ('MetaData "CancelContact" "Amazonka.GroundStation.CancelContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "CancelContact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelContact Source # 
Instance details

Defined in Amazonka.GroundStation.CancelContact

newCancelContact Source #

Create a value of CancelContact 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:contactId:CancelContact', cancelContact_contactId - UUID of a contact.

Request Lenses

Destructuring the Response

data ContactIdResponse Source #

See: newContactIdResponse smart constructor.

Constructors

ContactIdResponse' 

Fields

Instances

Instances details
Eq ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Read ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Show ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Generic ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Associated Types

type Rep ContactIdResponse :: Type -> Type #

NFData ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Methods

rnf :: ContactIdResponse -> () #

Hashable ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

FromJSON ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

type Rep ContactIdResponse = D1 ('MetaData "ContactIdResponse" "Amazonka.GroundStation.Types.ContactIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ContactIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newContactIdResponse :: ContactIdResponse Source #

Create a value of ContactIdResponse 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:contactId:ContactIdResponse', contactIdResponse_contactId - UUID of a contact.

Response Lenses