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/lib/model/rule.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 model from "../model";
|
|
@@ -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;
|
package/lib/model/rule.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
|
import * as model from "../model";
|
|
@@ -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"?: {
|
|
@@ -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) {
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
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
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
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
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/request/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 ChangeRuleCompartmentRequest from "./change-rule-compartment-request";
|
package/lib/request/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) {
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
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.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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
|
/**
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeRuleCompartmentResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
export interface DeleteRuleResponse {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/response/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 ChangeRuleCompartmentResponse from "./change-rule-compartment-response";
|
package/lib/response/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
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
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;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
12
|
* 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.
|
|
13
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
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"
|