oci-logging 2.89.0 → 2.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  4. package/lib/request/change-log-log-group-request.d.ts +1 -1
  5. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  6. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  7. package/lib/request/create-log-group-request.d.ts +1 -1
  8. package/lib/request/create-log-request.d.ts +1 -1
  9. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  10. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  11. package/lib/request/delete-log-group-request.d.ts +1 -1
  12. package/lib/request/delete-log-request.d.ts +1 -1
  13. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  14. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  15. package/lib/request/delete-work-request-request.d.ts +1 -1
  16. package/lib/request/get-log-group-request.d.ts +1 -1
  17. package/lib/request/get-log-request.d.ts +1 -1
  18. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  19. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  20. package/lib/request/get-work-request-request.d.ts +1 -1
  21. package/lib/request/list-log-groups-request.d.ts +1 -1
  22. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  23. package/lib/request/list-logs-request.d.ts +1 -1
  24. package/lib/request/list-services-request.d.ts +1 -1
  25. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  26. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  27. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  28. package/lib/request/list-work-requests-request.d.ts +1 -1
  29. package/lib/request/update-log-group-request.d.ts +1 -1
  30. package/lib/request/update-log-request.d.ts +1 -1
  31. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  32. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  33. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -102,7 +102,7 @@ export declare class LoggingManagementClient {
102
102
  * @param ChangeLogGroupCompartmentRequest
103
103
  * @return ChangeLogGroupCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
106
106
  */
107
107
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class LoggingManagementClient {
112
112
  * @param ChangeLogLogGroupRequest
113
113
  * @return ChangeLogLogGroupResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
116
116
  */
117
117
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
118
118
  /**
@@ -123,7 +123,7 @@ export declare class LoggingManagementClient {
123
123
  * @param ChangeLogSavedSearchCompartmentRequest
124
124
  * @return ChangeLogSavedSearchCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
127
127
  */
128
128
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
129
129
  /**
@@ -134,7 +134,7 @@ export declare class LoggingManagementClient {
134
134
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
135
135
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
138
138
  */
139
139
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
140
140
  /**
@@ -145,7 +145,7 @@ export declare class LoggingManagementClient {
145
145
  * @param CreateLogRequest
146
146
  * @return CreateLogResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
149
149
  */
150
150
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
151
151
  /**
@@ -156,7 +156,7 @@ export declare class LoggingManagementClient {
156
156
  * @param CreateLogGroupRequest
157
157
  * @return CreateLogGroupResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
160
160
  */
161
161
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
162
162
  /**
@@ -166,7 +166,7 @@ export declare class LoggingManagementClient {
166
166
  * @param CreateLogSavedSearchRequest
167
167
  * @return CreateLogSavedSearchResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
170
170
  */
171
171
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class LoggingManagementClient {
175
175
  * @param CreateUnifiedAgentConfigurationRequest
176
176
  * @return CreateUnifiedAgentConfigurationResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
179
179
  */
180
180
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class LoggingManagementClient {
184
184
  * @param DeleteLogRequest
185
185
  * @return DeleteLogResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
188
188
  */
189
189
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class LoggingManagementClient {
193
193
  * @param DeleteLogGroupRequest
194
194
  * @return DeleteLogGroupResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
197
197
  */
198
198
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class LoggingManagementClient {
202
202
  * @param DeleteLogSavedSearchRequest
203
203
  * @return DeleteLogSavedSearchResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
206
206
  */
207
207
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class LoggingManagementClient {
211
211
  * @param DeleteUnifiedAgentConfigurationRequest
212
212
  * @return DeleteUnifiedAgentConfigurationResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
215
215
  */
216
216
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
217
217
  /**
@@ -221,7 +221,7 @@ export declare class LoggingManagementClient {
221
221
  * @param DeleteWorkRequestRequest
222
222
  * @return DeleteWorkRequestResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
225
225
  */
226
226
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
227
227
  /**
@@ -231,7 +231,7 @@ export declare class LoggingManagementClient {
231
231
  * @param GetLogRequest
232
232
  * @return GetLogResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
235
235
  */
236
236
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class LoggingManagementClient {
240
240
  * @param GetLogGroupRequest
241
241
  * @return GetLogGroupResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
244
244
  */
245
245
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
246
246
  /**
@@ -249,7 +249,7 @@ export declare class LoggingManagementClient {
249
249
  * @param GetLogSavedSearchRequest
250
250
  * @return GetLogSavedSearchResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
253
253
  */
254
254
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
255
255
  /**
@@ -258,7 +258,7 @@ export declare class LoggingManagementClient {
258
258
  * @param GetUnifiedAgentConfigurationRequest
259
259
  * @return GetUnifiedAgentConfigurationResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
262
262
  */
263
263
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
264
264
  /**
@@ -267,7 +267,7 @@ export declare class LoggingManagementClient {
267
267
  * @param GetWorkRequestRequest
268
268
  * @return GetWorkRequestResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
271
271
  */
272
272
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
273
273
  /**
@@ -276,7 +276,7 @@ export declare class LoggingManagementClient {
276
276
  * @param ListLogGroupsRequest
277
277
  * @return ListLogGroupsResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
280
280
  */
281
281
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
282
282
  /**
@@ -318,7 +318,7 @@ export declare class LoggingManagementClient {
318
318
  * @param ListLogSavedSearchesRequest
319
319
  * @return ListLogSavedSearchesResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
322
322
  */
323
323
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class LoggingManagementClient {
327
327
  * @param ListLogsRequest
328
328
  * @return ListLogsResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
331
331
  */
332
332
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
333
333
  /**
@@ -368,7 +368,7 @@ export declare class LoggingManagementClient {
368
368
  * @param ListServicesRequest
369
369
  * @return ListServicesResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
372
372
  */
373
373
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
374
374
  /**
@@ -377,7 +377,7 @@ export declare class LoggingManagementClient {
377
377
  * @param ListUnifiedAgentConfigurationsRequest
378
378
  * @return ListUnifiedAgentConfigurationsResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
381
381
  */
382
382
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
383
383
  /**
@@ -387,7 +387,7 @@ export declare class LoggingManagementClient {
387
387
  * @param ListWorkRequestErrorsRequest
388
388
  * @return ListWorkRequestErrorsResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
391
391
  */
392
392
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
393
393
  /**
@@ -429,7 +429,7 @@ export declare class LoggingManagementClient {
429
429
  * @param ListWorkRequestLogsRequest
430
430
  * @return ListWorkRequestLogsResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
433
433
  */
434
434
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
435
435
  /**
@@ -471,7 +471,7 @@ export declare class LoggingManagementClient {
471
471
  * @param ListWorkRequestsRequest
472
472
  * @return ListWorkRequestsResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
475
475
  */
476
476
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
477
477
  /**
@@ -514,7 +514,7 @@ export declare class LoggingManagementClient {
514
514
  * @param UpdateLogRequest
515
515
  * @return UpdateLogResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
518
518
  */
519
519
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
520
520
  /**
@@ -525,7 +525,7 @@ export declare class LoggingManagementClient {
525
525
  * @param UpdateLogGroupRequest
526
526
  * @return UpdateLogGroupResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
529
529
  */
530
530
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
531
531
  /**
@@ -535,7 +535,7 @@ export declare class LoggingManagementClient {
535
535
  * @param UpdateLogSavedSearchRequest
536
536
  * @return UpdateLogSavedSearchResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
539
539
  */
540
540
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
541
541
  /**
@@ -546,7 +546,7 @@ export declare class LoggingManagementClient {
546
546
  * @param UpdateUnifiedAgentConfigurationRequest
547
547
  * @return UpdateUnifiedAgentConfigurationResponse
548
548
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
550
550
  */
551
551
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
552
552
  }
package/lib/client.js CHANGED
@@ -209,7 +209,7 @@ class LoggingManagementClient {
209
209
  * @param ChangeLogGroupCompartmentRequest
210
210
  * @return ChangeLogGroupCompartmentResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
213
213
  */
214
214
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
215
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -271,7 +271,7 @@ class LoggingManagementClient {
271
271
  * @param ChangeLogLogGroupRequest
272
272
  * @return ChangeLogLogGroupResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
275
275
  */
276
276
  changeLogLogGroup(changeLogLogGroupRequest) {
277
277
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,7 +335,7 @@ class LoggingManagementClient {
335
335
  * @param ChangeLogSavedSearchCompartmentRequest
336
336
  * @return ChangeLogSavedSearchCompartmentResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
339
339
  */
340
340
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
341
341
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class LoggingManagementClient {
394
394
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
395
395
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
398
398
  */
399
399
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class LoggingManagementClient {
458
458
  * @param CreateLogRequest
459
459
  * @return CreateLogResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
462
462
  */
463
463
  createLog(createLogRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -521,7 +521,7 @@ class LoggingManagementClient {
521
521
  * @param CreateLogGroupRequest
522
522
  * @return CreateLogGroupResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
525
525
  */
526
526
  createLogGroup(createLogGroupRequest) {
527
527
  return __awaiter(this, void 0, void 0, function* () {
@@ -581,7 +581,7 @@ class LoggingManagementClient {
581
581
  * @param CreateLogSavedSearchRequest
582
582
  * @return CreateLogSavedSearchResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
585
585
  */
586
586
  createLogSavedSearch(createLogSavedSearchRequest) {
587
587
  return __awaiter(this, void 0, void 0, function* () {
@@ -644,7 +644,7 @@ class LoggingManagementClient {
644
644
  * @param CreateUnifiedAgentConfigurationRequest
645
645
  * @return CreateUnifiedAgentConfigurationResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
648
648
  */
649
649
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
650
650
  return __awaiter(this, void 0, void 0, function* () {
@@ -703,7 +703,7 @@ class LoggingManagementClient {
703
703
  * @param DeleteLogRequest
704
704
  * @return DeleteLogResponse
705
705
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
706
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
707
707
  */
708
708
  deleteLog(deleteLogRequest) {
709
709
  return __awaiter(this, void 0, void 0, function* () {
@@ -764,7 +764,7 @@ class LoggingManagementClient {
764
764
  * @param DeleteLogGroupRequest
765
765
  * @return DeleteLogGroupResponse
766
766
  * @throws OciError when an error occurs
767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
768
768
  */
769
769
  deleteLogGroup(deleteLogGroupRequest) {
770
770
  return __awaiter(this, void 0, void 0, function* () {
@@ -824,7 +824,7 @@ class LoggingManagementClient {
824
824
  * @param DeleteLogSavedSearchRequest
825
825
  * @return DeleteLogSavedSearchResponse
826
826
  * @throws OciError when an error occurs
827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
828
828
  */
829
829
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
830
830
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class LoggingManagementClient {
879
879
  * @param DeleteUnifiedAgentConfigurationRequest
880
880
  * @return DeleteUnifiedAgentConfigurationResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
883
883
  */
884
884
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -940,7 +940,7 @@ class LoggingManagementClient {
940
940
  * @param DeleteWorkRequestRequest
941
941
  * @return DeleteWorkRequestResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
944
944
  */
945
945
  deleteWorkRequest(deleteWorkRequestRequest) {
946
946
  return __awaiter(this, void 0, void 0, function* () {
@@ -1001,7 +1001,7 @@ class LoggingManagementClient {
1001
1001
  * @param GetLogRequest
1002
1002
  * @return GetLogResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
1005
1005
  */
1006
1006
  getLog(getLogRequest) {
1007
1007
  return __awaiter(this, void 0, void 0, function* () {
@@ -1065,7 +1065,7 @@ class LoggingManagementClient {
1065
1065
  * @param GetLogGroupRequest
1066
1066
  * @return GetLogGroupResponse
1067
1067
  * @throws OciError when an error occurs
1068
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1069
1069
  */
1070
1070
  getLogGroup(getLogGroupRequest) {
1071
1071
  return __awaiter(this, void 0, void 0, function* () {
@@ -1128,7 +1128,7 @@ class LoggingManagementClient {
1128
1128
  * @param GetLogSavedSearchRequest
1129
1129
  * @return GetLogSavedSearchResponse
1130
1130
  * @throws OciError when an error occurs
1131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1132
1132
  */
1133
1133
  getLogSavedSearch(getLogSavedSearchRequest) {
1134
1134
  return __awaiter(this, void 0, void 0, function* () {
@@ -1191,7 +1191,7 @@ class LoggingManagementClient {
1191
1191
  * @param GetUnifiedAgentConfigurationRequest
1192
1192
  * @return GetUnifiedAgentConfigurationResponse
1193
1193
  * @throws OciError when an error occurs
1194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1195
1195
  */
1196
1196
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1197
1197
  return __awaiter(this, void 0, void 0, function* () {
@@ -1254,7 +1254,7 @@ class LoggingManagementClient {
1254
1254
  * @param GetWorkRequestRequest
1255
1255
  * @return GetWorkRequestResponse
1256
1256
  * @throws OciError when an error occurs
1257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1258
1258
  */
1259
1259
  getWorkRequest(getWorkRequestRequest) {
1260
1260
  return __awaiter(this, void 0, void 0, function* () {
@@ -1322,7 +1322,7 @@ class LoggingManagementClient {
1322
1322
  * @param ListLogGroupsRequest
1323
1323
  * @return ListLogGroupsResponse
1324
1324
  * @throws OciError when an error occurs
1325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1326
1326
  */
1327
1327
  listLogGroups(listLogGroupsRequest) {
1328
1328
  return __awaiter(this, void 0, void 0, function* () {
@@ -1437,7 +1437,7 @@ class LoggingManagementClient {
1437
1437
  * @param ListLogSavedSearchesRequest
1438
1438
  * @return ListLogSavedSearchesResponse
1439
1439
  * @throws OciError when an error occurs
1440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1441
1441
  */
1442
1442
  listLogSavedSearches(listLogSavedSearchesRequest) {
1443
1443
  return __awaiter(this, void 0, void 0, function* () {
@@ -1511,7 +1511,7 @@ class LoggingManagementClient {
1511
1511
  * @param ListLogsRequest
1512
1512
  * @return ListLogsResponse
1513
1513
  * @throws OciError when an error occurs
1514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1515
1515
  */
1516
1516
  listLogs(listLogsRequest) {
1517
1517
  return __awaiter(this, void 0, void 0, function* () {
@@ -1629,7 +1629,7 @@ class LoggingManagementClient {
1629
1629
  * @param ListServicesRequest
1630
1630
  * @return ListServicesResponse
1631
1631
  * @throws OciError when an error occurs
1632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
1633
1633
  */
1634
1634
  listServices(listServicesRequest) {
1635
1635
  return __awaiter(this, void 0, void 0, function* () {
@@ -1695,7 +1695,7 @@ class LoggingManagementClient {
1695
1695
  * @param ListUnifiedAgentConfigurationsRequest
1696
1696
  * @return ListUnifiedAgentConfigurationsResponse
1697
1697
  * @throws OciError when an error occurs
1698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1699
1699
  */
1700
1700
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1701
1701
  return __awaiter(this, void 0, void 0, function* () {
@@ -1773,7 +1773,7 @@ class LoggingManagementClient {
1773
1773
  * @param ListWorkRequestErrorsRequest
1774
1774
  * @return ListWorkRequestErrorsResponse
1775
1775
  * @throws OciError when an error occurs
1776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1777
1777
  */
1778
1778
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1779
1779
  return __awaiter(this, void 0, void 0, function* () {
@@ -1880,7 +1880,7 @@ class LoggingManagementClient {
1880
1880
  * @param ListWorkRequestLogsRequest
1881
1881
  * @return ListWorkRequestLogsResponse
1882
1882
  * @throws OciError when an error occurs
1883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1884
1884
  */
1885
1885
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1886
1886
  return __awaiter(this, void 0, void 0, function* () {
@@ -1987,7 +1987,7 @@ class LoggingManagementClient {
1987
1987
  * @param ListWorkRequestsRequest
1988
1988
  * @return ListWorkRequestsResponse
1989
1989
  * @throws OciError when an error occurs
1990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1991
1991
  */
1992
1992
  listWorkRequests(listWorkRequestsRequest) {
1993
1993
  return __awaiter(this, void 0, void 0, function* () {
@@ -2103,7 +2103,7 @@ class LoggingManagementClient {
2103
2103
  * @param UpdateLogRequest
2104
2104
  * @return UpdateLogResponse
2105
2105
  * @throws OciError when an error occurs
2106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2107
2107
  */
2108
2108
  updateLog(updateLogRequest) {
2109
2109
  return __awaiter(this, void 0, void 0, function* () {
@@ -2167,7 +2167,7 @@ class LoggingManagementClient {
2167
2167
  * @param UpdateLogGroupRequest
2168
2168
  * @return UpdateLogGroupResponse
2169
2169
  * @throws OciError when an error occurs
2170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2171
2171
  */
2172
2172
  updateLogGroup(updateLogGroupRequest) {
2173
2173
  return __awaiter(this, void 0, void 0, function* () {
@@ -2229,7 +2229,7 @@ class LoggingManagementClient {
2229
2229
  * @param UpdateLogSavedSearchRequest
2230
2230
  * @return UpdateLogSavedSearchResponse
2231
2231
  * @throws OciError when an error occurs
2232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2233
2233
  */
2234
2234
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2235
2235
  return __awaiter(this, void 0, void 0, function* () {
@@ -2296,7 +2296,7 @@ class LoggingManagementClient {
2296
2296
  * @param UpdateUnifiedAgentConfigurationRequest
2297
2297
  * @return UpdateUnifiedAgentConfigurationResponse
2298
2298
  * @throws OciError when an error occurs
2299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2300
2300
  */
2301
2301
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2302
2302
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLogGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
17
17
  */
18
18
  export interface ChangeLogLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
17
17
  */
18
18
  export interface CreateLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
17
17
  */
18
18
  export interface CreateLogRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
17
17
  */
18
18
  export interface CreateLogSavedSearchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
17
17
  */
18
18
  export interface CreateUnifiedAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
16
16
  */
17
17
  export interface DeleteLogGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
16
16
  */
17
17
  export interface DeleteLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
16
16
  */
17
17
  export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
16
16
  */
17
17
  export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
16
16
  */
17
17
  export interface GetLogGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
16
16
  */
17
17
  export interface GetLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
16
16
  */
17
17
  export interface GetLogSavedSearchRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetUnifiedAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
16
16
  */
17
17
  export interface ListLogGroupsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
16
16
  */
17
17
  export interface ListLogSavedSearchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
17
17
  */
18
18
  export interface ListLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
16
16
  */
17
17
  export interface ListServicesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
17
17
  */
18
18
  export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
17
17
  */
18
18
  export interface UpdateLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
17
17
  */
18
18
  export interface UpdateLogRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
17
17
  */
18
18
  export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-logging",
3
- "version": "2.89.0",
3
+ "version": "2.89.2",
4
4
  "description": "OCI NodeJS client for Logging 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.89.0",
19
- "oci-workrequests": "2.89.0"
18
+ "oci-common": "2.89.2",
19
+ "oci-workrequests": "2.89.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"