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

Description

Lists the partner accounts associated with your AWS account.

Synopsis

Creating a Request

data ListPartnerAccounts Source #

See: newListPartnerAccounts smart constructor.

Constructors

ListPartnerAccounts' 

Fields

  • nextToken :: Maybe Text

    To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return in this operation.

Instances

Instances details
Eq ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Read ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Show ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Generic ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Associated Types

type Rep ListPartnerAccounts :: Type -> Type #

NFData ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Methods

rnf :: ListPartnerAccounts -> () #

Hashable ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

AWSRequest ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Associated Types

type AWSResponse ListPartnerAccounts #

ToHeaders ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

ToPath ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

ToQuery ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

type Rep ListPartnerAccounts Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

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

Defined in Amazonka.IoTWireless.ListPartnerAccounts

newListPartnerAccounts :: ListPartnerAccounts Source #

Create a value of ListPartnerAccounts 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:nextToken:ListPartnerAccounts', listPartnerAccounts_nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

$sel:maxResults:ListPartnerAccounts', listPartnerAccounts_maxResults - The maximum number of results to return in this operation.

Request Lenses

listPartnerAccounts_nextToken :: Lens' ListPartnerAccounts (Maybe Text) Source #

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

listPartnerAccounts_maxResults :: Lens' ListPartnerAccounts (Maybe Natural) Source #

The maximum number of results to return in this operation.

Destructuring the Response

data ListPartnerAccountsResponse Source #

See: newListPartnerAccountsResponse smart constructor.

Constructors

ListPartnerAccountsResponse' 

Fields

Instances

Instances details
Eq ListPartnerAccountsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Show ListPartnerAccountsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Generic ListPartnerAccountsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

Associated Types

type Rep ListPartnerAccountsResponse :: Type -> Type #

NFData ListPartnerAccountsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

type Rep ListPartnerAccountsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListPartnerAccounts

type Rep ListPartnerAccountsResponse = D1 ('MetaData "ListPartnerAccountsResponse" "Amazonka.IoTWireless.ListPartnerAccounts" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "ListPartnerAccountsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sidewalk") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SidewalkAccountInfoWithFingerprint])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPartnerAccountsResponse Source #

Create a value of ListPartnerAccountsResponse 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:sidewalk:ListPartnerAccountsResponse', listPartnerAccountsResponse_sidewalk - The Sidewalk account credentials.

$sel:nextToken:ListPartnerAccounts', listPartnerAccountsResponse_nextToken - The token to use to get the next set of results, or null if there are no additional results.

$sel:httpStatus:ListPartnerAccountsResponse', listPartnerAccountsResponse_httpStatus - The response's http status code.

Response Lenses

listPartnerAccountsResponse_nextToken :: Lens' ListPartnerAccountsResponse (Maybe Text) Source #

The token to use to get the next set of results, or null if there are no additional results.