| Class | Description | 
|---|---|
| ApacheKafkaCluster | 
 
 The details of the Apache Kafka cluster to which the connector is connected. 
 | 
| ApacheKafkaClusterDescription | 
 
 The description of the Apache Kafka cluster to which the connector is connected. 
 | 
| AutoScaling | 
 
 Specifies how the connector scales. 
 | 
| AutoScalingDescription | 
 
 Information about the auto scaling parameters for the connector. 
 | 
| AutoScalingUpdate | 
 
 The updates to the auto scaling parameters for the connector. 
 | 
| Capacity | 
 
 Information about the capacity of the connector, whether it is auto scaled or provisioned. 
 | 
| CapacityDescription | 
 
 A description of the connector's capacity. 
 | 
| CapacityUpdate | 
 
 The target capacity for the connector. 
 | 
| CloudWatchLogsLogDelivery | 
 
 The settings for delivering connector logs to Amazon CloudWatch Logs. 
 | 
| CloudWatchLogsLogDeliveryDescription | 
 
 A description of the log delivery settings. 
 | 
| ConnectorSummary | 
 
 Summary of a connector. 
 | 
| CreateConnectorRequest | |
| CreateConnectorResult | |
| CreateCustomPluginRequest | |
| CreateCustomPluginResult | |
| CreateWorkerConfigurationRequest | |
| CreateWorkerConfigurationResult | |
| CustomPlugin | 
 
 A plugin is an Amazon Web Services resource that contains the code that defines a connector's logic. 
 | 
| CustomPluginDescription | 
 
 Details about a custom plugin. 
 | 
| CustomPluginFileDescription | 
 
 Details about a custom plugin file. 
 | 
| CustomPluginLocation | 
 
 Information about the location of a custom plugin. 
 | 
| CustomPluginLocationDescription | 
 
 Information about the location of a custom plugin. 
 | 
| CustomPluginRevisionSummary | 
 
 Details about the revision of a custom plugin. 
 | 
| CustomPluginSummary | 
 
 A summary of the custom plugin. 
 | 
| DeleteConnectorRequest | |
| DeleteConnectorResult | |
| DeleteCustomPluginRequest | |
| DeleteCustomPluginResult | |
| DeleteWorkerConfigurationRequest | |
| DeleteWorkerConfigurationResult | |
| DescribeConnectorRequest | |
| DescribeConnectorResult | |
| DescribeCustomPluginRequest | |
| DescribeCustomPluginResult | |
| DescribeWorkerConfigurationRequest | |
| DescribeWorkerConfigurationResult | |
| FirehoseLogDelivery | 
 
 The settings for delivering logs to Amazon Kinesis Data Firehose. 
 | 
| FirehoseLogDeliveryDescription | 
 
 A description of the settings for delivering logs to Amazon Kinesis Data Firehose. 
 | 
| KafkaCluster | 
 
 The details of the Apache Kafka cluster to which the connector is connected. 
 | 
| KafkaClusterClientAuthentication | 
 
 The client authentication information used in order to authenticate with the Apache Kafka cluster. 
 | 
| KafkaClusterClientAuthenticationDescription | 
 
 The client authentication information used in order to authenticate with the Apache Kafka cluster. 
 | 
| KafkaClusterDescription | 
 
 Details of how to connect to the Apache Kafka cluster. 
 | 
| KafkaClusterEncryptionInTransit | 
 
 Details of encryption in transit to the Apache Kafka cluster. 
 | 
| KafkaClusterEncryptionInTransitDescription | 
 
 The description of the encryption in transit to the Apache Kafka cluster. 
 | 
| ListConnectorsRequest | |
| ListConnectorsResult | |
| ListCustomPluginsRequest | |
| ListCustomPluginsResult | |
| ListTagsForResourceRequest | |
| ListTagsForResourceResult | |
| ListWorkerConfigurationsRequest | |
| ListWorkerConfigurationsResult | |
| LogDelivery | 
 
 Details about log delivery. 
 | 
| LogDeliveryDescription | 
 
 The description of the log delivery settings. 
 | 
| Plugin | 
 
 A plugin is an Amazon Web Services resource that contains the code that defines your connector logic. 
 | 
| PluginDescription | 
 
 The description of the plugin. 
 | 
| ProvisionedCapacity | 
 
 Details about a connector's provisioned capacity. 
 | 
| ProvisionedCapacityDescription | 
 
 The description of a connector's provisioned capacity. 
 | 
| ProvisionedCapacityUpdate | 
 
 An update to a connector's fixed capacity. 
 | 
| S3Location | 
 
 The location of an object in Amazon S3. 
 | 
| S3LocationDescription | 
 
 The description of the location of an object in Amazon S3. 
 | 
| S3LogDelivery | 
 
 Details about delivering logs to Amazon S3. 
 | 
| S3LogDeliveryDescription | 
 
 The description of the details about delivering logs to Amazon S3. 
 | 
| ScaleInPolicy | 
 
 The scale-in policy for the connector. 
 | 
| ScaleInPolicyDescription | 
 
 The description of the scale-in policy for the connector. 
 | 
| ScaleInPolicyUpdate | 
 
 An update to the connector's scale-in policy. 
 | 
| ScaleOutPolicy | 
 
 The scale-out policy for the connector. 
 | 
| ScaleOutPolicyDescription | 
 
 The description of the scale-out policy for the connector. 
 | 
| ScaleOutPolicyUpdate | 
 
 An update to the connector's scale-out policy. 
 | 
| StateDescription | 
 
 Details about the state of a resource. 
 | 
| TagResourceRequest | |
| TagResourceResult | |
| UntagResourceRequest | |
| UntagResourceResult | |
| UpdateConnectorRequest | |
| UpdateConnectorResult | |
| Vpc | 
 
 Information about the VPC in which the connector resides. 
 | 
| VpcDescription | 
 
 The description of the VPC in which the connector resides. 
 | 
| WorkerConfiguration | 
 
 The configuration of the workers, which are the processes that run the connector logic. 
 | 
| WorkerConfigurationDescription | 
 
 The description of the worker configuration. 
 | 
| WorkerConfigurationRevisionDescription | 
 
 The description of the worker configuration revision. 
 | 
| WorkerConfigurationRevisionSummary | 
 
 The summary of a worker configuration revision. 
 | 
| WorkerConfigurationSummary | 
 
 The summary of a worker configuration. 
 | 
| WorkerLogDelivery | 
 
 Workers can send worker logs to different destination types. 
 | 
| WorkerLogDeliveryDescription | 
 
 Workers can send worker logs to different destination types. 
 | 
| Enum | Description | 
|---|---|
| ConnectorState | |
| CustomPluginContentType | |
| CustomPluginState | |
| KafkaClusterClientAuthenticationType | |
| KafkaClusterEncryptionInTransitType | |
| WorkerConfigurationState | 
| Exception | Description | 
|---|---|
| AWSKafkaConnectException | 
 Base exception for all service exceptions thrown by Managed Streaming for Kafka Connect 
 | 
| BadRequestException | 
 
 HTTP Status Code 400: Bad request due to incorrect input. 
 | 
| ConflictException | 
 
 HTTP Status Code 409: Conflict. 
 | 
| ForbiddenException | 
 
 HTTP Status Code 403: Access forbidden. 
 | 
| InternalServerErrorException | 
 
 HTTP Status Code 500: Unexpected internal server error. 
 | 
| NotFoundException | 
 
 HTTP Status Code 404: Resource not found due to incorrect input. 
 | 
| ServiceUnavailableException | 
 
 HTTP Status Code 503: Service Unavailable. 
 | 
| TooManyRequestsException | 
 
 HTTP Status Code 429: Limit exceeded. 
 | 
| UnauthorizedException | 
 
 HTTP Status Code 401: Unauthorized request. 
 |