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

Description

Returns a list of all Audit Manager notifications.

Synopsis

Creating a Request

data ListNotifications Source #

See: newListNotifications smart constructor.

Constructors

ListNotifications' 

Fields

Instances

Instances details
Eq ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Read ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Generic ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotifications :: Type -> Type #

NFData ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Methods

rnf :: ListNotifications -> () #

Hashable ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

AWSRequest ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type AWSResponse ListNotifications #

ToHeaders ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

ToPath ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

ToQuery ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

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

Defined in Amazonka.AuditManager.ListNotifications

newListNotifications :: ListNotifications Source #

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

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

Request Lenses

listNotifications_nextToken :: Lens' ListNotifications (Maybe Text) Source #

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

listNotifications_maxResults :: Lens' ListNotifications (Maybe Natural) Source #

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

Destructuring the Response

data ListNotificationsResponse Source #

See: newListNotificationsResponse smart constructor.

Constructors

ListNotificationsResponse' 

Fields

Instances

Instances details
Eq ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Read ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Generic ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotificationsResponse :: Type -> Type #

NFData ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

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

newListNotificationsResponse Source #

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

$sel:notifications:ListNotificationsResponse', listNotificationsResponse_notifications - The returned list of notifications.

$sel:httpStatus:ListNotificationsResponse', listNotificationsResponse_httpStatus - The response's http status code.

Response Lenses

listNotificationsResponse_nextToken :: Lens' ListNotificationsResponse (Maybe Text) Source #

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