'2.0', 'service' => '

', 'operations' => [ 'CreateConnector' => '

Creates a connector using the specified properties.

', 'CreateCustomPlugin' => '

Creates a custom plugin using the specified properties.

', 'CreateWorkerConfiguration' => '

Creates a worker configuration using the specified properties.

', 'DeleteConnector' => '

Deletes the specified connector.

', 'DeleteCustomPlugin' => '

Deletes a custom plugin.

', 'DescribeConnector' => '

Returns summary information about the connector.

', 'DescribeCustomPlugin' => '

A summary description of the custom plugin.

', 'DescribeWorkerConfiguration' => '

Returns information about a worker configuration.

', 'ListConnectors' => '

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.

', 'ListCustomPlugins' => '

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

', 'ListWorkerConfigurations' => '

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

', 'UpdateConnector' => '

Updates the specified connector.

', ], 'shapes' => [ 'ApacheKafkaCluster' => [ 'base' => '

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

', 'refs' => [ 'KafkaCluster$apacheKafkaCluster' => '

The Apache Kafka cluster to which the connector is connected.

', ], ], 'ApacheKafkaClusterDescription' => [ 'base' => '

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

', 'refs' => [ 'KafkaClusterDescription$apacheKafkaCluster' => '

The Apache Kafka cluster to which the connector is connected.

', ], ], 'AutoScaling' => [ 'base' => '

Specifies how the connector scales.

', 'refs' => [ 'Capacity$autoScaling' => '

Information about the auto scaling parameters for the connector.

', ], ], 'AutoScalingDescription' => [ 'base' => '

Information about the auto scaling parameters for the connector.

', 'refs' => [ 'CapacityDescription$autoScaling' => '

Describes the connector\'s auto scaling capacity.

', ], ], 'AutoScalingUpdate' => [ 'base' => '

The updates to the auto scaling parameters for the connector.

', 'refs' => [ 'CapacityUpdate$autoScaling' => '

The target auto scaling setting.

', ], ], 'BadRequestException' => [ 'base' => '

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

', 'refs' => [], ], 'Capacity' => [ 'base' => '

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

', 'refs' => [ 'CreateConnectorRequest$capacity' => '

Information about the capacity allocated to the connector. Exactly one of the two properties must be specified.

', ], ], 'CapacityDescription' => [ 'base' => '

A description of the connector\'s capacity.

', 'refs' => [ 'ConnectorSummary$capacity' => '

The connector\'s compute capacity settings.

', 'DescribeConnectorResponse$capacity' => '

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

', ], ], 'CapacityUpdate' => [ 'base' => '

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

', 'refs' => [ 'UpdateConnectorRequest$capacity' => '

The target capacity.

', ], ], 'CloudWatchLogsLogDelivery' => [ 'base' => '

The settings for delivering connector logs to Amazon CloudWatch Logs.

', 'refs' => [ 'WorkerLogDelivery$cloudWatchLogs' => '

Details about delivering logs to Amazon CloudWatch Logs.

', ], ], 'CloudWatchLogsLogDeliveryDescription' => [ 'base' => '

A description of the log delivery settings.

', 'refs' => [ 'WorkerLogDeliveryDescription$cloudWatchLogs' => '

Details about delivering logs to Amazon CloudWatch Logs.

', ], ], 'ConflictException' => [ 'base' => '

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

', 'refs' => [], ], 'ConnectorState' => [ 'base' => NULL, 'refs' => [ 'ConnectorSummary$connectorState' => '

The state of the connector.

', 'CreateConnectorResponse$connectorState' => '

The state of the connector.

', 'DeleteConnectorResponse$connectorState' => '

The state of the connector that you requested to delete.

', 'DescribeConnectorResponse$connectorState' => '

The state of the connector.

', 'UpdateConnectorResponse$connectorState' => '

The state of the connector.

', ], ], 'ConnectorSummary' => [ 'base' => '

Summary of a connector.

', 'refs' => [ '__listOfConnectorSummary$member' => NULL, ], ], 'CreateConnectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateConnectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomPluginRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomPluginResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkerConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkerConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CustomPlugin' => [ 'base' => '

A plugin is an AWS resource that contains the code that defines a connector\'s logic.

', 'refs' => [ 'Plugin$customPlugin' => '

Details about a custom plugin.

', ], ], 'CustomPluginContentType' => [ 'base' => NULL, 'refs' => [ 'CreateCustomPluginRequest$contentType' => '

The type of the plugin file.

', 'CustomPluginRevisionSummary$contentType' => '

The format of the plugin file.

', ], ], 'CustomPluginDescription' => [ 'base' => '

Details about a custom plugin.

', 'refs' => [ 'PluginDescription$customPlugin' => '

Details about a custom plugin.

', ], ], 'CustomPluginFileDescription' => [ 'base' => '

Details about a custom plugin file.

', 'refs' => [ 'CustomPluginRevisionSummary$fileDescription' => '

Details about the custom plugin file.

', ], ], 'CustomPluginLocation' => [ 'base' => '

Information about the location of a custom plugin.

', 'refs' => [ 'CreateCustomPluginRequest$location' => '

Information about the location of a custom plugin.

', ], ], 'CustomPluginLocationDescription' => [ 'base' => '

Information about the location of a custom plugin.

', 'refs' => [ 'CustomPluginRevisionSummary$location' => '

Information about the location of the custom plugin.

', ], ], 'CustomPluginRevisionSummary' => [ 'base' => '

Details about the revision of a custom plugin.

', 'refs' => [ 'CustomPluginSummary$latestRevision' => '

The latest revision of the custom plugin.

', 'DescribeCustomPluginResponse$latestRevision' => '

The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.

', ], ], 'CustomPluginState' => [ 'base' => NULL, 'refs' => [ 'CreateCustomPluginResponse$customPluginState' => '

The state of the custom plugin.

', 'CustomPluginSummary$customPluginState' => '

The state of the custom plugin.

', 'DeleteCustomPluginResponse$customPluginState' => '

The state of the custom plugin.

', 'DescribeCustomPluginResponse$customPluginState' => '

The state of the custom plugin.

', ], ], 'CustomPluginSummary' => [ 'base' => '

A summary of the custom plugin.

', 'refs' => [ '__listOfCustomPluginSummary$member' => NULL, ], ], 'DeleteConnectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConnectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomPluginRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomPluginResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConnectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConnectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomPluginRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomPluginResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkerConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkerConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'FirehoseLogDelivery' => [ 'base' => '

The settings for delivering logs to Amazon Kinesis Data Firehose.

', 'refs' => [ 'WorkerLogDelivery$firehose' => '

Details about delivering logs to Amazon Kinesis Data Firehose.

', ], ], 'FirehoseLogDeliveryDescription' => [ 'base' => '

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

', 'refs' => [ 'WorkerLogDeliveryDescription$firehose' => '

Details about delivering logs to Amazon Kinesis Data Firehose.

', ], ], 'ForbiddenException' => [ 'base' => '

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

', 'refs' => [], ], 'InternalServerErrorException' => [ 'base' => '

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

', 'refs' => [], ], 'KafkaCluster' => [ 'base' => '

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

', 'refs' => [ 'CreateConnectorRequest$kafkaCluster' => '

Specifies which Apache Kafka cluster to connect to.

', ], ], 'KafkaClusterClientAuthentication' => [ 'base' => '

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

', 'refs' => [ 'CreateConnectorRequest$kafkaClusterClientAuthentication' => '

Details of the client authentication used by the Apache Kafka cluster.

', ], ], 'KafkaClusterClientAuthenticationDescription' => [ 'base' => '

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

', 'refs' => [ 'ConnectorSummary$kafkaClusterClientAuthentication' => '

The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.

', 'DescribeConnectorResponse$kafkaClusterClientAuthentication' => '

The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.

', ], ], 'KafkaClusterClientAuthenticationType' => [ 'base' => NULL, 'refs' => [ 'KafkaClusterClientAuthentication$authenticationType' => '

The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.

', 'KafkaClusterClientAuthenticationDescription$authenticationType' => '

The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.

', ], ], 'KafkaClusterDescription' => [ 'base' => '

Details of how to connect to the Apache Kafka cluster.

', 'refs' => [ 'ConnectorSummary$kafkaCluster' => '

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

', 'DescribeConnectorResponse$kafkaCluster' => '

The Apache Kafka cluster that the connector is connected to.

', ], ], 'KafkaClusterEncryptionInTransit' => [ 'base' => '

Details of encryption in transit to the Apache Kafka cluster.

', 'refs' => [ 'CreateConnectorRequest$kafkaClusterEncryptionInTransit' => '

Details of encryption in transit to the Apache Kafka cluster.

', ], ], 'KafkaClusterEncryptionInTransitDescription' => [ 'base' => '

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

', 'refs' => [ 'ConnectorSummary$kafkaClusterEncryptionInTransit' => '

Details of encryption in transit to the Apache Kafka cluster.

', 'DescribeConnectorResponse$kafkaClusterEncryptionInTransit' => '

Details of encryption in transit to the Apache Kafka cluster.

', ], ], 'KafkaClusterEncryptionInTransitType' => [ 'base' => NULL, 'refs' => [ 'KafkaClusterEncryptionInTransit$encryptionType' => '

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

', 'KafkaClusterEncryptionInTransitDescription$encryptionType' => '

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

', ], ], 'ListConnectorsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListConnectorsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomPluginsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomPluginsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkerConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkerConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogDelivery' => [ 'base' => '

Details about log delivery.

', 'refs' => [ 'CreateConnectorRequest$logDelivery' => '

Details about log delivery.

', ], ], 'LogDeliveryDescription' => [ 'base' => '

The description of the log delivery settings.

', 'refs' => [ 'ConnectorSummary$logDelivery' => '

The settings for delivering connector logs to Amazon CloudWatch Logs.

', 'DescribeConnectorResponse$logDelivery' => '

Details about delivering logs to Amazon CloudWatch Logs.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListConnectorsRequest$maxResults' => '

The maximum number of connectors to list in one response.

', 'ListCustomPluginsRequest$maxResults' => '

The maximum number of custom plugins to list in one response.

', 'ListWorkerConfigurationsRequest$maxResults' => '

The maximum number of worker configurations to list in one response.

', ], ], 'NotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'Plugin' => [ 'base' => '

A plugin is an AWS resource that contains the code that defines your connector logic.

', 'refs' => [ '__listOfPlugin$member' => NULL, ], ], 'PluginDescription' => [ 'base' => '

The description of the plugin.

', 'refs' => [ '__listOfPluginDescription$member' => NULL, ], ], 'ProvisionedCapacity' => [ 'base' => '

Details about a connector\'s provisioned capacity.

', 'refs' => [ 'Capacity$provisionedCapacity' => '

Details about a fixed capacity allocated to a connector.

', ], ], 'ProvisionedCapacityDescription' => [ 'base' => '

The description of a connector\'s provisioned capacity.

', 'refs' => [ 'CapacityDescription$provisionedCapacity' => '

Describes a connector\'s provisioned capacity.

', ], ], 'ProvisionedCapacityUpdate' => [ 'base' => '

An update to a connector\'s fixed capacity.

', 'refs' => [ 'CapacityUpdate$provisionedCapacity' => '

The target settings for provisioned capacity.

', ], ], 'S3Location' => [ 'base' => '

The location of an object in Amazon S3.

', 'refs' => [ 'CustomPluginLocation$s3Location' => '

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

', ], ], 'S3LocationDescription' => [ 'base' => '

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

', 'refs' => [ 'CustomPluginLocationDescription$s3Location' => '

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

', ], ], 'S3LogDelivery' => [ 'base' => '

Details about delivering logs to Amazon S3.

', 'refs' => [ 'WorkerLogDelivery$s3' => '

Details about delivering logs to Amazon S3.

', ], ], 'S3LogDeliveryDescription' => [ 'base' => '

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

', 'refs' => [ 'WorkerLogDeliveryDescription$s3' => '

Details about delivering logs to Amazon S3.

', ], ], 'ScaleInPolicy' => [ 'base' => '

The scale-in policy for the connector.

', 'refs' => [ 'AutoScaling$scaleInPolicy' => '

The sacle-in policy for the connector.

', ], ], 'ScaleInPolicyDescription' => [ 'base' => '

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

', 'refs' => [ 'AutoScalingDescription$scaleInPolicy' => '

The sacle-in policy for the connector.

', ], ], 'ScaleInPolicyUpdate' => [ 'base' => '

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

', 'refs' => [ 'AutoScalingUpdate$scaleInPolicy' => '

The target sacle-in policy for the connector.

', ], ], 'ScaleOutPolicy' => [ 'base' => '

The scale-out policy for the connector.

', 'refs' => [ 'AutoScaling$scaleOutPolicy' => '

The sacle-out policy for the connector.

', ], ], 'ScaleOutPolicyDescription' => [ 'base' => '

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

', 'refs' => [ 'AutoScalingDescription$scaleOutPolicy' => '

The sacle-out policy for the connector.>

', ], ], 'ScaleOutPolicyUpdate' => [ 'base' => '

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

', 'refs' => [ 'AutoScalingUpdate$scaleOutPolicy' => '

The target sacle-out policy for the connector.

', ], ], 'ServiceUnavailableException' => [ 'base' => '

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

', 'refs' => [], ], 'StateDescription' => [ 'base' => '

Details about the state of a resource.

', 'refs' => [ 'DescribeConnectorResponse$stateDescription' => '

Details about the state of a connector.

', 'DescribeCustomPluginResponse$stateDescription' => '

Details about the state of a custom plugin.

', ], ], 'SyntheticCreateConnectorRequest__mapOf__string' => [ 'base' => NULL, 'refs' => [ 'CreateConnectorRequest$connectorConfiguration' => '

A map of keys to values that represent the configuration for the connector.

', ], ], 'SyntheticCreateWorkerConfigurationRequest__string' => [ 'base' => NULL, 'refs' => [ 'CreateWorkerConfigurationRequest$propertiesFileContent' => '

Base64 encoded contents of connect-distributed.properties file.

', ], ], 'SyntheticDescribeConnectorResponse__mapOf__string' => [ 'base' => NULL, 'refs' => [ 'DescribeConnectorResponse$connectorConfiguration' => '

A map of keys to values that represent the configuration for the connector.

', ], ], 'SyntheticWorkerConfigurationRevisionDescription__string' => [ 'base' => NULL, 'refs' => [ 'WorkerConfigurationRevisionDescription$propertiesFileContent' => '

Base64 encoded contents of the connect-distributed.properties file.

', ], ], 'TooManyRequestsException' => [ 'base' => '

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

', 'refs' => [], ], 'UnauthorizedException' => [ 'base' => '

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

', 'refs' => [], ], 'UpdateConnectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateConnectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'Vpc' => [ 'base' => '

Information about the VPC in which the connector resides.

', 'refs' => [ 'ApacheKafkaCluster$vpc' => '

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.

', ], ], 'VpcDescription' => [ 'base' => '

The description of the VPC in which the connector resides.

', 'refs' => [ 'ApacheKafkaClusterDescription$vpc' => '

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.

', ], ], 'WorkerConfiguration' => [ 'base' => '

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

', 'refs' => [ 'CreateConnectorRequest$workerConfiguration' => '

Specifies which worker configuration to use with the connector.

', ], ], 'WorkerConfigurationDescription' => [ 'base' => '

The description of the worker configuration.

', 'refs' => [ 'ConnectorSummary$workerConfiguration' => '

The worker configurations that are in use with the connector.

', 'DescribeConnectorResponse$workerConfiguration' => '

Specifies which worker configuration was used for the connector.

', ], ], 'WorkerConfigurationRevisionDescription' => [ 'base' => '

The description of the worker configuration revision.

', 'refs' => [ 'DescribeWorkerConfigurationResponse$latestRevision' => '

The latest revision of the custom configuration.

', ], ], 'WorkerConfigurationRevisionSummary' => [ 'base' => '

The summary of a worker configuration revision.

', 'refs' => [ 'CreateWorkerConfigurationResponse$latestRevision' => '

The latest revision of the worker configuration.

', 'WorkerConfigurationSummary$latestRevision' => '

The latest revision of a worker configuration.

', ], ], 'WorkerConfigurationSummary' => [ 'base' => '

The summary of a worker configuration.

', 'refs' => [ '__listOfWorkerConfigurationSummary$member' => NULL, ], ], 'WorkerLogDelivery' => [ 'base' => '

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

', 'refs' => [ 'LogDelivery$workerLogDelivery' => '

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

', ], ], 'WorkerLogDeliveryDescription' => [ 'base' => '

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

', 'refs' => [ 'LogDeliveryDescription$workerLogDelivery' => '

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

', ], ], '__boolean' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogsLogDelivery$enabled' => '

Whether log delivery to Amazon CloudWatch Logs is enabled.

', 'CloudWatchLogsLogDeliveryDescription$enabled' => '

Whether log delivery to Amazon CloudWatch Logs is enabled.

', 'FirehoseLogDelivery$enabled' => '

Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.

', 'FirehoseLogDeliveryDescription$enabled' => '

Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.

', 'S3LogDelivery$enabled' => '

Specifies whether connector logs get sent to the specified Amazon S3 destination.

', 'S3LogDeliveryDescription$enabled' => '

Specifies whether connector logs get sent to the specified Amazon S3 destination.

', ], ], '__integer' => [ 'base' => NULL, 'refs' => [ 'AutoScalingDescription$maxWorkerCount' => '

The maximum number of workers allocated to the connector.

', 'AutoScalingDescription$mcuCount' => '

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', 'AutoScalingDescription$minWorkerCount' => '

The minimum number of workers allocated to the connector.

', 'ProvisionedCapacityDescription$mcuCount' => '

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', 'ProvisionedCapacityDescription$workerCount' => '

The number of workers that are allocated to the connector.

', 'ScaleInPolicyDescription$cpuUtilizationPercentage' => '

Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

', 'ScaleOutPolicyDescription$cpuUtilizationPercentage' => '

The CPU utilization percentage threshold at which you want connector scale out to be triggered.

', ], ], '__integerMin1Max10' => [ 'base' => NULL, 'refs' => [ 'AutoScaling$maxWorkerCount' => '

The maximum number of workers allocated to the connector.

', 'AutoScaling$minWorkerCount' => '

The minimum number of workers allocated to the connector.

', 'AutoScalingUpdate$maxWorkerCount' => '

The target maximum number of workers allocated to the connector.

', 'AutoScalingUpdate$minWorkerCount' => '

The target minimum number of workers allocated to the connector.

', 'ProvisionedCapacity$workerCount' => '

The number of workers that are allocated to the connector.

', 'ProvisionedCapacityUpdate$workerCount' => '

The number of workers that are allocated to the connector.

', ], ], '__integerMin1Max100' => [ 'base' => NULL, 'refs' => [ 'ScaleInPolicy$cpuUtilizationPercentage' => '

Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.

', 'ScaleInPolicyUpdate$cpuUtilizationPercentage' => '

The target CPU utilization percentage threshold at which you want connector scale in to be triggered.

', 'ScaleOutPolicy$cpuUtilizationPercentage' => '

The CPU utilization percentage threshold at which you want connector scale out to be triggered.

', 'ScaleOutPolicyUpdate$cpuUtilizationPercentage' => '

The target CPU utilization percentage threshold at which you want connector scale out to be triggered.

', ], ], '__integerMin1Max8' => [ 'base' => NULL, 'refs' => [ 'AutoScaling$mcuCount' => '

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', 'AutoScalingUpdate$mcuCount' => '

The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', 'ProvisionedCapacity$mcuCount' => '

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', 'ProvisionedCapacityUpdate$mcuCount' => '

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

', ], ], '__listOfConnectorSummary' => [ 'base' => NULL, 'refs' => [ 'ListConnectorsResponse$connectors' => '

An array of connector descriptions.

', ], ], '__listOfCustomPluginSummary' => [ 'base' => NULL, 'refs' => [ 'ListCustomPluginsResponse$customPlugins' => '

An array of custom plugin descriptions.

', ], ], '__listOfPlugin' => [ 'base' => NULL, 'refs' => [ 'CreateConnectorRequest$plugins' => '

Specifies which plugins to use for the connector.

', ], ], '__listOfPluginDescription' => [ 'base' => NULL, 'refs' => [ 'ConnectorSummary$plugins' => '

Specifies which plugins were used for this connector.

', 'DescribeConnectorResponse$plugins' => '

Specifies which plugins were used for this connector.

', ], ], '__listOfWorkerConfigurationSummary' => [ 'base' => NULL, 'refs' => [ 'ListWorkerConfigurationsResponse$workerConfigurations' => '

An array of worker configuration descriptions.

', ], ], '__listOf__string' => [ 'base' => NULL, 'refs' => [ 'Vpc$securityGroups' => '

The security groups for the connector.

', 'Vpc$subnets' => '

The subnets for the connector.

', 'VpcDescription$securityGroups' => '

The security groups for the connector.

', 'VpcDescription$subnets' => '

The subnets for the connector.

', ], ], '__long' => [ 'base' => NULL, 'refs' => [ 'CreateCustomPluginResponse$revision' => '

The revision of the custom plugin.

', 'CustomPluginDescription$revision' => '

The revision of the custom plugin.

', 'CustomPluginFileDescription$fileSize' => '

The size in bytes of the custom plugin file. You can use it to validate the file.

', 'CustomPluginRevisionSummary$revision' => '

The revision of the custom plugin.

', 'WorkerConfigurationDescription$revision' => '

The revision of the worker configuration.

', 'WorkerConfigurationRevisionDescription$revision' => '

The description of a revision of the worker configuration.

', 'WorkerConfigurationRevisionSummary$revision' => '

The revision of a worker configuration.

', ], ], '__longMin1' => [ 'base' => NULL, 'refs' => [ 'CustomPlugin$revision' => '

The revision of the custom plugin.

', 'WorkerConfiguration$revision' => '

The revision of the worker configuration.

', ], ], '__string' => [ 'base' => NULL, 'refs' => [ 'ApacheKafkaCluster$bootstrapServers' => '

The bootstrap servers of the cluster.

', 'ApacheKafkaClusterDescription$bootstrapServers' => '

The bootstrap servers of the cluster.

', 'BadRequestException$message' => NULL, 'CloudWatchLogsLogDelivery$logGroup' => '

The name of the CloudWatch log group that is the destination for log delivery.

', 'CloudWatchLogsLogDeliveryDescription$logGroup' => '

The name of the CloudWatch log group that is the destination for log delivery.

', 'ConflictException$message' => NULL, 'ConnectorSummary$connectorArn' => '

The Amazon Resource Name (ARN) of the connector.

', 'ConnectorSummary$connectorDescription' => '

The description of the connector.

', 'ConnectorSummary$connectorName' => '

The name of the connector.

', 'ConnectorSummary$currentVersion' => '

The current version of the connector.

', 'ConnectorSummary$kafkaConnectVersion' => '

The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster\'s version and the plugins.

', 'ConnectorSummary$serviceExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.

', 'CreateConnectorRequest$kafkaConnectVersion' => '

The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster\'s version and the plugins.

', 'CreateConnectorRequest$serviceExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role used by the connector to access the Amazon Web Services resources that it needs. The types of resources depends on the logic of the connector. For example, a connector that has Amazon S3 as a destination must have permissions that allow it to write to the S3 destination bucket.

', 'CreateConnectorResponse$connectorArn' => '

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

', 'CreateConnectorResponse$connectorName' => '

The name of the connector.

', 'CreateCustomPluginResponse$customPluginArn' => '

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

', 'CreateCustomPluginResponse$name' => '

The name of the custom plugin.

', 'CreateWorkerConfigurationResponse$name' => '

The name of the worker configuration.

', 'CreateWorkerConfigurationResponse$workerConfigurationArn' => '

The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.

', 'CustomPlugin$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin.

', 'CustomPluginDescription$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin.

', 'CustomPluginFileDescription$fileMd5' => '

The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

', 'CustomPluginRevisionSummary$description' => '

The description of the custom plugin.

', 'CustomPluginSummary$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin.

', 'CustomPluginSummary$description' => '

A description of the custom plugin.

', 'CustomPluginSummary$name' => '

The name of the custom plugin.

', 'DeleteConnectorRequest$connectorArn' => '

The Amazon Resource Name (ARN) of the connector that you want to delete.

', 'DeleteConnectorRequest$currentVersion' => '

The current version of the connector that you want to delete.

', 'DeleteConnectorResponse$connectorArn' => '

The Amazon Resource Name (ARN) of the connector that you requested to delete.

', 'DeleteCustomPluginRequest$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin that you want to delete.

', 'DeleteCustomPluginResponse$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.

', 'DescribeConnectorRequest$connectorArn' => '

The Amazon Resource Name (ARN) of the connector that you want to describe.

', 'DescribeConnectorResponse$connectorArn' => '

The Amazon Resource Name (ARN) of the connector.

', 'DescribeConnectorResponse$connectorDescription' => '

A summary description of the connector.

', 'DescribeConnectorResponse$connectorName' => '

The name of the connector.

', 'DescribeConnectorResponse$currentVersion' => '

The current version of the connector.

', 'DescribeConnectorResponse$kafkaConnectVersion' => '

The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster\'s version and the plugins.

', 'DescribeConnectorResponse$serviceExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.

', 'DescribeCustomPluginRequest$customPluginArn' => '

Returns information about a custom plugin.

', 'DescribeCustomPluginResponse$customPluginArn' => '

The Amazon Resource Name (ARN) of the custom plugin.

', 'DescribeCustomPluginResponse$description' => '

The description of the custom plugin.

', 'DescribeCustomPluginResponse$name' => '

The name of the custom plugin.

', 'DescribeWorkerConfigurationRequest$workerConfigurationArn' => '

The Amazon Resource Name (ARN) of the worker configuration that you want to get information about.

', 'DescribeWorkerConfigurationResponse$description' => '

The description of the worker configuration.

', 'DescribeWorkerConfigurationResponse$name' => '

The name of the worker configuration.

', 'DescribeWorkerConfigurationResponse$workerConfigurationArn' => '

The Amazon Resource Name (ARN) of the custom configuration.

', 'FirehoseLogDelivery$deliveryStream' => '

The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.

', 'FirehoseLogDeliveryDescription$deliveryStream' => '

The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.

', 'ForbiddenException$message' => NULL, 'InternalServerErrorException$message' => NULL, 'ListConnectorsRequest$connectorNamePrefix' => '

The name prefix that you want to use to search for and list connectors.

', 'ListConnectorsRequest$nextToken' => '

If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

', 'ListConnectorsResponse$nextToken' => '

If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.

', 'ListCustomPluginsRequest$nextToken' => '

If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

', 'ListCustomPluginsResponse$nextToken' => '

If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

', 'ListWorkerConfigurationsRequest$nextToken' => '

If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

', 'ListWorkerConfigurationsResponse$nextToken' => '

If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

', 'NotFoundException$message' => NULL, 'S3Location$bucketArn' => '

The Amazon Resource Name (ARN) of an S3 bucket.

', 'S3Location$fileKey' => '

The file key for an object in an S3 bucket.

', 'S3Location$objectVersion' => '

The version of an object in an S3 bucket.

', 'S3LocationDescription$bucketArn' => '

The Amazon Resource Name (ARN) of an S3 bucket.

', 'S3LocationDescription$fileKey' => '

The file key for an object in an S3 bucket.

', 'S3LocationDescription$objectVersion' => '

The version of an object in an S3 bucket.

', 'S3LogDelivery$bucket' => '

The name of the S3 bucket that is the destination for log delivery.

', 'S3LogDelivery$prefix' => '

The S3 prefix that is the destination for log delivery.

', 'S3LogDeliveryDescription$bucket' => '

The name of the S3 bucket that is the destination for log delivery.

', 'S3LogDeliveryDescription$prefix' => '

The S3 prefix that is the destination for log delivery.

', 'ServiceUnavailableException$message' => NULL, 'StateDescription$code' => '

A code that describes the state of a resource.

', 'StateDescription$message' => '

A message that describes the state of a resource.

', 'SyntheticCreateConnectorRequest__mapOf__string$key' => NULL, 'SyntheticCreateConnectorRequest__mapOf__string$value' => NULL, 'SyntheticDescribeConnectorResponse__mapOf__string$key' => NULL, 'SyntheticDescribeConnectorResponse__mapOf__string$value' => NULL, 'TooManyRequestsException$message' => NULL, 'UnauthorizedException$message' => NULL, 'UpdateConnectorRequest$connectorArn' => '

The Amazon Resource Name (ARN) of the connector that you want to update.

', 'UpdateConnectorRequest$currentVersion' => '

The current version of the connector that you want to update.

', 'UpdateConnectorResponse$connectorArn' => '

The Amazon Resource Name (ARN) of the connector.

', 'WorkerConfiguration$workerConfigurationArn' => '

The Amazon Resource Name (ARN) of the worker configuration.

', 'WorkerConfigurationDescription$workerConfigurationArn' => '

The Amazon Resource Name (ARN) of the worker configuration.

', 'WorkerConfigurationRevisionDescription$description' => '

The description of the worker configuration revision.

', 'WorkerConfigurationRevisionSummary$description' => '

The description of a worker configuration revision.

', 'WorkerConfigurationSummary$description' => '

The description of a worker configuration.

', 'WorkerConfigurationSummary$name' => '

The name of the worker configuration.

', 'WorkerConfigurationSummary$workerConfigurationArn' => '

The Amazon Resource Name (ARN) of the worker configuration.

', '__listOf__string$member' => NULL, ], ], '__stringMax1024' => [ 'base' => NULL, 'refs' => [ 'CreateConnectorRequest$connectorDescription' => '

A summary description of the connector.

', 'CreateCustomPluginRequest$description' => '

A summary description of the custom plugin.

', 'CreateWorkerConfigurationRequest$description' => '

A summary description of the worker configuration.

', ], ], '__stringMin1Max128' => [ 'base' => NULL, 'refs' => [ 'CreateConnectorRequest$connectorName' => '

The name of the connector.

', 'CreateCustomPluginRequest$name' => '

The name of the custom plugin.

', 'CreateWorkerConfigurationRequest$name' => '

The name of the worker configuration.

', ], ], '__timestampIso8601' => [ 'base' => NULL, 'refs' => [ 'ConnectorSummary$creationTime' => '

The time that the connector was created.

', 'CreateWorkerConfigurationResponse$creationTime' => '

The time that the worker configuration was created.

', 'CustomPluginRevisionSummary$creationTime' => '

The time that the custom plugin was created.

', 'CustomPluginSummary$creationTime' => '

The time that the custom plugin was created.

', 'DescribeConnectorResponse$creationTime' => '

The time the connector was created.

', 'DescribeCustomPluginResponse$creationTime' => '

The time that the custom plugin was created.

', 'DescribeWorkerConfigurationResponse$creationTime' => '

The time that the worker configuration was created.

', 'WorkerConfigurationRevisionDescription$creationTime' => '

The time that the worker configuration was created.

', 'WorkerConfigurationRevisionSummary$creationTime' => '

The time that a worker configuration revision was created.

', 'WorkerConfigurationSummary$creationTime' => '

The time that a worker configuration was created.

', ], ], ],];