oci-streaming 2.80.0 → 2.82.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -62,7 +62,7 @@ export declare class StreamClient {
62
62
  * @param ConsumerCommitRequest
63
63
  * @return ConsumerCommitResponse
64
64
  * @throws OciError when an error occurs
65
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
65
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
66
66
  */
67
67
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
68
68
  /**
@@ -72,7 +72,7 @@ export declare class StreamClient {
72
72
  * @param ConsumerHeartbeatRequest
73
73
  * @return ConsumerHeartbeatResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
76
76
  */
77
77
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
78
78
  /**
@@ -86,7 +86,7 @@ export declare class StreamClient {
86
86
  * @param CreateCursorRequest
87
87
  * @return CreateCursorResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
90
90
  */
91
91
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class StreamClient {
96
96
  * @param CreateGroupCursorRequest
97
97
  * @return CreateGroupCursorResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
100
100
  */
101
101
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class StreamClient {
106
106
  * @param GetGroupRequest
107
107
  * @return GetGroupResponse
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.80.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
110
110
  */
111
111
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
112
112
  /**
@@ -118,7 +118,7 @@ export declare class StreamClient {
118
118
  * @param GetMessagesRequest
119
119
  * @return GetMessagesResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
122
122
  */
123
123
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
124
124
  /**
@@ -131,7 +131,7 @@ export declare class StreamClient {
131
131
  * @param PutMessagesRequest
132
132
  * @return PutMessagesResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
135
135
  */
136
136
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
137
137
  /**
@@ -141,7 +141,7 @@ export declare class StreamClient {
141
141
  * @param UpdateGroupRequest
142
142
  * @return UpdateGroupResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
145
145
  */
146
146
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
147
147
  }
@@ -221,7 +221,7 @@ export declare class StreamAdminClient {
221
221
  * @param ChangeConnectHarnessCompartmentRequest
222
222
  * @return ChangeConnectHarnessCompartmentResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
225
225
  */
226
226
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
227
227
  /**
@@ -233,7 +233,7 @@ export declare class StreamAdminClient {
233
233
  * @param ChangeStreamCompartmentRequest
234
234
  * @return ChangeStreamCompartmentResponse
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.80.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
237
237
  */
238
238
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
239
239
  /**
@@ -242,7 +242,7 @@ export declare class StreamAdminClient {
242
242
  * @param ChangeStreamPoolCompartmentRequest
243
243
  * @return ChangeStreamPoolCompartmentResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
246
246
  */
247
247
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
248
248
  /**
@@ -253,7 +253,7 @@ export declare class StreamAdminClient {
253
253
  * @param CreateConnectHarnessRequest
254
254
  * @return CreateConnectHarnessResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
257
257
  */
258
258
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
259
259
  /**
@@ -267,7 +267,7 @@ export declare class StreamAdminClient {
267
267
  * @param CreateStreamRequest
268
268
  * @return CreateStreamResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
271
271
  */
272
272
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
273
273
  /**
@@ -279,7 +279,7 @@ export declare class StreamAdminClient {
279
279
  * @param CreateStreamPoolRequest
280
280
  * @return CreateStreamPoolResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
283
283
  */
284
284
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
285
285
  /**
@@ -293,7 +293,7 @@ export declare class StreamAdminClient {
293
293
  * @param DeleteConnectHarnessRequest
294
294
  * @return DeleteConnectHarnessResponse
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.80.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
297
297
  */
298
298
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
299
299
  /**
@@ -307,7 +307,7 @@ export declare class StreamAdminClient {
307
307
  * @param DeleteStreamRequest
308
308
  * @return DeleteStreamResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
311
311
  */
312
312
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
313
313
  /**
@@ -318,7 +318,7 @@ export declare class StreamAdminClient {
318
318
  * @param DeleteStreamPoolRequest
319
319
  * @return DeleteStreamPoolResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
322
322
  */
323
323
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class StreamAdminClient {
327
327
  * @param GetConnectHarnessRequest
328
328
  * @return GetConnectHarnessResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
331
331
  */
332
332
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class StreamAdminClient {
336
336
  * @param GetStreamRequest
337
337
  * @return GetStreamResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
340
340
  */
341
341
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class StreamAdminClient {
345
345
  * @param GetStreamPoolRequest
346
346
  * @return GetStreamPoolResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
349
349
  */
350
350
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class StreamAdminClient {
354
354
  * @param ListConnectHarnessesRequest
355
355
  * @return ListConnectHarnessesResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
358
358
  */
359
359
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
360
360
  /**
@@ -395,7 +395,7 @@ export declare class StreamAdminClient {
395
395
  * @param ListStreamPoolsRequest
396
396
  * @return ListStreamPoolsResponse
397
397
  * @throws OciError when an error occurs
398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
399
399
  */
400
400
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
401
401
  /**
@@ -440,7 +440,7 @@ export declare class StreamAdminClient {
440
440
  * @param ListStreamsRequest
441
441
  * @return ListStreamsResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
444
444
  */
445
445
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
446
446
  /**
@@ -482,7 +482,7 @@ export declare class StreamAdminClient {
482
482
  * @param UpdateConnectHarnessRequest
483
483
  * @return UpdateConnectHarnessResponse
484
484
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
486
486
  */
487
487
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
488
488
  /**
@@ -492,7 +492,7 @@ export declare class StreamAdminClient {
492
492
  * @param UpdateStreamRequest
493
493
  * @return UpdateStreamResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
496
496
  */
497
497
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
498
498
  /**
@@ -502,7 +502,7 @@ export declare class StreamAdminClient {
502
502
  * @param UpdateStreamPoolRequest
503
503
  * @return UpdateStreamPoolResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
506
506
  */
507
507
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
508
508
  }
package/lib/client.js CHANGED
@@ -140,7 +140,7 @@ class StreamClient {
140
140
  * @param ConsumerCommitRequest
141
141
  * @return ConsumerCommitResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
144
144
  */
145
145
  consumerCommit(consumerCommitRequest) {
146
146
  return __awaiter(this, void 0, void 0, function* () {
@@ -201,7 +201,7 @@ class StreamClient {
201
201
  * @param ConsumerHeartbeatRequest
202
202
  * @return ConsumerHeartbeatResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
205
205
  */
206
206
  consumerHeartbeat(consumerHeartbeatRequest) {
207
207
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class StreamClient {
266
266
  * @param CreateCursorRequest
267
267
  * @return CreateCursorResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
270
270
  */
271
271
  createCursor(createCursorRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -326,7 +326,7 @@ class StreamClient {
326
326
  * @param CreateGroupCursorRequest
327
327
  * @return CreateGroupCursorResponse
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.80.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
330
330
  */
331
331
  createGroupCursor(createGroupCursorRequest) {
332
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -386,7 +386,7 @@ class StreamClient {
386
386
  * @param GetGroupRequest
387
387
  * @return GetGroupResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
390
390
  */
391
391
  getGroup(getGroupRequest) {
392
392
  return __awaiter(this, void 0, void 0, function* () {
@@ -448,7 +448,7 @@ class StreamClient {
448
448
  * @param GetMessagesRequest
449
449
  * @return GetMessagesResponse
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.80.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
452
452
  */
453
453
  getMessages(getMessagesRequest) {
454
454
  return __awaiter(this, void 0, void 0, function* () {
@@ -518,7 +518,7 @@ class StreamClient {
518
518
  * @param PutMessagesRequest
519
519
  * @return PutMessagesResponse
520
520
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
522
522
  */
523
523
  putMessages(putMessagesRequest) {
524
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -578,7 +578,7 @@ class StreamClient {
578
578
  * @param UpdateGroupRequest
579
579
  * @return UpdateGroupResponse
580
580
  * @throws OciError when an error occurs
581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
582
582
  */
583
583
  updateGroup(updateGroupRequest) {
584
584
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class StreamAdminClient {
779
779
  * @param ChangeConnectHarnessCompartmentRequest
780
780
  * @return ChangeConnectHarnessCompartmentResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
783
783
  */
784
784
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -838,7 +838,7 @@ class StreamAdminClient {
838
838
  * @param ChangeStreamCompartmentRequest
839
839
  * @return ChangeStreamCompartmentResponse
840
840
  * @throws OciError when an error occurs
841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
842
842
  */
843
843
  changeStreamCompartment(changeStreamCompartmentRequest) {
844
844
  return __awaiter(this, void 0, void 0, function* () {
@@ -894,7 +894,7 @@ class StreamAdminClient {
894
894
  * @param ChangeStreamPoolCompartmentRequest
895
895
  * @return ChangeStreamPoolCompartmentResponse
896
896
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
898
898
  */
899
899
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
900
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -952,7 +952,7 @@ class StreamAdminClient {
952
952
  * @param CreateConnectHarnessRequest
953
953
  * @return CreateConnectHarnessResponse
954
954
  * @throws OciError when an error occurs
955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
956
956
  */
957
957
  createConnectHarness(createConnectHarnessRequest) {
958
958
  return __awaiter(this, void 0, void 0, function* () {
@@ -1020,7 +1020,7 @@ class StreamAdminClient {
1020
1020
  * @param CreateStreamRequest
1021
1021
  * @return CreateStreamResponse
1022
1022
  * @throws OciError when an error occurs
1023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1024
1024
  */
1025
1025
  createStream(createStreamRequest) {
1026
1026
  return __awaiter(this, void 0, void 0, function* () {
@@ -1085,7 +1085,7 @@ class StreamAdminClient {
1085
1085
  * @param CreateStreamPoolRequest
1086
1086
  * @return CreateStreamPoolResponse
1087
1087
  * @throws OciError when an error occurs
1088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1089
1089
  */
1090
1090
  createStreamPool(createStreamPoolRequest) {
1091
1091
  return __awaiter(this, void 0, void 0, function* () {
@@ -1153,7 +1153,7 @@ class StreamAdminClient {
1153
1153
  * @param DeleteConnectHarnessRequest
1154
1154
  * @return DeleteConnectHarnessResponse
1155
1155
  * @throws OciError when an error occurs
1156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1157
1157
  */
1158
1158
  deleteConnectHarness(deleteConnectHarnessRequest) {
1159
1159
  return __awaiter(this, void 0, void 0, function* () {
@@ -1213,7 +1213,7 @@ class StreamAdminClient {
1213
1213
  * @param DeleteStreamRequest
1214
1214
  * @return DeleteStreamResponse
1215
1215
  * @throws OciError when an error occurs
1216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1217
1217
  */
1218
1218
  deleteStream(deleteStreamRequest) {
1219
1219
  return __awaiter(this, void 0, void 0, function* () {
@@ -1270,7 +1270,7 @@ class StreamAdminClient {
1270
1270
  * @param DeleteStreamPoolRequest
1271
1271
  * @return DeleteStreamPoolResponse
1272
1272
  * @throws OciError when an error occurs
1273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1274
1274
  */
1275
1275
  deleteStreamPool(deleteStreamPoolRequest) {
1276
1276
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1325,7 @@ class StreamAdminClient {
1325
1325
  * @param GetConnectHarnessRequest
1326
1326
  * @return GetConnectHarnessResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1329
1329
  */
1330
1330
  getConnectHarness(getConnectHarnessRequest) {
1331
1331
  return __awaiter(this, void 0, void 0, function* () {
@@ -1388,7 +1388,7 @@ class StreamAdminClient {
1388
1388
  * @param GetStreamRequest
1389
1389
  * @return GetStreamResponse
1390
1390
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1392
1392
  */
1393
1393
  getStream(getStreamRequest) {
1394
1394
  return __awaiter(this, void 0, void 0, function* () {
@@ -1451,7 +1451,7 @@ class StreamAdminClient {
1451
1451
  * @param GetStreamPoolRequest
1452
1452
  * @return GetStreamPoolResponse
1453
1453
  * @throws OciError when an error occurs
1454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1455
1455
  */
1456
1456
  getStreamPool(getStreamPoolRequest) {
1457
1457
  return __awaiter(this, void 0, void 0, function* () {
@@ -1514,7 +1514,7 @@ class StreamAdminClient {
1514
1514
  * @param ListConnectHarnessesRequest
1515
1515
  * @return ListConnectHarnessesResponse
1516
1516
  * @throws OciError when an error occurs
1517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1518
1518
  */
1519
1519
  listConnectHarnesses(listConnectHarnessesRequest) {
1520
1520
  return __awaiter(this, void 0, void 0, function* () {
@@ -1629,7 +1629,7 @@ class StreamAdminClient {
1629
1629
  * @param ListStreamPoolsRequest
1630
1630
  * @return ListStreamPoolsResponse
1631
1631
  * @throws OciError when an error occurs
1632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1633
1633
  */
1634
1634
  listStreamPools(listStreamPoolsRequest) {
1635
1635
  return __awaiter(this, void 0, void 0, function* () {
@@ -1748,7 +1748,7 @@ class StreamAdminClient {
1748
1748
  * @param ListStreamsRequest
1749
1749
  * @return ListStreamsResponse
1750
1750
  * @throws OciError when an error occurs
1751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1752
1752
  */
1753
1753
  listStreams(listStreamsRequest) {
1754
1754
  return __awaiter(this, void 0, void 0, function* () {
@@ -1865,7 +1865,7 @@ class StreamAdminClient {
1865
1865
  * @param UpdateConnectHarnessRequest
1866
1866
  * @return UpdateConnectHarnessResponse
1867
1867
  * @throws OciError when an error occurs
1868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1869
1869
  */
1870
1870
  updateConnectHarness(updateConnectHarnessRequest) {
1871
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1931,7 +1931,7 @@ class StreamAdminClient {
1931
1931
  * @param UpdateStreamRequest
1932
1932
  * @return UpdateStreamResponse
1933
1933
  * @throws OciError when an error occurs
1934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1935
1935
  */
1936
1936
  updateStream(updateStreamRequest) {
1937
1937
  return __awaiter(this, void 0, void 0, function* () {
@@ -1997,7 +1997,7 @@ class StreamAdminClient {
1997
1997
  * @param UpdateStreamPoolRequest
1998
1998
  * @return UpdateStreamPoolResponse
1999
1999
  * @throws OciError when an error occurs
2000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2001
2001
  */
2002
2002
  updateStreamPool(updateStreamPoolRequest) {
2003
2003
  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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0/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.82.1/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.80.0",
3
+ "version": "2.82.1",
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.80.0",
19
- "oci-workrequests": "2.80.0"
18
+ "oci-common": "2.82.1",
19
+ "oci-workrequests": "2.82.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"