oci-audit 2.33.0 → 2.36.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
CHANGED
|
@@ -65,7 +65,7 @@ export declare class AuditClient {
|
|
|
65
65
|
* @param GetConfigurationRequest
|
|
66
66
|
* @return GetConfigurationResponse
|
|
67
67
|
* @throws OciError when an error occurs
|
|
68
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
68
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
69
69
|
*/
|
|
70
70
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
71
71
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class AuditClient {
|
|
|
76
76
|
* @param ListEventsRequest
|
|
77
77
|
* @return ListEventsResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
80
80
|
*/
|
|
81
81
|
listEvents(listEventsRequest: requests.ListEventsRequest): Promise<responses.ListEventsResponse>;
|
|
82
82
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class AuditClient {
|
|
|
117
117
|
* @param UpdateConfigurationRequest
|
|
118
118
|
* @return UpdateConfigurationResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
121
121
|
*/
|
|
122
122
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
123
123
|
}
|
package/lib/client.js
CHANGED
|
@@ -139,7 +139,7 @@ class AuditClient {
|
|
|
139
139
|
* @param GetConfigurationRequest
|
|
140
140
|
* @return GetConfigurationResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
143
143
|
*/
|
|
144
144
|
getConfiguration(getConfigurationRequest) {
|
|
145
145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -192,7 +192,7 @@ class AuditClient {
|
|
|
192
192
|
* @param ListEventsRequest
|
|
193
193
|
* @return ListEventsResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
196
196
|
*/
|
|
197
197
|
listEvents(listEventsRequest) {
|
|
198
198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -298,7 +298,7 @@ class AuditClient {
|
|
|
298
298
|
* @param UpdateConfigurationRequest
|
|
299
299
|
* @return UpdateConfigurationResponse
|
|
300
300
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
302
302
|
*/
|
|
303
303
|
updateConfiguration(updateConfigurationRequest) {
|
|
304
304
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/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.
|
|
3
|
+
"version": "2.36.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.36.0",
|
|
19
|
+
"oci-workrequests": "2.36.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|