amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.UpdatePricingPlan

Description

Update the pricing plan.

Synopsis

Creating a Request

data UpdatePricingPlan Source #

See: newUpdatePricingPlan smart constructor.

Constructors

UpdatePricingPlan' 

Fields

Instances

Instances details
ToJSON UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToHeaders UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToPath UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

ToQuery UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

AWSRequest UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type AWSResponse UpdatePricingPlan #

Generic UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlan :: Type -> Type #

Read UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Show UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

NFData UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Methods

rnf :: UpdatePricingPlan -> () #

Eq UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Hashable UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type AWSResponse UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlan = D1 ('MetaData "UpdatePricingPlan" "Amazonka.IotTwinMaker.UpdatePricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdatePricingPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundleNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "pricingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingMode)))

newUpdatePricingPlan Source #

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

UpdatePricingPlan, updatePricingPlan_bundleNames - The bundle names.

UpdatePricingPlan, updatePricingPlan_pricingMode - The pricing mode.

Request Lenses

Destructuring the Response

data UpdatePricingPlanResponse Source #

See: newUpdatePricingPlanResponse smart constructor.

Constructors

UpdatePricingPlanResponse' 

Fields

Instances

Instances details
Generic UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlanResponse :: Type -> Type #

Read UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Show UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

NFData UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

Eq UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.IotTwinMaker.UpdatePricingPlan

type Rep UpdatePricingPlanResponse = D1 ('MetaData "UpdatePricingPlanResponse" "Amazonka.IotTwinMaker.UpdatePricingPlan" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "UpdatePricingPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PricingPlan)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "currentPricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingPlan))))

newUpdatePricingPlanResponse Source #

Create a value of UpdatePricingPlanResponse 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:pendingPricingPlan:UpdatePricingPlanResponse', updatePricingPlanResponse_pendingPricingPlan - Update the pending pricing plan.

$sel:httpStatus:UpdatePricingPlanResponse', updatePricingPlanResponse_httpStatus - The response's http status code.

$sel:currentPricingPlan:UpdatePricingPlanResponse', updatePricingPlanResponse_currentPricingPlan - Update the current pricing plan.

Response Lenses