libZSservicesZSamazonka-configZSamazonka-config
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.Config.Types.PendingAggregationRequest

Description

 
Synopsis

Documentation

data PendingAggregationRequest Source #

An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.

See: newPendingAggregationRequest smart constructor.

Constructors

PendingAggregationRequest' 

Fields

Instances

Instances details
Eq PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Read PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Show PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Generic PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Associated Types

type Rep PendingAggregationRequest :: Type -> Type #

NFData PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

Hashable PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

FromJSON PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

type Rep PendingAggregationRequest Source # 
Instance details

Defined in Amazonka.Config.Types.PendingAggregationRequest

type Rep PendingAggregationRequest = D1 ('MetaData "PendingAggregationRequest" "Amazonka.Config.Types.PendingAggregationRequest" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "PendingAggregationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requesterAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPendingAggregationRequest :: PendingAggregationRequest Source #

Create a value of PendingAggregationRequest 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:requesterAccountId:PendingAggregationRequest', pendingAggregationRequest_requesterAccountId - The 12-digit account ID of the account requesting to aggregate data.

$sel:requesterAwsRegion:PendingAggregationRequest', pendingAggregationRequest_requesterAwsRegion - The region requesting to aggregate data.

pendingAggregationRequest_requesterAccountId :: Lens' PendingAggregationRequest (Maybe Text) Source #

The 12-digit account ID of the account requesting to aggregate data.