oci-demandsignal 2.87.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 (122) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +160 -0
  9. package/lib/client.js +669 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/change-occ-demand-signal-compartment-details.d.ts +26 -0
  12. package/lib/model/change-occ-demand-signal-compartment-details.js +29 -0
  13. package/lib/model/change-occ-demand-signal-compartment-details.js.map +1 -0
  14. package/lib/model/create-occ-demand-signal-details.d.ts +61 -0
  15. package/lib/model/create-occ-demand-signal-details.js +61 -0
  16. package/lib/model/create-occ-demand-signal-details.js.map +1 -0
  17. package/lib/model/index.d.ts +50 -0
  18. package/lib/model/index.js +73 -0
  19. package/lib/model/index.js.map +1 -0
  20. package/lib/model/occ-demand-signal-collection.d.ts +26 -0
  21. package/lib/model/occ-demand-signal-collection.js +61 -0
  22. package/lib/model/occ-demand-signal-collection.js.map +1 -0
  23. package/lib/model/occ-demand-signal-data.d.ts +34 -0
  24. package/lib/model/occ-demand-signal-data.js +61 -0
  25. package/lib/model/occ-demand-signal-data.js.map +1 -0
  26. package/lib/model/occ-demand-signal-summary.d.ts +93 -0
  27. package/lib/model/occ-demand-signal-summary.js +29 -0
  28. package/lib/model/occ-demand-signal-summary.js.map +1 -0
  29. package/lib/model/occ-demand-signal-value.d.ts +33 -0
  30. package/lib/model/occ-demand-signal-value.js +29 -0
  31. package/lib/model/occ-demand-signal-value.js.map +1 -0
  32. package/lib/model/occ-demand-signal.d.ts +117 -0
  33. package/lib/model/occ-demand-signal.js +75 -0
  34. package/lib/model/occ-demand-signal.js.map +1 -0
  35. package/lib/model/patch-insert-instruction.d.ts +44 -0
  36. package/lib/model/patch-insert-instruction.js +59 -0
  37. package/lib/model/patch-insert-instruction.js.map +1 -0
  38. package/lib/model/patch-insert-multiple-instruction.d.ts +44 -0
  39. package/lib/model/patch-insert-multiple-instruction.js +59 -0
  40. package/lib/model/patch-insert-multiple-instruction.js.map +1 -0
  41. package/lib/model/patch-instruction.d.ts +29 -0
  42. package/lib/model/patch-instruction.js +96 -0
  43. package/lib/model/patch-instruction.js.map +1 -0
  44. package/lib/model/patch-merge-instruction.d.ts +35 -0
  45. package/lib/model/patch-merge-instruction.js +54 -0
  46. package/lib/model/patch-merge-instruction.js.map +1 -0
  47. package/lib/model/patch-move-instruction.d.ts +44 -0
  48. package/lib/model/patch-move-instruction.js +58 -0
  49. package/lib/model/patch-move-instruction.js.map +1 -0
  50. package/lib/model/patch-occ-demand-signal-details.d.ts +26 -0
  51. package/lib/model/patch-occ-demand-signal-details.js +61 -0
  52. package/lib/model/patch-occ-demand-signal-details.js.map +1 -0
  53. package/lib/model/patch-prohibit-instruction.d.ts +35 -0
  54. package/lib/model/patch-prohibit-instruction.js +54 -0
  55. package/lib/model/patch-prohibit-instruction.js.map +1 -0
  56. package/lib/model/patch-remove-instruction.d.ts +26 -0
  57. package/lib/model/patch-remove-instruction.js +54 -0
  58. package/lib/model/patch-remove-instruction.js.map +1 -0
  59. package/lib/model/patch-replace-instruction.d.ts +32 -0
  60. package/lib/model/patch-replace-instruction.js +54 -0
  61. package/lib/model/patch-replace-instruction.js.map +1 -0
  62. package/lib/model/patch-require-instruction.d.ts +34 -0
  63. package/lib/model/patch-require-instruction.js +54 -0
  64. package/lib/model/patch-require-instruction.js.map +1 -0
  65. package/lib/model/sort-order.d.ts +30 -0
  66. package/lib/model/sort-order.js +41 -0
  67. package/lib/model/sort-order.js.map +1 -0
  68. package/lib/model/update-occ-demand-signal-details.d.ts +51 -0
  69. package/lib/model/update-occ-demand-signal-details.js +29 -0
  70. package/lib/model/update-occ-demand-signal-details.js.map +1 -0
  71. package/lib/occdemandsignal-waiter.d.ts +29 -0
  72. package/lib/occdemandsignal-waiter.js +65 -0
  73. package/lib/occdemandsignal-waiter.js.map +1 -0
  74. package/lib/request/change-occ-demand-signal-compartment-request.d.ts +43 -0
  75. package/lib/request/change-occ-demand-signal-compartment-request.js +15 -0
  76. package/lib/request/change-occ-demand-signal-compartment-request.js.map +1 -0
  77. package/lib/request/create-occ-demand-signal-request.d.ts +40 -0
  78. package/lib/request/create-occ-demand-signal-request.js +15 -0
  79. package/lib/request/create-occ-demand-signal-request.js.map +1 -0
  80. package/lib/request/delete-occ-demand-signal-request.d.ts +38 -0
  81. package/lib/request/delete-occ-demand-signal-request.js +15 -0
  82. package/lib/request/delete-occ-demand-signal-request.js.map +1 -0
  83. package/lib/request/get-occ-demand-signal-request.d.ts +30 -0
  84. package/lib/request/get-occ-demand-signal-request.js +15 -0
  85. package/lib/request/get-occ-demand-signal-request.js.map +1 -0
  86. package/lib/request/index.d.ts +26 -0
  87. package/lib/request/index.js +37 -0
  88. package/lib/request/index.js.map +1 -0
  89. package/lib/request/list-occ-demand-signals-request.d.ts +75 -0
  90. package/lib/request/list-occ-demand-signals-request.js +24 -0
  91. package/lib/request/list-occ-demand-signals-request.js.map +1 -0
  92. package/lib/request/patch-occ-demand-signal-request.d.ts +43 -0
  93. package/lib/request/patch-occ-demand-signal-request.js +15 -0
  94. package/lib/request/patch-occ-demand-signal-request.js.map +1 -0
  95. package/lib/request/update-occ-demand-signal-request.d.ts +43 -0
  96. package/lib/request/update-occ-demand-signal-request.js +15 -0
  97. package/lib/request/update-occ-demand-signal-request.js.map +1 -0
  98. package/lib/response/change-occ-demand-signal-compartment-response.d.ts +26 -0
  99. package/lib/response/change-occ-demand-signal-compartment-response.js +15 -0
  100. package/lib/response/change-occ-demand-signal-compartment-response.js.map +1 -0
  101. package/lib/response/create-occ-demand-signal-response.d.ts +34 -0
  102. package/lib/response/create-occ-demand-signal-response.js +15 -0
  103. package/lib/response/create-occ-demand-signal-response.js.map +1 -0
  104. package/lib/response/delete-occ-demand-signal-response.d.ts +26 -0
  105. package/lib/response/delete-occ-demand-signal-response.js +15 -0
  106. package/lib/response/delete-occ-demand-signal-response.js.map +1 -0
  107. package/lib/response/get-occ-demand-signal-response.d.ts +30 -0
  108. package/lib/response/get-occ-demand-signal-response.js +15 -0
  109. package/lib/response/get-occ-demand-signal-response.js.map +1 -0
  110. package/lib/response/index.d.ts +26 -0
  111. package/lib/response/index.js +15 -0
  112. package/lib/response/index.js.map +1 -0
  113. package/lib/response/list-occ-demand-signals-response.d.ts +31 -0
  114. package/lib/response/list-occ-demand-signals-response.js +15 -0
  115. package/lib/response/list-occ-demand-signals-response.js.map +1 -0
  116. package/lib/response/patch-occ-demand-signal-response.d.ts +34 -0
  117. package/lib/response/patch-occ-demand-signal-response.js +15 -0
  118. package/lib/response/patch-occ-demand-signal-response.js.map +1 -0
  119. package/lib/response/update-occ-demand-signal-response.d.ts +34 -0
  120. package/lib/response/update-occ-demand-signal-response.js +15 -0
  121. package/lib/response/update-occ-demand-signal-response.js.map +1 -0
  122. package/package.json +29 -0
@@ -0,0 +1,75 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/demandsignal/ListOccDemandSignals.ts.html |here} to see how to use ListOccDemandSignalsRequest.
17
+ */
18
+ export interface ListOccDemandSignalsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * A filter to return only resources that match the given lifecycle state. The
25
+ * state value is case-insensitive.
26
+ *
27
+ */
28
+ "lifecycleState"?: string;
29
+ /**
30
+ * A filter to return only resources that match the given display name exactly.
31
+ */
32
+ "displayName"?: string;
33
+ /**
34
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
35
+ */
36
+ "id"?: string;
37
+ /**
38
+ * For list pagination. The maximum number of results per page, or items to return in a
39
+ * paginated \"List\" call. For important details about how pagination works, see
40
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * For list pagination. The value of the opc-next-page response header from the previous
46
+ * \"List\" call. For important details about how pagination works, see
47
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ *
49
+ */
50
+ "page"?: string;
51
+ /**
52
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
53
+ */
54
+ "sortOrder"?: model.SortOrder;
55
+ /**
56
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
57
+ * is descending. Default order for {@code displayName} is ascending.
58
+ *
59
+ */
60
+ "sortBy"?: ListOccDemandSignalsRequest.SortBy;
61
+ /**
62
+ * Unique Oracle-assigned identifier for the request. If you need to contact
63
+ * Oracle about a particular request, please provide the request ID.
64
+ * The only valid characters for request IDs are letters, numbers,
65
+ * underscore, and dash.
66
+ *
67
+ */
68
+ "opcRequestId"?: string;
69
+ }
70
+ export declare namespace ListOccDemandSignalsRequest {
71
+ enum SortBy {
72
+ TimeCreated = "timeCreated",
73
+ DisplayName = "displayName"
74
+ }
75
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.ListOccDemandSignalsRequest = void 0;
16
+ var ListOccDemandSignalsRequest;
17
+ (function (ListOccDemandSignalsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListOccDemandSignalsRequest.SortBy || (ListOccDemandSignalsRequest.SortBy = {}));
23
+ })(ListOccDemandSignalsRequest = exports.ListOccDemandSignalsRequest || (exports.ListOccDemandSignalsRequest = {}));
24
+ //# sourceMappingURL=list-occ-demand-signals-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-occ-demand-signals-request.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/request/list-occ-demand-signals-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,2BAA2B,CAK3C;AALD,WAAiB,2BAA2B;IAC1C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAGjB;AACH,CAAC,EALgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAK3C"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/demandsignal/PatchOccDemandSignal.ts.html |here} to see how to use PatchOccDemandSignalRequest.
17
+ */
18
+ export interface PatchOccDemandSignalRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
21
+ */
22
+ "occDemandSignalId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "patchOccDemandSignalDetails": model.PatchOccDemandSignalDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=patch-occ-demand-signal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-occ-demand-signal-request.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/request/patch-occ-demand-signal-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/demandsignal/UpdateOccDemandSignal.ts.html |here} to see how to use UpdateOccDemandSignalRequest.
17
+ */
18
+ export interface UpdateOccDemandSignalRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal.
21
+ */
22
+ "occDemandSignalId": string;
23
+ /**
24
+ * The information to be updated.
25
+ */
26
+ "updateOccDemandSignalDetails": model.UpdateOccDemandSignalDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=update-occ-demand-signal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-occ-demand-signal-request.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/request/update-occ-demand-signal-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ export interface ChangeOccDemandSignalCompartmentResponse {
14
+ /**
15
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
+ * Use GetWorkRequest with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=change-occ-demand-signal-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-occ-demand-signal-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/change-occ-demand-signal-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 CreateOccDemandSignalResponse {
15
+ /**
16
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
17
+ */
18
+ "retryAfter": number;
19
+ /**
20
+ * For optimistic concurrency control. See {@code if-match}.
21
+ *
22
+ */
23
+ "etag": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If you need to contact
26
+ * Oracle about a particular request, please provide the request ID.
27
+ *
28
+ */
29
+ "opcRequestId": string;
30
+ /**
31
+ * The returned model.OccDemandSignal instance.
32
+ */
33
+ "occDemandSignal": model.OccDemandSignal;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=create-occ-demand-signal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-occ-demand-signal-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/create-occ-demand-signal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ export interface DeleteOccDemandSignalResponse {
14
+ /**
15
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
16
+ * Use GetWorkRequest with this ID to track the status of the request.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=delete-occ-demand-signal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-occ-demand-signal-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/delete-occ-demand-signal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 GetOccDemandSignalResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.OccDemandSignal instance.
28
+ */
29
+ "occDemandSignal": model.OccDemandSignal;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-occ-demand-signal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-occ-demand-signal-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/get-occ-demand-signal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * OCI Control Center Demand Signal API
3
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 ChangeOccDemandSignalCompartmentResponse from "./change-occ-demand-signal-compartment-response";
14
+ export import ChangeOccDemandSignalCompartmentResponse = ChangeOccDemandSignalCompartmentResponse.ChangeOccDemandSignalCompartmentResponse;
15
+ import * as CreateOccDemandSignalResponse from "./create-occ-demand-signal-response";
16
+ export import CreateOccDemandSignalResponse = CreateOccDemandSignalResponse.CreateOccDemandSignalResponse;
17
+ import * as DeleteOccDemandSignalResponse from "./delete-occ-demand-signal-response";
18
+ export import DeleteOccDemandSignalResponse = DeleteOccDemandSignalResponse.DeleteOccDemandSignalResponse;
19
+ import * as GetOccDemandSignalResponse from "./get-occ-demand-signal-response";
20
+ export import GetOccDemandSignalResponse = GetOccDemandSignalResponse.GetOccDemandSignalResponse;
21
+ import * as ListOccDemandSignalsResponse from "./list-occ-demand-signals-response";
22
+ export import ListOccDemandSignalsResponse = ListOccDemandSignalsResponse.ListOccDemandSignalsResponse;
23
+ import * as PatchOccDemandSignalResponse from "./patch-occ-demand-signal-response";
24
+ export import PatchOccDemandSignalResponse = PatchOccDemandSignalResponse.PatchOccDemandSignalResponse;
25
+ import * as UpdateOccDemandSignalResponse from "./update-occ-demand-signal-response";
26
+ export import UpdateOccDemandSignalResponse = UpdateOccDemandSignalResponse.UpdateOccDemandSignalResponse;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * OCI Control Center Demand Signal API
4
+ * Use the OCI Control Center Demand Signal API to manage Demand Signals.
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 ListOccDemandSignalsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For
23
+ * important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ *
25
+ */
26
+ "opcNextPage": string;
27
+ /**
28
+ * The returned model.OccDemandSignalCollection instance.
29
+ */
30
+ "occDemandSignalCollection": model.OccDemandSignalCollection;
31
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=list-occ-demand-signals-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-occ-demand-signals-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/list-occ-demand-signals-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 PatchOccDemandSignalResponse {
15
+ /**
16
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
17
+ */
18
+ "retryAfter": number;
19
+ /**
20
+ * For optimistic concurrency control. See {@code if-match}.
21
+ *
22
+ */
23
+ "etag": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If you need to contact
26
+ * Oracle about a particular request, please provide the request ID.
27
+ *
28
+ */
29
+ "opcRequestId": string;
30
+ /**
31
+ * The returned model.OccDemandSignal instance.
32
+ */
33
+ "occDemandSignal": model.OccDemandSignal;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=patch-occ-demand-signal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-occ-demand-signal-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/patch-occ-demand-signal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20240430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 UpdateOccDemandSignalResponse {
15
+ /**
16
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
17
+ */
18
+ "retryAfter": number;
19
+ /**
20
+ * For optimistic concurrency control. See {@code if-match}.
21
+ *
22
+ */
23
+ "etag": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If you need to contact
26
+ * Oracle about a particular request, please provide the request ID.
27
+ *
28
+ */
29
+ "opcRequestId": string;
30
+ /**
31
+ * The returned model.OccDemandSignal instance.
32
+ */
33
+ "occDemandSignal": model.OccDemandSignal;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20240430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=update-occ-demand-signal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-occ-demand-signal-response.js","sourceRoot":"","sources":["../../../../../lib/demandsignal/lib/response/update-occ-demand-signal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}