amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.UpdatePartnerAccount

Description

Updates properties of a partner account.

Synopsis

Creating a Request

data UpdatePartnerAccount Source #

See: newUpdatePartnerAccount smart constructor.

Constructors

UpdatePartnerAccount' 

Fields

Instances

Instances details
ToJSON UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

ToHeaders UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

ToPath UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

ToQuery UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

AWSRequest UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Associated Types

type AWSResponse UpdatePartnerAccount #

Generic UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Associated Types

type Rep UpdatePartnerAccount :: Type -> Type #

Show UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

NFData UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Methods

rnf :: UpdatePartnerAccount -> () #

Eq UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Hashable UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

type AWSResponse UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

type Rep UpdatePartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

type Rep UpdatePartnerAccount = D1 ('MetaData "UpdatePartnerAccount" "Amazonka.IoTWireless.UpdatePartnerAccount" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdatePartnerAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sidewalk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SidewalkUpdateAccount) :*: (S1 ('MetaSel ('Just "partnerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "partnerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PartnerType))))

newUpdatePartnerAccount Source #

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

UpdatePartnerAccount, updatePartnerAccount_sidewalk - The Sidewalk account credentials.

$sel:partnerAccountId:UpdatePartnerAccount', updatePartnerAccount_partnerAccountId - The ID of the partner account to update.

UpdatePartnerAccount, updatePartnerAccount_partnerType - The partner type.

Request Lenses

Destructuring the Response

data UpdatePartnerAccountResponse Source #

See: newUpdatePartnerAccountResponse smart constructor.

Constructors

UpdatePartnerAccountResponse' 

Fields

Instances

Instances details
Generic UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Associated Types

type Rep UpdatePartnerAccountResponse :: Type -> Type #

Read UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Show UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

NFData UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

Eq UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

type Rep UpdatePartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdatePartnerAccount

type Rep UpdatePartnerAccountResponse = D1 ('MetaData "UpdatePartnerAccountResponse" "Amazonka.IoTWireless.UpdatePartnerAccount" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "UpdatePartnerAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePartnerAccountResponse Source #

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

Response Lenses