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

Description

Retrieves information about the Amazon Inspector delegated administrator for your organization.

Synopsis

Creating a Request

data GetDelegatedAdminAccount Source #

See: newGetDelegatedAdminAccount smart constructor.

Instances

Instances details
ToJSON GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

ToHeaders GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

ToPath GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

ToQuery GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

AWSRequest GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Generic GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Associated Types

type Rep GetDelegatedAdminAccount :: Type -> Type #

Read GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Show GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

NFData GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Eq GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Hashable GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

type AWSResponse GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

type Rep GetDelegatedAdminAccount Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

type Rep GetDelegatedAdminAccount = D1 ('MetaData "GetDelegatedAdminAccount" "Amazonka.Inspector2.GetDelegatedAdminAccount" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "GetDelegatedAdminAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetDelegatedAdminAccount :: GetDelegatedAdminAccount Source #

Create a value of GetDelegatedAdminAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetDelegatedAdminAccountResponse Source #

See: newGetDelegatedAdminAccountResponse smart constructor.

Constructors

GetDelegatedAdminAccountResponse' 

Fields

Instances

Instances details
Generic GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Associated Types

type Rep GetDelegatedAdminAccountResponse :: Type -> Type #

Read GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Show GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

NFData GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

Eq GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

type Rep GetDelegatedAdminAccountResponse Source # 
Instance details

Defined in Amazonka.Inspector2.GetDelegatedAdminAccount

type Rep GetDelegatedAdminAccountResponse = D1 ('MetaData "GetDelegatedAdminAccountResponse" "Amazonka.Inspector2.GetDelegatedAdminAccount" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "GetDelegatedAdminAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegatedAdmin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DelegatedAdmin)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDelegatedAdminAccountResponse Source #

Create a value of GetDelegatedAdminAccountResponse 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:delegatedAdmin:GetDelegatedAdminAccountResponse', getDelegatedAdminAccountResponse_delegatedAdmin - The Amazon Web Services account ID of the Amazon Inspector delegated administrator.

$sel:httpStatus:GetDelegatedAdminAccountResponse', getDelegatedAdminAccountResponse_httpStatus - The response's http status code.

Response Lenses

getDelegatedAdminAccountResponse_delegatedAdmin :: Lens' GetDelegatedAdminAccountResponse (Maybe DelegatedAdmin) Source #

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