oci-events 2.52.0 → 2.53.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
|
@@ -80,7 +80,7 @@ export declare class EventsClient {
|
|
|
80
80
|
* @param ChangeRuleCompartmentRequest
|
|
81
81
|
* @return ChangeRuleCompartmentResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
84
84
|
*/
|
|
85
85
|
changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
|
|
86
86
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class EventsClient {
|
|
|
90
90
|
* @param CreateRuleRequest
|
|
91
91
|
* @return CreateRuleResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
94
94
|
*/
|
|
95
95
|
createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class EventsClient {
|
|
|
99
99
|
* @param DeleteRuleRequest
|
|
100
100
|
* @return DeleteRuleResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
103
103
|
*/
|
|
104
104
|
deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class EventsClient {
|
|
|
108
108
|
* @param GetRuleRequest
|
|
109
109
|
* @return GetRuleResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
112
112
|
*/
|
|
113
113
|
getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
|
|
114
114
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class EventsClient {
|
|
|
118
118
|
* @param ListRulesRequest
|
|
119
119
|
* @return ListRulesResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
122
122
|
*/
|
|
123
123
|
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
124
124
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class EventsClient {
|
|
|
160
160
|
* @param UpdateRuleRequest
|
|
161
161
|
* @return UpdateRuleResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
164
164
|
*/
|
|
165
165
|
updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
|
|
166
166
|
}
|
package/lib/client.js
CHANGED
|
@@ -161,7 +161,7 @@ class EventsClient {
|
|
|
161
161
|
* @param ChangeRuleCompartmentRequest
|
|
162
162
|
* @return ChangeRuleCompartmentResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
165
165
|
*/
|
|
166
166
|
changeRuleCompartment(changeRuleCompartmentRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -219,7 +219,7 @@ class EventsClient {
|
|
|
219
219
|
* @param CreateRuleRequest
|
|
220
220
|
* @return CreateRuleResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
223
223
|
*/
|
|
224
224
|
createRule(createRuleRequest) {
|
|
225
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -282,7 +282,7 @@ class EventsClient {
|
|
|
282
282
|
* @param DeleteRuleRequest
|
|
283
283
|
* @return DeleteRuleResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
286
286
|
*/
|
|
287
287
|
deleteRule(deleteRuleRequest) {
|
|
288
288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class EventsClient {
|
|
|
337
337
|
* @param GetRuleRequest
|
|
338
338
|
* @return GetRuleResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
341
341
|
*/
|
|
342
342
|
getRule(getRuleRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -401,7 +401,7 @@ class EventsClient {
|
|
|
401
401
|
* @param ListRulesRequest
|
|
402
402
|
* @return ListRulesResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
405
405
|
*/
|
|
406
406
|
listRules(listRulesRequest) {
|
|
407
407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -511,7 +511,7 @@ class EventsClient {
|
|
|
511
511
|
* @param UpdateRuleRequest
|
|
512
512
|
* @return UpdateRuleResponse
|
|
513
513
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
515
515
|
*/
|
|
516
516
|
updateRule(updateRuleRequest) {
|
|
517
517
|
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.53.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.53.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.53.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.53.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.53.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.53.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.53.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.53.1",
|
|
19
|
+
"oci-workrequests": "2.53.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|