amazonka-billingconductor-2.0: Amazon BillingConductor 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.BillingConductor.UpdatePricingPlan

Description

This updates an existing 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.BillingConductor.UpdatePricingPlan

ToHeaders UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

ToPath UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

ToQuery UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

AWSRequest UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Associated Types

type AWSResponse UpdatePricingPlan #

Generic UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlan :: Type -> Type #

Show UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

NFData UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Methods

rnf :: UpdatePricingPlan -> () #

Eq UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Hashable UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

type AWSResponse UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

type Rep UpdatePricingPlan Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

type Rep UpdatePricingPlan = D1 ('MetaData "UpdatePricingPlan" "Amazonka.BillingConductor.UpdatePricingPlan" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "UpdatePricingPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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_description - The description of the pricing plan.

UpdatePricingPlan, updatePricingPlan_name - The name of the pricing plan. The name must be unique to each pricing plan.

UpdatePricingPlan, updatePricingPlan_arn - The Amazon Resource Name (ARN) of the pricing plan that you're updating.

Request Lenses

updatePricingPlan_description :: Lens' UpdatePricingPlan (Maybe Text) Source #

The description of the pricing plan.

updatePricingPlan_name :: Lens' UpdatePricingPlan (Maybe Text) Source #

The name of the pricing plan. The name must be unique to each pricing plan.

updatePricingPlan_arn :: Lens' UpdatePricingPlan Text Source #

The Amazon Resource Name (ARN) of the pricing plan that you're updating.

Destructuring the Response

data UpdatePricingPlanResponse Source #

See: newUpdatePricingPlanResponse smart constructor.

Constructors

UpdatePricingPlanResponse' 

Fields

Instances

Instances details
Generic UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Associated Types

type Rep UpdatePricingPlanResponse :: Type -> Type #

Show UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

NFData UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

Eq UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

type Rep UpdatePricingPlanResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.UpdatePricingPlan

type Rep UpdatePricingPlanResponse = D1 ('MetaData "UpdatePricingPlanResponse" "Amazonka.BillingConductor.UpdatePricingPlan" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "UpdatePricingPlanResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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:

UpdatePricingPlan, updatePricingPlanResponse_arn - The Amazon Resource Name (ARN) of the updated pricing plan.

UpdatePricingPlan, updatePricingPlanResponse_description - The new description for the pricing rule.

UpdatePricingPlanResponse, updatePricingPlanResponse_lastModifiedTime - The most recent time when the pricing plan was modified.

UpdatePricingPlan, updatePricingPlanResponse_name - The name of the pricing plan. The name must be unique to each pricing plan.

UpdatePricingPlanResponse, updatePricingPlanResponse_size - The pricing rules count that's currently associated with this pricing plan list.

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

Response Lenses

updatePricingPlanResponse_arn :: Lens' UpdatePricingPlanResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the updated pricing plan.

updatePricingPlanResponse_lastModifiedTime :: Lens' UpdatePricingPlanResponse (Maybe Integer) Source #

The most recent time when the pricing plan was modified.

updatePricingPlanResponse_name :: Lens' UpdatePricingPlanResponse (Maybe Text) Source #

The name of the pricing plan. The name must be unique to each pricing plan.

updatePricingPlanResponse_size :: Lens' UpdatePricingPlanResponse (Maybe Natural) Source #

The pricing rules count that's currently associated with this pricing plan list.