libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.ListNotifications

Description

List lens 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.WellArchitected.ListNotifications

Read ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Show ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Generic ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type Rep ListNotifications :: Type -> Type #

NFData ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Methods

rnf :: ListNotifications -> () #

Hashable ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

ToJSON ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

AWSRequest ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type AWSResponse ListNotifications #

ToHeaders ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

ToPath ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

ToQuery ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

type Rep ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

type Rep ListNotifications = D1 ('MetaData "ListNotifications" "Amazonka.WellArchitected.ListNotifications" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workloadId") '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.WellArchitected.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 - Undocumented member.

$sel:workloadId:ListNotifications', listNotifications_workloadId - Undocumented member.

$sel:maxResults:ListNotifications', listNotifications_maxResults - The maximum number of results to return for this request.

Request Lenses

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

The maximum number of results to return for this request.

Destructuring the Response

data ListNotificationsResponse Source #

See: newListNotificationsResponse smart constructor.

Constructors

ListNotificationsResponse' 

Fields

Instances

Instances details
Eq ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Read ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Show ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Generic ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type Rep ListNotificationsResponse :: Type -> Type #

NFData ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

type Rep ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

type Rep ListNotificationsResponse = D1 ('MetaData "ListNotificationsResponse" "Amazonka.WellArchitected.ListNotifications" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListNotificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotificationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:notificationSummaries:ListNotificationsResponse', listNotificationsResponse_notificationSummaries - List of lens notification summaries in a workload.

$sel:nextToken:ListNotifications', listNotificationsResponse_nextToken - Undocumented member.

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

Response Lenses