amazonka-kafkaconnect-2.0: Amazon Managed Streaming for Kafka Connect 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.KafkaConnect.CreateCustomPlugin

Description

Creates a custom plugin using the specified properties.

Synopsis

Creating a Request

data CreateCustomPlugin Source #

See: newCreateCustomPlugin smart constructor.

Constructors

CreateCustomPlugin' 

Fields

Instances

Instances details
ToJSON CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

ToHeaders CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

ToPath CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

ToQuery CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

AWSRequest CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type AWSResponse CreateCustomPlugin #

Generic CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type Rep CreateCustomPlugin :: Type -> Type #

Read CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Show CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

NFData CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Methods

rnf :: CreateCustomPlugin -> () #

Eq CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Hashable CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type AWSResponse CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type Rep CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type Rep CreateCustomPlugin = D1 ('MetaData "CreateCustomPlugin" "Amazonka.KafkaConnect.CreateCustomPlugin" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "CreateCustomPlugin'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomPluginContentType)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomPluginLocation) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateCustomPlugin Source #

Create a value of CreateCustomPlugin 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:

CreateCustomPlugin, createCustomPlugin_description - A summary description of the custom plugin.

CreateCustomPlugin, createCustomPlugin_contentType - The type of the plugin file.

CreateCustomPlugin, createCustomPlugin_location - Information about the location of a custom plugin.

CreateCustomPlugin, createCustomPlugin_name - The name of the custom plugin.

Request Lenses

createCustomPlugin_description :: Lens' CreateCustomPlugin (Maybe Text) Source #

A summary description of the custom plugin.

createCustomPlugin_location :: Lens' CreateCustomPlugin CustomPluginLocation Source #

Information about the location of a custom plugin.

createCustomPlugin_name :: Lens' CreateCustomPlugin Text Source #

The name of the custom plugin.

Destructuring the Response

data CreateCustomPluginResponse Source #

See: newCreateCustomPluginResponse smart constructor.

Constructors

CreateCustomPluginResponse' 

Fields

Instances

Instances details
Generic CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type Rep CreateCustomPluginResponse :: Type -> Type #

Read CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Show CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

NFData CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Eq CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type Rep CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type Rep CreateCustomPluginResponse = D1 ('MetaData "CreateCustomPluginResponse" "Amazonka.KafkaConnect.CreateCustomPlugin" "amazonka-kafkaconnect-2.0-4ed6DFGevt995RzDsMjJqs" 'False) (C1 ('MetaCons "CreateCustomPluginResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customPluginArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customPluginState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomPluginState))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateCustomPluginResponse Source #

Create a value of CreateCustomPluginResponse 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:

CreateCustomPluginResponse, createCustomPluginResponse_customPluginArn - The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.

CreateCustomPluginResponse, createCustomPluginResponse_customPluginState - The state of the custom plugin.

CreateCustomPlugin, createCustomPluginResponse_name - The name of the custom plugin.

CreateCustomPluginResponse, createCustomPluginResponse_revision - The revision of the custom plugin.

$sel:httpStatus:CreateCustomPluginResponse', createCustomPluginResponse_httpStatus - The response's http status code.

Response Lenses

createCustomPluginResponse_customPluginArn :: Lens' CreateCustomPluginResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.