amazonka-iot-2.0: Amazon IoT 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.IoT.UpdateBillingGroup

Description

Updates information about the billing group.

Requires permission to access the UpdateBillingGroup action.

Synopsis

Creating a Request

data UpdateBillingGroup Source #

See: newUpdateBillingGroup smart constructor.

Constructors

UpdateBillingGroup' 

Fields

Instances

Instances details
ToJSON UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

ToHeaders UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

ToPath UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

ToQuery UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

AWSRequest UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Associated Types

type AWSResponse UpdateBillingGroup #

Generic UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Associated Types

type Rep UpdateBillingGroup :: Type -> Type #

Read UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Show UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

NFData UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Methods

rnf :: UpdateBillingGroup -> () #

Eq UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Hashable UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

type AWSResponse UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

type Rep UpdateBillingGroup Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

type Rep UpdateBillingGroup = D1 ('MetaData "UpdateBillingGroup" "Amazonka.IoT.UpdateBillingGroup" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "UpdateBillingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expectedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "billingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "billingGroupProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BillingGroupProperties))))

newUpdateBillingGroup Source #

Create a value of UpdateBillingGroup 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:expectedVersion:UpdateBillingGroup', updateBillingGroup_expectedVersion - The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the UpdateBillingGroup request is rejected with a VersionConflictException.

$sel:billingGroupName:UpdateBillingGroup', updateBillingGroup_billingGroupName - The name of the billing group.

$sel:billingGroupProperties:UpdateBillingGroup', updateBillingGroup_billingGroupProperties - The properties of the billing group.

Request Lenses

updateBillingGroup_expectedVersion :: Lens' UpdateBillingGroup (Maybe Integer) Source #

The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the UpdateBillingGroup request is rejected with a VersionConflictException.

Destructuring the Response

data UpdateBillingGroupResponse Source #

See: newUpdateBillingGroupResponse smart constructor.

Constructors

UpdateBillingGroupResponse' 

Fields

Instances

Instances details
Generic UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Associated Types

type Rep UpdateBillingGroupResponse :: Type -> Type #

Read UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Show UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

NFData UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

Eq UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

type Rep UpdateBillingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.UpdateBillingGroup

type Rep UpdateBillingGroupResponse = D1 ('MetaData "UpdateBillingGroupResponse" "Amazonka.IoT.UpdateBillingGroup" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "UpdateBillingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateBillingGroupResponse Source #

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

UpdateBillingGroupResponse, updateBillingGroupResponse_version - The latest version of the billing group.

$sel:httpStatus:UpdateBillingGroupResponse', updateBillingGroupResponse_httpStatus - The response's http status code.

Response Lenses