Module Awso_kafkaconnect.ValuesSource

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 ]
Sourcemodule S3LocationDescription : sig ... end

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

Sourcemodule ScaleInPolicyDescription : sig ... end

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

Sourcemodule ScaleOutPolicyDescription : sig ... end

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

Sourcemodule VpcDescription : sig ... end

The description of the VPC in which the connector resides.

A description of the log delivery settings.

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

Sourcemodule S3LogDeliveryDescription : sig ... end

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

Sourcemodule CustomPluginDescription : sig ... end

Details about a custom plugin.

Sourcemodule CustomPluginContentType : sig ... end

Details about a custom plugin file.

Information about the location of a custom plugin.

Sourcemodule AutoScalingDescription : sig ... end

Information about the auto scaling parameters for the connector.

The description of a connector's provisioned capacity.

The description 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.

Sourcemodule PluginDescription : sig ... end

The description of the plugin.

Sourcemodule ScaleInPolicyUpdate : sig ... end

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

Sourcemodule ScaleOutPolicyUpdate : sig ... end

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

The summary of a worker configuration revision.

Sourcemodule WorkerConfigurationState : sig ... end

Details about the revision of a custom plugin.

Sourcemodule CustomPluginState : sig ... end
Sourcemodule CapacityDescription : sig ... end

A description of the connector's capacity.

Sourcemodule ConnectorState : sig ... end

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

Sourcemodule KafkaClusterDescription : sig ... end

Details of how to connect to the Apache Kafka cluster.

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

Sourcemodule LogDeliveryDescription : sig ... end

The description of the log delivery settings.

Sourcemodule NetworkType : sig ... end

The description of the worker configuration.

Sourcemodule ConnectorOperationState : sig ... end
Sourcemodule ConnectorOperationType : sig ... end
Sourcemodule ScaleInPolicy : sig ... end

The scale-in policy for the connector.

Sourcemodule ScaleOutPolicy : sig ... end

The scale-out policy for the connector.

Sourcemodule Vpc : sig ... end

Information about the VPC in which the connector resides.

Sourcemodule CloudWatchLogsLogDelivery : sig ... end

The settings for delivering connector logs to Amazon CloudWatch Logs.

Sourcemodule FirehoseLogDelivery : sig ... end

The settings for delivering logs to Amazon Kinesis Data Firehose.

Sourcemodule S3LogDelivery : sig ... end

Details about delivering logs to Amazon S3.

Sourcemodule CustomPlugin : sig ... end

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

Sourcemodule AutoScalingUpdate : sig ... end

The updates to the auto scaling parameters for the connector.

Sourcemodule ProvisionedCapacityUpdate : sig ... end

An update to a connector's fixed capacity.

Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end

The summary of a worker configuration.

Sourcemodule CustomPluginSummary : sig ... end

A summary of the custom plugin.

Sourcemodule ConnectorSummary : sig ... end

Summary of a connector.

Sourcemodule ConnectorOperationSummary : sig ... end

Summary of a connector operation.

Sourcemodule ConnectorOperationStep : sig ... end

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

Sourcemodule S3Location : sig ... end

The location of an object in Amazon S3.

Sourcemodule AutoScaling : sig ... end

Specifies how the connector scales.

Sourcemodule ProvisionedCapacity : sig ... end

Details about a connector's provisioned capacity.

Sourcemodule ApacheKafkaCluster : sig ... end

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

Sourcemodule WorkerLogDelivery : sig ... end

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

Sourcemodule Plugin : sig ... end

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

Sourcemodule BadRequestException : sig ... end

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

Sourcemodule ForbiddenException : sig ... end

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.

Sourcemodule NotFoundException : sig ... end

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.

Sourcemodule TooManyRequestsException : sig ... end

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

Sourcemodule UnauthorizedException : sig ... end

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

Sourcemodule CapacityUpdate : sig ... end

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

Sourcemodule TagKeyList : sig ... end
Sourcemodule ConflictException : sig ... end

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

Sourcemodule Tags : sig ... end
Sourcemodule MaxResults : sig ... end

The description of the worker configuration revision.

Sourcemodule StateDescription : sig ... end

Details about the state of a resource.

Sourcemodule ConnectorConfiguration : sig ... end
Sourcemodule WorkerSetting : sig ... end

Details about worker setting of a connector

Sourcemodule CustomPluginLocation : sig ... end

Information about the location of a custom plugin.

Sourcemodule Capacity : sig ... end

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

Sourcemodule KafkaCluster : sig ... end

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

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

Details of encryption in transit to the Apache Kafka cluster.

Sourcemodule LogDelivery : sig ... end

Details about log delivery.

Sourcemodule WorkerConfiguration : sig ... end

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

Sourcemodule UpdateConnectorResponse : sig ... end

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

Sourcemodule UpdateConnectorRequest : sig ... end

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

Sourcemodule UntagResourceResponse : sig ... end

Removes tags from the specified resource.

Sourcemodule UntagResourceRequest : sig ... end

Removes tags from the specified resource.

Sourcemodule TagResourceResponse : sig ... end

Attaches tags to the specified resource.

Sourcemodule TagResourceRequest : sig ... end

Attaches tags to the specified resource.

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.

Sourcemodule ListCustomPluginsResponse : sig ... end

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

Sourcemodule ListCustomPluginsRequest : sig ... end

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

Sourcemodule ListConnectorsResponse : sig ... end

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.

Sourcemodule ListConnectorsRequest : sig ... end

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

Returns information about a worker configuration.

Returns information about a worker configuration.

A summary description of the custom plugin.

A summary description of the custom plugin.

Sourcemodule DescribeConnectorResponse : sig ... end

Returns summary information about the connector.

Sourcemodule DescribeConnectorRequest : sig ... end

Returns summary information about the connector.

Returns information about the specified connector's operations.

Returns information about the specified connector's operations.

Deletes the specified worker configuration.

Deletes the specified worker configuration.

Deletes a custom plugin.

Sourcemodule DeleteCustomPluginRequest : sig ... end

Deletes a custom plugin.

Sourcemodule DeleteConnectorResponse : sig ... end

Deletes the specified connector.

Sourcemodule DeleteConnectorRequest : sig ... end

Deletes the specified connector.

Creates a worker configuration using the specified properties.

Creates a worker configuration using the specified properties.

Creates a custom plugin using the specified properties.

Sourcemodule CreateCustomPluginRequest : sig ... end

Creates a custom plugin using the specified properties.

Sourcemodule CreateConnectorResponse : sig ... end

Creates a connector using the specified properties.

Sourcemodule CreateConnectorRequest : sig ... end

Creates a connector using the specified properties.