openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 221 kB
JSON
{"openapi":"3.0.0","info":{"version":"2018-11-14","x-release":"v4","title":"Managed Streaming for Kafka","description":"\n <p>The operations for managing an Amazon MSK cluster.</p>\n ","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":"kafka","x-aws-signingName":"kafka","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/kafka-2018-11-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/kafka/"},"servers":[{"url":"http://kafka.{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 multi-region endpoint"},{"url":"https://kafka.{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 multi-region endpoint"},{"url":"http://kafka.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Kafka endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://kafka.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Kafka endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/v1/clusters/{clusterArn}/scram-secrets":{"post":{"operationId":"BatchAssociateScramSecret","description":"\n <p>Associates one or more Scram Secrets with an Amazon MSK cluster.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchAssociateScramSecretResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>\n ","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["secretArnList"],"properties":{"secretArnList":{"description":"\n <p>List of AWS Secrets Manager secret ARNs.</p>\n ","type":"array","items":{"$ref":"#/components/schemas/__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"}],"patch":{"operationId":"BatchDisassociateScramSecret","description":"\n <p>Disassociates one or more Scram Secrets from an Amazon MSK cluster.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchDisassociateScramSecretResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>\n ","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["secretArnList"],"properties":{"secretArnList":{"description":"\n <p>List of AWS Secrets Manager secret ARNs.</p>\n ","type":"array","items":{"$ref":"#/components/schemas/__string"}}}}}}}},"get":{"operationId":"ListScramSecrets","description":"\n <p>Returns a list of the Scram Secrets associated with an Amazon MSK cluster.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListScramSecretsResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"486":{"description":"TooManyRequestsException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TooManyRequestsException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The arn of the cluster.</p>\n ","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"\n <p>The maxResults of the query.</p>\n ","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"\n <p>The nextToken of the query.</p>\n ","schema":{"type":"string"}},{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}]}},"/v1/clusters":{"post":{"operationId":"CreateCluster","description":"\n <p>Creates a new MSK cluster.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateClusterResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"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":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["brokerNodeGroupInfo","clusterName","kafkaVersion","numberOfBrokerNodes"],"properties":{"brokerNodeGroupInfo":{"description":"\n <p>Describes the setup to be used for Apache Kafka broker nodes in the cluster.</p>\n ","type":"object","properties":{"BrokerAZDistribution":{"allOf":[{"$ref":"#/components/schemas/BrokerAZDistribution"},{"xml":{"name":"brokerAZDistribution"},"description":"\n <p>The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.</p>\n <p>Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.</p>\n "}]},"ClientSubnets":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"xml":{"name":"clientSubnets"},"description":"\n <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.</p>\n "}]},"InstanceType":{"allOf":[{"$ref":"#/components/schemas/__stringMin5Max32"},{"xml":{"name":"instanceType"},"description":"\n <p>The type of Amazon EC2 instances to use for Apache Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge,\nkafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.</p>\n "}]},"SecurityGroups":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"xml":{"name":"securityGroups"},"description":"\n <p>The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.</p>\n "}]},"StorageInfo":{"allOf":[{"$ref":"#/components/schemas/StorageInfo"},{"xml":{"name":"storageInfo"},"description":"\n <p>Contains information about storage volumes attached to MSK broker nodes.</p>\n "}]},"ConnectivityInfo":{"allOf":[{"$ref":"#/components/schemas/ConnectivityInfo"},{"xml":{"name":"connectivityInfo"},"description":"\n <p>Information about the broker access configuration.</p>\n "}]},"ZoneIds":{"allOf":[{"$ref":"#/components/schemas/__listOf__string"},{"xml":{"name":"zoneIds"},"description":"\n <p>The list of zoneIds for the cluster in the virtual private cloud (VPC).</p>\n "}]}}},"clientAuthentication":{"description":"\n <p>Includes all client authentication information.</p>\n ","type":"object","properties":{"Sasl":{"allOf":[{"$ref":"#/components/schemas/Sasl"},{"xml":{"name":"sasl"},"description":"\n <p>Details for ClientAuthentication using SASL.</p>\n "}]},"Tls":{"allOf":[{"$ref":"#/components/schemas/Tls"},{"xml":{"name":"tls"},"description":"\n <p>Details for ClientAuthentication using TLS.</p>\n "}]},"Unauthenticated":{"allOf":[{"$ref":"#/components/schemas/Unauthenticated"},{"xml":{"name":"unauthenticated"},"description":"\n <p>Contains information about unauthenticated traffic to the cluster.</p>\n "}]}}},"clusterName":{"description":"\n <p>The name of the cluster.</p>\n ","type":"string","minLength":1,"maxLength":64},"configurationInfo":{"description":"\n <p>Specifies the configuration to use for the brokers.</p>\n ","type":"object","properties":{"Arn":{"allOf":[{"$ref":"#/components/schemas/__string"},{"xml":{"name":"arn"},"description":"\n <p>ARN of the configuration to use.</p>\n "}]},"Revision":{"allOf":[{"$ref":"#/components/schemas/__long"},{"xml":{"name":"revision"},"description":"\n <p>The revision of the configuration to use.</p>\n "}]}}},"encryptionInfo":{"description":"\n <p>Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>\n ","type":"object","properties":{"EncryptionAtRest":{"allOf":[{"$ref":"#/components/schemas/EncryptionAtRest"},{"xml":{"name":"encryptionAtRest"},"description":"\n <p>The data-volume encryption details.</p>\n "}]},"EncryptionInTransit":{"allOf":[{"$ref":"#/components/schemas/EncryptionInTransit"},{"xml":{"name":"encryptionInTransit"},"description":"\n <p>The details for encryption in transit.</p>\n "}]}}},"enhancedMonitoring":{"description":"\n <p>Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see <a href=\"https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html\">Monitoring</a>.</p>\n ","type":"string","enum":["DEFAULT","PER_BROKER","PER_TOPIC_PER_BROKER","PER_TOPIC_PER_PARTITION"]},"openMonitoring":{"description":"\n <p>JMX and Node monitoring for the MSK cluster.</p>\n ","type":"object","properties":{"Prometheus":{"allOf":[{"$ref":"#/components/schemas/PrometheusInfo"},{"xml":{"name":"prometheus"},"description":"\n <p>Prometheus settings.</p>\n "}]}}},"kafkaVersion":{"description":"\n <p>The version of Apache Kafka.</p>\n ","type":"string","minLength":1,"maxLength":128},"loggingInfo":{"description":"","type":"object","properties":{"BrokerLogs":{"allOf":[{"$ref":"#/components/schemas/BrokerLogs"},{"xml":{"name":"brokerLogs"}}]}}},"numberOfBrokerNodes":{"description":"\n <p>The number of broker nodes in the cluster.</p>\n ","type":"integer","minimum":1,"maximum":15},"tags":{"description":"\n <p>Create tags when creating the cluster.</p>\n ","type":"object","additionalProperties":{"$ref":"#/components/schemas/__string"}},"storageMode":{"description":"Controls storage mode for various supported storage tiers.","type":"string","enum":["LOCAL","TIERED"]}}}}}}},"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":"ListClusters","description":"\n <p>Returns a list of all the MSK clusters in the current Region.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListClustersResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterNameFilter","in":"query","required":false,"description":"\n <p>Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>\n ","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"\n <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>\n ","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"\n <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.</p>\n ","schema":{"type":"string"}},{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}]}},"/api/v2/clusters":{"post":{"operationId":"CreateClusterV2","description":"\n <p>Creates a new MSK cluster.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateClusterV2Response"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"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":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["clusterName"],"properties":{"clusterName":{"description":"\n <p>The name of the cluster.</p>\n ","type":"string","minLength":1,"maxLength":64},"tags":{"description":"\n <p>A map of tags that you want the cluster to have.</p>\n ","type":"object","additionalProperties":{"$ref":"#/components/schemas/__string"}},"provisioned":{"description":"\n <p>Provisioned cluster request.</p>\n ","type":"object","properties":{"BrokerNodeGroupInfo":{"allOf":[{"$ref":"#/components/schemas/BrokerNodeGroupInfo"},{"xml":{"name":"brokerNodeGroupInfo"},"description":"\n <p>Information about the brokers.</p>\n "}]},"ClientAuthentication":{"allOf":[{"$ref":"#/components/schemas/ClientAuthentication"},{"xml":{"name":"clientAuthentication"},"description":"\n <p>Includes all client authentication information.</p>\n "}]},"ConfigurationInfo":{"allOf":[{"$ref":"#/components/schemas/ConfigurationInfo"},{"xml":{"name":"configurationInfo"},"description":"\n <p>Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.</p>\n "}]},"EncryptionInfo":{"allOf":[{"$ref":"#/components/schemas/EncryptionInfo"},{"xml":{"name":"encryptionInfo"},"description":"\n <p>Includes all encryption-related information.</p>\n "}]},"EnhancedMonitoring":{"allOf":[{"$ref":"#/components/schemas/EnhancedMonitoring"},{"xml":{"name":"enhancedMonitoring"},"description":"\n <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>\n "}]},"OpenMonitoring":{"allOf":[{"$ref":"#/components/schemas/OpenMonitoringInfo"},{"xml":{"name":"openMonitoring"},"description":"\n <p>The settings for open monitoring.</p>\n "}]},"KafkaVersion":{"allOf":[{"$ref":"#/components/schemas/__stringMin1Max128"},{"xml":{"name":"kafkaVersion"},"description":"\n <p>The Apache Kafka version that you want for the cluster.</p>\n "}]},"LoggingInfo":{"allOf":[{"$ref":"#/components/schemas/LoggingInfo"},{"xml":{"name":"loggingInfo"},"description":"\n <p>Log delivery information for the cluster.</p>\n "}]},"NumberOfBrokerNodes":{"allOf":[{"$ref":"#/components/schemas/__integerMin1Max15"},{"xml":{"name":"numberOfBrokerNodes"},"description":"\n <p>The number of broker nodes in the cluster.</p>\n "}]},"StorageMode":{"allOf":[{"$ref":"#/components/schemas/StorageMode"},{"xml":{"name":"storageMode"},"description":"\n <p>This controls storage mode for supported storage tiers.</p>\n "}]}}},"serverless":{"description":"\n <p>Serverless cluster request.</p>\n ","type":"object","properties":{"VpcConfigs":{"allOf":[{"$ref":"#/components/schemas/__listOfVpcConfig"},{"xml":{"name":"vpcConfigs"},"description":"\n <p>The configuration of the Amazon VPCs for the cluster.</p>\n "}]},"ClientAuthentication":{"allOf":[{"$ref":"#/components/schemas/ServerlessClientAuthentication"},{"xml":{"name":"clientAuthentication"},"description":"\n <p>Includes all client authentication information.</p>\n "}]}}}}}}}}},"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":"ListClustersV2","description":"\n <p>Returns a list of all the MSK clusters in the current Region.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListClustersV2Response"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterNameFilter","in":"query","required":false,"description":"\n <p>Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>\n ","schema":{"type":"string"}},{"name":"clusterTypeFilter","in":"query","required":false,"description":"\n <p>Specify either PROVISIONED or SERVERLESS.</p>\n ","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"\n <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>\n ","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"\n <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.</p>\n ","schema":{"type":"string"}},{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}]}},"/v1/configurations":{"post":{"operationId":"CreateConfiguration","description":"\n <p>Creates a new MSK configuration.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateConfigurationResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"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":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","serverProperties"],"properties":{"description":{"description":"\n <p>The description of the configuration.</p>\n ","type":"string"},"kafkaVersions":{"description":"\n <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>\n ","type":"array","items":{"$ref":"#/components/schemas/__string"}},"name":{"description":"\n <p>The name of the configuration.</p>\n ","type":"string"},"serverProperties":{"description":"\n <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded. \n When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>\n ","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":"ListConfigurations","description":"\n <p>Returns a list of all the MSK configurations in this Region.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListConfigurationsResponse"}}}},"480":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"483":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"484":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"maxResults","in":"query","required":false,"description":"\n <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>\n ","schema":{"type":"integer","minimum":1,"maximum":100}},{"name":"nextToken","in":"query","required":false,"description":"\n <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.</p>\n ","schema":{"type":"string"}},{"name":"MaxResults","in":"query","schema":{"type":"string"},"description":"Pagination limit","required":false},{"name":"NextToken","in":"query","schema":{"type":"string"},"description":"Pagination token","required":false}]}},"/v1/vpc-connection":{"post":{"operationId":"CreateVpcConnection","description":"\n <p>Creates a new MSK VPC connection.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateVpcConnectionResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"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"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["targetClusterArn","authentication","vpcId","clientSubnets","securityGroups"],"properties":{"targetClusterArn":{"description":"\n <p>The cluster Amazon Resource Name (ARN) for the VPC connection.</p>\n ","type":"string"},"authentication":{"description":"\n <p>The authentication type of VPC connection.</p>\n ","type":"string"},"vpcId":{"description":"\n <p>The VPC ID of VPC connection.</p>\n ","type":"string"},"clientSubnets":{"description":"\n <p>The list of client subnets.</p>\n ","type":"array","items":{"$ref":"#/components/schemas/__string"}},"securityGroups":{"description":"\n <p>The list of security groups.</p>\n ","type":"array","items":{"$ref":"#/components/schemas/__string"}},"tags":{"description":"\n <p>A map of tags for the VPC connection.</p>\n ","type":"object","additionalProperties":{"$ref":"#/components/schemas/__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/clusters/{clusterArn}":{"delete":{"operationId":"DeleteCluster","description":"\n <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteClusterResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>\n ","schema":{"type":"string"}},{"name":"currentVersion","in":"query","required":false,"description":"\n <p>The current version of the MSK cluster.</p>\n ","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":"DescribeCluster","description":"\n <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeClusterResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"483":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"484":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>\n ","schema":{"type":"string"}}]}},"/v1/clusters/{clusterArn}/policy":{"delete":{"operationId":"DeleteClusterPolicy","description":"\n <p>Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteClusterPolicyResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the cluster.</p>\n ","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":"GetClusterPolicy","description":"\n <p>Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetClusterPolicyResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the cluster.</p>\n ","schema":{"type":"string"}}]},"put":{"operationId":"PutClusterPolicy","description":"\n <p>Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutClusterPolicyResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"482":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the cluster.</p>\n ","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["policy"],"properties":{"currentVersion":{"description":"\n <p>The policy version.</p>\n ","type":"string"},"policy":{"description":"\n <p>The policy.</p>\n ","type":"string"}}}}}}}},"/v1/configurations/{arn}":{"delete":{"operationId":"DeleteConfiguration","description":"\n <p>Deletes an MSK Configuration.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteConfigurationResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"arn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>\n ","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":"DescribeConfiguration","description":"\n <p>Returns a description of this MSK configuration.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeConfigurationResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"arn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>\n ","schema":{"type":"string"}}]},"put":{"operationId":"UpdateConfiguration","description":"\n <p>Updates an MSK configuration.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateConfigurationResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"arn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) of the configuration.</p>\n ","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["serverProperties"],"properties":{"description":{"description":"\n <p>The description of the configuration revision.</p>\n ","type":"string"},"serverProperties":{"description":"\n <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded. \n When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>\n ","type":"string"}}}}}}}},"/v1/vpc-connection/{arn}":{"delete":{"operationId":"DeleteVpcConnection","description":"\n <p>Deletes a MSK VPC connection.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteVpcConnectionResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"arn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.</p>\n ","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":"DescribeVpcConnection","description":"\n <p>Returns a description of this MSK VPC connection.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeVpcConnectionResponse"}}}},"480":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"481":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"482":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"483":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}},"484":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"485":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"arn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.</p>\n ","schema":{"type":"string"}}]}},"/api/v2/clusters/{clusterArn}":{"get":{"operationId":"DescribeClusterV2","description":"\n <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeClusterV2Response"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotFoundException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"UnauthorizedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UnauthorizedException"}}}},"483":{"description":"InternalServerErrorException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorException"}}}},"484":{"description":"ForbiddenException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForbiddenException"}}}}},"parameters":[{"name":"clusterArn","in":"path","required":true,"description":"\n <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>\n ","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/operations/{clusterOperationArn}":{"get":{"operationId":"DescribeClusterOperation","description":"\n <p>Returns a description of the cluster operation specified by the ARN.</p>\n ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeClusterOperationResponse"}}}},"480":{"description":"NotFoundException","content":{"application/json":{"schema":{"$ref":"#/component