oci-events 2.76.1 → 2.77.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 +6 -6
- package/lib/client.js +6 -6
- package/lib/model/action-details.d.ts +1 -1
- package/lib/model/action.d.ts +1 -1
- package/lib/model/create-rule-details.d.ts +5 -5
- package/lib/model/rule-summary.d.ts +7 -7
- package/lib/model/rule.d.ts +7 -7
- package/lib/model/update-rule-details.d.ts +5 -5
- 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 +4 -4
- package/lib/request/update-rule-request.d.ts +1 -1
- package/lib/response/create-rule-response.d.ts +2 -2
- package/lib/response/get-rule-response.d.ts +2 -2
- package/lib/response/update-rule-response.d.ts +2 -2
- 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.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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
|
@@ -192,7 +192,7 @@ class EventsClient {
|
|
|
192
192
|
* @param ChangeRuleCompartmentRequest
|
|
193
193
|
* @return ChangeRuleCompartmentResponse
|
|
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.77.0/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
|
|
196
196
|
*/
|
|
197
197
|
changeRuleCompartment(changeRuleCompartmentRequest) {
|
|
198
198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +250,7 @@ class EventsClient {
|
|
|
250
250
|
* @param CreateRuleRequest
|
|
251
251
|
* @return CreateRuleResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/events/CreateRule.ts.html |here} to see how to use CreateRule API.
|
|
254
254
|
*/
|
|
255
255
|
createRule(createRuleRequest) {
|
|
256
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class EventsClient {
|
|
|
313
313
|
* @param DeleteRuleRequest
|
|
314
314
|
* @return DeleteRuleResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
|
|
317
317
|
*/
|
|
318
318
|
deleteRule(deleteRuleRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -368,7 +368,7 @@ class EventsClient {
|
|
|
368
368
|
* @param GetRuleRequest
|
|
369
369
|
* @return GetRuleResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/events/GetRule.ts.html |here} to see how to use GetRule API.
|
|
372
372
|
*/
|
|
373
373
|
getRule(getRuleRequest) {
|
|
374
374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -432,7 +432,7 @@ class EventsClient {
|
|
|
432
432
|
* @param ListRulesRequest
|
|
433
433
|
* @return ListRulesResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/events/ListRules.ts.html |here} to see how to use ListRules API.
|
|
436
436
|
*/
|
|
437
437
|
listRules(listRulesRequest) {
|
|
438
438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -542,7 +542,7 @@ class EventsClient {
|
|
|
542
542
|
* @param UpdateRuleRequest
|
|
543
543
|
* @return UpdateRuleResponse
|
|
544
544
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
|
|
546
546
|
*/
|
|
547
547
|
updateRule(updateRuleRequest) {
|
|
548
548
|
return __awaiter(this, void 0, void 0, function* () {
|
package/lib/model/action.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export interface CreateRuleDetails {
|
|
|
32
32
|
/**
|
|
33
33
|
* Whether or not this rule is currently enabled.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code true}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"isEnabled": boolean;
|
|
@@ -41,7 +41,7 @@ export interface CreateRuleDetails {
|
|
|
41
41
|
* important things to remember about filters:
|
|
42
42
|
* <p>
|
|
43
43
|
* Fields not mentioned in the condition are ignored. You can create a valid filter that matches
|
|
44
|
-
* all events with two curly brackets:
|
|
44
|
+
* all events with two curly brackets: {@code {}}
|
|
45
45
|
* <p>
|
|
46
46
|
For more examples, see
|
|
47
47
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
|
|
@@ -59,7 +59,7 @@ export interface CreateRuleDetails {
|
|
|
59
59
|
For examples of wildcard matching, see
|
|
60
60
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"condition": string;
|
|
@@ -73,7 +73,7 @@ export interface CreateRuleDetails {
|
|
|
73
73
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
74
74
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"freeformTags"?: {
|
|
@@ -82,7 +82,7 @@ export interface CreateRuleDetails {
|
|
|
82
82
|
/**
|
|
83
83
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
* <p>
|
|
85
|
-
Example:
|
|
85
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"definedTags"?: {
|
|
@@ -27,7 +27,7 @@ export interface RuleSummary {
|
|
|
27
27
|
* A string that describes the rule. It does not have to be unique, and you can change it. Avoid entering
|
|
28
28
|
* confidential information.
|
|
29
29
|
* <p>
|
|
30
|
-
Example:
|
|
30
|
+
Example: {@code \"This rule sends a notification upon completion of DbaaS backup.\"}
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"displayName": string;
|
|
@@ -43,7 +43,7 @@ export interface RuleSummary {
|
|
|
43
43
|
* important things to remember about filters:
|
|
44
44
|
* <p>
|
|
45
45
|
* Fields not mentioned in the condition are ignored. You can create a valid filter that matches
|
|
46
|
-
* all events with two curly brackets:
|
|
46
|
+
* all events with two curly brackets: {@code {}}
|
|
47
47
|
* <p>
|
|
48
48
|
For more examples, see
|
|
49
49
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
|
|
@@ -61,7 +61,7 @@ export interface RuleSummary {
|
|
|
61
61
|
For examples of wildcard matching, see
|
|
62
62
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
|
|
63
63
|
* <p>
|
|
64
|
-
Example:
|
|
64
|
+
Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"condition": string;
|
|
@@ -73,7 +73,7 @@ export interface RuleSummary {
|
|
|
73
73
|
/**
|
|
74
74
|
* Whether or not this rule is currently enabled.
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code true}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"isEnabled": boolean;
|
|
@@ -81,7 +81,7 @@ export interface RuleSummary {
|
|
|
81
81
|
* The time this rule was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
82
82
|
* timestamp format.
|
|
83
83
|
* <p>
|
|
84
|
-
Example:
|
|
84
|
+
Example: {@code 2018-09-12T22:47:12.613Z}
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
"timeCreated": Date;
|
|
@@ -89,7 +89,7 @@ export interface RuleSummary {
|
|
|
89
89
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
90
90
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
91
91
|
* <p>
|
|
92
|
-
Example:
|
|
92
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
"freeformTags"?: {
|
|
@@ -98,7 +98,7 @@ export interface RuleSummary {
|
|
|
98
98
|
/**
|
|
99
99
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
100
100
|
* <p>
|
|
101
|
-
Example:
|
|
101
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
"definedTags"?: {
|
package/lib/model/rule.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface Rule {
|
|
|
23
23
|
* A string that describes the rule. It does not have to be unique, and you can change it. Avoid entering
|
|
24
24
|
* confidential information.
|
|
25
25
|
* <p>
|
|
26
|
-
Example:
|
|
26
|
+
Example: {@code \"This rule sends a notification upon completion of DbaaS backup.\"}
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"displayName": string;
|
|
@@ -43,7 +43,7 @@ export interface Rule {
|
|
|
43
43
|
* important things to remember about filters:
|
|
44
44
|
* <p>
|
|
45
45
|
* Fields not mentioned in the condition are ignored. You can create a valid filter that matches
|
|
46
|
-
* all events with two curly brackets:
|
|
46
|
+
* all events with two curly brackets: {@code {}}
|
|
47
47
|
* <p>
|
|
48
48
|
For more examples, see
|
|
49
49
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
|
|
@@ -61,7 +61,7 @@ export interface Rule {
|
|
|
61
61
|
For examples of wildcard matching, see
|
|
62
62
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
|
|
63
63
|
* <p>
|
|
64
|
-
Example:
|
|
64
|
+
Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"condition": string;
|
|
@@ -73,7 +73,7 @@ export interface Rule {
|
|
|
73
73
|
/**
|
|
74
74
|
* Whether or not this rule is currently enabled.
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code true}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"isEnabled": boolean;
|
|
@@ -81,7 +81,7 @@ export interface Rule {
|
|
|
81
81
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
82
82
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
83
83
|
* <p>
|
|
84
|
-
Example:
|
|
84
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
"freeformTags"?: {
|
|
@@ -90,7 +90,7 @@ export interface Rule {
|
|
|
90
90
|
/**
|
|
91
91
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
92
92
|
* <p>
|
|
93
|
-
Example:
|
|
93
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
"definedTags"?: {
|
|
@@ -108,7 +108,7 @@ export interface Rule {
|
|
|
108
108
|
* The time this rule was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
109
109
|
* timestamp format.
|
|
110
110
|
* <p>
|
|
111
|
-
Example:
|
|
111
|
+
Example: {@code 2018-09-12T22:47:12.613Z}
|
|
112
112
|
*
|
|
113
113
|
*/
|
|
114
114
|
"timeCreated": Date;
|
|
@@ -32,7 +32,7 @@ export interface UpdateRuleDetails {
|
|
|
32
32
|
/**
|
|
33
33
|
* Whether or not this rule is currently enabled.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code true}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"isEnabled"?: boolean;
|
|
@@ -41,7 +41,7 @@ export interface UpdateRuleDetails {
|
|
|
41
41
|
* important things to remember about filters:
|
|
42
42
|
* <p>
|
|
43
43
|
* Fields not mentioned in the condition are ignored. You can create a valid filter that matches
|
|
44
|
-
* all events with two curly brackets:
|
|
44
|
+
* all events with two curly brackets: {@code {}}
|
|
45
45
|
* <p>
|
|
46
46
|
For more examples, see
|
|
47
47
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
|
|
@@ -59,7 +59,7 @@ export interface UpdateRuleDetails {
|
|
|
59
59
|
For examples of wildcard matching, see
|
|
60
60
|
* [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"condition"?: string;
|
|
@@ -68,7 +68,7 @@ export interface UpdateRuleDetails {
|
|
|
68
68
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Exists for cross-compatibility only.
|
|
69
69
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
70
70
|
* <p>
|
|
71
|
-
Example:
|
|
71
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"freeformTags"?: {
|
|
@@ -77,7 +77,7 @@ export interface UpdateRuleDetails {
|
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
79
|
* <p>
|
|
80
|
-
Example:
|
|
80
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"definedTags"?: {
|
|
@@ -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.77.0/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.77.0/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.77.0/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.77.0/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.77.0/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRulesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ListRulesRequest extends common.BaseRequest {
|
|
|
36
36
|
/**
|
|
37
37
|
* A filter to return only rules that match the lifecycle state in this parameter.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code Creating}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"lifecycleState"?: string;
|
|
@@ -44,14 +44,14 @@ export interface ListRulesRequest extends common.BaseRequest {
|
|
|
44
44
|
* A filter to return only rules with descriptions that match the displayName string
|
|
45
45
|
* in this parameter.
|
|
46
46
|
* <p>
|
|
47
|
-
Example:
|
|
47
|
+
Example: {@code \"This rule sends a notification upon completion of DbaaS backup.\"}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"displayName"?: string;
|
|
51
51
|
/**
|
|
52
52
|
* Specifies the attribute with which to sort the rules.
|
|
53
53
|
* <p>
|
|
54
|
-
Default:
|
|
54
|
+
Default: {@code timeCreated}
|
|
55
55
|
* <p>
|
|
56
56
|
* **TIME_CREATED:** Sorts by timeCreated.
|
|
57
57
|
* * **DISPLAY_NAME:** Sorts by displayName.
|
|
@@ -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.77.0/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface CreateRuleResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. Add this value to the
|
|
16
|
+
* For optimistic concurrency control. Add this value to the {@code if-match} parameter
|
|
17
17
|
* in a PUT or DELETE operation. The resource will be updated only if the value you
|
|
18
|
-
* provide matches the
|
|
18
|
+
* provide matches the {@code etag} on the resource.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"etag": string;
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetRuleResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. Add this value to the
|
|
16
|
+
* For optimistic concurrency control. Add this value to the {@code if-match} parameter
|
|
17
17
|
* in a PUT or DELETE operation. The resource will be updated only if the value you
|
|
18
|
-
* provide matches the
|
|
18
|
+
* provide matches the {@code etag} on the resource.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"etag": string;
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateRuleResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. Add this value to the
|
|
16
|
+
* For optimistic concurrency control. Add this value to the {@code if-match} parameter
|
|
17
17
|
* in a PUT or DELETE operation. The resource will be updated only if the value you
|
|
18
|
-
* provide matches the
|
|
18
|
+
* provide matches the {@code etag} on the resource.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"etag": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-events",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|