oci-logging 2.76.1 → 2.77.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.
- package/lib/client.d.ts +30 -30
- package/lib/client.js +30 -30
- package/lib/model/create-log-details.d.ts +2 -2
- package/lib/model/create-log-group-details.d.ts +2 -2
- package/lib/model/create-log-saved-search-details.d.ts +2 -2
- package/lib/model/create-unified-agent-configuration-details.d.ts +2 -2
- package/lib/model/log-group-summary.d.ts +2 -2
- package/lib/model/log-group.d.ts +2 -2
- package/lib/model/log-saved-search-summary.d.ts +2 -2
- package/lib/model/log-saved-search.d.ts +2 -2
- package/lib/model/log-summary.d.ts +2 -2
- package/lib/model/log.d.ts +2 -2
- package/lib/model/unified-agent-configuration-summary.d.ts +2 -2
- package/lib/model/unified-agent-configuration.d.ts +2 -2
- package/lib/model/update-log-details.d.ts +2 -2
- package/lib/model/update-log-group-details.d.ts +2 -2
- package/lib/model/update-log-saved-search-details.d.ts +2 -2
- package/lib/model/update-unified-agent-configuration-details.d.ts +2 -2
- package/lib/request/change-log-group-compartment-request.d.ts +2 -2
- package/lib/request/change-log-log-group-request.d.ts +2 -2
- package/lib/request/change-log-saved-search-compartment-request.d.ts +2 -2
- package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +2 -2
- package/lib/request/create-log-group-request.d.ts +1 -1
- package/lib/request/create-log-request.d.ts +1 -1
- package/lib/request/create-log-saved-search-request.d.ts +1 -1
- package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/delete-log-group-request.d.ts +2 -2
- package/lib/request/delete-log-request.d.ts +2 -2
- package/lib/request/delete-log-saved-search-request.d.ts +2 -2
- package/lib/request/delete-unified-agent-configuration-request.d.ts +2 -2
- package/lib/request/delete-work-request-request.d.ts +2 -2
- package/lib/request/get-log-group-request.d.ts +1 -1
- package/lib/request/get-log-request.d.ts +1 -1
- package/lib/request/get-log-saved-search-request.d.ts +1 -1
- package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-log-groups-request.d.ts +3 -3
- package/lib/request/list-log-saved-searches-request.d.ts +3 -3
- package/lib/request/list-logs-request.d.ts +3 -3
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/list-unified-agent-configurations-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-log-group-request.d.ts +2 -2
- package/lib/request/update-log-request.d.ts +2 -2
- package/lib/request/update-log-saved-search-request.d.ts +2 -2
- package/lib/request/update-unified-agent-configuration-request.d.ts +2 -2
- package/lib/response/create-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-log-group-response.d.ts +1 -1
- package/lib/response/get-log-response.d.ts +1 -1
- package/lib/response/get-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-unified-agent-configuration-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/update-log-saved-search-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* For list pagination. The value of the
|
|
29
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* For list pagination. The value of the
|
|
29
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -38,7 +38,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
|
-
* For list pagination. The value of the
|
|
41
|
+
* For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
|
|
42
42
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateLogGroupRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateLogGroupDetails": model.UpdateLogGroupDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface UpdateLogRequest extends common.BaseRequest {
|
|
|
30
30
|
"updateLogDetails": model.UpdateLogDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
33
|
-
* resource, set the
|
|
33
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
34
34
|
* previous GET or POST response for that resource. The resource will be
|
|
35
35
|
* updated or deleted only if the etag you provide matches the resource's
|
|
36
36
|
* current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
|
|
|
27
27
|
"updateLogSavedSearchDetails": model.UpdateLogSavedSearchDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
30
|
-
* resource, set the
|
|
30
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
31
31
|
* previous GET or POST response for that resource. The resource will be
|
|
32
32
|
* updated or deleted only if the etag you provide matches the resource's
|
|
33
33
|
* current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseReque
|
|
|
27
27
|
"updateUnifiedAgentConfigurationDetails": model.UpdateUnifiedAgentConfigurationDetails;
|
|
28
28
|
/**
|
|
29
29
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
30
|
-
* resource, set the
|
|
30
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
31
31
|
* previous GET or POST response for that resource. The resource will be
|
|
32
32
|
* updated or deleted only if the etag you provide matches the resource's
|
|
33
33
|
* current etag value.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-logging",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Logging 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|