oci-jms 2.18.0 → 2.21.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,39 @@
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.21.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
16
+ */
17
+ export interface DeleteBlocklistRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
20
+ */
21
+ "fleetId": string;
22
+ /**
23
+ * The unique identifier of the blocklist record.
24
+ */
25
+ "blocklistKey": 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
+ /**
36
+ * The client request ID for tracing.
37
+ */
38
+ "opcRequestId"?: string;
39
+ }
@@ -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=delete-blocklist-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-blocklist-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/delete-blocklist-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
16
16
  */
17
17
  export interface DeleteFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetFleetAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
16
16
  */
17
17
  export interface GetFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -10,10 +10,16 @@
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 CancelWorkRequestRequest from "./cancel-work-request-request";
14
+ export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
13
15
  import * as ChangeFleetCompartmentRequest from "./change-fleet-compartment-request";
14
16
  export import ChangeFleetCompartmentRequest = ChangeFleetCompartmentRequest.ChangeFleetCompartmentRequest;
17
+ import * as CreateBlocklistRequest from "./create-blocklist-request";
18
+ export import CreateBlocklistRequest = CreateBlocklistRequest.CreateBlocklistRequest;
15
19
  import * as CreateFleetRequest from "./create-fleet-request";
16
20
  export import CreateFleetRequest = CreateFleetRequest.CreateFleetRequest;
21
+ import * as DeleteBlocklistRequest from "./delete-blocklist-request";
22
+ export import DeleteBlocklistRequest = DeleteBlocklistRequest.DeleteBlocklistRequest;
17
23
  import * as DeleteFleetRequest from "./delete-fleet-request";
18
24
  export import DeleteFleetRequest = DeleteFleetRequest.DeleteFleetRequest;
19
25
  import * as GetFleetRequest from "./get-fleet-request";
@@ -22,16 +28,24 @@ import * as GetFleetAgentConfigurationRequest from "./get-fleet-agent-configurat
22
28
  export import GetFleetAgentConfigurationRequest = GetFleetAgentConfigurationRequest.GetFleetAgentConfigurationRequest;
23
29
  import * as GetWorkRequestRequest from "./get-work-request-request";
24
30
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
31
+ import * as ListBlocklistsRequest from "./list-blocklists-request";
32
+ export import ListBlocklistsRequest = ListBlocklistsRequest.ListBlocklistsRequest;
25
33
  import * as ListFleetsRequest from "./list-fleets-request";
26
34
  export import ListFleetsRequest = ListFleetsRequest.ListFleetsRequest;
35
+ import * as ListInstallationSitesRequest from "./list-installation-sites-request";
36
+ export import ListInstallationSitesRequest = ListInstallationSitesRequest.ListInstallationSitesRequest;
27
37
  import * as ListJreUsageRequest from "./list-jre-usage-request";
28
38
  export import ListJreUsageRequest = ListJreUsageRequest.ListJreUsageRequest;
39
+ import * as ListWorkItemsRequest from "./list-work-items-request";
40
+ export import ListWorkItemsRequest = ListWorkItemsRequest.ListWorkItemsRequest;
29
41
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
30
42
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
31
43
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
32
44
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
33
45
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
34
46
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
47
+ import * as RemoveFleetInstallationSitesRequest from "./remove-fleet-installation-sites-request";
48
+ export import RemoveFleetInstallationSitesRequest = RemoveFleetInstallationSitesRequest.RemoveFleetInstallationSitesRequest;
35
49
  import * as SummarizeApplicationUsageRequest from "./summarize-application-usage-request";
36
50
  export import SummarizeApplicationUsageRequest = SummarizeApplicationUsageRequest.SummarizeApplicationUsageRequest;
37
51
  import * as SummarizeInstallationUsageRequest from "./summarize-installation-usage-request";
@@ -0,0 +1,54 @@
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.21.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
17
+ */
18
+ export interface ListBlocklistsRequest 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
+ * The operation type.
25
+ */
26
+ "operation"?: model.OperationType;
27
+ /**
28
+ * The Fleet-unique identifier of the related managed instance.
29
+ */
30
+ "managedInstanceId"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
37
+ */
38
+ "page"?: string;
39
+ /**
40
+ * The sort order, either 'asc' or 'desc'.
41
+ */
42
+ "sortOrder"?: model.SortOrder;
43
+ /**
44
+ * The field to sort blocklist records. Only one sort order may be provided.
45
+ * Default order for _operation_ is **ascending**.
46
+ * If no value is specified _operation_ is default.
47
+ *
48
+ */
49
+ "sortBy"?: model.BlocklistSortBy;
50
+ /**
51
+ * The client request ID for tracing.
52
+ */
53
+ "opcRequestId"?: string;
54
+ }
@@ -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=list-blocklists-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-blocklists-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-blocklists-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.18.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
17
17
  */
18
18
  export interface ListFleetsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,79 @@
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.21.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
17
+ */
18
+ export interface ListInstallationSitesRequest 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
+ * The vendor of the related Java Runtime.
25
+ */
26
+ "jreVendor"?: string;
27
+ /**
28
+ * The distribution of the related Java Runtime.
29
+ */
30
+ "jreDistribution"?: string;
31
+ /**
32
+ * The version of the related Java Runtime.
33
+ */
34
+ "jreVersion"?: string;
35
+ /**
36
+ * The file system path of the installation.
37
+ */
38
+ "installationPath"?: string;
39
+ /**
40
+ * The Fleet-unique identifier of the related application.
41
+ */
42
+ "applicationId"?: string;
43
+ /**
44
+ * The Fleet-unique identifier of the related managed instance.
45
+ */
46
+ "managedInstanceId"?: string;
47
+ /**
48
+ * The maximum number of items to return.
49
+ */
50
+ "limit"?: number;
51
+ /**
52
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
53
+ */
54
+ "page"?: string;
55
+ /**
56
+ * The sort order, either 'asc' or 'desc'.
57
+ */
58
+ "sortOrder"?: model.SortOrder;
59
+ /**
60
+ * The field to sort installation sites. Only one sort order may be provided.
61
+ * Default order for _timeLastSeen_, and _jreVersion_, _approximateApplicationCount_ is **descending**.
62
+ * Default order for _managedInstanceId_, _jreDistribution_, _jreVendor_ and _osName_ is **ascending**.
63
+ * If no value is specified _managedInstanceId_ is default.
64
+ *
65
+ */
66
+ "sortBy"?: model.InstallationSiteSortBy;
67
+ /**
68
+ * The client request ID for tracing.
69
+ */
70
+ "opcRequestId"?: string;
71
+ /**
72
+ * The operating system type.
73
+ */
74
+ "osFamily"?: Array<model.OsFamily>;
75
+ /**
76
+ * The security status of the Java Runtime.
77
+ */
78
+ "jreSecurityStatus"?: model.JreSecurityStatus;
79
+ }
@@ -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=list-installation-sites-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-installation-sites-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-installation-sites-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.18.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
17
17
  */
18
18
  export interface ListJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,34 @@
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.21.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
16
+ */
17
+ export interface ListWorkItemsRequest 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
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
28
+ */
29
+ "page"?: string;
30
+ /**
31
+ * The maximum number of items to return.
32
+ */
33
+ "limit"?: number;
34
+ }
@@ -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=list-work-items-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-items-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/list-work-items-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -24,6 +24,10 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
24
24
  * The ID of an asynchronous work request.
25
25
  */
26
26
  "id"?: string;
27
+ /**
28
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the fleet.
29
+ */
30
+ "fleetId"?: string;
27
31
  /**
28
32
  * The client request ID for tracing.
29
33
  */
@@ -0,0 +1,49 @@
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.21.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
17
+ */
18
+ export interface RemoveFleetInstallationSitesRequest 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
+ * List of installation sites to be deleted.
25
+ */
26
+ "removeFleetInstallationSitesDetails": model.RemoveFleetInstallationSitesDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * ETag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the ETag you
32
+ * provide matches the resource's current ETag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
38
+ * server error without risk of executing that same action again. Retry tokens expire after 24
39
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
40
+ * has been deleted and purged from the system, then a retry of the original creation request
41
+ * might be rejected.
42
+ *
43
+ */
44
+ "opcRetryToken"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -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=remove-fleet-installation-sites-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-fleet-installation-sites-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/remove-fleet-installation-sites-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.18.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
17
17
  */
18
18
  export interface SummarizeJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
16
16
  */
17
17
  export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateFleetAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
17
17
  */
18
18
  export interface UpdateFleetRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,20 @@
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
+ export interface CancelWorkRequestResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}