oci-managedkafka 2.116.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +310 -0
- package/lib/client.js +1652 -0
- package/lib/client.js.map +1 -0
- package/lib/kafkacluster-waiter.d.ts +44 -0
- package/lib/kafkacluster-waiter.js +88 -0
- package/lib/kafkacluster-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/bootstrap-url.d.ts +29 -0
- package/lib/model/bootstrap-url.js +29 -0
- package/lib/model/bootstrap-url.js.map +1 -0
- package/lib/model/broker-shape.d.ts +33 -0
- package/lib/model/broker-shape.js +29 -0
- package/lib/model/broker-shape.js.map +1 -0
- package/lib/model/change-kafka-cluster-compartment-details.d.ts +26 -0
- package/lib/model/change-kafka-cluster-compartment-details.js +29 -0
- package/lib/model/change-kafka-cluster-compartment-details.js.map +1 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.d.ts +26 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.js +29 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.js.map +1 -0
- package/lib/model/create-kafka-cluster-config-details.d.ts +54 -0
- package/lib/model/create-kafka-cluster-config-details.js +57 -0
- package/lib/model/create-kafka-cluster-config-details.js.map +1 -0
- package/lib/model/create-kafka-cluster-details.d.ts +85 -0
- package/lib/model/create-kafka-cluster-details.js +65 -0
- package/lib/model/create-kafka-cluster-details.js.map +1 -0
- package/lib/model/enable-superuser-details.d.ts +30 -0
- package/lib/model/enable-superuser-details.js +29 -0
- package/lib/model/enable-superuser-details.js.map +1 -0
- package/lib/model/index.d.ts +76 -0
- package/lib/model/index.js +99 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/kafka-cluster-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-collection.js +61 -0
- package/lib/model/kafka-cluster-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-config-collection.js +61 -0
- package/lib/model/kafka-cluster-config-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-summary.d.ts +90 -0
- package/lib/model/kafka-cluster-config-summary.js +29 -0
- package/lib/model/kafka-cluster-config-summary.js.map +1 -0
- package/lib/model/kafka-cluster-config-version-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-config-version-collection.js +61 -0
- package/lib/model/kafka-cluster-config-version-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-version-summary.d.ts +35 -0
- package/lib/model/kafka-cluster-config-version-summary.js +29 -0
- package/lib/model/kafka-cluster-config-version-summary.js.map +1 -0
- package/lib/model/kafka-cluster-config-version.d.ts +42 -0
- package/lib/model/kafka-cluster-config-version.js +29 -0
- package/lib/model/kafka-cluster-config-version.js.map +1 -0
- package/lib/model/kafka-cluster-config.d.ts +108 -0
- package/lib/model/kafka-cluster-config.js +69 -0
- package/lib/model/kafka-cluster-config.js.map +1 -0
- package/lib/model/kafka-cluster-summary.d.ts +119 -0
- package/lib/model/kafka-cluster-summary.js +65 -0
- package/lib/model/kafka-cluster-summary.js.map +1 -0
- package/lib/model/kafka-cluster.d.ts +167 -0
- package/lib/model/kafka-cluster.js +109 -0
- package/lib/model/kafka-cluster.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +32 -0
- package/lib/model/operation-type.js +43 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subnet-set.d.ts +25 -0
- package/lib/model/subnet-set.js +29 -0
- package/lib/model/subnet-set.js.map +1 -0
- package/lib/model/update-kafka-cluster-config-details.d.ts +49 -0
- package/lib/model/update-kafka-cluster-config-details.js +57 -0
- package/lib/model/update-kafka-cluster-config-details.js.map +1 -0
- package/lib/model/update-kafka-cluster-details.d.ts +69 -0
- package/lib/model/update-kafka-cluster-details.js +65 -0
- package/lib/model/update-kafka-cluster-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-kafka-cluster-compartment-request.d.ts +43 -0
- package/lib/request/change-kafka-cluster-compartment-request.js +15 -0
- package/lib/request/change-kafka-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.d.ts +43 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.js +15 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.js.map +1 -0
- package/lib/request/create-kafka-cluster-config-request.d.ts +40 -0
- package/lib/request/create-kafka-cluster-config-request.js +15 -0
- package/lib/request/create-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/create-kafka-cluster-request.d.ts +40 -0
- package/lib/request/create-kafka-cluster-request.js +15 -0
- package/lib/request/create-kafka-cluster-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-config-request.d.ts +38 -0
- package/lib/request/delete-kafka-cluster-config-request.js +15 -0
- package/lib/request/delete-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-config-version-request.d.ts +42 -0
- package/lib/request/delete-kafka-cluster-config-version-request.js +15 -0
- package/lib/request/delete-kafka-cluster-config-version-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-request.d.ts +38 -0
- package/lib/request/delete-kafka-cluster-request.js +15 -0
- package/lib/request/delete-kafka-cluster-request.js.map +1 -0
- package/lib/request/disable-superuser-request.d.ts +47 -0
- package/lib/request/disable-superuser-request.js +15 -0
- package/lib/request/disable-superuser-request.js.map +1 -0
- package/lib/request/enable-superuser-request.d.ts +52 -0
- package/lib/request/enable-superuser-request.js +15 -0
- package/lib/request/enable-superuser-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-config-request.d.ts +30 -0
- package/lib/request/get-kafka-cluster-config-request.js +15 -0
- package/lib/request/get-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-config-version-request.d.ts +34 -0
- package/lib/request/get-kafka-cluster-config-version-request.js +15 -0
- package/lib/request/get-kafka-cluster-config-version-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-request.d.ts +30 -0
- package/lib/request/get-kafka-cluster-request.js +15 -0
- package/lib/request/get-kafka-cluster-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +56 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-kafka-cluster-config-versions-request.d.ts +60 -0
- package/lib/request/list-kafka-cluster-config-versions-request.js +23 -0
- package/lib/request/list-kafka-cluster-config-versions-request.js.map +1 -0
- package/lib/request/list-kafka-cluster-configs-request.d.ts +75 -0
- package/lib/request/list-kafka-cluster-configs-request.js +24 -0
- package/lib/request/list-kafka-cluster-configs-request.js.map +1 -0
- package/lib/request/list-kafka-clusters-request.d.ts +75 -0
- package/lib/request/list-kafka-clusters-request.js +24 -0
- package/lib/request/list-kafka-clusters-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-kafka-cluster-config-request.d.ts +43 -0
- package/lib/request/update-kafka-cluster-config-request.js +15 -0
- package/lib/request/update-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/update-kafka-cluster-request.d.ts +43 -0
- package/lib/request/update-kafka-cluster-request.js +15 -0
- package/lib/request/update-kafka-cluster-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-kafka-cluster-compartment-response.d.ts +26 -0
- package/lib/response/change-kafka-cluster-compartment-response.js +15 -0
- package/lib/response/change-kafka-cluster-compartment-response.js.map +1 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.d.ts +20 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.js +15 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.js.map +1 -0
- package/lib/response/create-kafka-cluster-config-response.d.ts +38 -0
- package/lib/response/create-kafka-cluster-config-response.js +15 -0
- package/lib/response/create-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/create-kafka-cluster-response.d.ts +44 -0
- package/lib/response/create-kafka-cluster-response.js +15 -0
- package/lib/response/create-kafka-cluster-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-config-response.d.ts +20 -0
- package/lib/response/delete-kafka-cluster-config-response.js +15 -0
- package/lib/response/delete-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-config-version-response.d.ts +20 -0
- package/lib/response/delete-kafka-cluster-config-version-response.js +15 -0
- package/lib/response/delete-kafka-cluster-config-version-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-response.d.ts +26 -0
- package/lib/response/delete-kafka-cluster-response.js +15 -0
- package/lib/response/delete-kafka-cluster-response.js.map +1 -0
- package/lib/response/disable-superuser-response.d.ts +26 -0
- package/lib/response/disable-superuser-response.js +15 -0
- package/lib/response/disable-superuser-response.js.map +1 -0
- package/lib/response/enable-superuser-response.d.ts +26 -0
- package/lib/response/enable-superuser-response.js +15 -0
- package/lib/response/enable-superuser-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-config-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-config-response.js +15 -0
- package/lib/response/get-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-config-version-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-config-version-response.js +15 -0
- package/lib/response/get-kafka-cluster-config-version-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-response.js +15 -0
- package/lib/response/get-kafka-cluster-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +56 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-kafka-cluster-config-versions-response.d.ts +31 -0
- package/lib/response/list-kafka-cluster-config-versions-response.js +15 -0
- package/lib/response/list-kafka-cluster-config-versions-response.js.map +1 -0
- package/lib/response/list-kafka-cluster-configs-response.d.ts +31 -0
- package/lib/response/list-kafka-cluster-configs-response.js +15 -0
- package/lib/response/list-kafka-cluster-configs-response.js.map +1 -0
- package/lib/response/list-kafka-clusters-response.d.ts +31 -0
- package/lib/response/list-kafka-clusters-response.js +15 -0
- package/lib/response/list-kafka-clusters-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-kafka-cluster-config-response.d.ts +30 -0
- package/lib/response/update-kafka-cluster-config-response.js +15 -0
- package/lib/response/update-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/update-kafka-cluster-response.d.ts +36 -0
- package/lib/response/update-kafka-cluster-response.js +15 -0
- package/lib/response/update-kafka-cluster-response.js.map +1 -0
- package/package.json +29 -0
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
import * as requests from "./request";
|
|
15
|
+
import * as responses from "./response";
|
|
16
|
+
import { KafkaClusterWaiter } from "./kafkacluster-waiter";
|
|
17
|
+
declare const Breaker: any;
|
|
18
|
+
export declare enum KafkaClusterApiKeys {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
|
+
*/
|
|
23
|
+
export declare class KafkaClusterClient {
|
|
24
|
+
protected static serviceEndpointTemplate: string;
|
|
25
|
+
protected static endpointServiceName: string;
|
|
26
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
27
|
+
protected "_endpoint": string;
|
|
28
|
+
protected "_defaultHeaders": any;
|
|
29
|
+
protected "_waiters": KafkaClusterWaiter;
|
|
30
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
31
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
32
|
+
protected _httpOptions: any;
|
|
33
|
+
protected _bodyDuplexMode: any;
|
|
34
|
+
targetService: string;
|
|
35
|
+
protected _regionId: string;
|
|
36
|
+
protected "_region": common.Region;
|
|
37
|
+
protected _lastSetRegionOrRegionId: string;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
40
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
41
|
+
/**
|
|
42
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
43
|
+
*/
|
|
44
|
+
get endpoint(): string;
|
|
45
|
+
/**
|
|
46
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
47
|
+
* @param endpoint The endpoint of the service.
|
|
48
|
+
*/
|
|
49
|
+
set endpoint(endpoint: string);
|
|
50
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
51
|
+
/**
|
|
52
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
53
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
54
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
55
|
+
*/
|
|
56
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
57
|
+
/**
|
|
58
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
59
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
60
|
+
* @param region The region of the service.
|
|
61
|
+
*/
|
|
62
|
+
set region(region: common.Region);
|
|
63
|
+
/**
|
|
64
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
65
|
+
*
|
|
66
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
67
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
68
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
69
|
+
* @param regionId The public region ID.
|
|
70
|
+
*/
|
|
71
|
+
set regionId(regionId: string);
|
|
72
|
+
/**
|
|
73
|
+
* Creates a new KafkaClusterWaiter for resources for this service.
|
|
74
|
+
*
|
|
75
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
76
|
+
* @return The service waiters.
|
|
77
|
+
*/
|
|
78
|
+
createWaiters(config?: common.WaiterConfiguration): KafkaClusterWaiter;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the waiters available for resources for this service.
|
|
81
|
+
*
|
|
82
|
+
* @return The service waiters.
|
|
83
|
+
*/
|
|
84
|
+
getWaiters(): KafkaClusterWaiter;
|
|
85
|
+
/**
|
|
86
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
87
|
+
*/
|
|
88
|
+
shutdownCircuitBreaker(): void;
|
|
89
|
+
/**
|
|
90
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
91
|
+
*/
|
|
92
|
+
closeProvider(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Close the client once it is no longer needed
|
|
95
|
+
*/
|
|
96
|
+
close(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Cancels a work request.
|
|
99
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
100
|
+
* @param CancelWorkRequestRequest
|
|
101
|
+
* @return CancelWorkRequestResponse
|
|
102
|
+
* @throws OciError when an error occurs
|
|
103
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
104
|
+
*/
|
|
105
|
+
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Moves a KafkaCluster into a different compartment within the same tenancy. For information about moving resources between
|
|
108
|
+
* compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
109
|
+
*
|
|
110
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
111
|
+
* @param ChangeKafkaClusterCompartmentRequest
|
|
112
|
+
* @return ChangeKafkaClusterCompartmentResponse
|
|
113
|
+
* @throws OciError when an error occurs
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ChangeKafkaClusterCompartment.ts.html |here} to see how to use ChangeKafkaClusterCompartment API.
|
|
115
|
+
*/
|
|
116
|
+
changeKafkaClusterCompartment(changeKafkaClusterCompartmentRequest: requests.ChangeKafkaClusterCompartmentRequest): Promise<responses.ChangeKafkaClusterCompartmentResponse>;
|
|
117
|
+
/**
|
|
118
|
+
* Moves a KafkaClusterConfig into a different compartment within the same tenancy. For information about moving resources between
|
|
119
|
+
* compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
120
|
+
*
|
|
121
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
122
|
+
* @param ChangeKafkaClusterConfigCompartmentRequest
|
|
123
|
+
* @return ChangeKafkaClusterConfigCompartmentResponse
|
|
124
|
+
* @throws OciError when an error occurs
|
|
125
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ChangeKafkaClusterConfigCompartment.ts.html |here} to see how to use ChangeKafkaClusterConfigCompartment API.
|
|
126
|
+
*/
|
|
127
|
+
changeKafkaClusterConfigCompartment(changeKafkaClusterConfigCompartmentRequest: requests.ChangeKafkaClusterConfigCompartmentRequest): Promise<responses.ChangeKafkaClusterConfigCompartmentResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* Creates a KafkaCluster.
|
|
130
|
+
*
|
|
131
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
132
|
+
* @param CreateKafkaClusterRequest
|
|
133
|
+
* @return CreateKafkaClusterResponse
|
|
134
|
+
* @throws OciError when an error occurs
|
|
135
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/CreateKafkaCluster.ts.html |here} to see how to use CreateKafkaCluster API.
|
|
136
|
+
*/
|
|
137
|
+
createKafkaCluster(createKafkaClusterRequest: requests.CreateKafkaClusterRequest): Promise<responses.CreateKafkaClusterResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Creates a KafkaClusterConfig.
|
|
140
|
+
*
|
|
141
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
|
+
* @param CreateKafkaClusterConfigRequest
|
|
143
|
+
* @return CreateKafkaClusterConfigResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/CreateKafkaClusterConfig.ts.html |here} to see how to use CreateKafkaClusterConfig API.
|
|
146
|
+
*/
|
|
147
|
+
createKafkaClusterConfig(createKafkaClusterConfigRequest: requests.CreateKafkaClusterConfigRequest): Promise<responses.CreateKafkaClusterConfigResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Deletes a KafkaCluster.
|
|
150
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
151
|
+
* @param DeleteKafkaClusterRequest
|
|
152
|
+
* @return DeleteKafkaClusterResponse
|
|
153
|
+
* @throws OciError when an error occurs
|
|
154
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/DeleteKafkaCluster.ts.html |here} to see how to use DeleteKafkaCluster API.
|
|
155
|
+
*/
|
|
156
|
+
deleteKafkaCluster(deleteKafkaClusterRequest: requests.DeleteKafkaClusterRequest): Promise<responses.DeleteKafkaClusterResponse>;
|
|
157
|
+
/**
|
|
158
|
+
* Deletes a KafkaClusterConfig.
|
|
159
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
160
|
+
* @param DeleteKafkaClusterConfigRequest
|
|
161
|
+
* @return DeleteKafkaClusterConfigResponse
|
|
162
|
+
* @throws OciError when an error occurs
|
|
163
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/DeleteKafkaClusterConfig.ts.html |here} to see how to use DeleteKafkaClusterConfig API.
|
|
164
|
+
*/
|
|
165
|
+
deleteKafkaClusterConfig(deleteKafkaClusterConfigRequest: requests.DeleteKafkaClusterConfigRequest): Promise<responses.DeleteKafkaClusterConfigResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* Deletes a KafkaClusterConfig version.
|
|
168
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
169
|
+
* @param DeleteKafkaClusterConfigVersionRequest
|
|
170
|
+
* @return DeleteKafkaClusterConfigVersionResponse
|
|
171
|
+
* @throws OciError when an error occurs
|
|
172
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/DeleteKafkaClusterConfigVersion.ts.html |here} to see how to use DeleteKafkaClusterConfigVersion API.
|
|
173
|
+
*/
|
|
174
|
+
deleteKafkaClusterConfigVersion(deleteKafkaClusterConfigVersionRequest: requests.DeleteKafkaClusterConfigVersionRequest): Promise<responses.DeleteKafkaClusterConfigVersionResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* Removes the SASL superuser to the Kafka cluster.
|
|
177
|
+
*
|
|
178
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
179
|
+
* @param DisableSuperuserRequest
|
|
180
|
+
* @return DisableSuperuserResponse
|
|
181
|
+
* @throws OciError when an error occurs
|
|
182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/DisableSuperuser.ts.html |here} to see how to use DisableSuperuser API.
|
|
183
|
+
*/
|
|
184
|
+
disableSuperuser(disableSuperuserRequest: requests.DisableSuperuserRequest): Promise<responses.DisableSuperuserResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.
|
|
187
|
+
*
|
|
188
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
189
|
+
* @param EnableSuperuserRequest
|
|
190
|
+
* @return EnableSuperuserResponse
|
|
191
|
+
* @throws OciError when an error occurs
|
|
192
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/EnableSuperuser.ts.html |here} to see how to use EnableSuperuser API.
|
|
193
|
+
*/
|
|
194
|
+
enableSuperuser(enableSuperuserRequest: requests.EnableSuperuserRequest): Promise<responses.EnableSuperuserResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* Gets information about a KafkaCluster.
|
|
197
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
198
|
+
* @param GetKafkaClusterRequest
|
|
199
|
+
* @return GetKafkaClusterResponse
|
|
200
|
+
* @throws OciError when an error occurs
|
|
201
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/GetKafkaCluster.ts.html |here} to see how to use GetKafkaCluster API.
|
|
202
|
+
*/
|
|
203
|
+
getKafkaCluster(getKafkaClusterRequest: requests.GetKafkaClusterRequest): Promise<responses.GetKafkaClusterResponse>;
|
|
204
|
+
/**
|
|
205
|
+
* Gets information about a KafkaClusterConfig.
|
|
206
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
207
|
+
* @param GetKafkaClusterConfigRequest
|
|
208
|
+
* @return GetKafkaClusterConfigResponse
|
|
209
|
+
* @throws OciError when an error occurs
|
|
210
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/GetKafkaClusterConfig.ts.html |here} to see how to use GetKafkaClusterConfig API.
|
|
211
|
+
*/
|
|
212
|
+
getKafkaClusterConfig(getKafkaClusterConfigRequest: requests.GetKafkaClusterConfigRequest): Promise<responses.GetKafkaClusterConfigResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* Gets information about a KafkaClusterConfig version.
|
|
215
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
216
|
+
* @param GetKafkaClusterConfigVersionRequest
|
|
217
|
+
* @return GetKafkaClusterConfigVersionResponse
|
|
218
|
+
* @throws OciError when an error occurs
|
|
219
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/GetKafkaClusterConfigVersion.ts.html |here} to see how to use GetKafkaClusterConfigVersion API.
|
|
220
|
+
*/
|
|
221
|
+
getKafkaClusterConfigVersion(getKafkaClusterConfigVersionRequest: requests.GetKafkaClusterConfigVersionRequest): Promise<responses.GetKafkaClusterConfigVersionResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* Gets the details of a work request.
|
|
224
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
225
|
+
* @param GetWorkRequestRequest
|
|
226
|
+
* @return GetWorkRequestResponse
|
|
227
|
+
* @throws OciError when an error occurs
|
|
228
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
229
|
+
*/
|
|
230
|
+
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
231
|
+
/**
|
|
232
|
+
* Gets a list of KafkaClusterConfig Versions.
|
|
233
|
+
*
|
|
234
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
235
|
+
* @param ListKafkaClusterConfigVersionsRequest
|
|
236
|
+
* @return ListKafkaClusterConfigVersionsResponse
|
|
237
|
+
* @throws OciError when an error occurs
|
|
238
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListKafkaClusterConfigVersions.ts.html |here} to see how to use ListKafkaClusterConfigVersions API.
|
|
239
|
+
*/
|
|
240
|
+
listKafkaClusterConfigVersions(listKafkaClusterConfigVersionsRequest: requests.ListKafkaClusterConfigVersionsRequest): Promise<responses.ListKafkaClusterConfigVersionsResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* Gets a list of KafkaClusterConfigs.
|
|
243
|
+
*
|
|
244
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
245
|
+
* @param ListKafkaClusterConfigsRequest
|
|
246
|
+
* @return ListKafkaClusterConfigsResponse
|
|
247
|
+
* @throws OciError when an error occurs
|
|
248
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListKafkaClusterConfigs.ts.html |here} to see how to use ListKafkaClusterConfigs API.
|
|
249
|
+
*/
|
|
250
|
+
listKafkaClusterConfigs(listKafkaClusterConfigsRequest: requests.ListKafkaClusterConfigsRequest): Promise<responses.ListKafkaClusterConfigsResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* Gets a list of KafkaClusters.
|
|
253
|
+
*
|
|
254
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
255
|
+
* @param ListKafkaClustersRequest
|
|
256
|
+
* @return ListKafkaClustersResponse
|
|
257
|
+
* @throws OciError when an error occurs
|
|
258
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListKafkaClusters.ts.html |here} to see how to use ListKafkaClusters API.
|
|
259
|
+
*/
|
|
260
|
+
listKafkaClusters(listKafkaClustersRequest: requests.ListKafkaClustersRequest): Promise<responses.ListKafkaClustersResponse>;
|
|
261
|
+
/**
|
|
262
|
+
* Lists the errors for a work request.
|
|
263
|
+
*
|
|
264
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
265
|
+
* @param ListWorkRequestErrorsRequest
|
|
266
|
+
* @return ListWorkRequestErrorsResponse
|
|
267
|
+
* @throws OciError when an error occurs
|
|
268
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
269
|
+
*/
|
|
270
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
271
|
+
/**
|
|
272
|
+
* Lists the logs for a work request.
|
|
273
|
+
*
|
|
274
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
275
|
+
* @param ListWorkRequestLogsRequest
|
|
276
|
+
* @return ListWorkRequestLogsResponse
|
|
277
|
+
* @throws OciError when an error occurs
|
|
278
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
279
|
+
*/
|
|
280
|
+
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
281
|
+
/**
|
|
282
|
+
* Lists the work requests in a compartment.
|
|
283
|
+
*
|
|
284
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
285
|
+
* @param ListWorkRequestsRequest
|
|
286
|
+
* @return ListWorkRequestsResponse
|
|
287
|
+
* @throws OciError when an error occurs
|
|
288
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
289
|
+
*/
|
|
290
|
+
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
291
|
+
/**
|
|
292
|
+
* Updates a KafkaCluster.
|
|
293
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
294
|
+
* @param UpdateKafkaClusterRequest
|
|
295
|
+
* @return UpdateKafkaClusterResponse
|
|
296
|
+
* @throws OciError when an error occurs
|
|
297
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/UpdateKafkaCluster.ts.html |here} to see how to use UpdateKafkaCluster API.
|
|
298
|
+
*/
|
|
299
|
+
updateKafkaCluster(updateKafkaClusterRequest: requests.UpdateKafkaClusterRequest): Promise<responses.UpdateKafkaClusterResponse>;
|
|
300
|
+
/**
|
|
301
|
+
* Updates a KafkaClusterConfig.
|
|
302
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
303
|
+
* @param UpdateKafkaClusterConfigRequest
|
|
304
|
+
* @return UpdateKafkaClusterConfigResponse
|
|
305
|
+
* @throws OciError when an error occurs
|
|
306
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managedkafka/UpdateKafkaClusterConfig.ts.html |here} to see how to use UpdateKafkaClusterConfig API.
|
|
307
|
+
*/
|
|
308
|
+
updateKafkaClusterConfig(updateKafkaClusterConfigRequest: requests.UpdateKafkaClusterConfigRequest): Promise<responses.UpdateKafkaClusterConfigResponse>;
|
|
309
|
+
}
|
|
310
|
+
export {};
|