|
14 | 14 | "ListClusters" : "<p>Returns a list of all the MSK clusters in the current Region.</p>", |
15 | 15 | "ListConfigurationRevisions" : "<p>Returns a list of all the revisions of an MSK configuration.</p>", |
16 | 16 | "ListConfigurations" : "<p>Returns a list of all the MSK configurations in this Region.</p>", |
| 17 | + "ListKafkaVersions" : "<p>Returns a list of Kafka versions.</p>", |
17 | 18 | "ListNodes" : "<p>Returns a list of the broker nodes in the cluster.</p>", |
18 | 19 | "ListTagsForResource" : "<p>Returns a list of the tags associated with the specified resource.</p>", |
19 | 20 | "TagResource" : "<p>Adds tags to the specified MSK resource.</p>", |
|
226 | 227 | "PrometheusInfo$JmxExporter" : "<p>JMX Exporter settings.</p>" |
227 | 228 | } |
228 | 229 | }, |
| 230 | + "KafkaVersion" : { |
| 231 | + "base" : "<p>Information about a Kafka version.</p>", |
| 232 | + "refs" : { |
| 233 | + "__listOfKafkaVersion$member" : null |
| 234 | + } |
| 235 | + }, |
| 236 | + "KafkaVersionStatus" : { |
| 237 | + "base" : "<p>The status of a Kafka version.</p>", |
| 238 | + "refs" : { |
| 239 | + "KafkaVersion$Status" : null |
| 240 | + } |
| 241 | + }, |
229 | 242 | "ListClusterOperationsResponse" : { |
230 | 243 | "base" : "<p>The response contains an array containing cluster operation information and a next token if the response is truncated.</p>", |
231 | 244 | "refs" : { } |
|
242 | 255 | "base" : "<p>The response contains an array of Configuration and a next token if the response is truncated.</p>", |
243 | 256 | "refs" : { } |
244 | 257 | }, |
| 258 | + "ListKafkaVersionsResponse" : { |
| 259 | + "base" : "<p>Response for ListKafkaVersions.</p>", |
| 260 | + "refs" : { } |
| 261 | + }, |
245 | 262 | "ListNodesResponse" : { |
246 | 263 | "base" : "<p>Information about nodes in the cluster.</p>", |
247 | 264 | "refs" : { } |
|
315 | 332 | "base" : "<p>Returns information about an error.</p>", |
316 | 333 | "refs" : { } |
317 | 334 | }, |
| 335 | + "StateInfo" : { |
| 336 | + "base" : "<p>Contains information about the state of the Amazon MSK cluster.</p>", |
| 337 | + "refs" : { |
| 338 | + "ClusterInfo$StateInfo" : "<p>Contains information about the state of the Amazon MSK cluster.</p>" |
| 339 | + } |
| 340 | + }, |
318 | 341 | "StorageInfo" : { |
319 | 342 | "base" : "<p>Contains information about storage volumes attached to MSK broker nodes.</p>", |
320 | 343 | "refs" : { |
|
447 | 470 | "ListConfigurationRevisionsResponse$Revisions" : "<p>List of ConfigurationRevision objects.</p>" |
448 | 471 | } |
449 | 472 | }, |
| 473 | + "__listOfKafkaVersion" : { |
| 474 | + "base" : null, |
| 475 | + "refs" : { |
| 476 | + "ListKafkaVersionsResponse$KafkaVersions" : "<p>An array of Kafka version objects.</p>" |
| 477 | + } |
| 478 | + }, |
450 | 479 | "__listOfNodeInfo" : { |
451 | 480 | "base" : null, |
452 | 481 | "refs" : { |
|
527 | 556 | "ErrorInfo$ErrorString" : "<p>An optional field to provide more details about the error.</p>", |
528 | 557 | "GetBootstrapBrokersResponse$BootstrapBrokerString" : "<p>A string containing one or more hostname:port pairs.</p>", |
529 | 558 | "GetBootstrapBrokersResponse$BootstrapBrokerStringTls" : "<p>A string containing one or more DNS names (or IP) and TLS port pairs. The following is an example.</p> <programlisting>{\n \"BootstrapBrokerStringTls\": \"b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094\"\n}</programlisting>", |
| 559 | + "KafkaVersion$Version" : "<p>The Kafka version.</p>", |
530 | 560 | "ListClusterOperationsResponse$NextToken" : "<p>If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.</p>", |
531 | 561 | "ListClustersResponse$NextToken" : "<p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.</p>", |
532 | 562 | "ListConfigurationRevisionsResponse$NextToken" : "<p>Paginated results marker.</p>", |
533 | 563 | "ListConfigurationsResponse$NextToken" : "<p>The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.</p>", |
| 564 | + "ListKafkaVersionsResponse$NextToken" : "<p>Paginated results marker.</p>", |
534 | 565 | "ListNodesResponse$NextToken" : "<p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.</p>", |
535 | 566 | "NodeInfo$AddedToClusterTime" : "<p>The start time.</p>", |
536 | 567 | "NodeInfo$InstanceType" : "<p>The instance type.</p>", |
537 | 568 | "NodeInfo$NodeARN" : "<p>The Amazon Resource Name (ARN) of the node.</p>", |
| 569 | + "StateInfo$Code" : "<p>If the cluster is in an unusable state, this field contains the code that describes the issue.</p>", |
| 570 | + "StateInfo$Message" : "<p>If the cluster is in an unusable state, this field contains a message that describes the issue.</p>", |
538 | 571 | "UpdateBrokerCountRequest$CurrentVersion" : "<p>The current version of the cluster.</p>", |
539 | 572 | "UpdateBrokerCountResponse$ClusterArn" : "<p>The Amazon Resource Name (ARN) of the cluster.</p>", |
540 | 573 | "UpdateBrokerCountResponse$ClusterOperationArn" : "<p>The Amazon Resource Name (ARN) of the cluster operation.</p>", |
|
0 commit comments