Module Awso_kafkaconnect_asyncSource

include module type of struct include Awso_kafkaconnect.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

The description of the location of an object in Amazon S3.

The description of the scale-in policy for the connector.

The description of the scale-out policy for the connector.

The description of the VPC in which the connector resides.

Sourcemodule CloudWatchLogsLogDeliveryDescription = Awso_kafkaconnect.Values.CloudWatchLogsLogDeliveryDescription

A description of the log delivery settings.

A description of the settings for delivering logs to Amazon Kinesis Data Firehose.

The description of the details about delivering logs to Amazon S3.

Details about a custom plugin.

Details about a custom plugin file.

Information about the location of a custom plugin.

Information about the auto scaling parameters for the connector.

The description of a connector's provisioned capacity.

Sourcemodule KafkaClusterClientAuthenticationType = Awso_kafkaconnect.Values.KafkaClusterClientAuthenticationType

The description of the Apache Kafka cluster to which the connector is connected.

Sourcemodule KafkaClusterEncryptionInTransitType = Awso_kafkaconnect.Values.KafkaClusterEncryptionInTransitType

Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.

The description of the plugin.

An update to the connector's scale-in policy.

An update to the connector's scale-out policy.

Sourcemodule WorkerConfigurationRevisionSummary = Awso_kafkaconnect.Values.WorkerConfigurationRevisionSummary

The summary of a worker configuration revision.

Details about the revision of a custom plugin.

A description of the connector's capacity.

Sourcemodule KafkaClusterClientAuthenticationDescription = Awso_kafkaconnect.Values.KafkaClusterClientAuthenticationDescription

The client authentication information used in order to authenticate with the Apache Kafka cluster.

Details of how to connect to the Apache Kafka cluster.

Sourcemodule KafkaClusterEncryptionInTransitDescription = Awso_kafkaconnect.Values.KafkaClusterEncryptionInTransitDescription

The description of the encryption in transit to the Apache Kafka cluster.

The description of the log delivery settings.

The description of the worker configuration.

The scale-in policy for the connector.

The scale-out policy for the connector.

Information about the VPC in which the connector resides.

The settings for delivering connector logs to Amazon CloudWatch Logs.

The settings for delivering logs to Amazon Kinesis Data Firehose.

Details about delivering logs to Amazon S3.

A plugin is an Amazon Web Services resource that contains the code that defines a connector's logic.

The updates to the auto scaling parameters for the connector.

An update to a connector's fixed capacity.

The summary of a worker configuration.

A summary of the custom plugin.

Summary of a connector.

Summary of a connector operation.

Details of a step that is involved in a connector's operation.

The location of an object in Amazon S3.

Specifies how the connector scales.

Details about a connector's provisioned capacity.

The details of the Apache Kafka cluster to which the connector is connected.

Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.

A plugin is an Amazon Web Services resource that contains the code that defines your connector logic.

HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.

HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.

HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.

HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.

HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.

HTTP Status Code 429: Limit exceeded. Resource limit reached.

HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.

The target capacity for the connector. The capacity can be auto scaled or provisioned.

HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.

Sourcemodule WorkerConfigurationRevisionDescription = Awso_kafkaconnect.Values.WorkerConfigurationRevisionDescription

The description of the worker configuration revision.

Details about the state of a resource.

Details about worker setting of a connector

Information about the location of a custom plugin.

Information about the capacity of the connector, whether it is auto scaled or provisioned.

The details of the Apache Kafka cluster to which the connector is connected.

Sourcemodule KafkaClusterClientAuthentication = Awso_kafkaconnect.Values.KafkaClusterClientAuthentication

The client authentication information used in order to authenticate with the Apache Kafka cluster.

Details of encryption in transit to the Apache Kafka cluster.

Details about log delivery.

The configuration of the workers, which are the processes that run the connector logic.

Updates the specified connector. For request body, specify only one parameter: either capacity or connectorConfiguration.

Updates the specified connector. For request body, specify only one parameter: either capacity or connectorConfiguration.

Removes tags from the specified resource.

Removes tags from the specified resource.

Attaches tags to the specified resource.

Attaches tags to the specified resource.

Sourcemodule ListWorkerConfigurationsResponse = Awso_kafkaconnect.Values.ListWorkerConfigurationsResponse

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

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

Lists all the tags attached to the specified resource.

Lists all the tags attached to the specified resource.

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

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

Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.

Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.

Lists information about a connector's operation(s).

Lists information about a connector's operation(s).

Sourcemodule DescribeWorkerConfigurationResponse = Awso_kafkaconnect.Values.DescribeWorkerConfigurationResponse

Returns information about a worker configuration.

Sourcemodule DescribeWorkerConfigurationRequest = Awso_kafkaconnect.Values.DescribeWorkerConfigurationRequest

Returns information about a worker configuration.

A summary description of the custom plugin.

A summary description of the custom plugin.

Returns summary information about the connector.

Returns summary information about the connector.

Sourcemodule DescribeConnectorOperationResponse = Awso_kafkaconnect.Values.DescribeConnectorOperationResponse

Returns information about the specified connector's operations.

Sourcemodule DescribeConnectorOperationRequest = Awso_kafkaconnect.Values.DescribeConnectorOperationRequest

Returns information about the specified connector's operations.

Sourcemodule DeleteWorkerConfigurationResponse = Awso_kafkaconnect.Values.DeleteWorkerConfigurationResponse

Deletes the specified worker configuration.

Sourcemodule DeleteWorkerConfigurationRequest = Awso_kafkaconnect.Values.DeleteWorkerConfigurationRequest

Deletes the specified worker configuration.

Deletes a custom plugin.

Deletes a custom plugin.

Deletes the specified connector.

Deletes the specified connector.

Sourcemodule CreateWorkerConfigurationResponse = Awso_kafkaconnect.Values.CreateWorkerConfigurationResponse

Creates a worker configuration using the specified properties.

Sourcemodule CreateWorkerConfigurationRequest = Awso_kafkaconnect.Values.CreateWorkerConfigurationRequest

Creates a worker configuration using the specified properties.

Creates a custom plugin using the specified properties.

Creates a custom plugin using the specified properties.

Creates a connector using the specified properties.

Creates a connector using the specified properties.

Sourcemodule Cli : sig ... end