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.AssociateAwsAccountWithPartnerAccount

Description

Associates a partner account with your AWS account.

Synopsis

Creating a Request

data AssociateAwsAccountWithPartnerAccount Source #

Constructors

AssociateAwsAccountWithPartnerAccount' 

Fields

  • clientRequestToken :: Maybe Text

    Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

  • tags :: Maybe [Tag]

    The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

  • sidewalk :: SidewalkAccountInfo

    The Sidewalk account credentials.

Instances

Instances details
Eq AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

Show AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

Generic AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

NFData AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

Hashable AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

ToJSON AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

AWSRequest AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

ToHeaders AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

ToPath AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

ToQuery AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

type Rep AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

type Rep AssociateAwsAccountWithPartnerAccount = D1 ('MetaData "AssociateAwsAccountWithPartnerAccount" "Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "AssociateAwsAccountWithPartnerAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "sidewalk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SidewalkAccountInfo))))
type AWSResponse AssociateAwsAccountWithPartnerAccount Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

newAssociateAwsAccountWithPartnerAccount Source #

Create a value of AssociateAwsAccountWithPartnerAccount 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:clientRequestToken:AssociateAwsAccountWithPartnerAccount', associateAwsAccountWithPartnerAccount_clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

$sel:tags:AssociateAwsAccountWithPartnerAccount', associateAwsAccountWithPartnerAccount_tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

$sel:sidewalk:AssociateAwsAccountWithPartnerAccount', associateAwsAccountWithPartnerAccount_sidewalk - The Sidewalk account credentials.

Request Lenses

associateAwsAccountWithPartnerAccount_clientRequestToken :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe Text) Source #

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

associateAwsAccountWithPartnerAccount_tags :: Lens' AssociateAwsAccountWithPartnerAccount (Maybe [Tag]) Source #

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

Destructuring the Response

data AssociateAwsAccountWithPartnerAccountResponse Source #

Constructors

AssociateAwsAccountWithPartnerAccountResponse' 

Fields

Instances

Instances details
Eq AssociateAwsAccountWithPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

Show AssociateAwsAccountWithPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

Generic AssociateAwsAccountWithPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

NFData AssociateAwsAccountWithPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

type Rep AssociateAwsAccountWithPartnerAccountResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount

type Rep AssociateAwsAccountWithPartnerAccountResponse = D1 ('MetaData "AssociateAwsAccountWithPartnerAccountResponse" "Amazonka.IoTWireless.AssociateAwsAccountWithPartnerAccount" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "AssociateAwsAccountWithPartnerAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sidewalk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SidewalkAccountInfo)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses