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

Description

Get an existing workload.

Synopsis

Creating a Request

data GetWorkload Source #

Input to get a workload.

See: newGetWorkload smart constructor.

Constructors

GetWorkload' 

Fields

Instances

Instances details
ToHeaders GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Methods

toHeaders :: GetWorkload -> [Header] #

ToPath GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

ToQuery GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

AWSRequest GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Associated Types

type AWSResponse GetWorkload #

Generic GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Associated Types

type Rep GetWorkload :: Type -> Type #

Read GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Show GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

NFData GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Methods

rnf :: GetWorkload -> () #

Eq GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Hashable GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

type AWSResponse GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

type Rep GetWorkload Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

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

newGetWorkload Source #

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

GetWorkload, getWorkload_workloadId - Undocumented member.

Request Lenses

Destructuring the Response

data GetWorkloadResponse Source #

Output of a get workload call.

See: newGetWorkloadResponse smart constructor.

Constructors

GetWorkloadResponse' 

Fields

Instances

Instances details
Generic GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Associated Types

type Rep GetWorkloadResponse :: Type -> Type #

Read GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Show GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

NFData GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

Methods

rnf :: GetWorkloadResponse -> () #

Eq GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

type Rep GetWorkloadResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.GetWorkload

type Rep GetWorkloadResponse = D1 ('MetaData "GetWorkloadResponse" "Amazonka.WellArchitected.GetWorkload" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "GetWorkloadResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Workload)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWorkloadResponse Source #

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

GetWorkloadResponse, getWorkloadResponse_workload - Undocumented member.

$sel:httpStatus:GetWorkloadResponse', getWorkloadResponse_httpStatus - The response's http status code.

Response Lenses