libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.StartCostEstimation

Description

Starts the creation of an estimate of the monthly cost to analyze your AWS resources.

Synopsis

Creating a Request

data StartCostEstimation Source #

See: newStartCostEstimation smart constructor.

Constructors

StartCostEstimation' 

Fields

Instances

Instances details
Eq StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Read StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Show StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Generic StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Associated Types

type Rep StartCostEstimation :: Type -> Type #

NFData StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Methods

rnf :: StartCostEstimation -> () #

Hashable StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

ToJSON StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

AWSRequest StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Associated Types

type AWSResponse StartCostEstimation #

ToHeaders StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

ToPath StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

ToQuery StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

type Rep StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

type Rep StartCostEstimation = D1 ('MetaData "StartCostEstimation" "Amazonka.DevOpsGuru.StartCostEstimation" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "StartCostEstimation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceCollection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CostEstimationResourceCollectionFilter)))
type AWSResponse StartCostEstimation Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

newStartCostEstimation Source #

Create a value of StartCostEstimation 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:clientToken:StartCostEstimation', startCostEstimation_clientToken - The idempotency token used to identify each cost estimate request.

$sel:resourceCollection:StartCostEstimation', startCostEstimation_resourceCollection - The collection of AWS resources used to create a monthly DevOps Guru cost estimate.

Request Lenses

startCostEstimation_clientToken :: Lens' StartCostEstimation (Maybe Text) Source #

The idempotency token used to identify each cost estimate request.

startCostEstimation_resourceCollection :: Lens' StartCostEstimation CostEstimationResourceCollectionFilter Source #

The collection of AWS resources used to create a monthly DevOps Guru cost estimate.

Destructuring the Response

data StartCostEstimationResponse Source #

See: newStartCostEstimationResponse smart constructor.

Constructors

StartCostEstimationResponse' 

Fields

Instances

Instances details
Eq StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Read StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Show StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Generic StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

Associated Types

type Rep StartCostEstimationResponse :: Type -> Type #

NFData StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

type Rep StartCostEstimationResponse Source # 
Instance details

Defined in Amazonka.DevOpsGuru.StartCostEstimation

type Rep StartCostEstimationResponse = D1 ('MetaData "StartCostEstimationResponse" "Amazonka.DevOpsGuru.StartCostEstimation" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "StartCostEstimationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartCostEstimationResponse Source #

Create a value of StartCostEstimationResponse 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:httpStatus:StartCostEstimationResponse', startCostEstimationResponse_httpStatus - The response's http status code.

Response Lenses