oci-events 2.80.0 → 2.82.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 +6 -6
- package/lib/client.js +6 -6
- package/lib/request/change-rule-compartment-request.d.ts +1 -1
- package/lib/request/create-rule-request.d.ts +1 -1
- package/lib/request/delete-rule-request.d.ts +1 -1
- package/lib/request/get-rule-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/update-rule-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class EventsClient {
|
|
|
96
96
|
* @param ChangeRuleCompartmentRequest
|
|
97
97
|
* @return ChangeRuleCompartmentResponse
|
|
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.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
100
100
|
*/
|
|
101
101
|
changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class EventsClient {
|
|
|
106
106
|
* @param CreateRuleRequest
|
|
107
107
|
* @return CreateRuleResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
110
110
|
*/
|
|
111
111
|
createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class EventsClient {
|
|
|
115
115
|
* @param DeleteRuleRequest
|
|
116
116
|
* @return DeleteRuleResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
119
119
|
*/
|
|
120
120
|
deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class EventsClient {
|
|
|
124
124
|
* @param GetRuleRequest
|
|
125
125
|
* @return GetRuleResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
128
128
|
*/
|
|
129
129
|
getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class EventsClient {
|
|
|
134
134
|
* @param ListRulesRequest
|
|
135
135
|
* @return ListRulesResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
138
138
|
*/
|
|
139
139
|
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
140
140
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class EventsClient {
|
|
|
176
176
|
* @param UpdateRuleRequest
|
|
177
177
|
* @return UpdateRuleResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
180
180
|
*/
|
|
181
181
|
updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
|
|
182
182
|
}
|
package/lib/client.js
CHANGED
|
@@ -201,7 +201,7 @@ class EventsClient {
|
|
|
201
201
|
* @param ChangeRuleCompartmentRequest
|
|
202
202
|
* @return ChangeRuleCompartmentResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
205
205
|
*/
|
|
206
206
|
changeRuleCompartment(changeRuleCompartmentRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -259,7 +259,7 @@ class EventsClient {
|
|
|
259
259
|
* @param CreateRuleRequest
|
|
260
260
|
* @return CreateRuleResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
263
263
|
*/
|
|
264
264
|
createRule(createRuleRequest) {
|
|
265
265
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -322,7 +322,7 @@ class EventsClient {
|
|
|
322
322
|
* @param DeleteRuleRequest
|
|
323
323
|
* @return DeleteRuleResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
326
326
|
*/
|
|
327
327
|
deleteRule(deleteRuleRequest) {
|
|
328
328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class EventsClient {
|
|
|
377
377
|
* @param GetRuleRequest
|
|
378
378
|
* @return GetRuleResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
381
381
|
*/
|
|
382
382
|
getRule(getRuleRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class EventsClient {
|
|
|
441
441
|
* @param ListRulesRequest
|
|
442
442
|
* @return ListRulesResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
445
445
|
*/
|
|
446
446
|
listRules(listRulesRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -551,7 +551,7 @@ class EventsClient {
|
|
|
551
551
|
* @param UpdateRuleRequest
|
|
552
552
|
* @return UpdateRuleResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
555
555
|
*/
|
|
556
556
|
updateRule(updateRuleRequest) {
|
|
557
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.82.1/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRuleCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/CreateRule.ts.html |here} to see how to use CreateRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRuleRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/events/DeleteRule.ts.html |here} to see how to use DeleteRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRuleRequest 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.82.1/events/GetRule.ts.html |here} to see how to use GetRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRuleRequest 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.82.1/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRulesRequest 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.82.1/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-events",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.82.1",
|
|
4
4
|
"description": "OCI NodeJS client for Events 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.82.1",
|
|
19
|
+
"oci-workrequests": "2.82.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|