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

Description

Returns a mission profile.

Synopsis

Creating a Request

data GetMissionProfile Source #

See: newGetMissionProfile smart constructor.

Constructors

GetMissionProfile' 

Fields

Instances

Instances details
ToHeaders GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

ToPath GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

ToQuery GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

AWSRequest GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type AWSResponse GetMissionProfile #

Generic GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type Rep GetMissionProfile :: Type -> Type #

Read GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Show GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

NFData GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Methods

rnf :: GetMissionProfile -> () #

Eq GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Hashable GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type AWSResponse GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfile Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfile = D1 ('MetaData "GetMissionProfile" "Amazonka.GroundStation.GetMissionProfile" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "GetMissionProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetMissionProfile Source #

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

GetMissionProfile, getMissionProfile_missionProfileId - UUID of a mission profile.

Request Lenses

Destructuring the Response

data GetMissionProfileResponse Source #

See: newGetMissionProfileResponse smart constructor.

Constructors

GetMissionProfileResponse' 

Fields

Instances

Instances details
Generic GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Associated Types

type Rep GetMissionProfileResponse :: Type -> Type #

Read GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Show GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

NFData GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

Eq GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfileResponse Source # 
Instance details

Defined in Amazonka.GroundStation.GetMissionProfile

type Rep GetMissionProfileResponse = D1 ('MetaData "GetMissionProfileResponse" "Amazonka.GroundStation.GetMissionProfile" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "GetMissionProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contactPostPassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "contactPrePassDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "dataflowEdges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonEmpty Text])) :*: (S1 ('MetaSel ('Just "minimumViableContactDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "missionProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "missionProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "trackingConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetMissionProfileResponse Source #

Create a value of GetMissionProfileResponse 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:contactPostPassDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_contactPostPassDurationSeconds - Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

$sel:contactPrePassDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_contactPrePassDurationSeconds - Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

$sel:dataflowEdges:GetMissionProfileResponse', getMissionProfileResponse_dataflowEdges - A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

$sel:minimumViableContactDurationSeconds:GetMissionProfileResponse', getMissionProfileResponse_minimumViableContactDurationSeconds - Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

GetMissionProfileResponse, getMissionProfileResponse_missionProfileArn - ARN of a mission profile.

GetMissionProfile, getMissionProfileResponse_missionProfileId - UUID of a mission profile.

GetMissionProfileResponse, getMissionProfileResponse_name - Name of a mission profile.

GetMissionProfileResponse, getMissionProfileResponse_region - Region of a mission profile.

GetMissionProfileResponse, getMissionProfileResponse_tags - Tags assigned to a mission profile.

$sel:trackingConfigArn:GetMissionProfileResponse', getMissionProfileResponse_trackingConfigArn - ARN of a tracking Config.

$sel:httpStatus:GetMissionProfileResponse', getMissionProfileResponse_httpStatus - The response's http status code.

Response Lenses

getMissionProfileResponse_contactPostPassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

getMissionProfileResponse_contactPrePassDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

getMissionProfileResponse_dataflowEdges :: Lens' GetMissionProfileResponse (Maybe [NonEmpty Text]) Source #

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

getMissionProfileResponse_minimumViableContactDurationSeconds :: Lens' GetMissionProfileResponse (Maybe Natural) Source #

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.