oci-events 2.76.0 → 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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +7 -7
- package/lib/client.js +7 -7
- package/lib/events-waiter.d.ts +1 -1
- package/lib/events-waiter.js +1 -1
- package/lib/model/action-details-list.d.ts +1 -1
- package/lib/model/action-details-list.js +1 -1
- package/lib/model/action-details.d.ts +2 -2
- package/lib/model/action-details.js +1 -1
- package/lib/model/action-list.d.ts +1 -1
- package/lib/model/action-list.js +1 -1
- package/lib/model/action.d.ts +2 -2
- package/lib/model/action.js +1 -1
- package/lib/model/change-rule-compartment-details.d.ts +1 -1
- package/lib/model/change-rule-compartment-details.js +1 -1
- package/lib/model/create-faa-saction-details.d.ts +1 -1
- package/lib/model/create-faa-saction-details.js +1 -1
- package/lib/model/create-notification-service-action-details.d.ts +1 -1
- package/lib/model/create-notification-service-action-details.js +1 -1
- package/lib/model/create-rule-details.d.ts +6 -6
- package/lib/model/create-rule-details.js +1 -1
- package/lib/model/create-streaming-service-action-details.d.ts +1 -1
- package/lib/model/create-streaming-service-action-details.js +1 -1
- package/lib/model/faa-saction.d.ts +1 -1
- package/lib/model/faa-saction.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/notification-service-action.d.ts +1 -1
- package/lib/model/notification-service-action.js +1 -1
- package/lib/model/rule-summary.d.ts +8 -8
- package/lib/model/rule-summary.js +1 -1
- package/lib/model/rule.d.ts +8 -8
- package/lib/model/rule.js +1 -1
- package/lib/model/streaming-service-action.d.ts +1 -1
- package/lib/model/streaming-service-action.js +1 -1
- package/lib/model/update-rule-details.d.ts +6 -6
- package/lib/model/update-rule-details.js +1 -1
- package/lib/request/change-rule-compartment-request.d.ts +2 -2
- package/lib/request/change-rule-compartment-request.js +1 -1
- package/lib/request/create-rule-request.d.ts +2 -2
- package/lib/request/create-rule-request.js +1 -1
- package/lib/request/delete-rule-request.d.ts +2 -2
- package/lib/request/delete-rule-request.js +1 -1
- package/lib/request/get-rule-request.d.ts +2 -2
- package/lib/request/get-rule-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-rules-request.d.ts +5 -5
- package/lib/request/list-rules-request.js +1 -1
- package/lib/request/update-rule-request.d.ts +2 -2
- package/lib/request/update-rule-request.js +1 -1
- package/lib/response/change-rule-compartment-response.d.ts +1 -1
- package/lib/response/change-rule-compartment-response.js +1 -1
- package/lib/response/create-rule-response.d.ts +3 -3
- package/lib/response/create-rule-response.js +1 -1
- package/lib/response/delete-rule-response.d.ts +1 -1
- package/lib/response/delete-rule-response.js +1 -1
- package/lib/response/get-rule-response.d.ts +3 -3
- package/lib/response/get-rule-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-rules-response.d.ts +1 -1
- package/lib/response/list-rules-response.js +1 -1
- package/lib/response/update-rule-response.d.ts +3 -3
- package/lib/response/update-rule-response.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/client.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import common = require("oci-common");
|
|
@@ -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
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -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/events-waiter.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as serviceRequests from "./request";
|
package/lib/events-waiter.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
@@ -20,7 +20,7 @@ export interface ActionDetails {
|
|
|
20
20
|
/**
|
|
21
21
|
* Whether or not this action is currently enabled.
|
|
22
22
|
* <p>
|
|
23
|
-
Example:
|
|
23
|
+
Example: {@code true}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"isEnabled": boolean;
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
package/lib/model/action-list.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/action.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
@@ -35,7 +35,7 @@ export interface Action {
|
|
|
35
35
|
/**
|
|
36
36
|
* Whether or not this action is currently enabled.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code true}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"isEnabled"?: boolean;
|
package/lib/model/action.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -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"?: {
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
package/lib/model/faa-saction.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as Action from "./action";
|
package/lib/model/index.js
CHANGED
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
import * as model from "../model";
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -9,7 +9,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
9
9
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*
|
|
12
|
-
* Copyright (c) 2020,
|
|
12
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
@@ -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"?: {
|
|
@@ -10,7 +10,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
14
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
15
|
*/
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|