oci-events 2.102.2 → 2.104.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.
Files changed (50) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +8 -8
  4. package/lib/client.js +8 -8
  5. package/lib/events-waiter.d.ts +1 -1
  6. package/lib/events-waiter.js +1 -1
  7. package/lib/model/action-details-list.d.ts +1 -1
  8. package/lib/model/action-details-list.js +1 -1
  9. package/lib/model/action-details.d.ts +1 -1
  10. package/lib/model/action-details.js +1 -1
  11. package/lib/model/action-list.d.ts +1 -1
  12. package/lib/model/action-list.js +1 -1
  13. package/lib/model/action.d.ts +2 -2
  14. package/lib/model/action.js +1 -1
  15. package/lib/model/change-rule-compartment-details.d.ts +2 -2
  16. package/lib/model/change-rule-compartment-details.js +1 -1
  17. package/lib/model/create-faa-saction-details.d.ts +2 -2
  18. package/lib/model/create-faa-saction-details.js +1 -1
  19. package/lib/model/create-notification-service-action-details.d.ts +2 -2
  20. package/lib/model/create-notification-service-action-details.js +1 -1
  21. package/lib/model/create-rule-details.d.ts +7 -7
  22. package/lib/model/create-rule-details.js +1 -1
  23. package/lib/model/create-streaming-service-action-details.d.ts +2 -2
  24. package/lib/model/create-streaming-service-action-details.js +1 -1
  25. package/lib/model/faa-saction.d.ts +2 -2
  26. package/lib/model/faa-saction.js +1 -1
  27. package/lib/model/index.d.ts +1 -1
  28. package/lib/model/index.js +1 -1
  29. package/lib/model/notification-service-action.d.ts +2 -2
  30. package/lib/model/notification-service-action.js +1 -1
  31. package/lib/model/rule-summary.d.ts +9 -9
  32. package/lib/model/rule-summary.js +1 -1
  33. package/lib/model/rule.d.ts +9 -9
  34. package/lib/model/rule.js +1 -1
  35. package/lib/model/streaming-service-action.d.ts +2 -2
  36. package/lib/model/streaming-service-action.js +1 -1
  37. package/lib/model/update-rule-details.d.ts +6 -6
  38. package/lib/model/update-rule-details.js +1 -1
  39. package/lib/request/change-rule-compartment-request.d.ts +2 -2
  40. package/lib/request/create-rule-request.d.ts +1 -1
  41. package/lib/request/delete-rule-request.d.ts +2 -2
  42. package/lib/request/get-rule-request.d.ts +2 -2
  43. package/lib/request/index.d.ts +1 -1
  44. package/lib/request/index.js +1 -1
  45. package/lib/request/list-rules-request.d.ts +3 -3
  46. package/lib/request/update-rule-request.d.ts +2 -2
  47. package/lib/response/index.d.ts +1 -1
  48. package/lib/response/index.js +1 -1
  49. package/lib/response/list-rules-response.d.ts +1 -1
  50. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
package/lib/client.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -99,13 +99,13 @@ export declare class EventsClient {
99
99
  close(): void;
100
100
  /**
101
101
  * Moves a rule into a different compartment within the same tenancy. For information about moving
102
- * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
102
+ * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
103
103
  *
104
104
  * This operation does not retry by default if the user has not defined a retry configuration.
105
105
  * @param ChangeRuleCompartmentRequest
106
106
  * @return ChangeRuleCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
108
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
109
109
  */
110
110
  changeRuleCompartment(changeRuleCompartmentRequest: requests.ChangeRuleCompartmentRequest): Promise<responses.ChangeRuleCompartmentResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class EventsClient {
115
115
  * @param CreateRuleRequest
116
116
  * @return CreateRuleResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/CreateRule.ts.html |here} to see how to use CreateRule API.
118
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/CreateRule.ts.html |here} to see how to use CreateRule API.
119
119
  */
120
120
  createRule(createRuleRequest: requests.CreateRuleRequest): Promise<responses.CreateRuleResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class EventsClient {
124
124
  * @param DeleteRuleRequest
125
125
  * @return DeleteRuleResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
127
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
128
128
  */
129
129
  deleteRule(deleteRuleRequest: requests.DeleteRuleRequest): Promise<responses.DeleteRuleResponse>;
130
130
  /**
@@ -133,7 +133,7 @@ export declare class EventsClient {
133
133
  * @param GetRuleRequest
134
134
  * @return GetRuleResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/GetRule.ts.html |here} to see how to use GetRule API.
136
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/GetRule.ts.html |here} to see how to use GetRule API.
137
137
  */
138
138
  getRule(getRuleRequest: requests.GetRuleRequest): Promise<responses.GetRuleResponse>;
139
139
  /**
@@ -143,7 +143,7 @@ export declare class EventsClient {
143
143
  * @param ListRulesRequest
144
144
  * @return ListRulesResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ListRules.ts.html |here} to see how to use ListRules API.
146
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ListRules.ts.html |here} to see how to use ListRules API.
147
147
  */
148
148
  listRules(listRulesRequest: requests.ListRulesRequest): Promise<responses.ListRulesResponse>;
149
149
  /**
@@ -185,7 +185,7 @@ export declare class EventsClient {
185
185
  * @param UpdateRuleRequest
186
186
  * @return UpdateRuleResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
188
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
189
189
  */
190
190
  updateRule(updateRuleRequest: requests.UpdateRuleRequest): Promise<responses.UpdateRuleResponse>;
191
191
  }
package/lib/client.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -212,13 +212,13 @@ class EventsClient {
212
212
  }
213
213
  /**
214
214
  * Moves a rule into a different compartment within the same tenancy. For information about moving
215
- * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
215
+ * resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
216
216
  *
217
217
  * This operation does not retry by default if the user has not defined a retry configuration.
218
218
  * @param ChangeRuleCompartmentRequest
219
219
  * @return ChangeRuleCompartmentResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
221
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartment API.
222
222
  */
223
223
  changeRuleCompartment(changeRuleCompartmentRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +276,7 @@ class EventsClient {
276
276
  * @param CreateRuleRequest
277
277
  * @return CreateRuleResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/CreateRule.ts.html |here} to see how to use CreateRule API.
279
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/CreateRule.ts.html |here} to see how to use CreateRule API.
280
280
  */
281
281
  createRule(createRuleRequest) {
282
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -339,7 +339,7 @@ class EventsClient {
339
339
  * @param DeleteRuleRequest
340
340
  * @return DeleteRuleResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
342
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRule API.
343
343
  */
344
344
  deleteRule(deleteRuleRequest) {
345
345
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class EventsClient {
394
394
  * @param GetRuleRequest
395
395
  * @return GetRuleResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/GetRule.ts.html |here} to see how to use GetRule API.
397
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/GetRule.ts.html |here} to see how to use GetRule API.
398
398
  */
399
399
  getRule(getRuleRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class EventsClient {
458
458
  * @param ListRulesRequest
459
459
  * @return ListRulesResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ListRules.ts.html |here} to see how to use ListRules API.
461
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ListRules.ts.html |here} to see how to use ListRules API.
462
462
  */
463
463
  listRules(listRulesRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -568,7 +568,7 @@ class EventsClient {
568
568
  * @param UpdateRuleRequest
569
569
  * @return UpdateRuleResponse
570
570
  * @throws OciError when an error occurs
571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
571
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRule API.
572
572
  */
573
573
  updateRule(updateRuleRequest) {
574
574
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
18
18
  */
19
19
  export interface Action {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the action.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the action.
22
22
  *
23
23
  */
24
24
  "id": string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
18
18
  */
19
19
  export interface ChangeRuleCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
22
22
  * into which the resource should be moved.
23
23
  *
24
24
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateFaaSActionDetails extends model.ActionDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Function hosted by Oracle Functions Service.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Function hosted by Oracle Functions Service.
22
22
  *
23
23
  */
24
24
  "functionId"?: string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateNotificationServiceActionDetails extends model.ActionDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to which messages are delivered.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to which messages are delivered.
22
22
  *
23
23
  */
24
24
  "topicId"?: string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -44,34 +44,34 @@ export interface CreateRuleDetails {
44
44
  * all events with two curly brackets: {@code {}}
45
45
  * <p>
46
46
  For more examples, see
47
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
47
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
48
48
  * * For a condition with fields to match an event, the event must contain all the field names
49
49
  * listed in the condition. Field names must appear in the condition with the same nesting
50
50
  * structure used in the event.
51
51
  * <p>
52
52
  For a list of reference events, see
53
- * [Services that Produce Events](https://docs.cloud.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
53
+ * [Services that Produce Events](https://docs.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
54
54
  * * Rules apply to events in the compartment in which you create them and any child compartments.
55
55
  * This means that a condition specified by a rule only matches events emitted from resources in
56
56
  * the compartment or any of its child compartments.
57
57
  * * Wildcard matching is supported with the asterisk (*) character.
58
58
  * <p>
59
59
  For examples of wildcard matching, see
60
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
60
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
61
61
  * <p>
62
62
  Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
63
63
  *
64
64
  */
65
65
  "condition": string;
66
66
  /**
67
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
67
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
68
68
  *
69
69
  */
70
70
  "compartmentId": string;
71
71
  "actions": model.ActionDetailsList;
72
72
  /**
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
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
75
  * <p>
76
76
  Example: {@code {\"Department\": \"Finance\"}}
77
77
  *
@@ -80,7 +80,7 @@ export interface CreateRuleDetails {
80
80
  [key: string]: string;
81
81
  };
82
82
  /**
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).
83
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
84
84
  * <p>
85
85
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
86
86
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateStreamingServiceActionDetails extends model.ActionDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream to which messages are delivered.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream to which messages are delivered.
22
22
  *
23
23
  */
24
24
  "streamId": string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface FaaSAction extends model.Action {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Function hosted by Oracle Functions Service.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Function hosted by Oracle Functions Service.
22
22
  *
23
23
  */
24
24
  "functionId"?: string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -19,7 +19,7 @@ import * as model from "../model";
19
19
  */
20
20
  export interface NotificationServiceAction extends model.Action {
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to which messages are delivered.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to which messages are delivered.
23
23
  *
24
24
  */
25
25
  "topicId"?: string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -14,12 +14,12 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
14
14
  */
15
15
  /**
16
16
  * The summary details of rules for Events. For more information, see
17
- * [Managing Rules for Events](https://docs.cloud.oracle.com/iaas/Content/Events/Task/managingrules.htm).
17
+ * [Managing Rules for Events](https://docs.oracle.com/iaas/Content/Events/Task/managingrules.htm).
18
18
  *
19
19
  */
20
20
  export interface RuleSummary {
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
23
23
  *
24
24
  */
25
25
  "id": string;
@@ -46,27 +46,27 @@ export interface RuleSummary {
46
46
  * all events with two curly brackets: {@code {}}
47
47
  * <p>
48
48
  For more examples, see
49
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
49
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
50
50
  * * For a condition with fields to match an event, the event must contain all the field names
51
51
  * listed in the condition. Field names must appear in the condition with the same nesting
52
52
  * structure used in the event.
53
53
  * <p>
54
54
  For a list of reference events, see
55
- * [Services that Produce Events](https://docs.cloud.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
55
+ * [Services that Produce Events](https://docs.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
56
56
  * * Rules apply to events in the compartment in which you create them and any child compartments.
57
57
  * This means that a condition specified by a rule only matches events emitted from resources in
58
58
  * the compartment or any of its child compartments.
59
59
  * * Wildcard matching is supported with the asterisk (*) character.
60
60
  * <p>
61
61
  For examples of wildcard matching, see
62
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
62
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
63
63
  * <p>
64
64
  Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
65
65
  *
66
66
  */
67
67
  "condition": string;
68
68
  /**
69
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
69
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
70
70
  *
71
71
  */
72
72
  "compartmentId": string;
@@ -87,7 +87,7 @@ export interface RuleSummary {
87
87
  "timeCreated": Date;
88
88
  /**
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
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
90
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
91
91
  * <p>
92
92
  Example: {@code {\"Department\": \"Finance\"}}
93
93
  *
@@ -96,7 +96,7 @@ export interface RuleSummary {
96
96
  [key: string]: string;
97
97
  };
98
98
  /**
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).
99
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
100
100
  * <p>
101
101
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
102
102
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -15,7 +15,7 @@ in your tenancy. For more information, see [Overview of Events](/iaas/Content/Ev
15
15
  import * as model from "../model";
16
16
  /**
17
17
  * The configuration details of an Events rule. For more information, see
18
- * [Managing Rules for Events](https://docs.cloud.oracle.com/iaas/Content/Events/Task/managingrules.htm).
18
+ * [Managing Rules for Events](https://docs.oracle.com/iaas/Content/Events/Task/managingrules.htm).
19
19
  *
20
20
  */
21
21
  export interface Rule {
@@ -46,27 +46,27 @@ export interface Rule {
46
46
  * all events with two curly brackets: {@code {}}
47
47
  * <p>
48
48
  For more examples, see
49
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
49
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
50
50
  * * For a condition with fields to match an event, the event must contain all the field names
51
51
  * listed in the condition. Field names must appear in the condition with the same nesting
52
52
  * structure used in the event.
53
53
  * <p>
54
54
  For a list of reference events, see
55
- * [Services that Produce Events](https://docs.cloud.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
55
+ * [Services that Produce Events](https://docs.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
56
56
  * * Rules apply to events in the compartment in which you create them and any child compartments.
57
57
  * This means that a condition specified by a rule only matches events emitted from resources in
58
58
  * the compartment or any of its child compartments.
59
59
  * * Wildcard matching is supported with the asterisk (*) character.
60
60
  * <p>
61
61
  For examples of wildcard matching, see
62
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
62
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
63
63
  * <p>
64
64
  Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
65
65
  *
66
66
  */
67
67
  "condition": string;
68
68
  /**
69
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
69
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
70
70
  *
71
71
  */
72
72
  "compartmentId": string;
@@ -79,7 +79,7 @@ export interface Rule {
79
79
  "isEnabled": boolean;
80
80
  /**
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
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * <p>
84
84
  Example: {@code {\"Department\": \"Finance\"}}
85
85
  *
@@ -88,7 +88,7 @@ export interface Rule {
88
88
  [key: string]: string;
89
89
  };
90
90
  /**
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).
91
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
92
92
  * <p>
93
93
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
94
94
  *
@@ -100,7 +100,7 @@ export interface Rule {
100
100
  };
101
101
  "actions": model.ActionList;
102
102
  /**
103
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
103
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
104
104
  *
105
105
  */
106
106
  "id": string;
package/lib/model/rule.js CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface StreamingServiceAction extends model.Action {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream to which messages are delivered.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream to which messages are delivered.
22
22
  *
23
23
  */
24
24
  "streamId"?: string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -44,20 +44,20 @@ export interface UpdateRuleDetails {
44
44
  * all events with two curly brackets: {@code {}}
45
45
  * <p>
46
46
  For more examples, see
47
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
47
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm).
48
48
  * * For a condition with fields to match an event, the event must contain all the field names
49
49
  * listed in the condition. Field names must appear in the condition with the same nesting
50
50
  * structure used in the event.
51
51
  * <p>
52
52
  For a list of reference events, see
53
- * [Services that Produce Events](https://docs.cloud.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
53
+ * [Services that Produce Events](https://docs.oracle.com/iaas/Content/Events/Reference/eventsproducers.htm).
54
54
  * * Rules apply to events in the compartment in which you create them and any child compartments.
55
55
  * This means that a condition specified by a rule only matches events emitted from resources in
56
56
  * the compartment or any of its child compartments.
57
57
  * * Wildcard matching is supported with the asterisk (*) character.
58
58
  * <p>
59
59
  For examples of wildcard matching, see
60
- * [Matching Events with Filters](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
60
+ * [Matching Events with Filters](https://docs.oracle.com/iaas/Content/Events/Concepts/filterevents.htm)
61
61
  * <p>
62
62
  Example: {@code \\\"eventType\\\": \\\"com.oraclecloud.databaseservice.autonomous.database.backup.end\\\"}
63
63
  *
@@ -66,7 +66,7 @@ export interface UpdateRuleDetails {
66
66
  "actions"?: model.ActionDetailsList;
67
67
  /**
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
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
71
  Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
@@ -75,7 +75,7 @@ export interface UpdateRuleDetails {
75
75
  [key: string]: string;
76
76
  };
77
77
  /**
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).
78
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
79
  * <p>
80
80
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
81
81
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -13,11 +13,11 @@
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/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ChangeRuleCompartment.ts.html |here} to see how to use ChangeRuleCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRuleCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
21
21
  *
22
22
  */
23
23
  "ruleId": string;
@@ -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/latest/events/CreateRule.ts.html |here} to see how to use CreateRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/CreateRule.ts.html |here} to see how to use CreateRuleRequest.
17
17
  */
18
18
  export interface CreateRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
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/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRuleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/DeleteRule.ts.html |here} to see how to use DeleteRuleRequest.
16
16
  */
17
17
  export interface DeleteRuleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
20
20
  *
21
21
  */
22
22
  "ruleId": string;
@@ -12,11 +12,11 @@
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/latest/events/GetRule.ts.html |here} to see how to use GetRuleRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/GetRule.ts.html |here} to see how to use GetRuleRequest.
16
16
  */
17
17
  export interface GetRuleRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
20
20
  *
21
21
  */
22
22
  "ruleId": string;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -12,11 +12,11 @@
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/latest/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/ListRules.ts.html |here} to see how to use ListRulesRequest.
16
16
  */
17
17
  export interface ListRulesRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this rule belongs.
20
20
  *
21
21
  */
22
22
  "compartmentId": string;
@@ -29,7 +29,7 @@ export interface ListRulesRequest extends common.BaseRequest {
29
29
  /**
30
30
  * For list pagination. The value of the opc-next-page response header from the previous
31
31
  * \"List\" call. For important details about how pagination works, see
32
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
33
  *
34
34
  */
35
35
  "page"?: string;
@@ -13,11 +13,11 @@
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/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/events/UpdateRule.ts.html |here} to see how to use UpdateRuleRequest.
17
17
  */
18
18
  export interface UpdateRuleRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this rule.
21
21
  *
22
22
  */
23
23
  "ruleId": string;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Events API
3
3
  * API for the Events Service. Use this API to manage rules and actions that create automation
4
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
4
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20181201
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Events API
4
4
  * API for the Events Service. Use this API to manage rules and actions that create automation
5
- in your tenancy. For more information, see [Overview of Events](/iaas/Content/Events/Concepts/eventsoverview.htm).
5
+ in your tenancy. For more information, see [Overview of Events](https://docs.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20181201
8
8
  *
@@ -15,7 +15,7 @@ export interface ListRulesResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of
17
17
  * results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-events",
3
- "version": "2.102.2",
3
+ "version": "2.104.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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"