amazonka-connect-2.0: Amazon Connect Service 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.Connect.ListContactFlows

Description

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

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

For more information about flows, see 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

  • contactFlowTypes :: Maybe [ContactFlowType]

    The type of flow.

  • maxResults :: Maybe Natural

    The maximum number of results to return per page. The default MaxResult size is 100.

  • nextToken :: Maybe Text

    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.

  • instanceId :: Text

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

Instances

Instances details
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

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 #

Generic ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Associated Types

type Rep ListContactFlows :: Type -> Type #

Read ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Show ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

NFData ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Methods

rnf :: ListContactFlows -> () #

Eq ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Hashable ListContactFlows Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

type AWSResponse 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "ListContactFlows'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contactFlowTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContactFlowType])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

$sel:maxResults:ListContactFlows', listContactFlows_maxResults - The maximum number of results to return per page. The default MaxResult size is 100.

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.

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

Request Lenses

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

The maximum number of results to return per page. The default MaxResult size is 100.

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

Defined in Amazonka.Connect.ListContactFlows

Associated Types

type Rep ListContactFlowsResponse :: Type -> Type #

Read ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Show ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

NFData ListContactFlowsResponse Source # 
Instance details

Defined in Amazonka.Connect.ListContactFlows

Eq 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" '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 flows.

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.