amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.ListNotifications

Description

List lens notifications.

Synopsis

Creating a Request

data ListNotifications Source #

See: newListNotifications smart constructor.

Constructors

ListNotifications' 

Fields

Instances

Instances details
ToJSON ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.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

AWSRequest ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type AWSResponse ListNotifications #

Generic ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type Rep ListNotifications :: Type -> Type #

Read ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Show ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

NFData ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Methods

rnf :: ListNotifications -> () #

Eq ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Hashable ListNotifications Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

type AWSResponse 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" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "ListNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:maxResults:ListNotifications', listNotifications_maxResults - The maximum number of results to return for this request.

ListNotifications, listNotifications_nextToken - Undocumented member.

ListNotifications, listNotifications_workloadId - Undocumented member.

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
Generic ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Associated Types

type Rep ListNotificationsResponse :: Type -> Type #

Read ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Show ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

NFData ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListNotifications

Eq 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" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "ListNotificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notificationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotificationSummary])) :*: 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:

ListNotifications, listNotificationsResponse_nextToken - Undocumented member.

$sel:notificationSummaries:ListNotificationsResponse', listNotificationsResponse_notificationSummaries - List of lens notification summaries in a workload.

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

Response Lenses