oci-streaming 2.102.2 → 2.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +27 -27
  4. package/lib/client.js +27 -27
  5. package/lib/model/change-connect-harness-compartment-details.d.ts +2 -2
  6. package/lib/model/change-connect-harness-compartment-details.js +1 -1
  7. package/lib/model/change-stream-compartment-details.d.ts +2 -2
  8. package/lib/model/change-stream-compartment-details.js +1 -1
  9. package/lib/model/change-stream-pool-compartment-details.d.ts +2 -2
  10. package/lib/model/change-stream-pool-compartment-details.js +1 -1
  11. package/lib/model/connect-harness-summary.d.ts +3 -3
  12. package/lib/model/connect-harness-summary.js +1 -1
  13. package/lib/model/connect-harness.d.ts +3 -3
  14. package/lib/model/connect-harness.js +1 -1
  15. package/lib/model/create-connect-harness-details.d.ts +3 -3
  16. package/lib/model/create-connect-harness-details.js +1 -1
  17. package/lib/model/create-cursor-details.d.ts +1 -1
  18. package/lib/model/create-cursor-details.js +1 -1
  19. package/lib/model/create-group-cursor-details.d.ts +1 -1
  20. package/lib/model/create-group-cursor-details.js +1 -1
  21. package/lib/model/create-stream-details.d.ts +3 -3
  22. package/lib/model/create-stream-details.js +1 -1
  23. package/lib/model/create-stream-pool-details.d.ts +3 -3
  24. package/lib/model/create-stream-pool-details.js +1 -1
  25. package/lib/model/cursor.d.ts +1 -1
  26. package/lib/model/cursor.js +1 -1
  27. package/lib/model/custom-encryption-key-details.d.ts +1 -1
  28. package/lib/model/custom-encryption-key-details.js +1 -1
  29. package/lib/model/custom-encryption-key.d.ts +1 -1
  30. package/lib/model/custom-encryption-key.js +1 -1
  31. package/lib/model/group.d.ts +1 -1
  32. package/lib/model/group.js +1 -1
  33. package/lib/model/index.d.ts +1 -1
  34. package/lib/model/index.js +1 -1
  35. package/lib/model/kafka-settings.d.ts +1 -1
  36. package/lib/model/kafka-settings.js +1 -1
  37. package/lib/model/message.d.ts +1 -1
  38. package/lib/model/message.js +1 -1
  39. package/lib/model/partition-reservation.d.ts +1 -1
  40. package/lib/model/partition-reservation.js +1 -1
  41. package/lib/model/private-endpoint-details.d.ts +1 -1
  42. package/lib/model/private-endpoint-details.js +1 -1
  43. package/lib/model/private-endpoint-settings.d.ts +1 -1
  44. package/lib/model/private-endpoint-settings.js +1 -1
  45. package/lib/model/put-messages-details-entry.d.ts +1 -1
  46. package/lib/model/put-messages-details-entry.js +1 -1
  47. package/lib/model/put-messages-details.d.ts +1 -1
  48. package/lib/model/put-messages-details.js +1 -1
  49. package/lib/model/put-messages-result-entry.d.ts +1 -1
  50. package/lib/model/put-messages-result-entry.js +1 -1
  51. package/lib/model/put-messages-result.d.ts +1 -1
  52. package/lib/model/put-messages-result.js +1 -1
  53. package/lib/model/stream-pool-summary.d.ts +3 -3
  54. package/lib/model/stream-pool-summary.js +1 -1
  55. package/lib/model/stream-pool.d.ts +3 -3
  56. package/lib/model/stream-pool.js +1 -1
  57. package/lib/model/stream-summary.d.ts +3 -3
  58. package/lib/model/stream-summary.js +1 -1
  59. package/lib/model/stream.d.ts +3 -3
  60. package/lib/model/stream.js +1 -1
  61. package/lib/model/update-connect-harness-details.d.ts +3 -3
  62. package/lib/model/update-connect-harness-details.js +1 -1
  63. package/lib/model/update-group-details.d.ts +1 -1
  64. package/lib/model/update-group-details.js +1 -1
  65. package/lib/model/update-stream-details.d.ts +4 -4
  66. package/lib/model/update-stream-details.js +1 -1
  67. package/lib/model/update-stream-pool-details.d.ts +3 -3
  68. package/lib/model/update-stream-pool-details.js +1 -1
  69. package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
  70. package/lib/request/change-stream-compartment-request.d.ts +1 -1
  71. package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
  72. package/lib/request/consumer-commit-request.d.ts +1 -1
  73. package/lib/request/consumer-heartbeat-request.d.ts +1 -1
  74. package/lib/request/create-connect-harness-request.d.ts +1 -1
  75. package/lib/request/create-cursor-request.d.ts +1 -1
  76. package/lib/request/create-group-cursor-request.d.ts +1 -1
  77. package/lib/request/create-stream-pool-request.d.ts +1 -1
  78. package/lib/request/create-stream-request.d.ts +1 -1
  79. package/lib/request/delete-connect-harness-request.d.ts +1 -1
  80. package/lib/request/delete-stream-pool-request.d.ts +1 -1
  81. package/lib/request/delete-stream-request.d.ts +1 -1
  82. package/lib/request/get-connect-harness-request.d.ts +1 -1
  83. package/lib/request/get-group-request.d.ts +1 -1
  84. package/lib/request/get-messages-request.d.ts +1 -1
  85. package/lib/request/get-stream-pool-request.d.ts +1 -1
  86. package/lib/request/get-stream-request.d.ts +1 -1
  87. package/lib/request/index.d.ts +1 -1
  88. package/lib/request/index.js +1 -1
  89. package/lib/request/list-connect-harnesses-request.d.ts +1 -1
  90. package/lib/request/list-stream-pools-request.d.ts +1 -1
  91. package/lib/request/list-streams-request.d.ts +1 -1
  92. package/lib/request/put-messages-request.d.ts +1 -1
  93. package/lib/request/update-connect-harness-request.d.ts +1 -1
  94. package/lib/request/update-group-request.d.ts +1 -1
  95. package/lib/request/update-stream-pool-request.d.ts +1 -1
  96. package/lib/request/update-stream-request.d.ts +1 -1
  97. package/lib/response/index.d.ts +1 -1
  98. package/lib/response/index.js +1 -1
  99. package/lib/response/list-connect-harnesses-response.d.ts +2 -2
  100. package/lib/response/list-stream-pools-response.d.ts +2 -2
  101. package/lib/response/list-streams-response.d.ts +2 -2
  102. package/lib/streamadmin-waiter.d.ts +1 -1
  103. package/lib/streamadmin-waiter.js +1 -1
  104. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *
package/lib/client.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
@@ -71,7 +71,7 @@ export declare class StreamClient {
71
71
  * @param ConsumerCommitRequest
72
72
  * @return ConsumerCommitResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
74
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
75
75
  */
76
76
  consumerCommit(consumerCommitRequest: requests.ConsumerCommitRequest): Promise<responses.ConsumerCommitResponse>;
77
77
  /**
@@ -81,7 +81,7 @@ export declare class StreamClient {
81
81
  * @param ConsumerHeartbeatRequest
82
82
  * @return ConsumerHeartbeatResponse
83
83
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
84
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
85
85
  */
86
86
  consumerHeartbeat(consumerHeartbeatRequest: requests.ConsumerHeartbeatRequest): Promise<responses.ConsumerHeartbeatResponse>;
87
87
  /**
@@ -95,7 +95,7 @@ export declare class StreamClient {
95
95
  * @param CreateCursorRequest
96
96
  * @return CreateCursorResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
98
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
99
99
  */
100
100
  createCursor(createCursorRequest: requests.CreateCursorRequest): Promise<responses.CreateCursorResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class StreamClient {
105
105
  * @param CreateGroupCursorRequest
106
106
  * @return CreateGroupCursorResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
108
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
109
109
  */
110
110
  createGroupCursor(createGroupCursorRequest: requests.CreateGroupCursorRequest): Promise<responses.CreateGroupCursorResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class StreamClient {
115
115
  * @param GetGroupRequest
116
116
  * @return GetGroupResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
118
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
119
119
  */
120
120
  getGroup(getGroupRequest: requests.GetGroupRequest): Promise<responses.GetGroupResponse>;
121
121
  /**
@@ -127,7 +127,7 @@ export declare class StreamClient {
127
127
  * @param GetMessagesRequest
128
128
  * @return GetMessagesResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
130
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
131
131
  */
132
132
  getMessages(getMessagesRequest: requests.GetMessagesRequest): Promise<responses.GetMessagesResponse>;
133
133
  /**
@@ -140,7 +140,7 @@ export declare class StreamClient {
140
140
  * @param PutMessagesRequest
141
141
  * @return PutMessagesResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
143
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
144
144
  */
145
145
  putMessages(putMessagesRequest: requests.PutMessagesRequest): Promise<responses.PutMessagesResponse>;
146
146
  /**
@@ -150,7 +150,7 @@ export declare class StreamClient {
150
150
  * @param UpdateGroupRequest
151
151
  * @return UpdateGroupResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
153
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
154
154
  */
155
155
  updateGroup(updateGroupRequest: requests.UpdateGroupRequest): Promise<responses.UpdateGroupResponse>;
156
156
  }
@@ -239,7 +239,7 @@ export declare class StreamAdminClient {
239
239
  * @param ChangeConnectHarnessCompartmentRequest
240
240
  * @return ChangeConnectHarnessCompartmentResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
242
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
243
243
  */
244
244
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest: requests.ChangeConnectHarnessCompartmentRequest): Promise<responses.ChangeConnectHarnessCompartmentResponse>;
245
245
  /**
@@ -251,7 +251,7 @@ export declare class StreamAdminClient {
251
251
  * @param ChangeStreamCompartmentRequest
252
252
  * @return ChangeStreamCompartmentResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
254
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
255
255
  */
256
256
  changeStreamCompartment(changeStreamCompartmentRequest: requests.ChangeStreamCompartmentRequest): Promise<responses.ChangeStreamCompartmentResponse>;
257
257
  /**
@@ -260,7 +260,7 @@ export declare class StreamAdminClient {
260
260
  * @param ChangeStreamPoolCompartmentRequest
261
261
  * @return ChangeStreamPoolCompartmentResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
263
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
264
264
  */
265
265
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest: requests.ChangeStreamPoolCompartmentRequest): Promise<responses.ChangeStreamPoolCompartmentResponse>;
266
266
  /**
@@ -271,7 +271,7 @@ export declare class StreamAdminClient {
271
271
  * @param CreateConnectHarnessRequest
272
272
  * @return CreateConnectHarnessResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
274
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
275
275
  */
276
276
  createConnectHarness(createConnectHarnessRequest: requests.CreateConnectHarnessRequest): Promise<responses.CreateConnectHarnessResponse>;
277
277
  /**
@@ -285,7 +285,7 @@ export declare class StreamAdminClient {
285
285
  * @param CreateStreamRequest
286
286
  * @return CreateStreamResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
288
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
289
289
  */
290
290
  createStream(createStreamRequest: requests.CreateStreamRequest): Promise<responses.CreateStreamResponse>;
291
291
  /**
@@ -297,7 +297,7 @@ export declare class StreamAdminClient {
297
297
  * @param CreateStreamPoolRequest
298
298
  * @return CreateStreamPoolResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
300
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
301
301
  */
302
302
  createStreamPool(createStreamPoolRequest: requests.CreateStreamPoolRequest): Promise<responses.CreateStreamPoolResponse>;
303
303
  /**
@@ -311,7 +311,7 @@ export declare class StreamAdminClient {
311
311
  * @param DeleteConnectHarnessRequest
312
312
  * @return DeleteConnectHarnessResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
314
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
315
315
  */
316
316
  deleteConnectHarness(deleteConnectHarnessRequest: requests.DeleteConnectHarnessRequest): Promise<responses.DeleteConnectHarnessResponse>;
317
317
  /**
@@ -325,7 +325,7 @@ export declare class StreamAdminClient {
325
325
  * @param DeleteStreamRequest
326
326
  * @return DeleteStreamResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
328
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
329
329
  */
330
330
  deleteStream(deleteStreamRequest: requests.DeleteStreamRequest): Promise<responses.DeleteStreamResponse>;
331
331
  /**
@@ -336,7 +336,7 @@ export declare class StreamAdminClient {
336
336
  * @param DeleteStreamPoolRequest
337
337
  * @return DeleteStreamPoolResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
339
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
340
340
  */
341
341
  deleteStreamPool(deleteStreamPoolRequest: requests.DeleteStreamPoolRequest): Promise<responses.DeleteStreamPoolResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class StreamAdminClient {
345
345
  * @param GetConnectHarnessRequest
346
346
  * @return GetConnectHarnessResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
348
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
349
349
  */
350
350
  getConnectHarness(getConnectHarnessRequest: requests.GetConnectHarnessRequest): Promise<responses.GetConnectHarnessResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class StreamAdminClient {
354
354
  * @param GetStreamRequest
355
355
  * @return GetStreamResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStream.ts.html |here} to see how to use GetStream API.
357
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStream.ts.html |here} to see how to use GetStream API.
358
358
  */
359
359
  getStream(getStreamRequest: requests.GetStreamRequest): Promise<responses.GetStreamResponse>;
360
360
  /**
@@ -363,7 +363,7 @@ export declare class StreamAdminClient {
363
363
  * @param GetStreamPoolRequest
364
364
  * @return GetStreamPoolResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
366
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
367
367
  */
368
368
  getStreamPool(getStreamPoolRequest: requests.GetStreamPoolRequest): Promise<responses.GetStreamPoolResponse>;
369
369
  /**
@@ -372,7 +372,7 @@ export declare class StreamAdminClient {
372
372
  * @param ListConnectHarnessesRequest
373
373
  * @return ListConnectHarnessesResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
375
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
376
376
  */
377
377
  listConnectHarnesses(listConnectHarnessesRequest: requests.ListConnectHarnessesRequest): Promise<responses.ListConnectHarnessesResponse>;
378
378
  /**
@@ -413,7 +413,7 @@ export declare class StreamAdminClient {
413
413
  * @param ListStreamPoolsRequest
414
414
  * @return ListStreamPoolsResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
416
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
417
417
  */
418
418
  listStreamPools(listStreamPoolsRequest: requests.ListStreamPoolsRequest): Promise<responses.ListStreamPoolsResponse>;
419
419
  /**
@@ -458,7 +458,7 @@ export declare class StreamAdminClient {
458
458
  * @param ListStreamsRequest
459
459
  * @return ListStreamsResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
461
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
462
462
  */
463
463
  listStreams(listStreamsRequest: requests.ListStreamsRequest): Promise<responses.ListStreamsResponse>;
464
464
  /**
@@ -500,7 +500,7 @@ export declare class StreamAdminClient {
500
500
  * @param UpdateConnectHarnessRequest
501
501
  * @return UpdateConnectHarnessResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
503
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
504
504
  */
505
505
  updateConnectHarness(updateConnectHarnessRequest: requests.UpdateConnectHarnessRequest): Promise<responses.UpdateConnectHarnessResponse>;
506
506
  /**
@@ -510,7 +510,7 @@ export declare class StreamAdminClient {
510
510
  * @param UpdateStreamRequest
511
511
  * @return UpdateStreamResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
513
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
514
514
  */
515
515
  updateStream(updateStreamRequest: requests.UpdateStreamRequest): Promise<responses.UpdateStreamResponse>;
516
516
  /**
@@ -520,7 +520,7 @@ export declare class StreamAdminClient {
520
520
  * @param UpdateStreamPoolRequest
521
521
  * @return UpdateStreamPoolResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
523
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
524
524
  */
525
525
  updateStreamPool(updateStreamPoolRequest: requests.UpdateStreamPoolRequest): Promise<responses.UpdateStreamPoolResponse>;
526
526
  }
package/lib/client.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *
@@ -157,7 +157,7 @@ class StreamClient {
157
157
  * @param ConsumerCommitRequest
158
158
  * @return ConsumerCommitResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
160
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommit API.
161
161
  */
162
162
  consumerCommit(consumerCommitRequest) {
163
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class StreamClient {
218
218
  * @param ConsumerHeartbeatRequest
219
219
  * @return ConsumerHeartbeatResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
221
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeat API.
222
222
  */
223
223
  consumerHeartbeat(consumerHeartbeatRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class StreamClient {
283
283
  * @param CreateCursorRequest
284
284
  * @return CreateCursorResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
286
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateCursor.ts.html |here} to see how to use CreateCursor API.
287
287
  */
288
288
  createCursor(createCursorRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -343,7 +343,7 @@ class StreamClient {
343
343
  * @param CreateGroupCursorRequest
344
344
  * @return CreateGroupCursorResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
346
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursor API.
347
347
  */
348
348
  createGroupCursor(createGroupCursorRequest) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
@@ -403,7 +403,7 @@ class StreamClient {
403
403
  * @param GetGroupRequest
404
404
  * @return GetGroupResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
406
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetGroup.ts.html |here} to see how to use GetGroup API.
407
407
  */
408
408
  getGroup(getGroupRequest) {
409
409
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class StreamClient {
465
465
  * @param GetMessagesRequest
466
466
  * @return GetMessagesResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
468
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetMessages.ts.html |here} to see how to use GetMessages API.
469
469
  */
470
470
  getMessages(getMessagesRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -535,7 +535,7 @@ class StreamClient {
535
535
  * @param PutMessagesRequest
536
536
  * @return PutMessagesResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
538
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/PutMessages.ts.html |here} to see how to use PutMessages API.
539
539
  */
540
540
  putMessages(putMessagesRequest) {
541
541
  return __awaiter(this, void 0, void 0, function* () {
@@ -595,7 +595,7 @@ class StreamClient {
595
595
  * @param UpdateGroupRequest
596
596
  * @return UpdateGroupResponse
597
597
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
598
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroup API.
599
599
  */
600
600
  updateGroup(updateGroupRequest) {
601
601
  return __awaiter(this, void 0, void 0, function* () {
@@ -813,7 +813,7 @@ class StreamAdminClient {
813
813
  * @param ChangeConnectHarnessCompartmentRequest
814
814
  * @return ChangeConnectHarnessCompartmentResponse
815
815
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
816
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartment API.
817
817
  */
818
818
  changeConnectHarnessCompartment(changeConnectHarnessCompartmentRequest) {
819
819
  return __awaiter(this, void 0, void 0, function* () {
@@ -872,7 +872,7 @@ class StreamAdminClient {
872
872
  * @param ChangeStreamCompartmentRequest
873
873
  * @return ChangeStreamCompartmentResponse
874
874
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
875
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartment API.
876
876
  */
877
877
  changeStreamCompartment(changeStreamCompartmentRequest) {
878
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class StreamAdminClient {
928
928
  * @param ChangeStreamPoolCompartmentRequest
929
929
  * @return ChangeStreamPoolCompartmentResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
931
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartment API.
932
932
  */
933
933
  changeStreamPoolCompartment(changeStreamPoolCompartmentRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -986,7 +986,7 @@ class StreamAdminClient {
986
986
  * @param CreateConnectHarnessRequest
987
987
  * @return CreateConnectHarnessResponse
988
988
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
989
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarness API.
990
990
  */
991
991
  createConnectHarness(createConnectHarnessRequest) {
992
992
  return __awaiter(this, void 0, void 0, function* () {
@@ -1054,7 +1054,7 @@ class StreamAdminClient {
1054
1054
  * @param CreateStreamRequest
1055
1055
  * @return CreateStreamResponse
1056
1056
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1057
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStream.ts.html |here} to see how to use CreateStream API.
1058
1058
  */
1059
1059
  createStream(createStreamRequest) {
1060
1060
  return __awaiter(this, void 0, void 0, function* () {
@@ -1119,7 +1119,7 @@ class StreamAdminClient {
1119
1119
  * @param CreateStreamPoolRequest
1120
1120
  * @return CreateStreamPoolResponse
1121
1121
  * @throws OciError when an error occurs
1122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1122
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPool API.
1123
1123
  */
1124
1124
  createStreamPool(createStreamPoolRequest) {
1125
1125
  return __awaiter(this, void 0, void 0, function* () {
@@ -1187,7 +1187,7 @@ class StreamAdminClient {
1187
1187
  * @param DeleteConnectHarnessRequest
1188
1188
  * @return DeleteConnectHarnessResponse
1189
1189
  * @throws OciError when an error occurs
1190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1190
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarness API.
1191
1191
  */
1192
1192
  deleteConnectHarness(deleteConnectHarnessRequest) {
1193
1193
  return __awaiter(this, void 0, void 0, function* () {
@@ -1247,7 +1247,7 @@ class StreamAdminClient {
1247
1247
  * @param DeleteStreamRequest
1248
1248
  * @return DeleteStreamResponse
1249
1249
  * @throws OciError when an error occurs
1250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1250
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStream.ts.html |here} to see how to use DeleteStream API.
1251
1251
  */
1252
1252
  deleteStream(deleteStreamRequest) {
1253
1253
  return __awaiter(this, void 0, void 0, function* () {
@@ -1304,7 +1304,7 @@ class StreamAdminClient {
1304
1304
  * @param DeleteStreamPoolRequest
1305
1305
  * @return DeleteStreamPoolResponse
1306
1306
  * @throws OciError when an error occurs
1307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1307
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPool API.
1308
1308
  */
1309
1309
  deleteStreamPool(deleteStreamPoolRequest) {
1310
1310
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1359,7 @@ class StreamAdminClient {
1359
1359
  * @param GetConnectHarnessRequest
1360
1360
  * @return GetConnectHarnessResponse
1361
1361
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1362
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarness API.
1363
1363
  */
1364
1364
  getConnectHarness(getConnectHarnessRequest) {
1365
1365
  return __awaiter(this, void 0, void 0, function* () {
@@ -1422,7 +1422,7 @@ class StreamAdminClient {
1422
1422
  * @param GetStreamRequest
1423
1423
  * @return GetStreamResponse
1424
1424
  * @throws OciError when an error occurs
1425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1425
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStream.ts.html |here} to see how to use GetStream API.
1426
1426
  */
1427
1427
  getStream(getStreamRequest) {
1428
1428
  return __awaiter(this, void 0, void 0, function* () {
@@ -1485,7 +1485,7 @@ class StreamAdminClient {
1485
1485
  * @param GetStreamPoolRequest
1486
1486
  * @return GetStreamPoolResponse
1487
1487
  * @throws OciError when an error occurs
1488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1488
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPool API.
1489
1489
  */
1490
1490
  getStreamPool(getStreamPoolRequest) {
1491
1491
  return __awaiter(this, void 0, void 0, function* () {
@@ -1548,7 +1548,7 @@ class StreamAdminClient {
1548
1548
  * @param ListConnectHarnessesRequest
1549
1549
  * @return ListConnectHarnessesResponse
1550
1550
  * @throws OciError when an error occurs
1551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1551
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnesses API.
1552
1552
  */
1553
1553
  listConnectHarnesses(listConnectHarnessesRequest) {
1554
1554
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1663,7 @@ class StreamAdminClient {
1663
1663
  * @param ListStreamPoolsRequest
1664
1664
  * @return ListStreamPoolsResponse
1665
1665
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1666
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPools API.
1667
1667
  */
1668
1668
  listStreamPools(listStreamPoolsRequest) {
1669
1669
  return __awaiter(this, void 0, void 0, function* () {
@@ -1782,7 +1782,7 @@ class StreamAdminClient {
1782
1782
  * @param ListStreamsRequest
1783
1783
  * @return ListStreamsResponse
1784
1784
  * @throws OciError when an error occurs
1785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1785
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListStreams.ts.html |here} to see how to use ListStreams API.
1786
1786
  */
1787
1787
  listStreams(listStreamsRequest) {
1788
1788
  return __awaiter(this, void 0, void 0, function* () {
@@ -1899,7 +1899,7 @@ class StreamAdminClient {
1899
1899
  * @param UpdateConnectHarnessRequest
1900
1900
  * @return UpdateConnectHarnessResponse
1901
1901
  * @throws OciError when an error occurs
1902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1902
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarness API.
1903
1903
  */
1904
1904
  updateConnectHarness(updateConnectHarnessRequest) {
1905
1905
  return __awaiter(this, void 0, void 0, function* () {
@@ -1965,7 +1965,7 @@ class StreamAdminClient {
1965
1965
  * @param UpdateStreamRequest
1966
1966
  * @return UpdateStreamResponse
1967
1967
  * @throws OciError when an error occurs
1968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1968
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStream.ts.html |here} to see how to use UpdateStream API.
1969
1969
  */
1970
1970
  updateStream(updateStreamRequest) {
1971
1971
  return __awaiter(this, void 0, void 0, function* () {
@@ -2031,7 +2031,7 @@ class StreamAdminClient {
2031
2031
  * @param UpdateStreamPoolRequest
2032
2032
  * @return UpdateStreamPoolResponse
2033
2033
  * @throws OciError when an error occurs
2034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2034
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPool API.
2035
2035
  */
2036
2036
  updateStreamPool(updateStreamPoolRequest) {
2037
2037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeConnectHarnessCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeStreamCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeStreamPoolCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Streaming API
3
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
3
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
4
  * OpenAPI spec version: 20180418
5
5
  *
6
6
  *
@@ -42,7 +42,7 @@ export interface ConnectHarnessSummary {
42
42
  "timeCreated": Date;
43
43
  /**
44
44
  * Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only.
45
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
45
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
46
  * <p>
47
47
  Example: {@code {\"Department\": \"Finance\"}}
48
48
  *
@@ -51,7 +51,7 @@ export interface ConnectHarnessSummary {
51
51
  [key: string]: string;
52
52
  };
53
53
  /**
54
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
54
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
55
  * <p>
56
56
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
57
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Streaming API
4
- * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * Use the Streaming API to produce and consume messages, create streams and stream pools, and manage related items. For more information, see [Streaming](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
5
  * OpenAPI spec version: 20180418
6
6
  *
7
7
  *