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

Description

Returns a list of all of the custom plugins in this account and Region.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCustomPlugins Source #

See: newListCustomPlugins smart constructor.

Constructors

ListCustomPlugins' 

Fields

  • nextToken :: Maybe Text

    If the response of a ListCustomPlugins 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 custom plugins to list in one response.

Instances

Instances details
Eq ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Read ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Show ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Generic ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Associated Types

type Rep ListCustomPlugins :: Type -> Type #

NFData ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Methods

rnf :: ListCustomPlugins -> () #

Hashable ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

AWSPager ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

AWSRequest ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Associated Types

type AWSResponse ListCustomPlugins #

ToHeaders ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

ToPath ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

ToQuery ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

type Rep ListCustomPlugins Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

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

Defined in Amazonka.KafkaConnect.ListCustomPlugins

newListCustomPlugins :: ListCustomPlugins Source #

Create a value of ListCustomPlugins 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:ListCustomPlugins', listCustomPlugins_nextToken - If the response of a ListCustomPlugins 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:ListCustomPlugins', listCustomPlugins_maxResults - The maximum number of custom plugins to list in one response.

Request Lenses

listCustomPlugins_nextToken :: Lens' ListCustomPlugins (Maybe Text) Source #

If the response of a ListCustomPlugins 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.

listCustomPlugins_maxResults :: Lens' ListCustomPlugins (Maybe Natural) Source #

The maximum number of custom plugins to list in one response.

Destructuring the Response

data ListCustomPluginsResponse Source #

See: newListCustomPluginsResponse smart constructor.

Constructors

ListCustomPluginsResponse' 

Fields

  • customPlugins :: Maybe [CustomPluginSummary]

    An array of custom plugin descriptions.

  • nextToken :: Maybe Text

    If the response of a ListCustomPlugins 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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Read ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Show ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Generic ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

Associated Types

type Rep ListCustomPluginsResponse :: Type -> Type #

NFData ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

type Rep ListCustomPluginsResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.ListCustomPlugins

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

newListCustomPluginsResponse Source #

Create a value of ListCustomPluginsResponse 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:customPlugins:ListCustomPluginsResponse', listCustomPluginsResponse_customPlugins - An array of custom plugin descriptions.

$sel:nextToken:ListCustomPlugins', listCustomPluginsResponse_nextToken - If the response of a ListCustomPlugins 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:ListCustomPluginsResponse', listCustomPluginsResponse_httpStatus - The response's http status code.

Response Lenses

listCustomPluginsResponse_nextToken :: Lens' ListCustomPluginsResponse (Maybe Text) Source #

If the response of a ListCustomPlugins 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.