libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.GetDelegations

Description

Returns a list of delegations from an audit owner to a delegate.

Synopsis

Creating a Request

data GetDelegations Source #

See: newGetDelegations smart constructor.

Constructors

GetDelegations' 

Fields

Instances

Instances details
Eq GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Read GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Generic GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegations :: Type -> Type #

NFData GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegations -> () #

Hashable GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

AWSRequest GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type AWSResponse GetDelegations #

ToHeaders GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

ToPath GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

ToQuery GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

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

Defined in Amazonka.AuditManager.GetDelegations

newGetDelegations :: GetDelegations Source #

Create a value of GetDelegations 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:GetDelegations', getDelegations_nextToken - The pagination token used to fetch the next set of results.

$sel:maxResults:GetDelegations', getDelegations_maxResults - Represents the maximum number of results per page, or per API request call.

Request Lenses

getDelegations_nextToken :: Lens' GetDelegations (Maybe Text) Source #

The pagination token used to fetch the next set of results.

getDelegations_maxResults :: Lens' GetDelegations (Maybe Natural) Source #

Represents the maximum number of results per page, or per API request call.

Destructuring the Response

data GetDelegationsResponse Source #

See: newGetDelegationsResponse smart constructor.

Constructors

GetDelegationsResponse' 

Fields

Instances

Instances details
Eq GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Read GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Generic GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegationsResponse :: Type -> Type #

NFData GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegationsResponse -> () #

type Rep GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegationsResponse = D1 ('MetaData "GetDelegationsResponse" "Amazonka.AuditManager.GetDelegations" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetDelegationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DelegationMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDelegationsResponse Source #

Create a value of GetDelegationsResponse 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:delegations:GetDelegationsResponse', getDelegationsResponse_delegations - The list of delegations returned by the GetDelegations API.

$sel:nextToken:GetDelegations', getDelegationsResponse_nextToken - The pagination token used to fetch the next set of results.

$sel:httpStatus:GetDelegationsResponse', getDelegationsResponse_httpStatus - The response's http status code.

Response Lenses

getDelegationsResponse_delegations :: Lens' GetDelegationsResponse (Maybe [DelegationMetadata]) Source #

The list of delegations returned by the GetDelegations API.

getDelegationsResponse_nextToken :: Lens' GetDelegationsResponse (Maybe Text) Source #

The pagination token used to fetch the next set of results.