amazonka-groundstation-2.0: Amazon Ground Station 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.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
ToJSON ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.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

AWSRequest ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type AWSResponse ReserveContact #

Generic ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Associated Types

type Rep ReserveContact :: Type -> Type #

Read ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Show ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

NFData ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Methods

rnf :: ReserveContact -> () #

Eq ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

Hashable ReserveContact Source # 
Instance details

Defined in Amazonka.GroundStation.ReserveContact

type AWSResponse 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" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" '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)))))

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:

ReserveContact, reserveContact_tags - Tags assigned to a contact.

ReserveContact, reserveContact_endTime - End time of a contact in UTC.

ReserveContact, reserveContact_groundStation - Name of a ground station.

ReserveContact, reserveContact_missionProfileArn - ARN of a mission profile.

ReserveContact, reserveContact_satelliteArn - ARN of a satellite

ReserveContact, reserveContact_startTime - Start time of a contact in UTC.

Request Lenses

reserveContact_endTime :: Lens' ReserveContact UTCTime Source #

End time of a contact in UTC.

reserveContact_startTime :: Lens' ReserveContact UTCTime Source #

Start time of a contact in UTC.

Destructuring the Response

data ContactIdResponse Source #

See: newContactIdResponse smart constructor.

Constructors

ContactIdResponse' 

Fields

Instances

Instances details
FromJSON 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 #

Read ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Show ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

NFData ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Methods

rnf :: ContactIdResponse -> () #

Eq ContactIdResponse Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ContactIdResponse

Hashable 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" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" '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