oci-events 2.89.3 → 2.89.4
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
|
@@ -100,7 +100,7 @@ export declare class EventsClient {
|
|
|
100
100
|
* @param ChangeRuleCompartmentRequest
|
|
101
101
|
* @return ChangeRuleCompartmentResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
104
104
|
*/
|
|
105
105
|
changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
|
|
106
106
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class EventsClient {
|
|
|
110
110
|
* @param CreateRuleRequest
|
|
111
111
|
* @return CreateRuleResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
114
114
|
*/
|
|
115
115
|
createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class EventsClient {
|
|
|
119
119
|
* @param DeleteRuleRequest
|
|
120
120
|
* @return DeleteRuleResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
123
123
|
*/
|
|
124
124
|
deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class EventsClient {
|
|
|
128
128
|
* @param GetRuleRequest
|
|
129
129
|
* @return GetRuleResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
132
132
|
*/
|
|
133
133
|
getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class EventsClient {
|
|
|
138
138
|
* @param ListRulesRequest
|
|
139
139
|
* @return ListRulesResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
142
142
|
*/
|
|
143
143
|
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
144
144
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class EventsClient {
|
|
|
180
180
|
* @param UpdateRuleRequest
|
|
181
181
|
* @return UpdateRuleResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
184
184
|
*/
|
|
185
185
|
updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
|
|
186
186
|
}
|
package/lib/client.js
CHANGED
|
@@ -207,7 +207,7 @@ class EventsClient {
|
|
|
207
207
|
* @param ChangeRuleCompartmentRequest
|
|
208
208
|
* @return ChangeRuleCompartmentResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
211
211
|
*/
|
|
212
212
|
changeRuleCompartment(changeRuleCompartmentRequest) {
|
|
213
213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class EventsClient {
|
|
|
265
265
|
* @param CreateRuleRequest
|
|
266
266
|
* @return CreateRuleResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
269
269
|
*/
|
|
270
270
|
createRule(createRuleRequest) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class EventsClient {
|
|
|
328
328
|
* @param DeleteRuleRequest
|
|
329
329
|
* @return DeleteRuleResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
332
332
|
*/
|
|
333
333
|
deleteRule(deleteRuleRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -383,7 +383,7 @@ class EventsClient {
|
|
|
383
383
|
* @param GetRuleRequest
|
|
384
384
|
* @return GetRuleResponse
|
|
385
385
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
387
387
|
*/
|
|
388
388
|
getRule(getRuleRequest) {
|
|
389
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +447,7 @@ class EventsClient {
|
|
|
447
447
|
* @param ListRulesRequest
|
|
448
448
|
* @return ListRulesResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
451
451
|
*/
|
|
452
452
|
listRules(listRulesRequest) {
|
|
453
453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -557,7 +557,7 @@ class EventsClient {
|
|
|
557
557
|
* @param UpdateRuleRequest
|
|
558
558
|
* @return UpdateRuleResponse
|
|
559
559
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
561
561
|
*/
|
|
562
562
|
updateRule(updateRuleRequest) {
|
|
563
563
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
3
|
+
"version": "2.89.4",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.4",
|
|
19
|
+
"oci-workrequests": "2.89.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|