libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Description

Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.

Synopsis

Creating a Request

data DisassociateAwsAccountFromPartnerAccount Source #

Constructors

DisassociateAwsAccountFromPartnerAccount' 

Fields

Instances

Instances details
Eq DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Read DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Show DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Generic DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

NFData DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Hashable DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

AWSRequest DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

ToHeaders DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

ToPath DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

ToQuery DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

type Rep DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

type Rep DisassociateAwsAccountFromPartnerAccount = D1 ('MetaData "DisassociateAwsAccountFromPartnerAccount" "Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DisassociateAwsAccountFromPartnerAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partnerAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "partnerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PartnerType)))
type AWSResponse DisassociateAwsAccountFromPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Request Lenses

Destructuring the Response

data DisassociateAwsAccountFromPartnerAccountResponse Source #

Constructors

DisassociateAwsAccountFromPartnerAccountResponse' 

Fields

Instances

Instances details
Eq DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Read DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Show DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

Generic DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

NFData DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

type Rep DisassociateAwsAccountFromPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount

type Rep DisassociateAwsAccountFromPartnerAccountResponse = D1 ('MetaData "DisassociateAwsAccountFromPartnerAccountResponse" "Amazonka.IoTWireless.DisassociateAwsAccountFromPartnerAccount" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DisassociateAwsAccountFromPartnerAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateAwsAccountFromPartnerAccountResponse Source #

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

Response Lenses