libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.ListContactFlows

Description

Provides information about the contact flows for the specified Amazon Connect instance.

You can also create and update contact flows using the Amazon Connect Flow language.

For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.

This operation returns paginated results.

Synopsis

Creating a Request

data ListContactFlows Source #

See: newListContactFlows smart constructor.

Constructors

ListContactFlows' 

Fields

Instances

Instances details
Eq ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Read ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Show ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Generic ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Associated Types

type Rep ListContactFlows :: Type -> Type #

NFData ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Methods

rnf :: ListContactFlows -> () #

Hashable ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

AWSPager ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

AWSRequest ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Associated Types

type AWSResponse ListContactFlows #

ToHeaders ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

ToPath ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

ToQuery ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

type Rep ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

type Rep ListContactFlows = D1 ('MetaData "ListContactFlows" "Amazonka.Connect.ListContactFlows" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "ListContactFlows'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contactFlowTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContactFlowType])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

newListContactFlows Source #

Create a value of ListContactFlows 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:contactFlowTypes:ListContactFlows', listContactFlows_contactFlowTypes - The type of contact flow.

$sel:nextToken:ListContactFlows', listContactFlows_nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

$sel:maxResults:ListContactFlows', listContactFlows_maxResults - The maximum number of results to return per page.

$sel:instanceId:ListContactFlows', listContactFlows_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Request Lenses

listContactFlows_nextToken :: Lens' ListContactFlows (Maybe Text) Source #

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

listContactFlows_maxResults :: Lens' ListContactFlows (Maybe Natural) Source #

The maximum number of results to return per page.

listContactFlows_instanceId :: Lens' ListContactFlows Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data ListContactFlowsResponse Source #

See: newListContactFlowsResponse smart constructor.

Constructors

ListContactFlowsResponse' 

Fields

Instances

Instances details
Eq ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Read ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Show ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Generic ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Associated Types

type Rep ListContactFlowsResponse :: Type -> Type #

NFData ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

type Rep ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

type Rep ListContactFlowsResponse = D1 ('MetaData "ListContactFlowsResponse" "Amazonka.Connect.ListContactFlows" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "ListContactFlowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactFlowSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContactFlowSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListContactFlowsResponse Source #

Create a value of ListContactFlowsResponse 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:contactFlowSummaryList:ListContactFlowsResponse', listContactFlowsResponse_contactFlowSummaryList - Information about the contact flows.

$sel:nextToken:ListContactFlows', listContactFlowsResponse_nextToken - If there are additional results, this is the token for the next set of results.

$sel:httpStatus:ListContactFlowsResponse', listContactFlowsResponse_httpStatus - The response's http status code.

Response Lenses

listContactFlowsResponse_nextToken :: Lens' ListContactFlowsResponse (Maybe Text) Source #

If there are additional results, this is the token for the next set of results.