oci-streaming 2.76.1 → 2.77.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 (54) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/model/connect-harness-summary.d.ts +4 -4
  4. package/lib/model/connect-harness.d.ts +4 -4
  5. package/lib/model/create-connect-harness-details.d.ts +3 -3
  6. package/lib/model/create-cursor-details.d.ts +7 -7
  7. package/lib/model/create-stream-details.d.ts +3 -3
  8. package/lib/model/create-stream-pool-details.d.ts +3 -3
  9. package/lib/model/cursor.d.ts +1 -1
  10. package/lib/model/put-messages-result-entry.d.ts +2 -2
  11. package/lib/model/put-messages-result.d.ts +3 -3
  12. package/lib/model/stream-pool-summary.d.ts +3 -3
  13. package/lib/model/stream-pool.d.ts +3 -3
  14. package/lib/model/stream-summary.d.ts +4 -4
  15. package/lib/model/stream.d.ts +4 -4
  16. package/lib/model/update-connect-harness-details.d.ts +2 -2
  17. package/lib/model/update-stream-details.d.ts +2 -2
  18. package/lib/model/update-stream-pool-details.d.ts +2 -2
  19. package/lib/request/change-connect-harness-compartment-request.d.ts +1 -1
  20. package/lib/request/change-stream-compartment-request.d.ts +1 -1
  21. package/lib/request/change-stream-pool-compartment-request.d.ts +1 -1
  22. package/lib/request/consumer-commit-request.d.ts +1 -1
  23. package/lib/request/consumer-heartbeat-request.d.ts +1 -1
  24. package/lib/request/create-connect-harness-request.d.ts +1 -1
  25. package/lib/request/create-cursor-request.d.ts +1 -1
  26. package/lib/request/create-group-cursor-request.d.ts +1 -1
  27. package/lib/request/create-stream-pool-request.d.ts +1 -1
  28. package/lib/request/create-stream-request.d.ts +1 -1
  29. package/lib/request/delete-connect-harness-request.d.ts +1 -1
  30. package/lib/request/delete-stream-pool-request.d.ts +1 -1
  31. package/lib/request/delete-stream-request.d.ts +1 -1
  32. package/lib/request/get-connect-harness-request.d.ts +1 -1
  33. package/lib/request/get-group-request.d.ts +1 -1
  34. package/lib/request/get-messages-request.d.ts +1 -1
  35. package/lib/request/get-stream-pool-request.d.ts +1 -1
  36. package/lib/request/get-stream-request.d.ts +1 -1
  37. package/lib/request/list-connect-harnesses-request.d.ts +2 -2
  38. package/lib/request/list-stream-pools-request.d.ts +2 -2
  39. package/lib/request/list-streams-request.d.ts +4 -4
  40. package/lib/request/put-messages-request.d.ts +1 -1
  41. package/lib/request/update-connect-harness-request.d.ts +1 -1
  42. package/lib/request/update-group-request.d.ts +1 -1
  43. package/lib/request/update-stream-pool-request.d.ts +1 -1
  44. package/lib/request/update-stream-request.d.ts +1 -1
  45. package/lib/response/create-connect-harness-response.d.ts +1 -1
  46. package/lib/response/create-stream-pool-response.d.ts +1 -1
  47. package/lib/response/create-stream-response.d.ts +1 -1
  48. package/lib/response/get-connect-harness-response.d.ts +1 -1
  49. package/lib/response/get-stream-pool-response.d.ts +1 -1
  50. package/lib/response/get-stream-response.d.ts +1 -1
  51. package/lib/response/update-connect-harness-response.d.ts +1 -1
  52. package/lib/response/update-stream-pool-response.d.ts +1 -1
  53. package/lib/response/update-stream-response.d.ts +1 -1
  54. package/package.json +3 -3
@@ -22,7 +22,7 @@ export interface CreateStreamPoolDetails {
22
22
  /**
23
23
  * The name of the stream pool. Avoid entering confidential information.
24
24
  * <p>
25
- Example: `MyStreamPool`
25
+ Example: {@code MyStreamPool}
26
26
  *
27
27
  */
28
28
  "name": string;
@@ -33,7 +33,7 @@ export interface CreateStreamPoolDetails {
33
33
  * 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.
34
34
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Department\": \"Finance\"}`
36
+ Example: {@code {\"Department\": \"Finance\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -42,7 +42,7 @@ export interface CreateStreamPoolDetails {
42
42
  /**
43
43
  * 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).
44
44
  * <p>
45
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
45
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
46
46
  *
47
47
  */
48
48
  "definedTags"?: {
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface Cursor {
18
18
  /**
19
- * The cursor to pass to the `GetMessages` operation.
19
+ * The cursor to pass to the {@code GetMessages} operation.
20
20
  */
21
21
  "value": string;
22
22
  }
@@ -12,8 +12,8 @@
12
12
  */
13
13
  /**
14
14
  * Represents the result of a {@link #putMessages(PutMessagesRequest) putMessages} request, whether it was successful or not.
15
- * If a message was successfully appended to the stream, the entry includes the `offset`, `partition`, and `timestamp`.
16
- * If the message failed to be appended to the stream, the entry includes the `error` and `errorMessage`.
15
+ * If a message was successfully appended to the stream, the entry includes the {@code offset}, {@code partition}, and {@code timestamp}.
16
+ * If the message failed to be appended to the stream, the entry includes the {@code error} and {@code errorMessage}.
17
17
  *
18
18
  */
19
19
  export interface PutMessagesResultEntry {
@@ -23,9 +23,9 @@ export interface PutMessagesResult {
23
23
  "failures": number;
24
24
  /**
25
25
  * An array of items representing the result of each message.
26
- * The order is guaranteed to be the same as in the `PutMessagesDetails` object.
27
- * If a message was successfully appended to the stream, the entry includes the `offset`, `partition`, and `timestamp`.
28
- * If a message failed to be appended to the stream, the entry includes the `error` and `errorMessage`.
26
+ * The order is guaranteed to be the same as in the {@code PutMessagesDetails} object.
27
+ * If a message was successfully appended to the stream, the entry includes the {@code offset}, {@code partition}, and {@code timestamp}.
28
+ * If a message failed to be appended to the stream, the entry includes the {@code error} and {@code errorMessage}.
29
29
  *
30
30
  */
31
31
  "entries": Array<model.PutMessagesResultEntry>;
@@ -33,7 +33,7 @@ export interface StreamPoolSummary {
33
33
  /**
34
34
  * The date and time the stream pool was created, expressed in in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
35
35
  * <p>
36
- Example: `2018-04-20T00:00:07.405Z`
36
+ Example: {@code 2018-04-20T00:00:07.405Z}
37
37
  *
38
38
  */
39
39
  "timeCreated": Date;
@@ -47,7 +47,7 @@ export interface StreamPoolSummary {
47
47
  * 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.
48
48
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
- Example: `{\"Department\": \"Finance\"}`
50
+ Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
52
52
  */
53
53
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface StreamPoolSummary {
56
56
  /**
57
57
  * 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).
58
58
  * <p>
59
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
59
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -38,7 +38,7 @@ export interface StreamPool {
38
38
  /**
39
39
  * The date and time the stream pool was created, expressed in in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
40
40
  * <p>
41
- Example: `2018-04-20T00:00:07.405Z`
41
+ Example: {@code 2018-04-20T00:00:07.405Z}
42
42
  *
43
43
  */
44
44
  "timeCreated": Date;
@@ -62,7 +62,7 @@ export interface StreamPool {
62
62
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
63
63
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
64
64
  * <p>
65
- Example: `{\"Department\": \"Finance\"}`
65
+ Example: {@code {\"Department\": \"Finance\"}}
66
66
  *
67
67
  */
68
68
  "freeformTags"?: {
@@ -71,7 +71,7 @@ export interface StreamPool {
71
71
  /**
72
72
  * 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).
73
73
  * <p>
74
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}'
74
+ Example: {\"Operations\": {\"CostCenter\": \"42\"}}'
75
75
  *
76
76
  */
77
77
  "definedTags"?: {
@@ -17,7 +17,7 @@ export interface StreamSummary {
17
17
  /**
18
18
  * The name of the stream.
19
19
  * <p>
20
- Example: `TelemetryEvents`
20
+ Example: {@code TelemetryEvents}
21
21
  *
22
22
  */
23
23
  "name": string;
@@ -44,7 +44,7 @@ export interface StreamSummary {
44
44
  /**
45
45
  * The date and time the stream was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
46
46
  * <p>
47
- Example: `2018-04-20T00:00:07.405Z`
47
+ Example: {@code 2018-04-20T00:00:07.405Z}
48
48
  *
49
49
  */
50
50
  "timeCreated": Date;
@@ -58,7 +58,7 @@ export interface StreamSummary {
58
58
  * 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.
59
59
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
60
  * <p>
61
- Example: `{\"Department\": \"Finance\"}`
61
+ Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface StreamSummary {
67
67
  /**
68
68
  * 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).
69
69
  * <p>
70
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -17,7 +17,7 @@ export interface Stream {
17
17
  /**
18
18
  * The name of the stream. Avoid entering confidential information.
19
19
  * <p>
20
- Example: `TelemetryEvents`
20
+ Example: {@code TelemetryEvents}
21
21
  *
22
22
  */
23
23
  "name": string;
@@ -52,7 +52,7 @@ export interface Stream {
52
52
  /**
53
53
  * The date and time the stream was created, expressed in in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
54
54
  * <p>
55
- Example: `2018-04-20T00:00:07.405Z`
55
+ Example: {@code 2018-04-20T00:00:07.405Z}
56
56
  *
57
57
  */
58
58
  "timeCreated": Date;
@@ -66,7 +66,7 @@ export interface Stream {
66
66
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
67
67
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
68
68
  * <p>
69
- Example: `{\"Department\": \"Finance\"}`
69
+ Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags"?: {
@@ -75,7 +75,7 @@ export interface Stream {
75
75
  /**
76
76
  * 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).
77
77
  * <p>
78
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}'
78
+ Example: {\"Operations\": {\"CostCenter\": \"42\"}}'
79
79
  *
80
80
  */
81
81
  "definedTags"?: {
@@ -18,7 +18,7 @@ export interface UpdateConnectHarnessDetails {
18
18
  * 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.
19
19
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
20
20
  * <p>
21
- Example: `{\"Department\": \"Finance\"}`
21
+ Example: {@code {\"Department\": \"Finance\"}}
22
22
  *
23
23
  */
24
24
  "freeformTags"?: {
@@ -27,7 +27,7 @@ export interface UpdateConnectHarnessDetails {
27
27
  /**
28
28
  * 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).
29
29
  * <p>
30
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
30
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
31
31
  *
32
32
  */
33
33
  "definedTags"?: {
@@ -23,7 +23,7 @@ export interface UpdateStreamDetails {
23
23
  * 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.
24
24
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
25
25
  * <p>
26
- Example: `{\"Department\": \"Finance\"}`
26
+ Example: {@code {\"Department\": \"Finance\"}}
27
27
  *
28
28
  */
29
29
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateStreamDetails {
32
32
  /**
33
33
  * 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).
34
34
  * <p>
35
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
35
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateStreamPoolDetails {
22
22
  * 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.
23
23
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
24
24
  * <p>
25
- Example: `{\"Department\": \"Finance\"}`
25
+ Example: {@code {\"Department\": \"Finance\"}}
26
26
  *
27
27
  */
28
28
  "freeformTags"?: {
@@ -31,7 +31,7 @@ export interface UpdateStreamPoolDetails {
31
31
  /**
32
32
  * 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).
33
33
  * <p>
34
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
34
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
35
35
  *
36
36
  */
37
37
  "definedTags"?: {
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/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.76.1/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.77.0/streaming/ListConnectHarnesses.ts.html |here} to see how to use ListConnectHarnessesRequest.
16
16
  */
17
17
  export interface ListConnectHarnessesRequest extends common.BaseRequest {
18
18
  /**
@@ -38,7 +38,7 @@ export interface ListConnectHarnessesRequest extends common.BaseRequest {
38
38
  */
39
39
  "page"?: string;
40
40
  /**
41
- * The field to sort by. You can provide no more than one sort order. By default, `TIMECREATED` sorts results in descending order and `NAME` sorts results in ascending order.
41
+ * The field to sort by. You can provide no more than one sort order. By default, {@code TIMECREATED} sorts results in descending order and {@code NAME} sorts results in ascending order.
42
42
  *
43
43
  */
44
44
  "sortBy"?: ListConnectHarnessesRequest.SortBy;
@@ -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.76.1/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.77.0/streaming/ListStreamPools.ts.html |here} to see how to use ListStreamPoolsRequest.
16
16
  */
17
17
  export interface ListStreamPoolsRequest extends common.BaseRequest {
18
18
  /**
@@ -38,7 +38,7 @@ export interface ListStreamPoolsRequest extends common.BaseRequest {
38
38
  */
39
39
  "page"?: string;
40
40
  /**
41
- * The field to sort by. You can provide no more than one sort order. By default, `TIMECREATED` sorts results in descending order and `NAME` sorts results in ascending order.
41
+ * The field to sort by. You can provide no more than one sort order. By default, {@code TIMECREATED} sorts results in descending order and {@code NAME} sorts results in ascending order.
42
42
  *
43
43
  */
44
44
  "sortBy"?: ListStreamPoolsRequest.SortBy;
@@ -12,15 +12,15 @@
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.76.1/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.77.0/streaming/ListStreams.ts.html |here} to see how to use ListStreamsRequest.
16
16
  */
17
17
  export interface ListStreamsRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the compartment. Is exclusive with the `streamPoolId` parameter. One of them is required.
19
+ * The OCID of the compartment. Is exclusive with the {@code streamPoolId} parameter. One of them is required.
20
20
  */
21
21
  "compartmentId"?: string;
22
22
  /**
23
- * The OCID of the stream pool. Is exclusive with the `compartmentId` parameter. One of them is required.
23
+ * The OCID of the stream pool. Is exclusive with the {@code compartmentId} parameter. One of them is required.
24
24
  */
25
25
  "streamPoolId"?: string;
26
26
  /**
@@ -42,7 +42,7 @@ export interface ListStreamsRequest extends common.BaseRequest {
42
42
  */
43
43
  "page"?: string;
44
44
  /**
45
- * The field to sort by. You can provide no more than one sort order. By default, `TIMECREATED` sorts results in descending order and `NAME` sorts results in ascending order.
45
+ * The field to sort by. You can provide no more than one sort order. By default, {@code TIMECREATED} sorts results in descending order and {@code NAME} sorts results in ascending order.
46
46
  *
47
47
  */
48
48
  "sortBy"?: ListStreamsRequest.SortBy;
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/streaming/UpdateStream.ts.html |here} to see how to use UpdateStreamRequest.
17
17
  */
18
18
  export interface UpdateStreamRequest extends common.BaseRequest {
19
19
  /**
@@ -19,7 +19,7 @@ export interface CreateConnectHarnessResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface CreateStreamPoolResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface CreateStreamResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetConnectHarnessResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetStreamPoolResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetStreamResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**