oci-streaming 2.131.2 → 2.132.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 (85) hide show
  1. package/lib/client.d.ts +39 -0
  2. package/lib/client.js +341 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action-type.d.ts +32 -0
  5. package/lib/model/action-type.js +43 -0
  6. package/lib/model/action-type.js.map +1 -0
  7. package/lib/model/index.d.ts +22 -0
  8. package/lib/model/index.js +23 -1
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/operation-status.d.ts +34 -0
  11. package/lib/model/operation-status.js +45 -0
  12. package/lib/model/operation-status.js.map +1 -0
  13. package/lib/model/operation-type.d.ts +35 -0
  14. package/lib/model/operation-type.js +46 -0
  15. package/lib/model/operation-type.js.map +1 -0
  16. package/lib/model/update-stream-pool-details.d.ts +6 -0
  17. package/lib/model/update-stream-pool-details.js.map +1 -1
  18. package/lib/model/work-request-error-collection.d.ts +26 -0
  19. package/lib/model/work-request-error-collection.js +61 -0
  20. package/lib/model/work-request-error-collection.js.map +1 -0
  21. package/lib/model/work-request-error.d.ts +35 -0
  22. package/lib/model/work-request-error.js +29 -0
  23. package/lib/model/work-request-error.js.map +1 -0
  24. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  25. package/lib/model/work-request-log-entry-collection.js +61 -0
  26. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  27. package/lib/model/work-request-log-entry.d.ts +29 -0
  28. package/lib/model/work-request-log-entry.js +29 -0
  29. package/lib/model/work-request-log-entry.js.map +1 -0
  30. package/lib/model/work-request-resource.d.ts +42 -0
  31. package/lib/model/work-request-resource.js +29 -0
  32. package/lib/model/work-request-resource.js.map +1 -0
  33. package/lib/model/work-request-summary-collection.d.ts +26 -0
  34. package/lib/model/work-request-summary-collection.js +61 -0
  35. package/lib/model/work-request-summary-collection.js.map +1 -0
  36. package/lib/model/work-request-summary.d.ts +69 -0
  37. package/lib/model/work-request-summary.js +61 -0
  38. package/lib/model/work-request-summary.js.map +1 -0
  39. package/lib/model/work-request.d.ts +69 -0
  40. package/lib/model/work-request.js +61 -0
  41. package/lib/model/work-request.js.map +1 -0
  42. package/lib/request/get-work-request-request.d.ts +28 -0
  43. package/lib/request/get-work-request-request.js +15 -0
  44. package/lib/request/get-work-request-request.js.map +1 -0
  45. package/lib/request/index.d.ts +8 -0
  46. package/lib/request/index.js +7 -1
  47. package/lib/request/index.js.map +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +55 -0
  49. package/lib/request/list-work-request-errors-request.js +28 -0
  50. package/lib/request/list-work-request-errors-request.js.map +1 -0
  51. package/lib/request/list-work-request-logs-request.d.ts +55 -0
  52. package/lib/request/list-work-request-logs-request.js +28 -0
  53. package/lib/request/list-work-request-logs-request.js.map +1 -0
  54. package/lib/request/list-work-requests-request.d.ts +63 -0
  55. package/lib/request/list-work-requests-request.js +28 -0
  56. package/lib/request/list-work-requests-request.js.map +1 -0
  57. package/lib/response/change-connect-harness-compartment-response.d.ts +6 -0
  58. package/lib/response/change-stream-compartment-response.d.ts +6 -0
  59. package/lib/response/change-stream-pool-compartment-response.d.ts +6 -0
  60. package/lib/response/create-connect-harness-response.d.ts +6 -0
  61. package/lib/response/create-stream-pool-response.d.ts +6 -0
  62. package/lib/response/create-stream-response.d.ts +6 -0
  63. package/lib/response/delete-connect-harness-response.d.ts +6 -0
  64. package/lib/response/delete-stream-pool-response.d.ts +6 -0
  65. package/lib/response/delete-stream-response.d.ts +6 -0
  66. package/lib/response/get-work-request-response.d.ts +25 -0
  67. package/lib/response/get-work-request-response.js +15 -0
  68. package/lib/response/get-work-request-response.js.map +1 -0
  69. package/lib/response/index.d.ts +8 -0
  70. package/lib/response/list-work-request-errors-response.d.ts +33 -0
  71. package/lib/response/list-work-request-errors-response.js +15 -0
  72. package/lib/response/list-work-request-errors-response.js.map +1 -0
  73. package/lib/response/list-work-request-logs-response.d.ts +33 -0
  74. package/lib/response/list-work-request-logs-response.js +15 -0
  75. package/lib/response/list-work-request-logs-response.js.map +1 -0
  76. package/lib/response/list-work-requests-response.d.ts +33 -0
  77. package/lib/response/list-work-requests-response.js +15 -0
  78. package/lib/response/list-work-requests-response.js.map +1 -0
  79. package/lib/response/update-connect-harness-response.d.ts +6 -0
  80. package/lib/response/update-stream-pool-response.d.ts +6 -0
  81. package/lib/response/update-stream-response.d.ts +6 -0
  82. package/lib/streamadmin-waiter.d.ts +7 -0
  83. package/lib/streamadmin-waiter.js +11 -0
  84. package/lib/streamadmin-waiter.js.map +1 -1
  85. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,69 @@
1
+ /**
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](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * An asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation,
16
+ * the service creates a work request. A work request is an activity log that lets you track each step in the operation's
17
+ * progress. Each work request has an OCID that lets you interact with it programmatically and use it for automation.
18
+ *
19
+ */
20
+ export interface WorkRequest {
21
+ /**
22
+ * The asynchronous operation tracked by this work request.
23
+ */
24
+ "operationType": model.OperationType;
25
+ /**
26
+ * The status of the work request.
27
+ */
28
+ "status": model.OperationStatus;
29
+ /**
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
31
+ */
32
+ "id": string;
33
+ /**
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
35
+ *
36
+ */
37
+ "compartmentId": string;
38
+ /**
39
+ * The resources that are affected by the work request.
40
+ */
41
+ "resources": Array<model.WorkRequestResource>;
42
+ /**
43
+ * Shows the progress of the operation tracked by the work request, as a percentage of the total work
44
+ * that must be performed.
45
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
+ */
47
+ "percentComplete": number;
48
+ /**
49
+ * The date and time the request was created, as described in
50
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
51
+ *
52
+ */
53
+ "timeAccepted": Date;
54
+ /**
55
+ * The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
56
+ * section 14.29.
57
+ *
58
+ */
59
+ "timeStarted"?: Date;
60
+ /**
61
+ * The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
62
+ *
63
+ */
64
+ "timeFinished"?: Date;
65
+ }
66
+ export declare namespace WorkRequest {
67
+ function getJsonObj(obj: WorkRequest): object;
68
+ function getDeserializedJsonObj(obj: WorkRequest): object;
69
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
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](https://docs.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm).
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequest = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequest;
37
+ (function (WorkRequest) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "resources": obj.resources
41
+ ? obj.resources.map(item => {
42
+ return model.WorkRequestResource.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequest.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "resources": obj.resources
52
+ ? obj.resources.map(item => {
53
+ return model.WorkRequestResource.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
61
+ //# sourceMappingURL=work-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
+ */
17
+ export interface GetWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -50,12 +50,20 @@ import * as GetStreamRequest from "./get-stream-request";
50
50
  export import GetStreamRequest = GetStreamRequest.GetStreamRequest;
51
51
  import * as GetStreamPoolRequest from "./get-stream-pool-request";
52
52
  export import GetStreamPoolRequest = GetStreamPoolRequest.GetStreamPoolRequest;
53
+ import * as GetWorkRequestRequest from "./get-work-request-request";
54
+ export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
53
55
  import * as ListConnectHarnessesRequest from "./list-connect-harnesses-request";
54
56
  export import ListConnectHarnessesRequest = ListConnectHarnessesRequest.ListConnectHarnessesRequest;
55
57
  import * as ListStreamPoolsRequest from "./list-stream-pools-request";
56
58
  export import ListStreamPoolsRequest = ListStreamPoolsRequest.ListStreamPoolsRequest;
57
59
  import * as ListStreamsRequest from "./list-streams-request";
58
60
  export import ListStreamsRequest = ListStreamsRequest.ListStreamsRequest;
61
+ import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
62
+ export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
63
+ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
64
+ export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
65
+ import * as ListWorkRequestsRequest from "./list-work-requests-request";
66
+ export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
59
67
  import * as UpdateConnectHarnessRequest from "./update-connect-harness-request";
60
68
  export import UpdateConnectHarnessRequest = UpdateConnectHarnessRequest.UpdateConnectHarnessRequest;
61
69
  import * as UpdateStreamRequest from "./update-stream-request";
@@ -31,11 +31,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListStreamsRequest = exports.ListStreamPoolsRequest = exports.ListConnectHarnessesRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListStreamsRequest = exports.ListStreamPoolsRequest = exports.ListConnectHarnessesRequest = void 0;
35
35
  const ListConnectHarnessesRequest = __importStar(require("./list-connect-harnesses-request"));
36
36
  exports.ListConnectHarnessesRequest = ListConnectHarnessesRequest.ListConnectHarnessesRequest;
37
37
  const ListStreamPoolsRequest = __importStar(require("./list-stream-pools-request"));
38
38
  exports.ListStreamPoolsRequest = ListStreamPoolsRequest.ListStreamPoolsRequest;
39
39
  const ListStreamsRequest = __importStar(require("./list-streams-request"));
40
40
  exports.ListStreamsRequest = ListStreamsRequest.ListStreamsRequest;
41
+ const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
42
+ exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
43
+ const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
44
+ exports.ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
45
+ const ListWorkRequestsRequest = __importStar(require("./list-work-requests-request"));
46
+ exports.ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
41
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA0CH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA4CH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,55 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ */
17
+ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The page at which to start retrieving results.
24
+ */
25
+ "page"?: string;
26
+ /**
27
+ * The maximum number of items to return. The value must be between 1 and 50. The default is 10.
28
+ */
29
+ "limit"?: number;
30
+ /**
31
+ * The sort order to use, either 'asc' or 'desc'.
32
+ *
33
+ */
34
+ "sortOrder"?: ListWorkRequestErrorsRequest.SortOrder;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
40
+ /**
41
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
42
+ * particular request, please provide the request ID.
43
+ *
44
+ */
45
+ "opcRequestId"?: string;
46
+ }
47
+ export declare namespace ListWorkRequestErrorsRequest {
48
+ enum SortOrder {
49
+ Asc = "ASC",
50
+ Desc = "DESC"
51
+ }
52
+ enum SortBy {
53
+ Timeaccepted = "TIMEACCEPTED"
54
+ }
55
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestErrorsRequest = void 0;
16
+ var ListWorkRequestErrorsRequest;
17
+ (function (ListWorkRequestErrorsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListWorkRequestErrorsRequest.SortOrder || (ListWorkRequestErrorsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Timeaccepted"] = "TIMEACCEPTED";
26
+ })(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
27
+ })(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
28
+ //# sourceMappingURL=list-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuCH,IAAiB,4BAA4B,CAS5C;AATD,WAAiB,4BAA4B;IAC3C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,sCAAS,KAAT,sCAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EATgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAS5C"}
@@ -0,0 +1,55 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ */
17
+ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The page at which to start retrieving results.
24
+ */
25
+ "page"?: string;
26
+ /**
27
+ * The maximum number of items to return. The value must be between 1 and 50. The default is 10.
28
+ */
29
+ "limit"?: number;
30
+ /**
31
+ * The sort order to use, either 'asc' or 'desc'.
32
+ *
33
+ */
34
+ "sortOrder"?: ListWorkRequestLogsRequest.SortOrder;
35
+ /**
36
+ * The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestLogsRequest.SortBy;
40
+ /**
41
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
42
+ * particular request, please provide the request ID.
43
+ *
44
+ */
45
+ "opcRequestId"?: string;
46
+ }
47
+ export declare namespace ListWorkRequestLogsRequest {
48
+ enum SortOrder {
49
+ Asc = "ASC",
50
+ Desc = "DESC"
51
+ }
52
+ enum SortBy {
53
+ Timeaccepted = "TIMEACCEPTED"
54
+ }
55
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestLogsRequest = void 0;
16
+ var ListWorkRequestLogsRequest;
17
+ (function (ListWorkRequestLogsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListWorkRequestLogsRequest.SortOrder || (ListWorkRequestLogsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Timeaccepted"] = "TIMEACCEPTED";
26
+ })(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
27
+ })(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
28
+ //# sourceMappingURL=list-work-request-logs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuCH,IAAiB,0BAA0B,CAS1C;AATD,WAAiB,0BAA0B;IACzC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,oCAAS,KAAT,oCAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EATgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAS1C"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/streaming/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ */
17
+ export interface ListWorkRequestsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId"?: string;
22
+ /**
23
+ * The OCID of the compartment. Is exclusive with the {@code streamPoolId} parameter. One of them is required.
24
+ */
25
+ "compartmentId"?: string;
26
+ /**
27
+ * The page at which to start retrieving results.
28
+ */
29
+ "page"?: string;
30
+ /**
31
+ * The maximum number of items to return. The value must be between 1 and 50. The default is 10.
32
+ */
33
+ "limit"?: number;
34
+ /**
35
+ * The sort order to use, either 'asc' or 'desc'.
36
+ *
37
+ */
38
+ "sortOrder"?: ListWorkRequestsRequest.SortOrder;
39
+ /**
40
+ * The field to sort by. Only one sort order may be provided. Default order for {@code timeAccepted} is descending.
41
+ *
42
+ */
43
+ "sortBy"?: ListWorkRequestsRequest.SortBy;
44
+ /**
45
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource affected by the work request.
46
+ */
47
+ "resourceId"?: string;
48
+ /**
49
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
50
+ * particular request, please provide the request ID.
51
+ *
52
+ */
53
+ "opcRequestId"?: string;
54
+ }
55
+ export declare namespace ListWorkRequestsRequest {
56
+ enum SortOrder {
57
+ Asc = "ASC",
58
+ Desc = "DESC"
59
+ }
60
+ enum SortBy {
61
+ Timeaccepted = "TIMEACCEPTED"
62
+ }
63
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20180418
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListWorkRequestsRequest = void 0;
16
+ var ListWorkRequestsRequest;
17
+ (function (ListWorkRequestsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListWorkRequestsRequest.SortOrder || (ListWorkRequestsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Timeaccepted"] = "TIMEACCEPTED";
26
+ })(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
27
+ })(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
28
+ //# sourceMappingURL=list-work-requests-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/streaming/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+CH,IAAiB,uBAAuB,CASvC;AATD,WAAiB,uBAAuB;IACtC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EATgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QASvC"}
@@ -17,4 +17,10 @@ export interface ChangeConnectHarnessCompartmentResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -17,4 +17,10 @@ export interface ChangeStreamCompartmentResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -17,4 +17,10 @@ export interface ChangeStreamPoolCompartmentResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -18,6 +18,12 @@ export interface CreateConnectHarnessResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -18,6 +18,12 @@ export interface CreateStreamPoolResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -18,6 +18,12 @@ export interface CreateStreamResponse {
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
23
+ * status of the asynchronous operation.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
21
27
  /**
22
28
  * For optimistic concurrency control. See {@code if-match}.
23
29
  */
@@ -17,4 +17,10 @@ export interface DeleteConnectHarnessResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -17,4 +17,10 @@ export interface DeleteStreamPoolResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -17,4 +17,10 @@ export interface DeleteStreamResponse {
17
17
  *
18
18
  */
19
19
  "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query
22
+ * status of the asynchronous operation.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
20
26
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20180418
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetWorkRequestResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
17
+ * a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.WorkRequest instance.
23
+ */
24
+ "workRequest": model.WorkRequest;
25
+ }