openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 75.7 kB
JSON
{"openapi":"3.0.0","info":{"version":"2021-09-14","x-release":"v4","title":"Managed Streaming for Kafka Connect","description":"<p/>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"kafkaconnect","x-aws-signingName":"kafkaconnect","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/kafkaconnect-2021-09-14.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/kafkaconnect/"},"servers":[{"url":"http://kafkaconnect.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Kafka Connect multi-region endpoint"},{"url":"https://kafkaconnect.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Kafka Connect multi-region endpoint"},{"url":"http://kafkaconnect.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Kafka Connect endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://kafkaconnect.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Kafka Connect endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/v1/connectors":{"post":{"operationId":"CreateConnector","description":"Creates a connector using the specified properties.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateConnectorResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"486":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"487":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["capacity","connectorConfiguration","connectorName","kafkaCluster","kafkaClusterClientAuthentication","kafkaClusterEncryptionInTransit","kafkaConnectVersion","plugins","serviceExecutionRoleArn"],"properties":{"capacity":{"description":"Information about the capacity of the connector, whether it is auto scaled or provisioned.","type":"object","properties":{"autoScaling":{"allOf":[{"$ref":"#/components/schemas/AutoScaling"},{"description":"Information about the auto scaling parameters for the connector."}]},"provisionedCapacity":{"allOf":[{"$ref":"#/components/schemas/ProvisionedCapacity"},{"description":"Details about a fixed capacity allocated to a connector."}]}}},"connectorConfiguration":{"description":"A map of keys to values that represent the configuration for the connector.","type":"object","additionalProperties":{"$ref":"#/components/schemas/__string"}},"connectorDescription":{"description":"A summary description of the connector.","type":"string","minLength":0,"maxLength":1024},"connectorName":{"description":"The name of the connector.","type":"string","minLength":1,"maxLength":128},"kafkaCluster":{"description":"The details of the Apache Kafka cluster to which the connector is connected.","type":"object","properties":{"apacheKafkaCluster":{"allOf":[{"$ref":"#/components/schemas/ApacheKafkaCluster"},{"description":"The Apache Kafka cluster to which the connector is connected."}]}}},"kafkaClusterClientAuthentication":{"description":"The client authentication information used in order to authenticate with the Apache Kafka cluster.","type":"object","properties":{"authenticationType":{"allOf":[{"$ref":"#/components/schemas/KafkaClusterClientAuthenticationType"},{"description":"The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used."}]}}},"kafkaClusterEncryptionInTransit":{"description":"Details of encryption in transit to the Apache Kafka cluster.","type":"object","properties":{"encryptionType":{"allOf":[{"$ref":"#/components/schemas/KafkaClusterEncryptionInTransitType"},{"description":"The type of encryption in transit to the Apache Kafka cluster."}]}}},"kafkaConnectVersion":{"description":"The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.","type":"string"},"logDelivery":{"description":"Details about log delivery.","type":"object","properties":{"workerLogDelivery":{"allOf":[{"$ref":"#/components/schemas/WorkerLogDelivery"},{"description":"The workers can send worker logs to different destination types. This configuration specifies the details of these destinations."}]}}},"plugins":{"description":"Specifies which plugins to use for the connector.","type":"array","items":{"$ref":"#/components/schemas/Plugin"}},"serviceExecutionRoleArn":{"description":"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.","type":"string"},"workerConfiguration":{"description":"The configuration of the workers, which are the processes that run the connector logic.","type":"object","properties":{"revision":{"allOf":[{"$ref":"#/components/schemas/__longMin1"},{"description":"The revision of the worker configuration."}]},"workerConfigurationArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the worker configuration."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListConnectors","description":"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.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListConnectorsResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"connectorNamePrefix","in":"query","required":false,"description":"The name prefix that you want to use to search for and list connectors.","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"The maximum number of connectors to list in one response.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"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.","schema":{"type":"string"}}]}},"/v1/custom-plugins":{"post":{"operationId":"CreateCustomPlugin","description":"Creates a custom plugin using the specified properties.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCustomPluginResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"486":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"487":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["contentType","location","name"],"properties":{"contentType":{"description":"The type of the plugin file.","type":"string","enum":["JAR","ZIP"]},"description":{"description":"A summary description of the custom plugin.","type":"string","minLength":0,"maxLength":1024},"location":{"description":"Information about the location of a custom plugin.","type":"object","properties":{"s3Location":{"allOf":[{"$ref":"#/components/schemas/S3Location"},{"description":"The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3."}]}}},"name":{"description":"The name of the custom plugin.","type":"string","minLength":1,"maxLength":128}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListCustomPlugins","description":"Returns a list of all of the custom plugins in this account and Region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListCustomPluginsResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"maxResults","in":"query","required":false,"description":"The maximum number of custom plugins to list in one response.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"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.","schema":{"type":"string"}}]}},"/v1/worker-configurations":{"post":{"operationId":"CreateWorkerConfiguration","description":"Creates a worker configuration using the specified properties.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWorkerConfigurationResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"482":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"485":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"486":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"487":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","propertiesFileContent"],"properties":{"description":{"description":"A summary description of the worker configuration.","type":"string","minLength":0,"maxLength":1024},"name":{"description":"The name of the worker configuration.","type":"string","minLength":1,"maxLength":128},"propertiesFileContent":{"description":"Base64 encoded contents of connect-distributed.properties file.","type":"string","format":"password"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListWorkerConfigurations","description":"Returns a list of all of the worker configurations in this account and Region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListWorkerConfigurationsResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"maxResults","in":"query","required":false,"description":"The maximum number of worker configurations to list in one response.","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"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.","schema":{"type":"string"}}]}},"/v1/connectors/{connectorArn}":{"delete":{"operationId":"DeleteConnector","description":"Deletes the specified connector.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteConnectorResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"connectorArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the connector that you want to delete.","schema":{"type":"string"}},{"name":"currentVersion","in":"query","required":false,"description":"The current version of the connector that you want to delete.","schema":{"type":"string"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeConnector","description":"Returns summary information about the connector.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeConnectorResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"connectorArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the connector that you want to describe.","schema":{"type":"string"}}]}},"/v1/custom-plugins/{customPluginArn}":{"delete":{"operationId":"DeleteCustomPlugin","description":"Deletes a custom plugin.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteCustomPluginResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"customPluginArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the custom plugin that you want to delete.","schema":{"type":"string"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"DescribeCustomPlugin","description":"A summary description of the custom plugin.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeCustomPluginResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"customPluginArn","in":"path","required":true,"description":"Returns information about a custom plugin.","schema":{"type":"string"}}]}},"/v1/worker-configurations/{workerConfigurationArn}":{"get":{"operationId":"DescribeWorkerConfiguration","description":"Returns information about a worker configuration.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeWorkerConfigurationResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"workerConfigurationArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the worker configuration that you want to get information about.","schema":{"type":"string"}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/v1/connectors/{connectorArn}#currentVersion":{"put":{"operationId":"UpdateConnector","description":"Updates the specified connector.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateConnectorResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"483":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"484":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}},"485":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"486":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}}},"parameters":[{"name":"connectorArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the connector that you want to update.","schema":{"type":"string"}},{"name":"currentVersion","in":"query","required":true,"description":"The current version of the connector that you want to update.","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["capacity"],"properties":{"capacity":{"description":"The target capacity for the connector. The capacity can be auto scaled or provisioned.","type":"object","properties":{"autoScaling":{"allOf":[{"$ref":"#/components/schemas/AutoScalingUpdate"},{"description":"The target auto scaling setting."}]},"provisionedCapacity":{"allOf":[{"$ref":"#/components/schemas/ProvisionedCapacityUpdate"},{"description":"The target settings for provisioned capacity."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"CreateConnectorResponse":{"type":"object","properties":{"connectorArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) that Amazon assigned to the connector."}]},"connectorName":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the connector."}]},"connectorState":{"allOf":[{"$ref":"#/components/schemas/ConnectorState"},{"description":"The state of the connector."}]}}},"AutoScaling":{"type":"object","required":["maxWorkerCount","mcuCount","minWorkerCount"],"properties":{"maxWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The maximum number of workers allocated to the connector."}]},"mcuCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max8"},{"description":"The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8."}]},"minWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The minimum number of workers allocated to the connector."}]},"scaleInPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleInPolicy"},{"description":"The sacle-in policy for the connector."}]},"scaleOutPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleOutPolicy"},{"description":"The sacle-out policy for the connector."}]}},"description":"Specifies how the connector scales."},"ProvisionedCapacity":{"type":"object","required":["mcuCount","workerCount"],"properties":{"mcuCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max8"},{"description":"The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8."}]},"workerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The number of workers that are allocated to the connector."}]}},"description":"Details about a connector's provisioned capacity."},"__string":{"type":"string"},"ApacheKafkaCluster":{"type":"object","required":["bootstrapServers","vpc"],"properties":{"bootstrapServers":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The bootstrap servers of the cluster."}]},"vpc":{"allOf":[{"$ref":"#/components/schemas/Vpc"},{"description":"Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster."}]}},"description":"The details of the Apache Kafka cluster to which the connector is connected."},"KafkaClusterClientAuthenticationType":{"type":"string","enum":["NONE","IAM"]},"KafkaClusterEncryptionInTransitType":{"type":"string","enum":["PLAINTEXT","TLS"]},"WorkerLogDelivery":{"type":"object","properties":{"cloudWatchLogs":{"allOf":[{"$ref":"#/components/schemas/CloudWatchLogsLogDelivery"},{"description":"Details about delivering logs to Amazon CloudWatch Logs."}]},"firehose":{"allOf":[{"$ref":"#/components/schemas/FirehoseLogDelivery"},{"description":"Details about delivering logs to Amazon Kinesis Data Firehose."}]},"s3":{"allOf":[{"$ref":"#/components/schemas/S3LogDelivery"},{"description":"Details about delivering logs to Amazon S3."}]}},"description":"Workers can send worker logs to different destination types. This configuration specifies the details of these destinations."},"Plugin":{"type":"object","required":["customPlugin"],"properties":{"customPlugin":{"allOf":[{"$ref":"#/components/schemas/CustomPlugin"},{"description":"Details about a custom plugin."}]}},"description":"A plugin is an AWS resource that contains the code that defines your connector logic. "},"__longMin1":{"type":"integer","minimum":1,"maximum":9223372036854776000},"NotFoundException":{},"ConflictException":{},"BadRequestException":{},"ForbiddenException":{},"ServiceUnavailableException":{},"TooManyRequestsException":{},"UnauthorizedException":{},"InternalServerErrorException":{},"CreateCustomPluginResponse":{"type":"object","properties":{"customPluginArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin."}]},"customPluginState":{"allOf":[{"$ref":"#/components/schemas/CustomPluginState"},{"description":"The state of the custom plugin."}]},"name":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the custom plugin."}]},"revision":{"allOf":[{"$ref":"#/components/schemas/__long"},{"description":"The revision of the custom plugin."}]}}},"S3Location":{"type":"object","required":["bucketArn","fileKey"],"properties":{"bucketArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of an S3 bucket."}]},"fileKey":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The file key for an object in an S3 bucket."}]},"objectVersion":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The version of an object in an S3 bucket."}]}},"description":"The location of an object in Amazon S3."},"CreateWorkerConfigurationResponse":{"type":"object","properties":{"creationTime":{"allOf":[{"$ref":"#/components/schemas/__timestampIso8601"},{"description":"The time that the worker configuration was created."}]},"latestRevision":{"allOf":[{"$ref":"#/components/schemas/WorkerConfigurationRevisionSummary"},{"description":"The latest revision of the worker configuration."}]},"name":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the worker configuration."}]},"workerConfigurationArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration."}]}}},"DeleteConnectorResponse":{"type":"object","properties":{"connectorArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the connector that you requested to delete."}]},"connectorState":{"allOf":[{"$ref":"#/components/schemas/ConnectorState"},{"description":"The state of the connector that you requested to delete."}]}}},"DeleteCustomPluginResponse":{"type":"object","properties":{"customPluginArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the custom plugin that you requested to delete."}]},"customPluginState":{"allOf":[{"$ref":"#/components/schemas/CustomPluginState"},{"description":"The state of the custom plugin."}]}}},"DescribeConnectorResponse":{"type":"object","properties":{"capacity":{"allOf":[{"$ref":"#/components/schemas/CapacityDescription"},{"description":"Information about the capacity of the connector, whether it is auto scaled or provisioned."}]},"connectorArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the connector."}]},"connectorConfiguration":{"allOf":[{"$ref":"#/components/schemas/SyntheticDescribeConnectorResponse__mapOf__string"},{"description":"A map of keys to values that represent the configuration for the connector."}]},"connectorDescription":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"A summary description of the connector."}]},"connectorName":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the connector."}]},"connectorState":{"allOf":[{"$ref":"#/components/schemas/ConnectorState"},{"description":"The state of the connector."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/__timestampIso8601"},{"description":"The time the connector was created."}]},"currentVersion":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The current version of the connector."}]},"kafkaCluster":{"allOf":[{"$ref":"#/components/schemas/KafkaClusterDescription"},{"description":"The Apache Kafka cluster that the connector is connected to."}]},"kafkaClusterClientAuthentication":{"allOf":[{"$ref":"#/components/schemas/KafkaClusterClientAuthenticationDescription"},{"description":"The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used."}]},"kafkaClusterEncryptionInTransit":{"allOf":[{"$ref":"#/components/schemas/KafkaClusterEncryptionInTransitDescription"},{"description":"Details of encryption in transit to the Apache Kafka cluster."}]},"kafkaConnectVersion":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins."}]},"logDelivery":{"allOf":[{"$ref":"#/components/schemas/LogDeliveryDescription"},{"description":"Details about delivering logs to Amazon CloudWatch Logs."}]},"plugins":{"allOf":[{"$ref":"#/components/schemas/__listOfPluginDescription"},{"description":"Specifies which plugins were used for this connector."}]},"serviceExecutionRoleArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources."}]},"stateDescription":{"allOf":[{"$ref":"#/components/schemas/StateDescription"},{"description":"Details about the state of a connector."}]},"workerConfiguration":{"allOf":[{"$ref":"#/components/schemas/WorkerConfigurationDescription"},{"description":"Specifies which worker configuration was used for the connector."}]}}},"DescribeCustomPluginResponse":{"type":"object","properties":{"creationTime":{"allOf":[{"$ref":"#/components/schemas/__timestampIso8601"},{"description":"The time that the custom plugin was created."}]},"customPluginArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the custom plugin."}]},"customPluginState":{"allOf":[{"$ref":"#/components/schemas/CustomPluginState"},{"description":"The state of the custom plugin."}]},"description":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The description of the custom plugin."}]},"latestRevision":{"allOf":[{"$ref":"#/components/schemas/CustomPluginRevisionSummary"},{"description":"The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent."}]},"name":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the custom plugin."}]},"stateDescription":{"allOf":[{"$ref":"#/components/schemas/StateDescription"},{"description":"Details about the state of a custom plugin."}]}}},"DescribeWorkerConfigurationResponse":{"type":"object","properties":{"creationTime":{"allOf":[{"$ref":"#/components/schemas/__timestampIso8601"},{"description":"The time that the worker configuration was created."}]},"description":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The description of the worker configuration."}]},"latestRevision":{"allOf":[{"$ref":"#/components/schemas/WorkerConfigurationRevisionDescription"},{"description":"The latest revision of the custom configuration."}]},"name":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The name of the worker configuration."}]},"workerConfigurationArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the custom configuration."}]}}},"ListConnectorsResponse":{"type":"object","properties":{"connectors":{"allOf":[{"$ref":"#/components/schemas/__listOfConnectorSummary"},{"description":"An array of connector descriptions."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"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."}]}}},"ListCustomPluginsResponse":{"type":"object","properties":{"customPlugins":{"allOf":[{"$ref":"#/components/schemas/__listOfCustomPluginSummary"},{"description":"An array of custom plugin descriptions."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"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."}]}}},"ListWorkerConfigurationsResponse":{"type":"object","properties":{"nextToken":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"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."}]},"workerConfigurations":{"allOf":[{"$ref":"#/components/schemas/__listOfWorkerConfigurationSummary"},{"description":"An array of worker configuration descriptions."}]}}},"UpdateConnectorResponse":{"type":"object","properties":{"connectorArn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The Amazon Resource Name (ARN) of the connector."}]},"connectorState":{"allOf":[{"$ref":"#/components/schemas/ConnectorState"},{"description":"The state of the connector."}]}}},"AutoScalingUpdate":{"type":"object","required":["maxWorkerCount","mcuCount","minWorkerCount","scaleInPolicy","scaleOutPolicy"],"properties":{"maxWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The target maximum number of workers allocated to the connector."}]},"mcuCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max8"},{"description":"The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8."}]},"minWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The target minimum number of workers allocated to the connector."}]},"scaleInPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleInPolicyUpdate"},{"description":"The target sacle-in policy for the connector."}]},"scaleOutPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleOutPolicyUpdate"},{"description":"The target sacle-out policy for the connector."}]}},"description":"The updates to the auto scaling parameters for the connector."},"ProvisionedCapacityUpdate":{"type":"object","required":["mcuCount","workerCount"],"properties":{"mcuCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max8"},{"description":"The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8."}]},"workerCount":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max10"},{"description":"The number of workers that are allocated to the connector."}]}},"description":"An update to a connector's fixed capacity."},"Vpc":{"type":"object","required":["subnets"],"properties":{"securityGroups":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"description":"The security groups for the connector."}]},"subnets":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"description":"The subnets for the connector."}]}},"description":"Information about the VPC in which the connector resides."},"VpcDescription":{"type":"object","properties":{"securityGroups":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"description":"The security groups for the connector."}]},"subnets":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"description":"The subnets for the connector."}]}},"description":"The description of the VPC in which the connector resides."},"ApacheKafkaClusterDescription":{"type":"object","properties":{"bootstrapServers":{"allOf":[{"$ref":"#/components/schemas/__string"},{"description":"The bootstrap servers of the cluster."}]},"vpc":{"allOf":[{"$ref":"#/components/schemas/VpcDescription"},{"description":"Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster."}]}},"description":"The description of the Apache Kafka cluster to which the connector is connected."},"__integerMin1Max10":{"type":"integer","minimum":1,"maximum":10},"__integerMin1Max8":{"type":"integer","minimum":1,"maximum":8},"ScaleInPolicy":{"type":"object","required":["cpuUtilizationPercentage"],"properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max100"},{"description":"Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered."}]}},"description":"The scale-in policy for the connector."},"ScaleOutPolicy":{"type":"object","required":["cpuUtilizationPercentage"],"properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max100"},{"description":"The CPU utilization percentage threshold at which you want connector scale out to be triggered."}]}},"description":"The scale-out policy for the connector."},"__integer":{"type":"integer"},"ScaleInPolicyDescription":{"type":"object","properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integer"},{"description":"Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered."}]}},"description":"The description of the scale-in policy for the connector."},"ScaleOutPolicyDescription":{"type":"object","properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integer"},{"description":"The CPU utilization percentage threshold at which you want connector scale out to be triggered."}]}},"description":"The description of the scale-out policy for the connector."},"AutoScalingDescription":{"type":"object","properties":{"maxWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integer"},{"description":"The maximum number of workers allocated to the connector."}]},"mcuCount":{"allOf":[{"$ref":"#/components/schemas/__integer"},{"description":"The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8."}]},"minWorkerCount":{"allOf":[{"$ref":"#/components/schemas/__integer"},{"description":"The minimum number of workers allocated to the connector."}]},"scaleInPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleInPolicyDescription"},{"description":"The sacle-in policy for the connector."}]},"scaleOutPolicy":{"allOf":[{"$ref":"#/components/schemas/ScaleOutPolicyDescription"},{"description":"The sacle-out policy for the connector.>"}]}},"description":"Information about the auto scaling parameters for the connector."},"ScaleInPolicyUpdate":{"type":"object","required":["cpuUtilizationPercentage"],"properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max100"},{"description":"The target CPU utilization percentage threshold at which you want connector scale in to be triggered."}]}},"description":"An update to the connector's scale-in policy."},"ScaleOutPolicyUpdate":{"type":"object","required":["cpuUtilizationPercentage"],"properties":{"cpuUtilizationPercentage":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max100"},{"description":"The target CPU utilization percentage threshold at which you want connector scale out to be triggered."}]}},"description":"An update to the con