oci-audit 2.88.0 → 2.88.1
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
CHANGED
|
@@ -85,7 +85,7 @@ export declare class AuditClient {
|
|
|
85
85
|
* @param GetConfigurationRequest
|
|
86
86
|
* @return GetConfigurationResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
89
89
|
*/
|
|
90
90
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
91
91
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class AuditClient {
|
|
|
96
96
|
* @param ListEventsRequest
|
|
97
97
|
* @return ListEventsResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
100
100
|
*/
|
|
101
101
|
listEvents(listEventsRequest: requests.ListEventsRequest): Promise<responses.ListEventsResponse>;
|
|
102
102
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class AuditClient {
|
|
|
137
137
|
* @param UpdateConfigurationRequest
|
|
138
138
|
* @return UpdateConfigurationResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
141
141
|
*/
|
|
142
142
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
143
143
|
}
|
package/lib/client.js
CHANGED
|
@@ -185,7 +185,7 @@ class AuditClient {
|
|
|
185
185
|
* @param GetConfigurationRequest
|
|
186
186
|
* @return GetConfigurationResponse
|
|
187
187
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
189
189
|
*/
|
|
190
190
|
getConfiguration(getConfigurationRequest) {
|
|
191
191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -238,7 +238,7 @@ class AuditClient {
|
|
|
238
238
|
* @param ListEventsRequest
|
|
239
239
|
* @return ListEventsResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
242
242
|
*/
|
|
243
243
|
listEvents(listEventsRequest) {
|
|
244
244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class AuditClient {
|
|
|
344
344
|
* @param UpdateConfigurationRequest
|
|
345
345
|
* @return UpdateConfigurationResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
348
348
|
*/
|
|
349
349
|
updateConfiguration(updateConfigurationRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConfigurationRequest 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.88.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/ListEvents.ts.html |here} to see how to use ListEventsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListEventsRequest 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.88.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-audit",
|
|
3
|
-
"version": "2.88.
|
|
3
|
+
"version": "2.88.1",
|
|
4
4
|
"description": "OCI NodeJS client for Audit 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.88.
|
|
19
|
-
"oci-workrequests": "2.88.
|
|
18
|
+
"oci-common": "2.88.1",
|
|
19
|
+
"oci-workrequests": "2.88.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|