libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect
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.KafkaConnect.ListWorkerConfigurations

Description

Returns a list of all of the worker configurations in this account and Region.

This operation returns paginated results.

Synopsis

Creating a Request

data ListWorkerConfigurations Source #

See: newListWorkerConfigurations smart constructor.

Constructors

ListWorkerConfigurations' 

Fields

  • nextToken :: Maybe Text

    If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

  • maxResults :: Maybe Natural

    The maximum number of worker configurations to list in one response.

Instances

Instances details
Eq ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Read ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Show ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Generic ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Associated Types

type Rep ListWorkerConfigurations :: Type -> Type #

NFData ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Hashable ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

AWSPager ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

AWSRequest ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

ToHeaders ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

ToPath ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

ToQuery ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

type Rep ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

type Rep ListWorkerConfigurations = D1 ('MetaData "ListWorkerConfigurations" "Amazonka.KafkaConnect.ListWorkerConfigurations" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "ListWorkerConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListWorkerConfigurations Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

newListWorkerConfigurations :: ListWorkerConfigurations Source #

Create a value of ListWorkerConfigurations 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:ListWorkerConfigurations', listWorkerConfigurations_nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

$sel:maxResults:ListWorkerConfigurations', listWorkerConfigurations_maxResults - The maximum number of worker configurations to list in one response.

Request Lenses

listWorkerConfigurations_nextToken :: Lens' ListWorkerConfigurations (Maybe Text) Source #

If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

listWorkerConfigurations_maxResults :: Lens' ListWorkerConfigurations (Maybe Natural) Source #

The maximum number of worker configurations to list in one response.

Destructuring the Response

data ListWorkerConfigurationsResponse Source #

See: newListWorkerConfigurationsResponse smart constructor.

Constructors

ListWorkerConfigurationsResponse' 

Fields

Instances

Instances details
Eq ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Read ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Show ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Generic ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

Associated Types

type Rep ListWorkerConfigurationsResponse :: Type -> Type #

NFData ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

type Rep ListWorkerConfigurationsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListWorkerConfigurations

type Rep ListWorkerConfigurationsResponse = D1 ('MetaData "ListWorkerConfigurationsResponse" "Amazonka.KafkaConnect.ListWorkerConfigurations" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "ListWorkerConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workerConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkerConfigurationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorkerConfigurationsResponse Source #

Create a value of ListWorkerConfigurationsResponse 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:workerConfigurations:ListWorkerConfigurationsResponse', listWorkerConfigurationsResponse_workerConfigurations - An array of worker configuration descriptions.

$sel:nextToken:ListWorkerConfigurations', listWorkerConfigurationsResponse_nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

$sel:httpStatus:ListWorkerConfigurationsResponse', listWorkerConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

listWorkerConfigurationsResponse_nextToken :: Lens' ListWorkerConfigurationsResponse (Maybe Text) Source #

If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.