oci-jms 2.19.0 → 2.20.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 (150) hide show
  1. package/lib/client.d.ts +85 -19
  2. package/lib/client.js +464 -19
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action-type.d.ts +1 -0
  5. package/lib/model/action-type.js +1 -0
  6. package/lib/model/action-type.js.map +1 -1
  7. package/lib/model/blocklist-collection.d.ts +26 -0
  8. package/lib/model/blocklist-collection.js +61 -0
  9. package/lib/model/blocklist-collection.js.map +1 -0
  10. package/lib/model/blocklist-entry.d.ts +30 -0
  11. package/lib/model/blocklist-entry.js +29 -0
  12. package/lib/model/blocklist-entry.js.map +1 -0
  13. package/lib/model/blocklist-sort-by.d.ts +22 -0
  14. package/lib/model/blocklist-sort-by.js +33 -0
  15. package/lib/model/blocklist-sort-by.js.map +1 -0
  16. package/lib/model/blocklist-target.d.ts +35 -0
  17. package/lib/model/blocklist-target.js +29 -0
  18. package/lib/model/blocklist-target.js.map +1 -0
  19. package/lib/model/blocklist.d.ts +35 -0
  20. package/lib/model/blocklist.js +53 -0
  21. package/lib/model/blocklist.js.map +1 -0
  22. package/lib/model/create-blocklist-details.d.ts +31 -0
  23. package/lib/model/create-blocklist-details.js +53 -0
  24. package/lib/model/create-blocklist-details.js.map +1 -0
  25. package/lib/model/create-fleet-details.d.ts +3 -0
  26. package/lib/model/create-fleet-details.js +32 -2
  27. package/lib/model/create-fleet-details.js.map +1 -1
  28. package/lib/model/custom-log.d.ts +30 -0
  29. package/lib/model/custom-log.js +29 -0
  30. package/lib/model/custom-log.js.map +1 -0
  31. package/lib/model/existing-installation-site-id.d.ts +30 -0
  32. package/lib/model/existing-installation-site-id.js +29 -0
  33. package/lib/model/existing-installation-site-id.js.map +1 -0
  34. package/lib/model/fleet-summary.d.ts +2 -0
  35. package/lib/model/fleet-summary.js +32 -2
  36. package/lib/model/fleet-summary.js.map +1 -1
  37. package/lib/model/fleet.d.ts +2 -0
  38. package/lib/model/fleet.js +32 -2
  39. package/lib/model/fleet.js.map +1 -1
  40. package/lib/model/index.d.ts +36 -0
  41. package/lib/model/index.js +38 -1
  42. package/lib/model/index.js.map +1 -1
  43. package/lib/model/installation-site-collection.d.ts +26 -0
  44. package/lib/model/installation-site-collection.js +61 -0
  45. package/lib/model/installation-site-collection.js.map +1 -0
  46. package/lib/model/installation-site-sort-by.d.ts +29 -0
  47. package/lib/model/installation-site-sort-by.js +40 -0
  48. package/lib/model/installation-site-sort-by.js.map +1 -0
  49. package/lib/model/installation-site-summary.d.ts +63 -0
  50. package/lib/model/installation-site-summary.js +69 -0
  51. package/lib/model/installation-site-summary.js.map +1 -0
  52. package/lib/model/installation-site.d.ts +67 -0
  53. package/lib/model/installation-site.js +69 -0
  54. package/lib/model/installation-site.js.map +1 -0
  55. package/lib/model/java-runtime-id.d.ts +37 -0
  56. package/lib/model/java-runtime-id.js +29 -0
  57. package/lib/model/java-runtime-id.js.map +1 -0
  58. package/lib/model/jre-usage.d.ts +4 -0
  59. package/lib/model/jre-usage.js.map +1 -1
  60. package/lib/model/lifecycle-state.d.ts +1 -0
  61. package/lib/model/lifecycle-state.js +1 -0
  62. package/lib/model/lifecycle-state.js.map +1 -1
  63. package/lib/model/operation-type.d.ts +2 -0
  64. package/lib/model/operation-type.js +2 -0
  65. package/lib/model/operation-type.js.map +1 -1
  66. package/lib/model/principal.d.ts +29 -0
  67. package/lib/model/principal.js +29 -0
  68. package/lib/model/principal.js.map +1 -0
  69. package/lib/model/remove-fleet-installation-sites-details.d.ts +26 -0
  70. package/lib/model/remove-fleet-installation-sites-details.js +61 -0
  71. package/lib/model/remove-fleet-installation-sites-details.js.map +1 -0
  72. package/lib/model/update-fleet-details.d.ts +3 -0
  73. package/lib/model/update-fleet-details.js +32 -2
  74. package/lib/model/update-fleet-details.js.map +1 -1
  75. package/lib/model/work-item-collection.d.ts +26 -0
  76. package/lib/model/work-item-collection.js +61 -0
  77. package/lib/model/work-item-collection.js.map +1 -0
  78. package/lib/model/work-item-status.d.ts +33 -0
  79. package/lib/model/work-item-status.js +44 -0
  80. package/lib/model/work-item-status.js.map +1 -0
  81. package/lib/model/work-item-summary.d.ts +44 -0
  82. package/lib/model/work-item-summary.js +57 -0
  83. package/lib/model/work-item-summary.js.map +1 -0
  84. package/lib/model/work-request.d.ts +14 -0
  85. package/lib/model/work-request.js +5 -1
  86. package/lib/model/work-request.js.map +1 -1
  87. package/lib/request/cancel-work-request-request.d.ts +35 -0
  88. package/lib/request/cancel-work-request-request.js +15 -0
  89. package/lib/request/cancel-work-request-request.js.map +1 -0
  90. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  91. package/lib/request/create-blocklist-request.d.ts +40 -0
  92. package/lib/request/create-blocklist-request.js +15 -0
  93. package/lib/request/create-blocklist-request.js.map +1 -0
  94. package/lib/request/create-fleet-request.d.ts +1 -1
  95. package/lib/request/delete-blocklist-request.d.ts +39 -0
  96. package/lib/request/delete-blocklist-request.js +15 -0
  97. package/lib/request/delete-blocklist-request.js.map +1 -0
  98. package/lib/request/delete-fleet-request.d.ts +1 -1
  99. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  100. package/lib/request/get-fleet-request.d.ts +1 -1
  101. package/lib/request/get-work-request-request.d.ts +1 -1
  102. package/lib/request/index.d.ts +14 -0
  103. package/lib/request/list-blocklists-request.d.ts +54 -0
  104. package/lib/request/list-blocklists-request.js +15 -0
  105. package/lib/request/list-blocklists-request.js.map +1 -0
  106. package/lib/request/list-fleets-request.d.ts +1 -1
  107. package/lib/request/list-installation-sites-request.d.ts +79 -0
  108. package/lib/request/list-installation-sites-request.js +15 -0
  109. package/lib/request/list-installation-sites-request.js.map +1 -0
  110. package/lib/request/list-jre-usage-request.d.ts +1 -1
  111. package/lib/request/list-work-items-request.d.ts +34 -0
  112. package/lib/request/list-work-items-request.js +15 -0
  113. package/lib/request/list-work-items-request.js.map +1 -0
  114. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  115. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  116. package/lib/request/list-work-requests-request.d.ts +5 -1
  117. package/lib/request/remove-fleet-installation-sites-request.d.ts +49 -0
  118. package/lib/request/remove-fleet-installation-sites-request.js +15 -0
  119. package/lib/request/remove-fleet-installation-sites-request.js.map +1 -0
  120. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  121. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  122. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  123. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  124. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  125. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  126. package/lib/request/update-fleet-request.d.ts +1 -1
  127. package/lib/response/cancel-work-request-response.d.ts +20 -0
  128. package/lib/response/cancel-work-request-response.js +15 -0
  129. package/lib/response/cancel-work-request-response.js.map +1 -0
  130. package/lib/response/create-blocklist-response.d.ts +30 -0
  131. package/lib/response/create-blocklist-response.js +15 -0
  132. package/lib/response/create-blocklist-response.js.map +1 -0
  133. package/lib/response/delete-blocklist-response.d.ts +20 -0
  134. package/lib/response/delete-blocklist-response.js +15 -0
  135. package/lib/response/delete-blocklist-response.js.map +1 -0
  136. package/lib/response/get-work-request-response.d.ts +5 -0
  137. package/lib/response/index.d.ts +14 -0
  138. package/lib/response/list-blocklists-response.d.ts +32 -0
  139. package/lib/response/list-blocklists-response.js +15 -0
  140. package/lib/response/list-blocklists-response.js.map +1 -0
  141. package/lib/response/list-installation-sites-response.d.ts +32 -0
  142. package/lib/response/list-installation-sites-response.js +15 -0
  143. package/lib/response/list-installation-sites-response.js.map +1 -0
  144. package/lib/response/list-work-items-response.d.ts +32 -0
  145. package/lib/response/list-work-items-response.js +15 -0
  146. package/lib/response/list-work-items-response.js.map +1 -0
  147. package/lib/response/remove-fleet-installation-sites-response.d.ts +26 -0
  148. package/lib/response/remove-fleet-installation-sites-response.js +15 -0
  149. package/lib/response/remove-fleet-installation-sites-response.js.map +1 -0
  150. package/package.json +3 -3
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ * The list of Java installation sites to remove.
16
+ */
17
+ export interface RemoveFleetInstallationSitesDetails {
18
+ /**
19
+ * The list of installation sites to remove.
20
+ */
21
+ "installationSites": Array<model.ExistingInstallationSiteId>;
22
+ }
23
+ export declare namespace RemoveFleetInstallationSitesDetails {
24
+ function getJsonObj(obj: RemoveFleetInstallationSitesDetails): object;
25
+ function getDeserializedJsonObj(obj: RemoveFleetInstallationSitesDetails): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.RemoveFleetInstallationSitesDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var RemoveFleetInstallationSitesDetails;
37
+ (function (RemoveFleetInstallationSitesDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "installationSites": obj.installationSites
41
+ ? obj.installationSites.map(item => {
42
+ return model.ExistingInstallationSiteId.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ RemoveFleetInstallationSitesDetails.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "installationSites": obj.installationSites
52
+ ? obj.installationSites.map(item => {
53
+ return model.ExistingInstallationSiteId.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ RemoveFleetInstallationSitesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(RemoveFleetInstallationSitesDetails = exports.RemoveFleetInstallationSitesDetails || (exports.RemoveFleetInstallationSitesDetails = {}));
61
+ //# sourceMappingURL=remove-fleet-installation-sites-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-fleet-installation-sites-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/remove-fleet-installation-sites-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mCAAmC,CA6BnD;AA7BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA6BnD"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * Attributes to update a Fleet.
15
16
  */
@@ -22,6 +23,8 @@ export interface UpdateFleetDetails {
22
23
  * The Fleet's description.
23
24
  */
24
25
  "description"?: string;
26
+ "inventoryLog"?: model.CustomLog;
27
+ "operationLog"?: model.CustomLog;
25
28
  /**
26
29
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
30
  * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
@@ -11,17 +11,47 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.UpdateFleetDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var UpdateFleetDetails;
17
37
  (function (UpdateFleetDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "inventoryLog": obj.inventoryLog ? model.CustomLog.getJsonObj(obj.inventoryLog) : undefined,
41
+ "operationLog": obj.operationLog ? model.CustomLog.getJsonObj(obj.operationLog) : undefined
42
+ });
20
43
  return jsonObj;
21
44
  }
22
45
  UpdateFleetDetails.getJsonObj = getJsonObj;
23
46
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {
48
+ "inventoryLog": obj.inventoryLog
49
+ ? model.CustomLog.getDeserializedJsonObj(obj.inventoryLog)
50
+ : undefined,
51
+ "operationLog": obj.operationLog
52
+ ? model.CustomLog.getDeserializedJsonObj(obj.operationLog)
53
+ : undefined
54
+ });
25
55
  return jsonObj;
26
56
  }
27
57
  UpdateFleetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-fleet-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/update-fleet-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
1
+ {"version":3,"file":"update-fleet-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/update-fleet-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,kBAAkB,CA2BlC;AA3BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS;YAC3F,cAAc,EAAE,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAVe,6BAAU,aAUzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yCAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA2BlC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ * A list of WorkItem.
16
+ */
17
+ export interface WorkItemCollection {
18
+ /**
19
+ * A list of work request items.
20
+ */
21
+ "items": Array<model.WorkItemSummary>;
22
+ }
23
+ export declare namespace WorkItemCollection {
24
+ function getJsonObj(obj: WorkItemCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkItemCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.WorkItemCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkItemCollection;
37
+ (function (WorkItemCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkItemSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkItemCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkItemSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkItemCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkItemCollection = exports.WorkItemCollection || (exports.WorkItemCollection = {}));
61
+ //# sourceMappingURL=work-item-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-item-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,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,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,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,33 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ /**
14
+ * Possible operation status.
15
+ **/
16
+ export declare enum WorkItemStatus {
17
+ Accepted = "ACCEPTED",
18
+ InProgress = "IN_PROGRESS",
19
+ Canceling = "CANCELING",
20
+ Canceled = "CANCELED",
21
+ Succeeded = "SUCCEEDED",
22
+ NeedsAttention = "NEEDS_ATTENTION",
23
+ Retrying = "RETRYING",
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ UnknownValue = "UNKNOWN_VALUE"
29
+ }
30
+ export declare namespace WorkItemStatus {
31
+ function getJsonObj(obj: WorkItemStatus): WorkItemStatus;
32
+ function getDeserializedJsonObj(obj: WorkItemStatus): WorkItemStatus;
33
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.WorkItemStatus = void 0;
16
+ /**
17
+ * Possible operation status.
18
+ **/
19
+ var WorkItemStatus;
20
+ (function (WorkItemStatus) {
21
+ WorkItemStatus["Accepted"] = "ACCEPTED";
22
+ WorkItemStatus["InProgress"] = "IN_PROGRESS";
23
+ WorkItemStatus["Canceling"] = "CANCELING";
24
+ WorkItemStatus["Canceled"] = "CANCELED";
25
+ WorkItemStatus["Succeeded"] = "SUCCEEDED";
26
+ WorkItemStatus["NeedsAttention"] = "NEEDS_ATTENTION";
27
+ WorkItemStatus["Retrying"] = "RETRYING";
28
+ /**
29
+ * This value is used if a service returns a value for this enum that is not recognized by this
30
+ * version of the SDK.
31
+ */
32
+ WorkItemStatus["UnknownValue"] = "UNKNOWN_VALUE";
33
+ })(WorkItemStatus = exports.WorkItemStatus || (exports.WorkItemStatus = {}));
34
+ (function (WorkItemStatus) {
35
+ function getJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ WorkItemStatus.getJsonObj = getJsonObj;
39
+ function getDeserializedJsonObj(obj) {
40
+ return obj;
41
+ }
42
+ WorkItemStatus.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(WorkItemStatus = exports.WorkItemStatus || (exports.WorkItemStatus = {}));
44
+ //# sourceMappingURL=work-item-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-item-status.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,4CAA0B,CAAA;IAC1B,yCAAuB,CAAA;IACvB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,oDAAkC,CAAA;IAClC,uCAAqB,CAAA;IAErB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ * The LCM work request for a JVM installation site.
16
+ */
17
+ export interface WorkItemSummary {
18
+ /**
19
+ * The unique ID of ths work item.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The OCID of the work request created this work item.
24
+ */
25
+ "workRequestId": string;
26
+ "installationSite": model.InstallationSite;
27
+ /**
28
+ * The status of the work item.
29
+ */
30
+ "status": model.WorkItemStatus;
31
+ /**
32
+ * Number of times this work item is retried. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
33
+ */
34
+ "retryCount": number;
35
+ /**
36
+ * The date and time the work item was last updated. (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
37
+ *
38
+ */
39
+ "timeLastUpdated"?: Date;
40
+ }
41
+ export declare namespace WorkItemSummary {
42
+ function getJsonObj(obj: WorkItemSummary): object;
43
+ function getDeserializedJsonObj(obj: WorkItemSummary): object;
44
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.WorkItemSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkItemSummary;
37
+ (function (WorkItemSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "installationSite": obj.installationSite
41
+ ? model.InstallationSite.getJsonObj(obj.installationSite)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ WorkItemSummary.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "installationSite": obj.installationSite
50
+ ? model.InstallationSite.getDeserializedJsonObj(obj.installationSite)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ WorkItemSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(WorkItemSummary = exports.WorkItemSummary || (exports.WorkItemSummary = {}));
57
+ //# sourceMappingURL=work-item-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-item-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-item-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,eAAe,CAyB/B;AAzBD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAyB/B"}
@@ -58,6 +58,20 @@ export interface WorkRequest {
58
58
  *
59
59
  */
60
60
  "timeFinished"?: Date;
61
+ "createdBy"?: model.Principal;
62
+ /**
63
+ * The date and time the work request percentage was last updated. (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
64
+ *
65
+ */
66
+ "timeLastUpdated"?: Date;
67
+ /**
68
+ * The total number of tasks to be executed for this work request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
69
+ */
70
+ "totalTaskCount"?: number;
71
+ /**
72
+ * The number of tasks had been executed to a terminal state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
73
+ */
74
+ "completedTaskCount"?: number;
61
75
  }
62
76
  export declare namespace WorkRequest {
63
77
  function getJsonObj(obj: WorkRequest): object;
@@ -41,7 +41,8 @@ var WorkRequest;
41
41
  ? obj.resources.map(item => {
42
42
  return model.WorkRequestResource.getJsonObj(item);
43
43
  })
44
- : undefined
44
+ : undefined,
45
+ "createdBy": obj.createdBy ? model.Principal.getJsonObj(obj.createdBy) : undefined
45
46
  });
46
47
  return jsonObj;
47
48
  }
@@ -52,6 +53,9 @@ var WorkRequest;
52
53
  ? obj.resources.map(item => {
53
54
  return model.WorkRequestResource.getDeserializedJsonObj(item);
54
55
  })
56
+ : undefined,
57
+ "createdBy": obj.createdBy
58
+ ? model.Principal.getDeserializedJsonObj(obj.createdBy)
55
59
  : undefined
56
60
  });
57
61
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,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"}
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,WAAW,CAmC3B;AAnCD,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;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sBAAU,aAezB,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;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,kCAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAmC3B"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
+ */
17
+ export interface CancelWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the `if-match` parameter to the value of the
29
+ * ETag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the ETag you
31
+ * provide matches the resource's current ETag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=cancel-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.19.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.20.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
17
+ */
18
+ export interface CreateBlocklistRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
21
+ */
22
+ "fleetId": string;
23
+ /**
24
+ * Details for the new blocklist record.
25
+ */
26
+ "createBlocklistDetails": model.CreateBlocklistDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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-blocklist-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-blocklist-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/create-blocklist-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.19.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
17
17
  */
18
18
  export interface CreateFleetRequest extends common.BaseRequest {
19
19
  /**