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

Description

Reserves a contact using specified parameters.

Synopsis

Creating a Request

data ReserveContact Source #

See: newReserveContact smart constructor.

Constructors

ReserveContact' 

Fields

Instances

Instances details
Eq ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Read ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Show ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Generic ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type Rep ReserveContact :: Type -> Type #

NFData ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Methods

rnf :: ReserveContact -> () #

Hashable ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToJSON ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

AWSRequest ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type AWSResponse ReserveContact #

ToHeaders ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToPath ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

ToQuery ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

type Rep ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

type Rep ReserveContact = D1 ('MetaData "ReserveContact" "Amazonka.GroundStation.ReserveContact" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ReserveContact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "groundStation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "satelliteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))
type AWSResponse ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

newReserveContact Source #

Create a value of ReserveContact 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:tags:ReserveContact', reserveContact_tags - Tags assigned to a contact.

$sel:endTime:ReserveContact', reserveContact_endTime - End time of a contact.

$sel:groundStation:ReserveContact', reserveContact_groundStation - Name of a ground station.

$sel:missionProfileArn:ReserveContact', reserveContact_missionProfileArn - ARN of a mission profile.

$sel:satelliteArn:ReserveContact', reserveContact_satelliteArn - ARN of a satellite

$sel:startTime:ReserveContact', reserveContact_startTime - Start time 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