amazonka-appflow-2.0: Amazon Appflow 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.AppFlow.ListConnectors

Description

Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.

Synopsis

Creating a Request

data ListConnectors Source #

See: newListConnectors smart constructor.

Constructors

ListConnectors' 

Fields

  • maxResults :: Maybe Natural

    Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

  • nextToken :: Maybe Text

    The pagination token for the next page of data.

Instances

Instances details
ToJSON ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

ToHeaders ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

ToPath ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

ToQuery ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

AWSRequest ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Associated Types

type AWSResponse ListConnectors #

Generic ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Associated Types

type Rep ListConnectors :: Type -> Type #

Read ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Show ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

NFData ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Methods

rnf :: ListConnectors -> () #

Eq ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Hashable ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

type AWSResponse ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

type Rep ListConnectors Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

type Rep ListConnectors = D1 ('MetaData "ListConnectors" "Amazonka.AppFlow.ListConnectors" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ListConnectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListConnectors :: ListConnectors Source #

Create a value of ListConnectors 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:ListConnectors', listConnectors_maxResults - Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

ListConnectors, listConnectors_nextToken - The pagination token for the next page of data.

Request Lenses

listConnectors_maxResults :: Lens' ListConnectors (Maybe Natural) Source #

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

listConnectors_nextToken :: Lens' ListConnectors (Maybe Text) Source #

The pagination token for the next page of data.

Destructuring the Response

data ListConnectorsResponse Source #

See: newListConnectorsResponse smart constructor.

Constructors

ListConnectorsResponse' 

Fields

Instances

Instances details
Generic ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Associated Types

type Rep ListConnectorsResponse :: Type -> Type #

Read ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Show ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

NFData ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

Methods

rnf :: ListConnectorsResponse -> () #

Eq ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

type Rep ListConnectorsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListConnectors

type Rep ListConnectorsResponse = D1 ('MetaData "ListConnectorsResponse" "Amazonka.AppFlow.ListConnectors" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ListConnectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConnectorDetail])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConnectorsResponse Source #

Create a value of ListConnectorsResponse 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:connectors:ListConnectorsResponse', listConnectorsResponse_connectors - Contains information about the connectors supported by Amazon AppFlow.

ListConnectors, listConnectorsResponse_nextToken - The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.

$sel:httpStatus:ListConnectorsResponse', listConnectorsResponse_httpStatus - The response's http status code.

Response Lenses

listConnectorsResponse_connectors :: Lens' ListConnectorsResponse (Maybe [ConnectorDetail]) Source #

Contains information about the connectors supported by Amazon AppFlow.

listConnectorsResponse_nextToken :: Lens' ListConnectorsResponse (Maybe Text) Source #

The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.