oci-streaming 2.89.3 → 2.89.4

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
@@ -66,7 +66,7 @@ export declare class StreamClient {
66
66
  * @param ConsumerCommitRequest
67
67
  * @return ConsumerCommitResponse
68
68
  * @throws OciError when an error occurs
69
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
69
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
70
70
  */
71
71
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
72
72
  /**
@@ -76,7 +76,7 @@ export declare class StreamClient {
76
76
  * @param ConsumerHeartbeatRequest
77
77
  * @return ConsumerHeartbeatResponse
78
78
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
80
80
  */
81
81
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
82
82
  /**
@@ -90,7 +90,7 @@ export declare class StreamClient {
90
90
  * @param CreateCursorRequest
91
91
  * @return CreateCursorResponse
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.89.3/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
94
94
  */
95
95
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
96
96
  /**
@@ -100,7 +100,7 @@ export declare class StreamClient {
100
100
  * @param CreateGroupCursorRequest
101
101
  * @return CreateGroupCursorResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
104
104
  */
105
105
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class StreamClient {
110
110
  * @param GetGroupRequest
111
111
  * @return GetGroupResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
114
114
  */
115
115
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
116
116
  /**
@@ -122,7 +122,7 @@ export declare class StreamClient {
122
122
  * @param GetMessagesRequest
123
123
  * @return GetMessagesResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
126
126
  */
127
127
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
128
128
  /**
@@ -135,7 +135,7 @@ export declare class StreamClient {
135
135
  * @param PutMessagesRequest
136
136
  * @return PutMessagesResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
139
139
  */
140
140
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
141
141
  /**
@@ -145,7 +145,7 @@ export declare class StreamClient {
145
145
  * @param UpdateGroupRequest
146
146
  * @return UpdateGroupResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
149
149
  */
150
150
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
151
151
  }
@@ -229,7 +229,7 @@ export declare class StreamAdminClient {
229
229
  * @param ChangeConnectHarnessCompartmentRequest
230
230
  * @return ChangeConnectHarnessCompartmentResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
233
233
  */
234
234
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
235
235
  /**
@@ -241,7 +241,7 @@ export declare class StreamAdminClient {
241
241
  * @param ChangeStreamCompartmentRequest
242
242
  * @return ChangeStreamCompartmentResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
245
245
  */
246
246
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
247
247
  /**
@@ -250,7 +250,7 @@ export declare class StreamAdminClient {
250
250
  * @param ChangeStreamPoolCompartmentRequest
251
251
  * @return ChangeStreamPoolCompartmentResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
254
254
  */
255
255
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
256
256
  /**
@@ -261,7 +261,7 @@ export declare class StreamAdminClient {
261
261
  * @param CreateConnectHarnessRequest
262
262
  * @return CreateConnectHarnessResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
265
265
  */
266
266
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
267
267
  /**
@@ -275,7 +275,7 @@ export declare class StreamAdminClient {
275
275
  * @param CreateStreamRequest
276
276
  * @return CreateStreamResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
279
279
  */
280
280
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
281
281
  /**
@@ -287,7 +287,7 @@ export declare class StreamAdminClient {
287
287
  * @param CreateStreamPoolRequest
288
288
  * @return CreateStreamPoolResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
291
291
  */
292
292
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
293
293
  /**
@@ -301,7 +301,7 @@ export declare class StreamAdminClient {
301
301
  * @param DeleteConnectHarnessRequest
302
302
  * @return DeleteConnectHarnessResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
305
305
  */
306
306
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
307
307
  /**
@@ -315,7 +315,7 @@ export declare class StreamAdminClient {
315
315
  * @param DeleteStreamRequest
316
316
  * @return DeleteStreamResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
319
319
  */
320
320
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
321
321
  /**
@@ -326,7 +326,7 @@ export declare class StreamAdminClient {
326
326
  * @param DeleteStreamPoolRequest
327
327
  * @return DeleteStreamPoolResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
330
330
  */
331
331
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
332
332
  /**
@@ -335,7 +335,7 @@ export declare class StreamAdminClient {
335
335
  * @param GetConnectHarnessRequest
336
336
  * @return GetConnectHarnessResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
339
339
  */
340
340
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
341
341
  /**
@@ -344,7 +344,7 @@ export declare class StreamAdminClient {
344
344
  * @param GetStreamRequest
345
345
  * @return GetStreamResponse
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.89.3/streaming/GetStream.ts.html |here} to see how to use GetStream API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetStream.ts.html |here} to see how to use GetStream API.
348
348
  */
349
349
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
350
350
  /**
@@ -353,7 +353,7 @@ export declare class StreamAdminClient {
353
353
  * @param GetStreamPoolRequest
354
354
  * @return GetStreamPoolResponse
355
355
  * @throws OciError when an error occurs
356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
357
357
  */
358
358
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
359
359
  /**
@@ -362,7 +362,7 @@ export declare class StreamAdminClient {
362
362
  * @param ListConnectHarnessesRequest
363
363
  * @return ListConnectHarnessesResponse
364
364
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
366
366
  */
367
367
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
368
368
  /**
@@ -403,7 +403,7 @@ export declare class StreamAdminClient {
403
403
  * @param ListStreamPoolsRequest
404
404
  * @return ListStreamPoolsResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
407
407
  */
408
408
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
409
409
  /**
@@ -448,7 +448,7 @@ export declare class StreamAdminClient {
448
448
  * @param ListStreamsRequest
449
449
  * @return ListStreamsResponse
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.89.3/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
452
452
  */
453
453
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
454
454
  /**
@@ -490,7 +490,7 @@ export declare class StreamAdminClient {
490
490
  * @param UpdateConnectHarnessRequest
491
491
  * @return UpdateConnectHarnessResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
494
494
  */
495
495
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
496
496
  /**
@@ -500,7 +500,7 @@ export declare class StreamAdminClient {
500
500
  * @param UpdateStreamRequest
501
501
  * @return UpdateStreamResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
504
504
  */
505
505
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
506
506
  /**
@@ -510,7 +510,7 @@ export declare class StreamAdminClient {
510
510
  * @param UpdateStreamPoolRequest
511
511
  * @return UpdateStreamPoolResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
514
514
  */
515
515
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
516
516
  }
package/lib/client.js CHANGED
@@ -146,7 +146,7 @@ class StreamClient {
146
146
  * @param ConsumerCommitRequest
147
147
  * @return ConsumerCommitResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
150
150
  */
151
151
  consumerCommit(consumerCommitRequest) {
152
152
  return __awaiter(this, void 0, void 0, function* () {
@@ -207,7 +207,7 @@ class StreamClient {
207
207
  * @param ConsumerHeartbeatRequest
208
208
  * @return ConsumerHeartbeatResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
211
211
  */
212
212
  consumerHeartbeat(consumerHeartbeatRequest) {
213
213
  return __awaiter(this, void 0, void 0, function* () {
@@ -272,7 +272,7 @@ class StreamClient {
272
272
  * @param CreateCursorRequest
273
273
  * @return CreateCursorResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
276
276
  */
277
277
  createCursor(createCursorRequest) {
278
278
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class StreamClient {
332
332
  * @param CreateGroupCursorRequest
333
333
  * @return CreateGroupCursorResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
336
336
  */
337
337
  createGroupCursor(createGroupCursorRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -392,7 +392,7 @@ class StreamClient {
392
392
  * @param GetGroupRequest
393
393
  * @return GetGroupResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
396
396
  */
397
397
  getGroup(getGroupRequest) {
398
398
  return __awaiter(this, void 0, void 0, function* () {
@@ -454,7 +454,7 @@ class StreamClient {
454
454
  * @param GetMessagesRequest
455
455
  * @return GetMessagesResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
458
458
  */
459
459
  getMessages(getMessagesRequest) {
460
460
  return __awaiter(this, void 0, void 0, function* () {
@@ -524,7 +524,7 @@ class StreamClient {
524
524
  * @param PutMessagesRequest
525
525
  * @return PutMessagesResponse
526
526
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
528
528
  */
529
529
  putMessages(putMessagesRequest) {
530
530
  return __awaiter(this, void 0, void 0, function* () {
@@ -584,7 +584,7 @@ class StreamClient {
584
584
  * @param UpdateGroupRequest
585
585
  * @return UpdateGroupResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
588
588
  */
589
589
  updateGroup(updateGroupRequest) {
590
590
  return __awaiter(this, void 0, void 0, function* () {
@@ -791,7 +791,7 @@ class StreamAdminClient {
791
791
  * @param ChangeConnectHarnessCompartmentRequest
792
792
  * @return ChangeConnectHarnessCompartmentResponse
793
793
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
795
795
  */
796
796
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
797
797
  return __awaiter(this, void 0, void 0, function* () {
@@ -850,7 +850,7 @@ class StreamAdminClient {
850
850
  * @param ChangeStreamCompartmentRequest
851
851
  * @return ChangeStreamCompartmentResponse
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.89.3/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
854
854
  */
855
855
  changeStreamCompartment(changeStreamCompartmentRequest) {
856
856
  return __awaiter(this, void 0, void 0, function* () {
@@ -906,7 +906,7 @@ class StreamAdminClient {
906
906
  * @param ChangeStreamPoolCompartmentRequest
907
907
  * @return ChangeStreamPoolCompartmentResponse
908
908
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
910
910
  */
911
911
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
912
912
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class StreamAdminClient {
964
964
  * @param CreateConnectHarnessRequest
965
965
  * @return CreateConnectHarnessResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
968
968
  */
969
969
  createConnectHarness(createConnectHarnessRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1032,7 +1032,7 @@ class StreamAdminClient {
1032
1032
  * @param CreateStreamRequest
1033
1033
  * @return CreateStreamResponse
1034
1034
  * @throws OciError when an error occurs
1035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1036
1036
  */
1037
1037
  createStream(createStreamRequest) {
1038
1038
  return __awaiter(this, void 0, void 0, function* () {
@@ -1097,7 +1097,7 @@ class StreamAdminClient {
1097
1097
  * @param CreateStreamPoolRequest
1098
1098
  * @return CreateStreamPoolResponse
1099
1099
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1101
1101
  */
1102
1102
  createStreamPool(createStreamPoolRequest) {
1103
1103
  return __awaiter(this, void 0, void 0, function* () {
@@ -1165,7 +1165,7 @@ class StreamAdminClient {
1165
1165
  * @param DeleteConnectHarnessRequest
1166
1166
  * @return DeleteConnectHarnessResponse
1167
1167
  * @throws OciError when an error occurs
1168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1169
1169
  */
1170
1170
  deleteConnectHarness(deleteConnectHarnessRequest) {
1171
1171
  return __awaiter(this, void 0, void 0, function* () {
@@ -1225,7 +1225,7 @@ class StreamAdminClient {
1225
1225
  * @param DeleteStreamRequest
1226
1226
  * @return DeleteStreamResponse
1227
1227
  * @throws OciError when an error occurs
1228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1229
1229
  */
1230
1230
  deleteStream(deleteStreamRequest) {
1231
1231
  return __awaiter(this, void 0, void 0, function* () {
@@ -1282,7 +1282,7 @@ class StreamAdminClient {
1282
1282
  * @param DeleteStreamPoolRequest
1283
1283
  * @return DeleteStreamPoolResponse
1284
1284
  * @throws OciError when an error occurs
1285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1286
1286
  */
1287
1287
  deleteStreamPool(deleteStreamPoolRequest) {
1288
1288
  return __awaiter(this, void 0, void 0, function* () {
@@ -1337,7 +1337,7 @@ class StreamAdminClient {
1337
1337
  * @param GetConnectHarnessRequest
1338
1338
  * @return GetConnectHarnessResponse
1339
1339
  * @throws OciError when an error occurs
1340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1341
1341
  */
1342
1342
  getConnectHarness(getConnectHarnessRequest) {
1343
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1400,7 +1400,7 @@ class StreamAdminClient {
1400
1400
  * @param GetStreamRequest
1401
1401
  * @return GetStreamResponse
1402
1402
  * @throws OciError when an error occurs
1403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1404
1404
  */
1405
1405
  getStream(getStreamRequest) {
1406
1406
  return __awaiter(this, void 0, void 0, function* () {
@@ -1463,7 +1463,7 @@ class StreamAdminClient {
1463
1463
  * @param GetStreamPoolRequest
1464
1464
  * @return GetStreamPoolResponse
1465
1465
  * @throws OciError when an error occurs
1466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1467
1467
  */
1468
1468
  getStreamPool(getStreamPoolRequest) {
1469
1469
  return __awaiter(this, void 0, void 0, function* () {
@@ -1526,7 +1526,7 @@ class StreamAdminClient {
1526
1526
  * @param ListConnectHarnessesRequest
1527
1527
  * @return ListConnectHarnessesResponse
1528
1528
  * @throws OciError when an error occurs
1529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1530
1530
  */
1531
1531
  listConnectHarnesses(listConnectHarnessesRequest) {
1532
1532
  return __awaiter(this, void 0, void 0, function* () {
@@ -1641,7 +1641,7 @@ class StreamAdminClient {
1641
1641
  * @param ListStreamPoolsRequest
1642
1642
  * @return ListStreamPoolsResponse
1643
1643
  * @throws OciError when an error occurs
1644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1645
1645
  */
1646
1646
  listStreamPools(listStreamPoolsRequest) {
1647
1647
  return __awaiter(this, void 0, void 0, function* () {
@@ -1760,7 +1760,7 @@ class StreamAdminClient {
1760
1760
  * @param ListStreamsRequest
1761
1761
  * @return ListStreamsResponse
1762
1762
  * @throws OciError when an error occurs
1763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1764
1764
  */
1765
1765
  listStreams(listStreamsRequest) {
1766
1766
  return __awaiter(this, void 0, void 0, function* () {
@@ -1877,7 +1877,7 @@ class StreamAdminClient {
1877
1877
  * @param UpdateConnectHarnessRequest
1878
1878
  * @return UpdateConnectHarnessResponse
1879
1879
  * @throws OciError when an error occurs
1880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1881
1881
  */
1882
1882
  updateConnectHarness(updateConnectHarnessRequest) {
1883
1883
  return __awaiter(this, void 0, void 0, function* () {
@@ -1943,7 +1943,7 @@ class StreamAdminClient {
1943
1943
  * @param UpdateStreamRequest
1944
1944
  * @return UpdateStreamResponse
1945
1945
  * @throws OciError when an error occurs
1946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1947
1947
  */
1948
1948
  updateStream(updateStreamRequest) {
1949
1949
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class StreamAdminClient {
2009
2009
  * @param UpdateStreamPoolRequest
2010
2010
  * @return UpdateStreamPoolResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2013
2013
  */
2014
2014
  updateStreamPool(updateStreamPoolRequest) {
2015
2015
  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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3/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.89.4/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.89.3",
3
+ "version": "2.89.4",
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.89.3",
19
- "oci-workrequests": "2.89.3"
18
+ "oci-common": "2.89.4",
19
+ "oci-workrequests": "2.89.4"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"