libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.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
Eq GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Read GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Show GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Generic GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type Rep GetMilestone :: Type -> Type #

NFData GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Methods

rnf :: GetMilestone -> () #

Hashable GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

AWSRequest GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type AWSResponse GetMilestone #

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

type Rep GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestone = D1 ('MetaData "GetMilestone" "Amazonka.WellArchitected.GetMilestone" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "GetMilestone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "milestoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))
type AWSResponse GetMilestone Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

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:

$sel:workloadId:GetMilestone', getMilestone_workloadId - Undocumented member.

$sel:milestoneNumber: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
Eq GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Read GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Show GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Generic GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Associated Types

type Rep GetMilestoneResponse :: Type -> Type #

NFData GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

Methods

rnf :: GetMilestoneResponse -> () #

type Rep GetMilestoneResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetMilestone

type Rep GetMilestoneResponse = D1 ('MetaData "GetMilestoneResponse" "Amazonka.WellArchitected.GetMilestone" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" '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.

$sel:workloadId:GetMilestone', getMilestoneResponse_workloadId - Undocumented member.

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

Response Lenses