oci-streaming 2.9.1 → 2.10.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.
Files changed (29) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
  4. package/lib/request/change-stream-compartment-request.d.ts +1 -1
  5. package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
  6. package/lib/request/consumer-commit-request.d.ts +1 -1
  7. package/lib/request/consumer-heartbeat-request.d.ts +1 -1
  8. package/lib/request/create-connect-harness-request.d.ts +1 -1
  9. package/lib/request/create-cursor-request.d.ts +1 -1
  10. package/lib/request/create-group-cursor-request.d.ts +1 -1
  11. package/lib/request/create-stream-pool-request.d.ts +1 -1
  12. package/lib/request/create-stream-request.d.ts +1 -1
  13. package/lib/request/delete-connect-harness-request.d.ts +1 -1
  14. package/lib/request/delete-stream-pool-request.d.ts +1 -1
  15. package/lib/request/delete-stream-request.d.ts +1 -1
  16. package/lib/request/get-connect-harness-request.d.ts +1 -1
  17. package/lib/request/get-group-request.d.ts +1 -1
  18. package/lib/request/get-messages-request.d.ts +1 -1
  19. package/lib/request/get-stream-pool-request.d.ts +1 -1
  20. package/lib/request/get-stream-request.d.ts +1 -1
  21. package/lib/request/list-connect-harnesses-request.d.ts +1 -1
  22. package/lib/request/list-stream-pools-request.d.ts +1 -1
  23. package/lib/request/list-streams-request.d.ts +1 -1
  24. package/lib/request/put-messages-request.d.ts +1 -1
  25. package/lib/request/update-connect-harness-request.d.ts +1 -1
  26. package/lib/request/update-group-request.d.ts +1 -1
  27. package/lib/request/update-stream-pool-request.d.ts +1 -1
  28. package/lib/request/update-stream-request.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -46,7 +46,7 @@ export declare class StreamClient {
46
46
  * @param ConsumerCommitRequest
47
47
  * @return ConsumerCommitResponse
48
48
  * @throws OciError when an error occurs
49
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
49
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
50
50
  */
51
51
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
52
52
  /**
@@ -56,7 +56,7 @@ export declare class StreamClient {
56
56
  * @param ConsumerHeartbeatRequest
57
57
  * @return ConsumerHeartbeatResponse
58
58
  * @throws OciError when an error occurs
59
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
59
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
60
60
  */
61
61
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
62
62
  /**
@@ -70,7 +70,7 @@ export declare class StreamClient {
70
70
  * @param CreateCursorRequest
71
71
  * @return CreateCursorResponse
72
72
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
73
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
74
74
  */
75
75
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
76
76
  /**
@@ -80,7 +80,7 @@ export declare class StreamClient {
80
80
  * @param CreateGroupCursorRequest
81
81
  * @return CreateGroupCursorResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
84
84
  */
85
85
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
86
86
  /**
@@ -90,7 +90,7 @@ export declare class StreamClient {
90
90
  * @param GetGroupRequest
91
91
  * @return GetGroupResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
94
94
  */
95
95
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
96
96
  /**
@@ -102,7 +102,7 @@ export declare class StreamClient {
102
102
  * @param GetMessagesRequest
103
103
  * @return GetMessagesResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
106
106
  */
107
107
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
108
108
  /**
@@ -115,7 +115,7 @@ export declare class StreamClient {
115
115
  * @param PutMessagesRequest
116
116
  * @return PutMessagesResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
119
119
  */
120
120
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class StreamClient {
125
125
  * @param UpdateGroupRequest
126
126
  * @return UpdateGroupResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
129
129
  */
130
130
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
131
131
  }
@@ -187,7 +187,7 @@ export declare class StreamAdminClient {
187
187
  * @param ChangeConnectHarnessCompartmentRequest
188
188
  * @return ChangeConnectHarnessCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
191
191
  */
192
192
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
193
193
  /**
@@ -199,7 +199,7 @@ export declare class StreamAdminClient {
199
199
  * @param ChangeStreamCompartmentRequest
200
200
  * @return ChangeStreamCompartmentResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
203
203
  */
204
204
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class StreamAdminClient {
208
208
  * @param ChangeStreamPoolCompartmentRequest
209
209
  * @return ChangeStreamPoolCompartmentResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
212
212
  */
213
213
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
214
214
  /**
@@ -219,7 +219,7 @@ export declare class StreamAdminClient {
219
219
  * @param CreateConnectHarnessRequest
220
220
  * @return CreateConnectHarnessResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
223
223
  */
224
224
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
225
225
  /**
@@ -233,7 +233,7 @@ export declare class StreamAdminClient {
233
233
  * @param CreateStreamRequest
234
234
  * @return CreateStreamResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
237
237
  */
238
238
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
239
239
  /**
@@ -245,7 +245,7 @@ export declare class StreamAdminClient {
245
245
  * @param CreateStreamPoolRequest
246
246
  * @return CreateStreamPoolResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
249
249
  */
250
250
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
251
251
  /**
@@ -259,7 +259,7 @@ export declare class StreamAdminClient {
259
259
  * @param DeleteConnectHarnessRequest
260
260
  * @return DeleteConnectHarnessResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
263
263
  */
264
264
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
265
265
  /**
@@ -273,7 +273,7 @@ export declare class StreamAdminClient {
273
273
  * @param DeleteStreamRequest
274
274
  * @return DeleteStreamResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
277
277
  */
278
278
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
279
279
  /**
@@ -284,7 +284,7 @@ export declare class StreamAdminClient {
284
284
  * @param DeleteStreamPoolRequest
285
285
  * @return DeleteStreamPoolResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
288
288
  */
289
289
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class StreamAdminClient {
293
293
  * @param GetConnectHarnessRequest
294
294
  * @return GetConnectHarnessResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
297
297
  */
298
298
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class StreamAdminClient {
302
302
  * @param GetStreamRequest
303
303
  * @return GetStreamResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
306
306
  */
307
307
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare class StreamAdminClient {
311
311
  * @param GetStreamPoolRequest
312
312
  * @return GetStreamPoolResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
315
315
  */
316
316
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class StreamAdminClient {
320
320
  * @param ListConnectHarnessesRequest
321
321
  * @return ListConnectHarnessesResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
324
324
  */
325
325
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
326
326
  /**
@@ -361,7 +361,7 @@ export declare class StreamAdminClient {
361
361
  * @param ListStreamPoolsRequest
362
362
  * @return ListStreamPoolsResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
365
365
  */
366
366
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
367
367
  /**
@@ -406,7 +406,7 @@ export declare class StreamAdminClient {
406
406
  * @param ListStreamsRequest
407
407
  * @return ListStreamsResponse
408
408
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
410
410
  */
411
411
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
412
412
  /**
@@ -448,7 +448,7 @@ export declare class StreamAdminClient {
448
448
  * @param UpdateConnectHarnessRequest
449
449
  * @return UpdateConnectHarnessResponse
450
450
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
452
452
  */
453
453
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
454
454
  /**
@@ -458,7 +458,7 @@ export declare class StreamAdminClient {
458
458
  * @param UpdateStreamRequest
459
459
  * @return UpdateStreamResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
462
462
  */
463
463
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
464
464
  /**
@@ -468,7 +468,7 @@ export declare class StreamAdminClient {
468
468
  * @param UpdateStreamPoolRequest
469
469
  * @return UpdateStreamPoolResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
472
472
  */
473
473
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
474
474
  }
package/lib/client.js CHANGED
@@ -106,7 +106,7 @@ class StreamClient {
106
106
  * @param ConsumerCommitRequest
107
107
  * @return ConsumerCommitResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
110
110
  */
111
111
  consumerCommit(consumerCommitRequest) {
112
112
  return __awaiter(this, void 0, void 0, function* () {
@@ -165,7 +165,7 @@ class StreamClient {
165
165
  * @param ConsumerHeartbeatRequest
166
166
  * @return ConsumerHeartbeatResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
169
169
  */
170
170
  consumerHeartbeat(consumerHeartbeatRequest) {
171
171
  return __awaiter(this, void 0, void 0, function* () {
@@ -228,7 +228,7 @@ class StreamClient {
228
228
  * @param CreateCursorRequest
229
229
  * @return CreateCursorResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
232
232
  */
233
233
  createCursor(createCursorRequest) {
234
234
  return __awaiter(this, void 0, void 0, function* () {
@@ -286,7 +286,7 @@ class StreamClient {
286
286
  * @param CreateGroupCursorRequest
287
287
  * @return CreateGroupCursorResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
290
290
  */
291
291
  createGroupCursor(createGroupCursorRequest) {
292
292
  return __awaiter(this, void 0, void 0, function* () {
@@ -344,7 +344,7 @@ class StreamClient {
344
344
  * @param GetGroupRequest
345
345
  * @return GetGroupResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
348
348
  */
349
349
  getGroup(getGroupRequest) {
350
350
  return __awaiter(this, void 0, void 0, function* () {
@@ -404,7 +404,7 @@ class StreamClient {
404
404
  * @param GetMessagesRequest
405
405
  * @return GetMessagesResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
408
408
  */
409
409
  getMessages(getMessagesRequest) {
410
410
  return __awaiter(this, void 0, void 0, function* () {
@@ -472,7 +472,7 @@ class StreamClient {
472
472
  * @param PutMessagesRequest
473
473
  * @return PutMessagesResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
476
476
  */
477
477
  putMessages(putMessagesRequest) {
478
478
  return __awaiter(this, void 0, void 0, function* () {
@@ -530,7 +530,7 @@ class StreamClient {
530
530
  * @param UpdateGroupRequest
531
531
  * @return UpdateGroupResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
534
534
  */
535
535
  updateGroup(updateGroupRequest) {
536
536
  return __awaiter(this, void 0, void 0, function* () {
@@ -683,7 +683,7 @@ class StreamAdminClient {
683
683
  * @param ChangeConnectHarnessCompartmentRequest
684
684
  * @return ChangeConnectHarnessCompartmentResponse
685
685
  * @throws OciError when an error occurs
686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
687
687
  */
688
688
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
689
689
  return __awaiter(this, void 0, void 0, function* () {
@@ -740,7 +740,7 @@ class StreamAdminClient {
740
740
  * @param ChangeStreamCompartmentRequest
741
741
  * @return ChangeStreamCompartmentResponse
742
742
  * @throws OciError when an error occurs
743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
744
744
  */
745
745
  changeStreamCompartment(changeStreamCompartmentRequest) {
746
746
  return __awaiter(this, void 0, void 0, function* () {
@@ -794,7 +794,7 @@ class StreamAdminClient {
794
794
  * @param ChangeStreamPoolCompartmentRequest
795
795
  * @return ChangeStreamPoolCompartmentResponse
796
796
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
798
798
  */
799
799
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
800
800
  return __awaiter(this, void 0, void 0, function* () {
@@ -850,7 +850,7 @@ class StreamAdminClient {
850
850
  * @param CreateConnectHarnessRequest
851
851
  * @return CreateConnectHarnessResponse
852
852
  * @throws OciError when an error occurs
853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
854
854
  */
855
855
  createConnectHarness(createConnectHarnessRequest) {
856
856
  return __awaiter(this, void 0, void 0, function* () {
@@ -916,7 +916,7 @@ class StreamAdminClient {
916
916
  * @param CreateStreamRequest
917
917
  * @return CreateStreamResponse
918
918
  * @throws OciError when an error occurs
919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
920
920
  */
921
921
  createStream(createStreamRequest) {
922
922
  return __awaiter(this, void 0, void 0, function* () {
@@ -979,7 +979,7 @@ class StreamAdminClient {
979
979
  * @param CreateStreamPoolRequest
980
980
  * @return CreateStreamPoolResponse
981
981
  * @throws OciError when an error occurs
982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
983
983
  */
984
984
  createStreamPool(createStreamPoolRequest) {
985
985
  return __awaiter(this, void 0, void 0, function* () {
@@ -1045,7 +1045,7 @@ class StreamAdminClient {
1045
1045
  * @param DeleteConnectHarnessRequest
1046
1046
  * @return DeleteConnectHarnessResponse
1047
1047
  * @throws OciError when an error occurs
1048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1049
1049
  */
1050
1050
  deleteConnectHarness(deleteConnectHarnessRequest) {
1051
1051
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1103,7 @@ class StreamAdminClient {
1103
1103
  * @param DeleteStreamRequest
1104
1104
  * @return DeleteStreamResponse
1105
1105
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1107
1107
  */
1108
1108
  deleteStream(deleteStreamRequest) {
1109
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1158,7 +1158,7 @@ class StreamAdminClient {
1158
1158
  * @param DeleteStreamPoolRequest
1159
1159
  * @return DeleteStreamPoolResponse
1160
1160
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1162
1162
  */
1163
1163
  deleteStreamPool(deleteStreamPoolRequest) {
1164
1164
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class StreamAdminClient {
1211
1211
  * @param GetConnectHarnessRequest
1212
1212
  * @return GetConnectHarnessResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1215
1215
  */
1216
1216
  getConnectHarness(getConnectHarnessRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1272,7 +1272,7 @@ class StreamAdminClient {
1272
1272
  * @param GetStreamRequest
1273
1273
  * @return GetStreamResponse
1274
1274
  * @throws OciError when an error occurs
1275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1276
1276
  */
1277
1277
  getStream(getStreamRequest) {
1278
1278
  return __awaiter(this, void 0, void 0, function* () {
@@ -1333,7 +1333,7 @@ class StreamAdminClient {
1333
1333
  * @param GetStreamPoolRequest
1334
1334
  * @return GetStreamPoolResponse
1335
1335
  * @throws OciError when an error occurs
1336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1337
1337
  */
1338
1338
  getStreamPool(getStreamPoolRequest) {
1339
1339
  return __awaiter(this, void 0, void 0, function* () {
@@ -1394,7 +1394,7 @@ class StreamAdminClient {
1394
1394
  * @param ListConnectHarnessesRequest
1395
1395
  * @return ListConnectHarnessesResponse
1396
1396
  * @throws OciError when an error occurs
1397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1398
1398
  */
1399
1399
  listConnectHarnesses(listConnectHarnessesRequest) {
1400
1400
  return __awaiter(this, void 0, void 0, function* () {
@@ -1507,7 +1507,7 @@ class StreamAdminClient {
1507
1507
  * @param ListStreamPoolsRequest
1508
1508
  * @return ListStreamPoolsResponse
1509
1509
  * @throws OciError when an error occurs
1510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1511
1511
  */
1512
1512
  listStreamPools(listStreamPoolsRequest) {
1513
1513
  return __awaiter(this, void 0, void 0, function* () {
@@ -1624,7 +1624,7 @@ class StreamAdminClient {
1624
1624
  * @param ListStreamsRequest
1625
1625
  * @return ListStreamsResponse
1626
1626
  * @throws OciError when an error occurs
1627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1628
1628
  */
1629
1629
  listStreams(listStreamsRequest) {
1630
1630
  return __awaiter(this, void 0, void 0, function* () {
@@ -1739,7 +1739,7 @@ class StreamAdminClient {
1739
1739
  * @param UpdateConnectHarnessRequest
1740
1740
  * @return UpdateConnectHarnessResponse
1741
1741
  * @throws OciError when an error occurs
1742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1743
1743
  */
1744
1744
  updateConnectHarness(updateConnectHarnessRequest) {
1745
1745
  return __awaiter(this, void 0, void 0, function* () {
@@ -1803,7 +1803,7 @@ class StreamAdminClient {
1803
1803
  * @param UpdateStreamRequest
1804
1804
  * @return UpdateStreamResponse
1805
1805
  * @throws OciError when an error occurs
1806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1807
1807
  */
1808
1808
  updateStream(updateStreamRequest) {
1809
1809
  return __awaiter(this, void 0, void 0, function* () {
@@ -1867,7 +1867,7 @@ class StreamAdminClient {
1867
1867
  * @param UpdateStreamPoolRequest
1868
1868
  * @return UpdateStreamPoolResponse
1869
1869
  * @throws OciError when an error occurs
1870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1871
1871
  */
1872
1872
  updateStreamPool(updateStreamPoolRequest) {
1873
1873
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartmentRequest.
17
17
  */
18
18
  export interface ChangeConnectHarnessCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamPoolCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommitRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommitRequest.
16
16
  */
17
17
  export interface ConsumerCommitRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeatRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeatRequest.
16
16
  */
17
17
  export interface ConsumerHeartbeatRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarnessRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarnessRequest.
17
17
  */
18
18
  export interface CreateConnectHarnessRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursorRequest.
17
17
  */
18
18
  export interface CreateCursorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursorRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursorRequest.
17
17
  */
18
18
  export interface CreateGroupCursorRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPoolRequest.
17
17
  */
18
18
  export interface CreateStreamPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/CreateStream.ts.html |here} to see how to use CreateStreamRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/CreateStream.ts.html |here} to see how to use CreateStreamRequest.
17
17
  */
18
18
  export interface CreateStreamRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarnessRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarnessRequest.
16
16
  */
17
17
  export interface DeleteConnectHarnessRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPoolRequest.
16
16
  */
17
17
  export interface DeleteStreamPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStreamRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStreamRequest.
16
16
  */
17
17
  export interface DeleteStreamRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarnessRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarnessRequest.
16
16
  */
17
17
  export interface GetConnectHarnessRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetGroup.ts.html |here} to see how to use GetGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetGroup.ts.html |here} to see how to use GetGroupRequest.
16
16
  */
17
17
  export interface GetGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
16
16
  */
17
17
  export interface GetMessagesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPoolRequest.
16
16
  */
17
17
  export interface GetStreamPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/GetStream.ts.html |here} to see how to use GetStreamRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/GetStream.ts.html |here} to see how to use GetStreamRequest.
16
16
  */
17
17
  export interface GetStreamRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
16
16
  */
17
17
  export interface ListConnectHarnessesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
16
16
  */
17
17
  export interface ListStreamPoolsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
16
16
  */
17
17
  export interface ListStreamsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
17
17
  */
18
18
  export interface PutMessagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarnessRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarnessRequest.
17
17
  */
18
18
  export interface UpdateConnectHarnessRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
17
17
  */
18
18
  export interface UpdateGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPoolRequest.
17
17
  */
18
18
  export interface UpdateStreamPoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
17
17
  */
18
18
  export interface UpdateStreamRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-streaming",
3
- "version": "2.9.1",
3
+ "version": "2.10.0",
4
4
  "description": "OCI NodeJS client for Streaming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.9.1",
19
- "oci-workrequests": "2.9.1"
18
+ "oci-common": "2.10.0",
19
+ "oci-workrequests": "2.10.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"