amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.DelegatedAdminAccount

Description

 
Synopsis

Documentation

data DelegatedAdminAccount Source #

Details of the Amazon Inspector delegated administrator for your organization.

See: newDelegatedAdminAccount smart constructor.

Constructors

DelegatedAdminAccount' 

Fields

Instances

Instances details
FromJSON DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

Generic DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

Associated Types

type Rep DelegatedAdminAccount :: Type -> Type #

Read DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

Show DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

NFData DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

Methods

rnf :: DelegatedAdminAccount -> () #

Eq DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

Hashable DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

type Rep DelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DelegatedAdminAccount

type Rep DelegatedAdminAccount = D1 ('MetaData "DelegatedAdminAccount" "Amazonka.Inspector2.Types.DelegatedAdminAccount" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "DelegatedAdminAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DelegatedAdminStatus))))

newDelegatedAdminAccount :: DelegatedAdminAccount Source #

Create a value of DelegatedAdminAccount 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:accountId:DelegatedAdminAccount', delegatedAdminAccount_accountId - The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.

$sel:status:DelegatedAdminAccount', delegatedAdminAccount_status - The status of the Amazon Inspector delegated administrator.

delegatedAdminAccount_accountId :: Lens' DelegatedAdminAccount (Maybe Text) Source #

The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.

delegatedAdminAccount_status :: Lens' DelegatedAdminAccount (Maybe DelegatedAdminStatus) Source #

The status of the Amazon Inspector delegated administrator.