oci-streaming 2.5.2 → 2.8.0
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/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client.d.ts +60 -28
- package/lib/client.js +126 -54
- package/lib/client.js.map +1 -1
- package/lib/model/change-connect-harness-compartment-details.d.ts +2 -2
- package/lib/model/change-connect-harness-compartment-details.js +2 -2
- package/lib/model/change-stream-compartment-details.d.ts +2 -2
- package/lib/model/change-stream-compartment-details.js +2 -2
- package/lib/model/change-stream-pool-compartment-details.d.ts +2 -2
- package/lib/model/change-stream-pool-compartment-details.js +2 -2
- package/lib/model/connect-harness-summary.d.ts +2 -2
- package/lib/model/connect-harness-summary.js +2 -2
- package/lib/model/connect-harness.d.ts +2 -2
- package/lib/model/connect-harness.js +2 -2
- package/lib/model/create-connect-harness-details.d.ts +2 -2
- package/lib/model/create-connect-harness-details.js +2 -2
- package/lib/model/create-cursor-details.d.ts +2 -2
- package/lib/model/create-cursor-details.js +2 -2
- package/lib/model/create-group-cursor-details.d.ts +2 -2
- package/lib/model/create-group-cursor-details.js +2 -2
- package/lib/model/create-stream-details.d.ts +2 -2
- package/lib/model/create-stream-details.js +2 -2
- package/lib/model/create-stream-pool-details.d.ts +2 -2
- package/lib/model/create-stream-pool-details.js +2 -2
- package/lib/model/cursor.d.ts +2 -2
- package/lib/model/cursor.js +2 -2
- package/lib/model/custom-encryption-key-details.d.ts +2 -2
- package/lib/model/custom-encryption-key-details.js +2 -2
- package/lib/model/custom-encryption-key.d.ts +2 -2
- package/lib/model/custom-encryption-key.js +2 -2
- package/lib/model/group.d.ts +2 -2
- package/lib/model/group.js +2 -2
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +2 -2
- package/lib/model/kafka-settings.d.ts +2 -2
- package/lib/model/kafka-settings.js +2 -2
- package/lib/model/message.d.ts +2 -2
- package/lib/model/message.js +2 -2
- package/lib/model/partition-reservation.d.ts +2 -2
- package/lib/model/partition-reservation.js +2 -2
- package/lib/model/private-endpoint-details.d.ts +2 -2
- package/lib/model/private-endpoint-details.js +2 -2
- package/lib/model/private-endpoint-settings.d.ts +2 -2
- package/lib/model/private-endpoint-settings.js +2 -2
- package/lib/model/put-messages-details-entry.d.ts +2 -2
- package/lib/model/put-messages-details-entry.js +2 -2
- package/lib/model/put-messages-details.d.ts +2 -2
- package/lib/model/put-messages-details.js +2 -2
- package/lib/model/put-messages-result-entry.d.ts +2 -2
- package/lib/model/put-messages-result-entry.js +2 -2
- package/lib/model/put-messages-result.d.ts +2 -2
- package/lib/model/put-messages-result.js +2 -2
- package/lib/model/stream-pool-summary.d.ts +2 -2
- package/lib/model/stream-pool-summary.js +2 -2
- package/lib/model/stream-pool.d.ts +2 -2
- package/lib/model/stream-pool.js +2 -2
- package/lib/model/stream-summary.d.ts +2 -2
- package/lib/model/stream-summary.js +2 -2
- package/lib/model/stream.d.ts +2 -2
- package/lib/model/stream.js +2 -2
- package/lib/model/update-connect-harness-details.d.ts +2 -2
- package/lib/model/update-connect-harness-details.js +2 -2
- package/lib/model/update-group-details.d.ts +2 -2
- package/lib/model/update-group-details.js +2 -2
- package/lib/model/update-stream-details.d.ts +2 -2
- package/lib/model/update-stream-details.js +2 -2
- package/lib/model/update-stream-pool-details.d.ts +2 -2
- package/lib/model/update-stream-pool-details.js +2 -2
- package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
- package/lib/request/change-stream-compartment-request.d.ts +1 -1
- package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
- package/lib/request/consumer-commit-request.d.ts +1 -1
- package/lib/request/consumer-heartbeat-request.d.ts +1 -1
- package/lib/request/create-connect-harness-request.d.ts +1 -1
- package/lib/request/create-cursor-request.d.ts +1 -1
- package/lib/request/create-group-cursor-request.d.ts +1 -1
- package/lib/request/create-stream-pool-request.d.ts +1 -1
- package/lib/request/create-stream-request.d.ts +1 -1
- package/lib/request/delete-connect-harness-request.d.ts +1 -1
- package/lib/request/delete-stream-pool-request.d.ts +1 -1
- package/lib/request/delete-stream-request.d.ts +1 -1
- package/lib/request/get-connect-harness-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-messages-request.d.ts +1 -1
- package/lib/request/get-stream-pool-request.d.ts +1 -1
- package/lib/request/get-stream-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -2
- package/lib/request/index.js +2 -2
- package/lib/request/list-connect-harnesses-request.d.ts +1 -1
- package/lib/request/list-stream-pools-request.d.ts +1 -1
- package/lib/request/list-streams-request.d.ts +1 -1
- package/lib/request/put-messages-request.d.ts +1 -1
- package/lib/request/update-connect-harness-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-stream-pool-request.d.ts +1 -1
- package/lib/request/update-stream-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -2
- package/lib/response/index.js +2 -2
- package/lib/streamadmin-waiter.d.ts +2 -2
- package/lib/streamadmin-waiter.js +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
2
|
+
* Streaming API
|
|
3
|
+
* Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
3
|
+
* Streaming API
|
|
4
|
+
* Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
package/lib/client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
2
|
+
* Streaming API
|
|
3
|
+
* Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -17,6 +17,9 @@ import * as responses from "./response";
|
|
|
17
17
|
import { StreamAdminWaiter } from "./streamadmin-waiter";
|
|
18
18
|
export declare enum StreamApiKeys {
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
|
|
22
|
+
*/
|
|
20
23
|
export declare class StreamClient {
|
|
21
24
|
protected static serviceEndpointTemplate: string;
|
|
22
25
|
protected "_endpoint": string;
|
|
@@ -39,19 +42,21 @@ export declare class StreamClient {
|
|
|
39
42
|
* Provides a mechanism to manually commit offsets, if not using commit-on-get consumer semantics.
|
|
40
43
|
* This commits offsets assicated with the provided cursor, extends the timeout on each of the affected partitions, and returns an updated cursor.
|
|
41
44
|
*
|
|
45
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
42
46
|
* @param ConsumerCommitRequest
|
|
43
47
|
* @return ConsumerCommitResponse
|
|
44
48
|
* @throws OciError when an error occurs
|
|
45
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
49
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
|
|
46
50
|
*/
|
|
47
51
|
consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
|
|
48
52
|
/**
|
|
49
53
|
* Allows long-running processes to extend the timeout on partitions reserved by a consumer instance.
|
|
50
54
|
*
|
|
55
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
51
56
|
* @param ConsumerHeartbeatRequest
|
|
52
57
|
* @return ConsumerHeartbeatResponse
|
|
53
58
|
* @throws OciError when an error occurs
|
|
54
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
59
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
|
|
55
60
|
*/
|
|
56
61
|
consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
|
|
57
62
|
/**
|
|
@@ -61,28 +66,31 @@ export declare class StreamClient {
|
|
|
61
66
|
* on the most recent message allows consumption of only messages that are added to the stream after you create the cursor. Cursors expire
|
|
62
67
|
* five minutes after you receive them from the service.
|
|
63
68
|
*
|
|
69
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
64
70
|
* @param CreateCursorRequest
|
|
65
71
|
* @return CreateCursorResponse
|
|
66
72
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
|
|
68
74
|
*/
|
|
69
75
|
createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
|
|
70
76
|
/**
|
|
71
77
|
* Creates a group-cursor.
|
|
72
78
|
*
|
|
79
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
73
80
|
* @param CreateGroupCursorRequest
|
|
74
81
|
* @return CreateGroupCursorResponse
|
|
75
82
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
|
|
77
84
|
*/
|
|
78
85
|
createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
|
|
79
86
|
/**
|
|
80
87
|
* Returns the current state of a consumer group.
|
|
81
88
|
*
|
|
89
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
82
90
|
* @param GetGroupRequest
|
|
83
91
|
* @return GetGroupResponse
|
|
84
92
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
|
|
86
94
|
*/
|
|
87
95
|
getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
|
|
88
96
|
/**
|
|
@@ -90,10 +98,11 @@ export declare class StreamClient {
|
|
|
90
98
|
* To get messages, you must first obtain a cursor using the {@link #createCursor(CreateCursorRequest) createCursor} operation.
|
|
91
99
|
* In the response, retrieve the value of the 'opc-next-cursor' header to pass as a parameter to get the next batch of messages in the stream.
|
|
92
100
|
*
|
|
101
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
93
102
|
* @param GetMessagesRequest
|
|
94
103
|
* @return GetMessagesResponse
|
|
95
104
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
|
|
97
106
|
*/
|
|
98
107
|
getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
|
|
99
108
|
/**
|
|
@@ -102,24 +111,29 @@ export declare class StreamClient {
|
|
|
102
111
|
* If a message does not contain a key or if the key is null, the service generates a message key for you.
|
|
103
112
|
* The partition ID cannot be passed as a parameter.
|
|
104
113
|
*
|
|
114
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
105
115
|
* @param PutMessagesRequest
|
|
106
116
|
* @return PutMessagesResponse
|
|
107
117
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
|
|
109
119
|
*/
|
|
110
120
|
putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
|
|
111
121
|
/**
|
|
112
122
|
* Forcefully changes the current location of a group as a whole; reseting processing location of all consumers to a particular location in the stream.
|
|
113
123
|
*
|
|
124
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
114
125
|
* @param UpdateGroupRequest
|
|
115
126
|
* @return UpdateGroupResponse
|
|
116
127
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
|
|
118
129
|
*/
|
|
119
130
|
updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
|
|
120
131
|
}
|
|
121
132
|
export declare enum StreamAdminApiKeys {
|
|
122
133
|
}
|
|
134
|
+
/**
|
|
135
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
136
|
+
*/
|
|
123
137
|
export declare class StreamAdminClient {
|
|
124
138
|
protected static serviceEndpointTemplate: string;
|
|
125
139
|
protected "_endpoint": string;
|
|
@@ -169,10 +183,11 @@ export declare class StreamAdminClient {
|
|
|
169
183
|
getWaiters(): StreamAdminWaiter;
|
|
170
184
|
/**
|
|
171
185
|
* Moves a resource into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
186
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
172
187
|
* @param ChangeConnectHarnessCompartmentRequest
|
|
173
188
|
* @return ChangeConnectHarnessCompartmentResponse
|
|
174
189
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
|
|
176
191
|
*/
|
|
177
192
|
changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
|
|
178
193
|
/**
|
|
@@ -180,28 +195,31 @@ export declare class StreamAdminClient {
|
|
|
180
195
|
* When provided, If-Match is checked against ETag values of the resource.
|
|
181
196
|
* The stream will also be moved into the default stream pool in the destination compartment.
|
|
182
197
|
*
|
|
198
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
183
199
|
* @param ChangeStreamCompartmentRequest
|
|
184
200
|
* @return ChangeStreamCompartmentResponse
|
|
185
201
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
|
|
187
203
|
*/
|
|
188
204
|
changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
|
|
189
205
|
/**
|
|
190
206
|
* Moves a resource into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
207
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
191
208
|
* @param ChangeStreamPoolCompartmentRequest
|
|
192
209
|
* @return ChangeStreamPoolCompartmentResponse
|
|
193
210
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
|
|
195
212
|
*/
|
|
196
213
|
changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
|
|
197
214
|
/**
|
|
198
215
|
* Starts the provisioning of a new connect harness.
|
|
199
216
|
* To track the progress of the provisioning, you can periodically call {@link ConnectHarness} object tells you its current state.
|
|
200
217
|
*
|
|
218
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
201
219
|
* @param CreateConnectHarnessRequest
|
|
202
220
|
* @return CreateConnectHarnessResponse
|
|
203
221
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
|
|
205
223
|
*/
|
|
206
224
|
createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
|
|
207
225
|
/**
|
|
@@ -211,10 +229,11 @@ export declare class StreamAdminClient {
|
|
|
211
229
|
* To track the progress of the provisioning, you can periodically call {@link #getStream(GetStreamRequest) getStream}.
|
|
212
230
|
* In the response, the `lifecycleState` parameter of the {@link Stream} object tells you its current state.
|
|
213
231
|
*
|
|
232
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
214
233
|
* @param CreateStreamRequest
|
|
215
234
|
* @return CreateStreamResponse
|
|
216
235
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
|
|
218
237
|
*/
|
|
219
238
|
createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
|
|
220
239
|
/**
|
|
@@ -222,10 +241,11 @@ export declare class StreamAdminClient {
|
|
|
222
241
|
* To track the progress of the provisioning, you can periodically call GetStreamPool.
|
|
223
242
|
* In the response, the `lifecycleState` parameter of the object tells you its current state.
|
|
224
243
|
*
|
|
244
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
225
245
|
* @param CreateStreamPoolRequest
|
|
226
246
|
* @return CreateStreamPoolResponse
|
|
227
247
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
|
|
229
249
|
*/
|
|
230
250
|
createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
|
|
231
251
|
/**
|
|
@@ -235,10 +255,11 @@ export declare class StreamAdminClient {
|
|
|
235
255
|
* lifecycle state as `DELETED`, then the connect harness has been deleted. If the call returns a \"404 Not Found\" error, that means all records of the
|
|
236
256
|
* connect harness have been deleted.
|
|
237
257
|
*
|
|
258
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
238
259
|
* @param DeleteConnectHarnessRequest
|
|
239
260
|
* @return DeleteConnectHarnessResponse
|
|
240
261
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
|
|
242
263
|
*/
|
|
243
264
|
deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
|
|
244
265
|
/**
|
|
@@ -248,52 +269,58 @@ export declare class StreamAdminClient {
|
|
|
248
269
|
* lifecycle state as `DELETED`, then the stream has been deleted. If the call returns a \"404 Not Found\" error, that means all records of the
|
|
249
270
|
* stream have been deleted.
|
|
250
271
|
*
|
|
272
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
251
273
|
* @param DeleteStreamRequest
|
|
252
274
|
* @return DeleteStreamResponse
|
|
253
275
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
|
|
255
277
|
*/
|
|
256
278
|
deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
|
|
257
279
|
/**
|
|
258
280
|
* Deletes a stream pool. All containing streams will also be deleted.
|
|
259
281
|
* The default stream pool of a compartment cannot be deleted.
|
|
260
282
|
*
|
|
283
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
261
284
|
* @param DeleteStreamPoolRequest
|
|
262
285
|
* @return DeleteStreamPoolResponse
|
|
263
286
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
|
|
265
288
|
*/
|
|
266
289
|
deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
|
|
267
290
|
/**
|
|
268
291
|
* Gets detailed information about a connect harness.
|
|
292
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
269
293
|
* @param GetConnectHarnessRequest
|
|
270
294
|
* @return GetConnectHarnessResponse
|
|
271
295
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
|
|
273
297
|
*/
|
|
274
298
|
getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
|
|
275
299
|
/**
|
|
276
300
|
* Gets detailed information about a stream, including the number of partitions.
|
|
301
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
277
302
|
* @param GetStreamRequest
|
|
278
303
|
* @return GetStreamResponse
|
|
279
304
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
|
|
281
306
|
*/
|
|
282
307
|
getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
|
|
283
308
|
/**
|
|
284
309
|
* Gets detailed information about the stream pool, such as Kafka settings.
|
|
310
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
285
311
|
* @param GetStreamPoolRequest
|
|
286
312
|
* @return GetStreamPoolResponse
|
|
287
313
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
|
|
289
315
|
*/
|
|
290
316
|
getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
|
|
291
317
|
/**
|
|
292
318
|
* Lists the connectharness.
|
|
319
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
293
320
|
* @param ListConnectHarnessesRequest
|
|
294
321
|
* @return ListConnectHarnessesResponse
|
|
295
322
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
|
|
297
324
|
*/
|
|
298
325
|
listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
|
|
299
326
|
/**
|
|
@@ -330,10 +357,11 @@ export declare class StreamAdminClient {
|
|
|
330
357
|
listConnectHarnessesResponseIterator(request: requests.ListConnectHarnessesRequest): AsyncIterableIterator<responses.ListConnectHarnessesResponse>;
|
|
331
358
|
/**
|
|
332
359
|
* List the stream pools for a given compartment ID.
|
|
360
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
333
361
|
* @param ListStreamPoolsRequest
|
|
334
362
|
* @return ListStreamPoolsResponse
|
|
335
363
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
|
|
337
365
|
*/
|
|
338
366
|
listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
|
|
339
367
|
/**
|
|
@@ -374,10 +402,11 @@ export declare class StreamAdminClient {
|
|
|
374
402
|
* If the stream pool id is specified, the action will be scoped to that stream pool.
|
|
375
403
|
* The compartment id and stream pool id cannot be specified at the same time.
|
|
376
404
|
*
|
|
405
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
377
406
|
* @param ListStreamsRequest
|
|
378
407
|
* @return ListStreamsResponse
|
|
379
408
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
|
|
381
410
|
*/
|
|
382
411
|
listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
|
|
383
412
|
/**
|
|
@@ -415,28 +444,31 @@ export declare class StreamAdminClient {
|
|
|
415
444
|
/**
|
|
416
445
|
* Updates the tags applied to the connect harness.
|
|
417
446
|
*
|
|
447
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
418
448
|
* @param UpdateConnectHarnessRequest
|
|
419
449
|
* @return UpdateConnectHarnessResponse
|
|
420
450
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
|
|
422
452
|
*/
|
|
423
453
|
updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
|
|
424
454
|
/**
|
|
425
455
|
* Updates the stream. Only specified values will be updated.
|
|
426
456
|
*
|
|
457
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
427
458
|
* @param UpdateStreamRequest
|
|
428
459
|
* @return UpdateStreamResponse
|
|
429
460
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
|
|
431
462
|
*/
|
|
432
463
|
updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
|
|
433
464
|
/**
|
|
434
465
|
* Updates the specified stream pool.
|
|
435
466
|
*
|
|
467
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
436
468
|
* @param UpdateStreamPoolRequest
|
|
437
469
|
* @return UpdateStreamPoolResponse
|
|
438
470
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
|
|
440
472
|
*/
|
|
441
473
|
updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
|
|
442
474
|
}
|