oci-streaming 2.5.2 → 2.8.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.
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client.d.ts +60 -28
- package/lib/client.js +126 -54
- package/lib/client.js.map +1 -1
- package/lib/model/change-connect-harness-compartment-details.d.ts +2 -2
- package/lib/model/change-connect-harness-compartment-details.js +2 -2
- package/lib/model/change-stream-compartment-details.d.ts +2 -2
- package/lib/model/change-stream-compartment-details.js +2 -2
- package/lib/model/change-stream-pool-compartment-details.d.ts +2 -2
- package/lib/model/change-stream-pool-compartment-details.js +2 -2
- package/lib/model/connect-harness-summary.d.ts +2 -2
- package/lib/model/connect-harness-summary.js +2 -2
- package/lib/model/connect-harness.d.ts +2 -2
- package/lib/model/connect-harness.js +2 -2
- package/lib/model/create-connect-harness-details.d.ts +2 -2
- package/lib/model/create-connect-harness-details.js +2 -2
- package/lib/model/create-cursor-details.d.ts +2 -2
- package/lib/model/create-cursor-details.js +2 -2
- package/lib/model/create-group-cursor-details.d.ts +2 -2
- package/lib/model/create-group-cursor-details.js +2 -2
- package/lib/model/create-stream-details.d.ts +2 -2
- package/lib/model/create-stream-details.js +2 -2
- package/lib/model/create-stream-pool-details.d.ts +2 -2
- package/lib/model/create-stream-pool-details.js +2 -2
- package/lib/model/cursor.d.ts +2 -2
- package/lib/model/cursor.js +2 -2
- package/lib/model/custom-encryption-key-details.d.ts +2 -2
- package/lib/model/custom-encryption-key-details.js +2 -2
- package/lib/model/custom-encryption-key.d.ts +2 -2
- package/lib/model/custom-encryption-key.js +2 -2
- package/lib/model/group.d.ts +2 -2
- package/lib/model/group.js +2 -2
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +2 -2
- package/lib/model/kafka-settings.d.ts +2 -2
- package/lib/model/kafka-settings.js +2 -2
- package/lib/model/message.d.ts +2 -2
- package/lib/model/message.js +2 -2
- package/lib/model/partition-reservation.d.ts +2 -2
- package/lib/model/partition-reservation.js +2 -2
- package/lib/model/private-endpoint-details.d.ts +2 -2
- package/lib/model/private-endpoint-details.js +2 -2
- package/lib/model/private-endpoint-settings.d.ts +2 -2
- package/lib/model/private-endpoint-settings.js +2 -2
- package/lib/model/put-messages-details-entry.d.ts +2 -2
- package/lib/model/put-messages-details-entry.js +2 -2
- package/lib/model/put-messages-details.d.ts +2 -2
- package/lib/model/put-messages-details.js +2 -2
- package/lib/model/put-messages-result-entry.d.ts +2 -2
- package/lib/model/put-messages-result-entry.js +2 -2
- package/lib/model/put-messages-result.d.ts +2 -2
- package/lib/model/put-messages-result.js +2 -2
- package/lib/model/stream-pool-summary.d.ts +2 -2
- package/lib/model/stream-pool-summary.js +2 -2
- package/lib/model/stream-pool.d.ts +2 -2
- package/lib/model/stream-pool.js +2 -2
- package/lib/model/stream-summary.d.ts +2 -2
- package/lib/model/stream-summary.js +2 -2
- package/lib/model/stream.d.ts +2 -2
- package/lib/model/stream.js +2 -2
- package/lib/model/update-connect-harness-details.d.ts +2 -2
- package/lib/model/update-connect-harness-details.js +2 -2
- package/lib/model/update-group-details.d.ts +2 -2
- package/lib/model/update-group-details.js +2 -2
- package/lib/model/update-stream-details.d.ts +2 -2
- package/lib/model/update-stream-details.js +2 -2
- package/lib/model/update-stream-pool-details.d.ts +2 -2
- package/lib/model/update-stream-pool-details.js +2 -2
- package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
- package/lib/request/change-stream-compartment-request.d.ts +1 -1
- package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
- package/lib/request/consumer-commit-request.d.ts +1 -1
- package/lib/request/consumer-heartbeat-request.d.ts +1 -1
- package/lib/request/create-connect-harness-request.d.ts +1 -1
- package/lib/request/create-cursor-request.d.ts +1 -1
- package/lib/request/create-group-cursor-request.d.ts +1 -1
- package/lib/request/create-stream-pool-request.d.ts +1 -1
- package/lib/request/create-stream-request.d.ts +1 -1
- package/lib/request/delete-connect-harness-request.d.ts +1 -1
- package/lib/request/delete-stream-pool-request.d.ts +1 -1
- package/lib/request/delete-stream-request.d.ts +1 -1
- package/lib/request/get-connect-harness-request.d.ts +1 -1
- package/lib/request/get-group-request.d.ts +1 -1
- package/lib/request/get-messages-request.d.ts +1 -1
- package/lib/request/get-stream-pool-request.d.ts +1 -1
- package/lib/request/get-stream-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -2
- package/lib/request/index.js +2 -2
- package/lib/request/list-connect-harnesses-request.d.ts +1 -1
- package/lib/request/list-stream-pools-request.d.ts +1 -1
- package/lib/request/list-streams-request.d.ts +1 -1
- package/lib/request/put-messages-request.d.ts +1 -1
- package/lib/request/update-connect-harness-request.d.ts +1 -1
- package/lib/request/update-group-request.d.ts +1 -1
- package/lib/request/update-stream-pool-request.d.ts +1 -1
- package/lib/request/update-stream-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -2
- package/lib/response/index.js +2 -2
- package/lib/streamadmin-waiter.d.ts +2 -2
- package/lib/streamadmin-waiter.js +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/model/stream-pool.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
package/lib/model/stream.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/model/stream.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeConnectHarnessCompartment.ts.html |here} to see how to use ChangeConnectHarnessCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeConnectHarnessCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeStreamCompartment.ts.html |here} to see how to use ChangeStreamCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeStreamCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ChangeStreamPoolCompartment.ts.html |here} to see how to use ChangeStreamPoolCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeStreamPoolCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ConsumerCommit.ts.html |here} to see how to use ConsumerCommitRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ConsumerCommitRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ConsumerHeartbeat.ts.html |here} to see how to use ConsumerHeartbeatRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ConsumerHeartbeatRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateConnectHarness.ts.html |here} to see how to use CreateConnectHarnessRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConnectHarnessRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateCursor.ts.html |here} to see how to use CreateCursorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCursorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateGroupCursor.ts.html |here} to see how to use CreateGroupCursorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateGroupCursorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateStreamPool.ts.html |here} to see how to use CreateStreamPoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStreamPoolRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/CreateStream.ts.html |here} to see how to use CreateStreamRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStreamRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteConnectHarness.ts.html |here} to see how to use DeleteConnectHarnessRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConnectHarnessRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteStreamPool.ts.html |here} to see how to use DeleteStreamPoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteStreamPoolRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/DeleteStream.ts.html |here} to see how to use DeleteStreamRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteStreamRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetConnectHarness.ts.html |here} to see how to use GetConnectHarnessRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConnectHarnessRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetGroup.ts.html |here} to see how to use GetGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetMessages.ts.html |here} to see how to use GetMessagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMessagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetStreamPool.ts.html |here} to see how to use GetStreamPoolRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStreamPoolRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/GetStream.ts.html |here} to see how to use GetStreamRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetStreamRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListConnectHarnessesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListStreamPoolsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListStreamsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/PutMessages.ts.html |here} to see how to use PutMessagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PutMessagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateConnectHarness.ts.html |here} to see how to use UpdateConnectHarnessRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateConnectHarnessRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateStreamPool.ts.html |here} to see how to use UpdateStreamPoolRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateStreamPoolRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateStreamRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Streaming
|
|
3
|
-
*
|
|
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).
|
|
4
4
|
* OpenAPI spec version: 20180418
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Streaming
|
|
4
|
-
*
|
|
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).
|
|
5
5
|
* OpenAPI spec version: 20180418
|
|
6
6
|
*
|
|
7
7
|
*
|