libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts
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.SSMContacts.ListPagesByEngagement

Description

Lists the engagements to contact channels that occurred by engaging a contact.

This operation returns paginated results.

Synopsis

Creating a Request

data ListPagesByEngagement Source #

See: newListPagesByEngagement smart constructor.

Constructors

ListPagesByEngagement' 

Fields

Instances

Instances details
Eq ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Read ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Show ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Generic ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Associated Types

type Rep ListPagesByEngagement :: Type -> Type #

NFData ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Methods

rnf :: ListPagesByEngagement -> () #

Hashable ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

ToJSON ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

AWSPager ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

AWSRequest ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Associated Types

type AWSResponse ListPagesByEngagement #

ToHeaders ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

ToPath ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

ToQuery ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

type Rep ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

type Rep ListPagesByEngagement = D1 ('MetaData "ListPagesByEngagement" "Amazonka.SSMContacts.ListPagesByEngagement" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "ListPagesByEngagement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "engagementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPagesByEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

newListPagesByEngagement Source #

Create a value of ListPagesByEngagement 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:ListPagesByEngagement', listPagesByEngagement_nextToken - The pagination token to continue to the next page of results.

$sel:maxResults:ListPagesByEngagement', listPagesByEngagement_maxResults - The maximum number of engagements to contact channels to list per page of results.

$sel:engagementId:ListPagesByEngagement', listPagesByEngagement_engagementId - The Amazon Resource Name (ARN) of the engagement.

Request Lenses

listPagesByEngagement_nextToken :: Lens' ListPagesByEngagement (Maybe Text) Source #

The pagination token to continue to the next page of results.

listPagesByEngagement_maxResults :: Lens' ListPagesByEngagement (Maybe Natural) Source #

The maximum number of engagements to contact channels to list per page of results.

listPagesByEngagement_engagementId :: Lens' ListPagesByEngagement Text Source #

The Amazon Resource Name (ARN) of the engagement.

Destructuring the Response

data ListPagesByEngagementResponse Source #

See: newListPagesByEngagementResponse smart constructor.

Constructors

ListPagesByEngagementResponse' 

Fields

Instances

Instances details
Eq ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Read ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Show ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Generic ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

Associated Types

type Rep ListPagesByEngagementResponse :: Type -> Type #

NFData ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

type Rep ListPagesByEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.ListPagesByEngagement

type Rep ListPagesByEngagementResponse = D1 ('MetaData "ListPagesByEngagementResponse" "Amazonka.SSMContacts.ListPagesByEngagement" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "ListPagesByEngagementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Page]))))

newListPagesByEngagementResponse Source #

Create a value of ListPagesByEngagementResponse 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:ListPagesByEngagement', listPagesByEngagementResponse_nextToken - The pagination token to continue to the next page of results.

$sel:httpStatus:ListPagesByEngagementResponse', listPagesByEngagementResponse_httpStatus - The response's http status code.

$sel:pages:ListPagesByEngagementResponse', listPagesByEngagementResponse_pages - The list of engagements to contact channels.

Response Lenses

listPagesByEngagementResponse_nextToken :: Lens' ListPagesByEngagementResponse (Maybe Text) Source #

The pagination token to continue to the next page of results.

listPagesByEngagementResponse_pages :: Lens' ListPagesByEngagementResponse [Page] Source #

The list of engagements to contact channels.