oci-jms 2.102.0 → 2.102.2
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.
- package/lib/client.d.ts +36 -0
- package/lib/client.js +281 -0
- package/lib/client.js.map +1 -1
- package/lib/model/fleet-error-aggregation-collection.d.ts +26 -0
- package/lib/model/fleet-error-aggregation-collection.js +61 -0
- package/lib/model/fleet-error-aggregation-collection.js.map +1 -0
- package/lib/model/fleet-error-aggregation-summary.d.ts +30 -0
- package/lib/model/fleet-error-aggregation-summary.js +61 -0
- package/lib/model/fleet-error-aggregation-summary.js.map +1 -0
- package/lib/model/fleet-error-aggregation.d.ts +30 -0
- package/lib/model/fleet-error-aggregation.js +29 -0
- package/lib/model/fleet-error-aggregation.js.map +1 -0
- package/lib/model/fleet-error-collection.d.ts +26 -0
- package/lib/model/fleet-error-collection.js +61 -0
- package/lib/model/fleet-error-collection.js.map +1 -0
- package/lib/model/fleet-error-details.d.ts +38 -0
- package/lib/model/fleet-error-details.js +29 -0
- package/lib/model/fleet-error-details.js.map +1 -0
- package/lib/model/fleet-error-reason.d.ts +28 -0
- package/lib/model/fleet-error-reason.js +39 -0
- package/lib/model/fleet-error-reason.js.map +1 -0
- package/lib/model/fleet-error-sort-by.d.ts +23 -0
- package/lib/model/fleet-error-sort-by.js +34 -0
- package/lib/model/fleet-error-sort-by.js.map +1 -0
- package/lib/model/fleet-error-summary.d.ts +49 -0
- package/lib/model/fleet-error-summary.js +61 -0
- package/lib/model/fleet-error-summary.js.map +1 -0
- package/lib/model/generate-agent-installer-configuration-details.d.ts +1 -1
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +36 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/operating-system.d.ts +4 -0
- package/lib/model/operating-system.js.map +1 -1
- package/lib/model/plugin-error-aggregation-collection.d.ts +26 -0
- package/lib/model/plugin-error-aggregation-collection.js +61 -0
- package/lib/model/plugin-error-aggregation-collection.js.map +1 -0
- package/lib/model/plugin-error-aggregation-summary.d.ts +30 -0
- package/lib/model/plugin-error-aggregation-summary.js +61 -0
- package/lib/model/plugin-error-aggregation-summary.js.map +1 -0
- package/lib/model/plugin-error-aggregation.d.ts +30 -0
- package/lib/model/plugin-error-aggregation.js +29 -0
- package/lib/model/plugin-error-aggregation.js.map +1 -0
- package/lib/model/plugin-error-collection.d.ts +26 -0
- package/lib/model/plugin-error-collection.js +61 -0
- package/lib/model/plugin-error-collection.js.map +1 -0
- package/lib/model/plugin-error-details.d.ts +38 -0
- package/lib/model/plugin-error-details.js +29 -0
- package/lib/model/plugin-error-details.js.map +1 -0
- package/lib/model/plugin-error-reason.d.ts +29 -0
- package/lib/model/plugin-error-reason.js +40 -0
- package/lib/model/plugin-error-reason.js.map +1 -0
- package/lib/model/plugin-error-sort-by.d.ts +23 -0
- package/lib/model/plugin-error-sort-by.js +34 -0
- package/lib/model/plugin-error-sort-by.js.map +1 -0
- package/lib/model/plugin-error-summary.d.ts +53 -0
- package/lib/model/plugin-error-summary.js +61 -0
- package/lib/model/plugin-error-summary.js.map +1 -0
- package/lib/request/index.d.ts +8 -0
- package/lib/request/list-fleet-errors-request.d.ts +72 -0
- package/lib/request/list-fleet-errors-request.js +15 -0
- package/lib/request/list-fleet-errors-request.js.map +1 -0
- package/lib/request/list-jms-plugins-request.d.ts +4 -0
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +4 -0
- package/lib/request/list-plugin-errors-request.d.ts +72 -0
- package/lib/request/list-plugin-errors-request.js +15 -0
- package/lib/request/list-plugin-errors-request.js.map +1 -0
- package/lib/request/summarize-fleet-errors-request.d.ts +40 -0
- package/lib/request/summarize-fleet-errors-request.js +15 -0
- package/lib/request/summarize-fleet-errors-request.js.map +1 -0
- package/lib/request/summarize-plugin-errors-request.d.ts +40 -0
- package/lib/request/summarize-plugin-errors-request.js +15 -0
- package/lib/request/summarize-plugin-errors-request.js.map +1 -0
- package/lib/request/summarize-resource-inventory-request.d.ts +5 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-fleet-errors-response.d.ts +32 -0
- package/lib/response/list-fleet-errors-response.js +15 -0
- package/lib/response/list-fleet-errors-response.js.map +1 -0
- package/lib/response/list-plugin-errors-response.d.ts +32 -0
- package/lib/response/list-plugin-errors-response.js +15 -0
- package/lib/response/list-plugin-errors-response.js.map +1 -0
- package/lib/response/summarize-fleet-errors-response.d.ts +32 -0
- package/lib/response/summarize-fleet-errors-response.js +15 -0
- package/lib/response/summarize-fleet-errors-response.js.map +1 -0
- package/lib/response/summarize-plugin-errors-response.d.ts +32 -0
- package/lib/response/summarize-plugin-errors-response.js +15 -0
- package/lib/response/summarize-plugin-errors-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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, 2025, 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/latest/jms/SummarizePluginErrors.ts.html |here} to see how to use SummarizePluginErrorsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface SummarizePluginErrorsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentIdInSubtree"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* The maximum number of items to return.
|
|
30
|
+
*/
|
|
31
|
+
"limit"?: number;
|
|
32
|
+
/**
|
|
33
|
+
* The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
|
|
34
|
+
*/
|
|
35
|
+
"page"?: 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, 2025, 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=summarize-plugin-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-plugin-errors-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-plugin-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -20,6 +20,11 @@ export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
|
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentIdInSubtree"?: boolean;
|
|
23
28
|
/**
|
|
24
29
|
* The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
25
30
|
*/
|
package/lib/response/index.d.ts
CHANGED
|
@@ -86,6 +86,8 @@ import * as ListDrsFilesResponse from "./list-drs-files-response";
|
|
|
86
86
|
export import ListDrsFilesResponse = ListDrsFilesResponse.ListDrsFilesResponse;
|
|
87
87
|
import * as ListFleetDiagnosesResponse from "./list-fleet-diagnoses-response";
|
|
88
88
|
export import ListFleetDiagnosesResponse = ListFleetDiagnosesResponse.ListFleetDiagnosesResponse;
|
|
89
|
+
import * as ListFleetErrorsResponse from "./list-fleet-errors-response";
|
|
90
|
+
export import ListFleetErrorsResponse = ListFleetErrorsResponse.ListFleetErrorsResponse;
|
|
89
91
|
import * as ListFleetsResponse from "./list-fleets-response";
|
|
90
92
|
export import ListFleetsResponse = ListFleetsResponse.ListFleetsResponse;
|
|
91
93
|
import * as ListInstallationSitesResponse from "./list-installation-sites-response";
|
|
@@ -102,6 +104,8 @@ import * as ListJreUsageResponse from "./list-jre-usage-response";
|
|
|
102
104
|
export import ListJreUsageResponse = ListJreUsageResponse.ListJreUsageResponse;
|
|
103
105
|
import * as ListPerformanceTuningAnalysisResultsResponse from "./list-performance-tuning-analysis-results-response";
|
|
104
106
|
export import ListPerformanceTuningAnalysisResultsResponse = ListPerformanceTuningAnalysisResultsResponse.ListPerformanceTuningAnalysisResultsResponse;
|
|
107
|
+
import * as ListPluginErrorsResponse from "./list-plugin-errors-response";
|
|
108
|
+
export import ListPluginErrorsResponse = ListPluginErrorsResponse.ListPluginErrorsResponse;
|
|
105
109
|
import * as ListWorkItemsResponse from "./list-work-items-response";
|
|
106
110
|
export import ListWorkItemsResponse = ListWorkItemsResponse.ListWorkItemsResponse;
|
|
107
111
|
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
@@ -134,6 +138,8 @@ import * as SummarizeDeployedApplicationInstallationUsageResponse from "./summar
|
|
|
134
138
|
export import SummarizeDeployedApplicationInstallationUsageResponse = SummarizeDeployedApplicationInstallationUsageResponse.SummarizeDeployedApplicationInstallationUsageResponse;
|
|
135
139
|
import * as SummarizeDeployedApplicationUsageResponse from "./summarize-deployed-application-usage-response";
|
|
136
140
|
export import SummarizeDeployedApplicationUsageResponse = SummarizeDeployedApplicationUsageResponse.SummarizeDeployedApplicationUsageResponse;
|
|
141
|
+
import * as SummarizeFleetErrorsResponse from "./summarize-fleet-errors-response";
|
|
142
|
+
export import SummarizeFleetErrorsResponse = SummarizeFleetErrorsResponse.SummarizeFleetErrorsResponse;
|
|
137
143
|
import * as SummarizeInstallationUsageResponse from "./summarize-installation-usage-response";
|
|
138
144
|
export import SummarizeInstallationUsageResponse = SummarizeInstallationUsageResponse.SummarizeInstallationUsageResponse;
|
|
139
145
|
import * as SummarizeJavaServerInstanceUsageResponse from "./summarize-java-server-instance-usage-response";
|
|
@@ -146,6 +152,8 @@ import * as SummarizeLibraryUsageResponse from "./summarize-library-usage-respon
|
|
|
146
152
|
export import SummarizeLibraryUsageResponse = SummarizeLibraryUsageResponse.SummarizeLibraryUsageResponse;
|
|
147
153
|
import * as SummarizeManagedInstanceUsageResponse from "./summarize-managed-instance-usage-response";
|
|
148
154
|
export import SummarizeManagedInstanceUsageResponse = SummarizeManagedInstanceUsageResponse.SummarizeManagedInstanceUsageResponse;
|
|
155
|
+
import * as SummarizePluginErrorsResponse from "./summarize-plugin-errors-response";
|
|
156
|
+
export import SummarizePluginErrorsResponse = SummarizePluginErrorsResponse.SummarizePluginErrorsResponse;
|
|
149
157
|
import * as SummarizeResourceInventoryResponse from "./summarize-resource-inventory-response";
|
|
150
158
|
export import SummarizeResourceInventoryResponse = SummarizeResourceInventoryResponse.SummarizeResourceInventoryResponse;
|
|
151
159
|
import * as UpdateDrsFileResponse from "./update-drs-file-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, 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 ListFleetErrorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, 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.
|
|
23
|
+
* Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
|
|
24
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.FleetErrorCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"fleetErrorCollection": model.FleetErrorCollection;
|
|
32
|
+
}
|
|
@@ -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, 2025, 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-fleet-errors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-fleet-errors-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-fleet-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, 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 ListPluginErrorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, 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.
|
|
23
|
+
* Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
|
|
24
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.PluginErrorCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"pluginErrorCollection": model.PluginErrorCollection;
|
|
32
|
+
}
|
|
@@ -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, 2025, 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-plugin-errors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-plugin-errors-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-plugin-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, 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 SummarizeFleetErrorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, 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.
|
|
23
|
+
* Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
|
|
24
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.FleetErrorAggregationCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"fleetErrorAggregationCollection": model.FleetErrorAggregationCollection;
|
|
32
|
+
}
|
|
@@ -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, 2025, 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=summarize-fleet-errors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-fleet-errors-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/summarize-fleet-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2025, 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 SummarizePluginErrorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, 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.
|
|
23
|
+
* Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
|
|
24
|
+
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.PluginErrorAggregationCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"pluginErrorAggregationCollection": model.PluginErrorAggregationCollection;
|
|
32
|
+
}
|
|
@@ -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, 2025, 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=summarize-plugin-errors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-plugin-errors-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/summarize-plugin-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-jms",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.2",
|
|
4
4
|
"description": "OCI NodeJS client for Jms Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.102.
|
|
19
|
-
"oci-workrequests": "2.102.
|
|
18
|
+
"oci-common": "2.102.2",
|
|
19
|
+
"oci-workrequests": "2.102.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|