amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.GetMilestone

Description

Get a milestone for an existing workload.

Synopsis

Creating a Request

data GetMilestone Source #

Input to get a milestone.

See: newGetMilestone smart constructor.

Instances

Instances details
ToHeaders GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

ToPath GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

ToQuery GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

AWSRequest GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type AWSResponse GetMilestone #

Generic GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type Rep GetMilestone :: Type -> Type #

Read GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Show GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

NFData GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Methods

rnf :: GetMilestone -> () #

Eq GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Hashable GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type AWSResponse GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestone = D1 ('MetaData "GetMilestone" "Amazonka.WellArchitected.GetMilestone" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "GetMilestone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "milestoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newGetMilestone Source #

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

GetMilestone, getMilestone_workloadId - Undocumented member.

GetMilestone, getMilestone_milestoneNumber - Undocumented member.

Request Lenses

Destructuring the Response

data GetMilestoneResponse Source #

Output of a get milestone call.

See: newGetMilestoneResponse smart constructor.

Constructors

GetMilestoneResponse' 

Fields

Instances

Instances details
Generic GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type Rep GetMilestoneResponse :: Type -> Type #

Read GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Show GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

NFData GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Methods

rnf :: GetMilestoneResponse -> () #

Eq GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestoneResponse = D1 ('MetaData "GetMilestoneResponse" "Amazonka.WellArchitected.GetMilestone" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "GetMilestoneResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "milestone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Milestone)) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetMilestoneResponse Source #

Create a value of GetMilestoneResponse 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:milestone:GetMilestoneResponse', getMilestoneResponse_milestone - Undocumented member.

GetMilestone, getMilestoneResponse_workloadId - Undocumented member.

$sel:httpStatus:GetMilestoneResponse', getMilestoneResponse_httpStatus - The response's http status code.

Response Lenses