oci-events 2.70.0 → 2.70.2
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
|
@@ -91,7 +91,7 @@ export declare class EventsClient {
|
|
|
91
91
|
* @param ChangeRuleCompartmentRequest
|
|
92
92
|
* @return ChangeRuleCompartmentResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
95
95
|
*/
|
|
96
96
|
changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
|
|
97
97
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class EventsClient {
|
|
|
101
101
|
* @param CreateRuleRequest
|
|
102
102
|
* @return CreateRuleResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
105
105
|
*/
|
|
106
106
|
createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class EventsClient {
|
|
|
110
110
|
* @param DeleteRuleRequest
|
|
111
111
|
* @return DeleteRuleResponse
|
|
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.70.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
114
114
|
*/
|
|
115
115
|
deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class EventsClient {
|
|
|
119
119
|
* @param GetRuleRequest
|
|
120
120
|
* @return GetRuleResponse
|
|
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.70.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
123
123
|
*/
|
|
124
124
|
getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
|
|
125
125
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class EventsClient {
|
|
|
129
129
|
* @param ListRulesRequest
|
|
130
130
|
* @return ListRulesResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
133
133
|
*/
|
|
134
134
|
listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
|
|
135
135
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class EventsClient {
|
|
|
171
171
|
* @param UpdateRuleRequest
|
|
172
172
|
* @return UpdateRuleResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
175
175
|
*/
|
|
176
176
|
updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
|
|
177
177
|
}
|
package/lib/client.js
CHANGED
|
@@ -188,7 +188,7 @@ class EventsClient {
|
|
|
188
188
|
* @param ChangeRuleCompartmentRequest
|
|
189
189
|
* @return ChangeRuleCompartmentResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
192
192
|
*/
|
|
193
193
|
changeRuleCompartment(changeRuleCompartmentRequest) {
|
|
194
194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class EventsClient {
|
|
|
246
246
|
* @param CreateRuleRequest
|
|
247
247
|
* @return CreateRuleResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
250
250
|
*/
|
|
251
251
|
createRule(createRuleRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class EventsClient {
|
|
|
309
309
|
* @param DeleteRuleRequest
|
|
310
310
|
* @return DeleteRuleResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
313
313
|
*/
|
|
314
314
|
deleteRule(deleteRuleRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class EventsClient {
|
|
|
364
364
|
* @param GetRuleRequest
|
|
365
365
|
* @return GetRuleResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
368
368
|
*/
|
|
369
369
|
getRule(getRuleRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +428,7 @@ class EventsClient {
|
|
|
428
428
|
* @param ListRulesRequest
|
|
429
429
|
* @return ListRulesResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
432
432
|
*/
|
|
433
433
|
listRules(listRulesRequest) {
|
|
434
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +538,7 @@ class EventsClient {
|
|
|
538
538
|
* @param UpdateRuleRequest
|
|
539
539
|
* @return UpdateRuleResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
542
542
|
*/
|
|
543
543
|
updateRule(updateRuleRequest) {
|
|
544
544
|
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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
3
|
+
"version": "2.70.2",
|
|
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.70.
|
|
19
|
-
"oci-workrequests": "2.70.
|
|
18
|
+
"oci-common": "2.70.2",
|
|
19
|
+
"oci-workrequests": "2.70.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|