oci-streaming 2.3.0 → 2.3.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
@@ -42,7 +42,7 @@ export declare class StreamClient {
42
42
  * @param ConsumerCommitRequest
43
43
  * @return ConsumerCommitResponse
44
44
  * @throws OciError when an error occurs
45
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
45
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
46
46
  */
47
47
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
48
48
  /**
@@ -51,7 +51,7 @@ export declare class StreamClient {
51
51
  * @param ConsumerHeartbeatRequest
52
52
  * @return ConsumerHeartbeatResponse
53
53
  * @throws OciError when an error occurs
54
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
54
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
55
55
  */
56
56
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
57
57
  /**
@@ -64,7 +64,7 @@ export declare class StreamClient {
64
64
  * @param CreateCursorRequest
65
65
  * @return CreateCursorResponse
66
66
  * @throws OciError when an error occurs
67
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
67
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
68
68
  */
69
69
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
70
70
  /**
@@ -73,7 +73,7 @@ export declare class StreamClient {
73
73
  * @param CreateGroupCursorRequest
74
74
  * @return CreateGroupCursorResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
77
77
  */
78
78
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
79
79
  /**
@@ -82,7 +82,7 @@ export declare class StreamClient {
82
82
  * @param GetGroupRequest
83
83
  * @return GetGroupResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
86
86
  */
87
87
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
88
88
  /**
@@ -93,7 +93,7 @@ export declare class StreamClient {
93
93
  * @param GetMessagesRequest
94
94
  * @return GetMessagesResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
97
97
  */
98
98
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
99
99
  /**
@@ -105,7 +105,7 @@ export declare class StreamClient {
105
105
  * @param PutMessagesRequest
106
106
  * @return PutMessagesResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
109
109
  */
110
110
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class StreamClient {
114
114
  * @param UpdateGroupRequest
115
115
  * @return UpdateGroupResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
118
118
  */
119
119
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
120
120
  }
@@ -172,7 +172,7 @@ export declare class StreamAdminClient {
172
172
  * @param ChangeConnectHarnessCompartmentRequest
173
173
  * @return ChangeConnectHarnessCompartmentResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
176
176
  */
177
177
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
178
178
  /**
@@ -183,7 +183,7 @@ export declare class StreamAdminClient {
183
183
  * @param ChangeStreamCompartmentRequest
184
184
  * @return ChangeStreamCompartmentResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
187
187
  */
188
188
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
189
189
  /**
@@ -191,7 +191,7 @@ export declare class StreamAdminClient {
191
191
  * @param ChangeStreamPoolCompartmentRequest
192
192
  * @return ChangeStreamPoolCompartmentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
195
195
  */
196
196
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
197
197
  /**
@@ -201,7 +201,7 @@ export declare class StreamAdminClient {
201
201
  * @param CreateConnectHarnessRequest
202
202
  * @return CreateConnectHarnessResponse
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.3.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
205
205
  */
206
206
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
207
207
  /**
@@ -214,7 +214,7 @@ export declare class StreamAdminClient {
214
214
  * @param CreateStreamRequest
215
215
  * @return CreateStreamResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
218
218
  */
219
219
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
220
220
  /**
@@ -225,7 +225,7 @@ export declare class StreamAdminClient {
225
225
  * @param CreateStreamPoolRequest
226
226
  * @return CreateStreamPoolResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
229
229
  */
230
230
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
231
231
  /**
@@ -238,7 +238,7 @@ export declare class StreamAdminClient {
238
238
  * @param DeleteConnectHarnessRequest
239
239
  * @return DeleteConnectHarnessResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
242
242
  */
243
243
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
244
244
  /**
@@ -251,7 +251,7 @@ export declare class StreamAdminClient {
251
251
  * @param DeleteStreamRequest
252
252
  * @return DeleteStreamResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
255
255
  */
256
256
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
257
257
  /**
@@ -261,7 +261,7 @@ export declare class StreamAdminClient {
261
261
  * @param DeleteStreamPoolRequest
262
262
  * @return DeleteStreamPoolResponse
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.3.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
265
265
  */
266
266
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
267
267
  /**
@@ -269,7 +269,7 @@ export declare class StreamAdminClient {
269
269
  * @param GetConnectHarnessRequest
270
270
  * @return GetConnectHarnessResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
273
273
  */
274
274
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
275
275
  /**
@@ -277,7 +277,7 @@ export declare class StreamAdminClient {
277
277
  * @param GetStreamRequest
278
278
  * @return GetStreamResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
281
281
  */
282
282
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
283
283
  /**
@@ -285,7 +285,7 @@ export declare class StreamAdminClient {
285
285
  * @param GetStreamPoolRequest
286
286
  * @return GetStreamPoolResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
289
289
  */
290
290
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
291
291
  /**
@@ -293,7 +293,7 @@ export declare class StreamAdminClient {
293
293
  * @param ListConnectHarnessesRequest
294
294
  * @return ListConnectHarnessesResponse
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.3.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
297
297
  */
298
298
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
299
299
  /**
@@ -316,7 +316,7 @@ export declare class StreamAdminClient {
316
316
  * @param ListStreamPoolsRequest
317
317
  * @return ListStreamPoolsResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
320
320
  */
321
321
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
322
322
  /**
@@ -343,7 +343,7 @@ export declare class StreamAdminClient {
343
343
  * @param ListStreamsRequest
344
344
  * @return ListStreamsResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
347
347
  */
348
348
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
349
349
  /**
@@ -367,7 +367,7 @@ export declare class StreamAdminClient {
367
367
  * @param UpdateConnectHarnessRequest
368
368
  * @return UpdateConnectHarnessResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
371
371
  */
372
372
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
373
373
  /**
@@ -376,7 +376,7 @@ export declare class StreamAdminClient {
376
376
  * @param UpdateStreamRequest
377
377
  * @return UpdateStreamResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
380
380
  */
381
381
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
382
382
  /**
@@ -385,7 +385,7 @@ export declare class StreamAdminClient {
385
385
  * @param UpdateStreamPoolRequest
386
386
  * @return UpdateStreamPoolResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
389
389
  */
390
390
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
391
391
  }
package/lib/client.js CHANGED
@@ -95,7 +95,7 @@ class StreamClient {
95
95
  * @param ConsumerCommitRequest
96
96
  * @return ConsumerCommitResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
99
99
  */
100
100
  consumerCommit(consumerCommitRequest) {
101
101
  return __awaiter(this, void 0, void 0, function* () {
@@ -152,7 +152,7 @@ class StreamClient {
152
152
  * @param ConsumerHeartbeatRequest
153
153
  * @return ConsumerHeartbeatResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
156
156
  */
157
157
  consumerHeartbeat(consumerHeartbeatRequest) {
158
158
  return __awaiter(this, void 0, void 0, function* () {
@@ -213,7 +213,7 @@ class StreamClient {
213
213
  * @param CreateCursorRequest
214
214
  * @return CreateCursorResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
217
217
  */
218
218
  createCursor(createCursorRequest) {
219
219
  return __awaiter(this, void 0, void 0, function* () {
@@ -269,7 +269,7 @@ class StreamClient {
269
269
  * @param CreateGroupCursorRequest
270
270
  * @return CreateGroupCursorResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
273
273
  */
274
274
  createGroupCursor(createGroupCursorRequest) {
275
275
  return __awaiter(this, void 0, void 0, function* () {
@@ -325,7 +325,7 @@ class StreamClient {
325
325
  * @param GetGroupRequest
326
326
  * @return GetGroupResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
329
329
  */
330
330
  getGroup(getGroupRequest) {
331
331
  return __awaiter(this, void 0, void 0, function* () {
@@ -383,7 +383,7 @@ class StreamClient {
383
383
  * @param GetMessagesRequest
384
384
  * @return GetMessagesResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
387
387
  */
388
388
  getMessages(getMessagesRequest) {
389
389
  return __awaiter(this, void 0, void 0, function* () {
@@ -449,7 +449,7 @@ class StreamClient {
449
449
  * @param PutMessagesRequest
450
450
  * @return PutMessagesResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
453
453
  */
454
454
  putMessages(putMessagesRequest) {
455
455
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +505,7 @@ class StreamClient {
505
505
  * @param UpdateGroupRequest
506
506
  * @return UpdateGroupResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
509
509
  */
510
510
  updateGroup(updateGroupRequest) {
511
511
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class StreamAdminClient {
646
646
  * @param ChangeConnectHarnessCompartmentRequest
647
647
  * @return ChangeConnectHarnessCompartmentResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
650
650
  */
651
651
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -701,7 +701,7 @@ class StreamAdminClient {
701
701
  * @param ChangeStreamCompartmentRequest
702
702
  * @return ChangeStreamCompartmentResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
705
705
  */
706
706
  changeStreamCompartment(changeStreamCompartmentRequest) {
707
707
  return __awaiter(this, void 0, void 0, function* () {
@@ -753,7 +753,7 @@ class StreamAdminClient {
753
753
  * @param ChangeStreamPoolCompartmentRequest
754
754
  * @return ChangeStreamPoolCompartmentResponse
755
755
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
757
757
  */
758
758
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
759
759
  return __awaiter(this, void 0, void 0, function* () {
@@ -807,7 +807,7 @@ class StreamAdminClient {
807
807
  * @param CreateConnectHarnessRequest
808
808
  * @return CreateConnectHarnessResponse
809
809
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
811
811
  */
812
812
  createConnectHarness(createConnectHarnessRequest) {
813
813
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +871,7 @@ class StreamAdminClient {
871
871
  * @param CreateStreamRequest
872
872
  * @return CreateStreamResponse
873
873
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
875
875
  */
876
876
  createStream(createStreamRequest) {
877
877
  return __awaiter(this, void 0, void 0, function* () {
@@ -932,7 +932,7 @@ class StreamAdminClient {
932
932
  * @param CreateStreamPoolRequest
933
933
  * @return CreateStreamPoolResponse
934
934
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
936
936
  */
937
937
  createStreamPool(createStreamPoolRequest) {
938
938
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +996,7 @@ class StreamAdminClient {
996
996
  * @param DeleteConnectHarnessRequest
997
997
  * @return DeleteConnectHarnessResponse
998
998
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1000
1000
  */
1001
1001
  deleteConnectHarness(deleteConnectHarnessRequest) {
1002
1002
  return __awaiter(this, void 0, void 0, function* () {
@@ -1052,7 +1052,7 @@ class StreamAdminClient {
1052
1052
  * @param DeleteStreamRequest
1053
1053
  * @return DeleteStreamResponse
1054
1054
  * @throws OciError when an error occurs
1055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1056
1056
  */
1057
1057
  deleteStream(deleteStreamRequest) {
1058
1058
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,7 +1105,7 @@ class StreamAdminClient {
1105
1105
  * @param DeleteStreamPoolRequest
1106
1106
  * @return DeleteStreamPoolResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1109
1109
  */
1110
1110
  deleteStreamPool(deleteStreamPoolRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1156,7 @@ class StreamAdminClient {
1156
1156
  * @param GetConnectHarnessRequest
1157
1157
  * @return GetConnectHarnessResponse
1158
1158
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1160
1160
  */
1161
1161
  getConnectHarness(getConnectHarnessRequest) {
1162
1162
  return __awaiter(this, void 0, void 0, function* () {
@@ -1215,7 +1215,7 @@ class StreamAdminClient {
1215
1215
  * @param GetStreamRequest
1216
1216
  * @return GetStreamResponse
1217
1217
  * @throws OciError when an error occurs
1218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1219
1219
  */
1220
1220
  getStream(getStreamRequest) {
1221
1221
  return __awaiter(this, void 0, void 0, function* () {
@@ -1274,7 +1274,7 @@ class StreamAdminClient {
1274
1274
  * @param GetStreamPoolRequest
1275
1275
  * @return GetStreamPoolResponse
1276
1276
  * @throws OciError when an error occurs
1277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1278
1278
  */
1279
1279
  getStreamPool(getStreamPoolRequest) {
1280
1280
  return __awaiter(this, void 0, void 0, function* () {
@@ -1333,7 +1333,7 @@ class StreamAdminClient {
1333
1333
  * @param ListConnectHarnessesRequest
1334
1334
  * @return ListConnectHarnessesResponse
1335
1335
  * @throws OciError when an error occurs
1336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1337
1337
  */
1338
1338
  listConnectHarnesses(listConnectHarnessesRequest) {
1339
1339
  return __awaiter(this, void 0, void 0, function* () {
@@ -1423,7 +1423,7 @@ class StreamAdminClient {
1423
1423
  * @param ListStreamPoolsRequest
1424
1424
  * @return ListStreamPoolsResponse
1425
1425
  * @throws OciError when an error occurs
1426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1427
1427
  */
1428
1428
  listStreamPools(listStreamPoolsRequest) {
1429
1429
  return __awaiter(this, void 0, void 0, function* () {
@@ -1517,7 +1517,7 @@ class StreamAdminClient {
1517
1517
  * @param ListStreamsRequest
1518
1518
  * @return ListStreamsResponse
1519
1519
  * @throws OciError when an error occurs
1520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1521
1521
  */
1522
1522
  listStreams(listStreamsRequest) {
1523
1523
  return __awaiter(this, void 0, void 0, function* () {
@@ -1609,7 +1609,7 @@ class StreamAdminClient {
1609
1609
  * @param UpdateConnectHarnessRequest
1610
1610
  * @return UpdateConnectHarnessResponse
1611
1611
  * @throws OciError when an error occurs
1612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1613
1613
  */
1614
1614
  updateConnectHarness(updateConnectHarnessRequest) {
1615
1615
  return __awaiter(this, void 0, void 0, function* () {
@@ -1671,7 +1671,7 @@ class StreamAdminClient {
1671
1671
  * @param UpdateStreamRequest
1672
1672
  * @return UpdateStreamResponse
1673
1673
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1675
1675
  */
1676
1676
  updateStream(updateStreamRequest) {
1677
1677
  return __awaiter(this, void 0, void 0, function* () {
@@ -1733,7 +1733,7 @@ class StreamAdminClient {
1733
1733
  * @param UpdateStreamPoolRequest
1734
1734
  * @return UpdateStreamPoolResponse
1735
1735
  * @throws OciError when an error occurs
1736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
1737
1737
  */
1738
1738
  updateStreamPool(updateStreamPoolRequest) {
1739
1739
  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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.0",
3
+ "version": "2.3.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.3.0",
19
- "oci-workrequests": "2.3.0"
18
+ "oci-common": "2.3.1",
19
+ "oci-workrequests": "2.3.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"