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.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
Eq CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Read CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Show CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Generic CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type Rep CreateCustomPlugin :: Type -> Type #

NFData CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Methods

rnf :: CreateCustomPlugin -> () #

Hashable CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

ToJSON CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

AWSRequest CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type AWSResponse 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

type Rep CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

type Rep CreateCustomPlugin = D1 ('MetaData "CreateCustomPlugin" "Amazonka.KafkaConnect.CreateCustomPlugin" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" '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))))
type AWSResponse CreateCustomPlugin Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

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:

$sel:description:CreateCustomPlugin', createCustomPlugin_description - A summary description of the custom plugin.

$sel:contentType:CreateCustomPlugin', createCustomPlugin_contentType - The type of the plugin file.

$sel:location:CreateCustomPlugin', createCustomPlugin_location - Information about the location of a custom plugin.

$sel:name: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
Eq CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Read CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Show CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Generic CreateCustomPluginResponse Source # 
Instance details

Defined in Amazonka.KafkaConnect.CreateCustomPlugin

Associated Types

type Rep CreateCustomPluginResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "CreateCustomPluginResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customPluginArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "customPluginState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomPluginState)) :*: (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:

$sel:name:CreateCustomPlugin', createCustomPluginResponse_name - The name of the custom plugin.

$sel:customPluginArn:CreateCustomPluginResponse', createCustomPluginResponse_customPluginArn - The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.

$sel:customPluginState:CreateCustomPluginResponse', createCustomPluginResponse_customPluginState - The state of the custom plugin.

$sel:revision: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.