oci-logging 2.71.0 → 2.73.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 (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
@@ -93,7 +93,7 @@ export declare class LoggingManagementClient {
93
93
  * @param ChangeLogGroupCompartmentRequest
94
94
  * @return ChangeLogGroupCompartmentResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
97
97
  */
98
98
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
99
99
  /**
@@ -103,7 +103,7 @@ export declare class LoggingManagementClient {
103
103
  * @param ChangeLogLogGroupRequest
104
104
  * @return ChangeLogLogGroupResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
107
107
  */
108
108
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
109
109
  /**
@@ -114,7 +114,7 @@ export declare class LoggingManagementClient {
114
114
  * @param ChangeLogSavedSearchCompartmentRequest
115
115
  * @return ChangeLogSavedSearchCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
118
118
  */
119
119
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
120
120
  /**
@@ -125,7 +125,7 @@ export declare class LoggingManagementClient {
125
125
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
126
126
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
129
129
  */
130
130
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
131
131
  /**
@@ -136,7 +136,7 @@ export declare class LoggingManagementClient {
136
136
  * @param CreateLogRequest
137
137
  * @return CreateLogResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
140
140
  */
141
141
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
142
142
  /**
@@ -147,7 +147,7 @@ export declare class LoggingManagementClient {
147
147
  * @param CreateLogGroupRequest
148
148
  * @return CreateLogGroupResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
151
151
  */
152
152
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class LoggingManagementClient {
157
157
  * @param CreateLogSavedSearchRequest
158
158
  * @return CreateLogSavedSearchResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
161
161
  */
162
162
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class LoggingManagementClient {
166
166
  * @param CreateUnifiedAgentConfigurationRequest
167
167
  * @return CreateUnifiedAgentConfigurationResponse
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.71.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
170
170
  */
171
171
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class LoggingManagementClient {
175
175
  * @param DeleteLogRequest
176
176
  * @return DeleteLogResponse
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.71.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
179
179
  */
180
180
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class LoggingManagementClient {
184
184
  * @param DeleteLogGroupRequest
185
185
  * @return DeleteLogGroupResponse
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.71.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
188
188
  */
189
189
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class LoggingManagementClient {
193
193
  * @param DeleteLogSavedSearchRequest
194
194
  * @return DeleteLogSavedSearchResponse
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.71.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
197
197
  */
198
198
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class LoggingManagementClient {
202
202
  * @param DeleteUnifiedAgentConfigurationRequest
203
203
  * @return DeleteUnifiedAgentConfigurationResponse
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.71.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
206
206
  */
207
207
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
208
208
  /**
@@ -212,7 +212,7 @@ export declare class LoggingManagementClient {
212
212
  * @param DeleteWorkRequestRequest
213
213
  * @return DeleteWorkRequestResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
216
216
  */
217
217
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
218
218
  /**
@@ -222,7 +222,7 @@ export declare class LoggingManagementClient {
222
222
  * @param GetLogRequest
223
223
  * @return GetLogResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
226
226
  */
227
227
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class LoggingManagementClient {
231
231
  * @param GetLogGroupRequest
232
232
  * @return GetLogGroupResponse
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.71.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
235
235
  */
236
236
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class LoggingManagementClient {
240
240
  * @param GetLogSavedSearchRequest
241
241
  * @return GetLogSavedSearchResponse
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.71.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
244
244
  */
245
245
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
246
246
  /**
@@ -249,7 +249,7 @@ export declare class LoggingManagementClient {
249
249
  * @param GetUnifiedAgentConfigurationRequest
250
250
  * @return GetUnifiedAgentConfigurationResponse
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.71.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
253
253
  */
254
254
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
255
255
  /**
@@ -258,7 +258,7 @@ export declare class LoggingManagementClient {
258
258
  * @param GetWorkRequestRequest
259
259
  * @return GetWorkRequestResponse
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.71.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
262
262
  */
263
263
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
264
264
  /**
@@ -267,7 +267,7 @@ export declare class LoggingManagementClient {
267
267
  * @param ListLogGroupsRequest
268
268
  * @return ListLogGroupsResponse
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.71.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
271
271
  */
272
272
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
273
273
  /**
@@ -309,7 +309,7 @@ export declare class LoggingManagementClient {
309
309
  * @param ListLogSavedSearchesRequest
310
310
  * @return ListLogSavedSearchesResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
313
313
  */
314
314
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class LoggingManagementClient {
318
318
  * @param ListLogsRequest
319
319
  * @return ListLogsResponse
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.71.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
322
322
  */
323
323
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
324
324
  /**
@@ -359,7 +359,7 @@ export declare class LoggingManagementClient {
359
359
  * @param ListServicesRequest
360
360
  * @return ListServicesResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
363
363
  */
364
364
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
365
365
  /**
@@ -368,7 +368,7 @@ export declare class LoggingManagementClient {
368
368
  * @param ListUnifiedAgentConfigurationsRequest
369
369
  * @return ListUnifiedAgentConfigurationsResponse
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.71.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
372
372
  */
373
373
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
374
374
  /**
@@ -378,7 +378,7 @@ export declare class LoggingManagementClient {
378
378
  * @param ListWorkRequestErrorsRequest
379
379
  * @return ListWorkRequestErrorsResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
382
382
  */
383
383
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
384
384
  /**
@@ -420,7 +420,7 @@ export declare class LoggingManagementClient {
420
420
  * @param ListWorkRequestLogsRequest
421
421
  * @return ListWorkRequestLogsResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
424
424
  */
425
425
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
426
426
  /**
@@ -462,7 +462,7 @@ export declare class LoggingManagementClient {
462
462
  * @param ListWorkRequestsRequest
463
463
  * @return ListWorkRequestsResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
466
466
  */
467
467
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
468
468
  /**
@@ -505,7 +505,7 @@ export declare class LoggingManagementClient {
505
505
  * @param UpdateLogRequest
506
506
  * @return UpdateLogResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
509
509
  */
510
510
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
511
511
  /**
@@ -516,7 +516,7 @@ export declare class LoggingManagementClient {
516
516
  * @param UpdateLogGroupRequest
517
517
  * @return UpdateLogGroupResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
520
520
  */
521
521
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
522
522
  /**
@@ -526,7 +526,7 @@ export declare class LoggingManagementClient {
526
526
  * @param UpdateLogSavedSearchRequest
527
527
  * @return UpdateLogSavedSearchResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
530
530
  */
531
531
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
532
532
  /**
@@ -537,7 +537,7 @@ export declare class LoggingManagementClient {
537
537
  * @param UpdateUnifiedAgentConfigurationRequest
538
538
  * @return UpdateUnifiedAgentConfigurationResponse
539
539
  * @throws OciError when an error occurs
540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
541
541
  */
542
542
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
543
543
  }
package/lib/client.js CHANGED
@@ -190,7 +190,7 @@ class LoggingManagementClient {
190
190
  * @param ChangeLogGroupCompartmentRequest
191
191
  * @return ChangeLogGroupCompartmentResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
194
194
  */
195
195
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
196
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class LoggingManagementClient {
252
252
  * @param ChangeLogLogGroupRequest
253
253
  * @return ChangeLogLogGroupResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
256
256
  */
257
257
  changeLogLogGroup(changeLogLogGroupRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -316,7 +316,7 @@ class LoggingManagementClient {
316
316
  * @param ChangeLogSavedSearchCompartmentRequest
317
317
  * @return ChangeLogSavedSearchCompartmentResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
320
320
  */
321
321
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
322
322
  return __awaiter(this, void 0, void 0, function* () {
@@ -375,7 +375,7 @@ class LoggingManagementClient {
375
375
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
376
376
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
379
379
  */
380
380
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
381
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -439,7 +439,7 @@ class LoggingManagementClient {
439
439
  * @param CreateLogRequest
440
440
  * @return CreateLogResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
443
443
  */
444
444
  createLog(createLogRequest) {
445
445
  return __awaiter(this, void 0, void 0, function* () {
@@ -502,7 +502,7 @@ class LoggingManagementClient {
502
502
  * @param CreateLogGroupRequest
503
503
  * @return CreateLogGroupResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
506
506
  */
507
507
  createLogGroup(createLogGroupRequest) {
508
508
  return __awaiter(this, void 0, void 0, function* () {
@@ -562,7 +562,7 @@ class LoggingManagementClient {
562
562
  * @param CreateLogSavedSearchRequest
563
563
  * @return CreateLogSavedSearchResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
566
566
  */
567
567
  createLogSavedSearch(createLogSavedSearchRequest) {
568
568
  return __awaiter(this, void 0, void 0, function* () {
@@ -625,7 +625,7 @@ class LoggingManagementClient {
625
625
  * @param CreateUnifiedAgentConfigurationRequest
626
626
  * @return CreateUnifiedAgentConfigurationResponse
627
627
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
629
629
  */
630
630
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
631
631
  return __awaiter(this, void 0, void 0, function* () {
@@ -684,7 +684,7 @@ class LoggingManagementClient {
684
684
  * @param DeleteLogRequest
685
685
  * @return DeleteLogResponse
686
686
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
688
688
  */
689
689
  deleteLog(deleteLogRequest) {
690
690
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class LoggingManagementClient {
745
745
  * @param DeleteLogGroupRequest
746
746
  * @return DeleteLogGroupResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
749
749
  */
750
750
  deleteLogGroup(deleteLogGroupRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class LoggingManagementClient {
805
805
  * @param DeleteLogSavedSearchRequest
806
806
  * @return DeleteLogSavedSearchResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
809
809
  */
810
810
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class LoggingManagementClient {
860
860
  * @param DeleteUnifiedAgentConfigurationRequest
861
861
  * @return DeleteUnifiedAgentConfigurationResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
864
864
  */
865
865
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -921,7 +921,7 @@ class LoggingManagementClient {
921
921
  * @param DeleteWorkRequestRequest
922
922
  * @return DeleteWorkRequestResponse
923
923
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
924
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
925
925
  */
926
926
  deleteWorkRequest(deleteWorkRequestRequest) {
927
927
  return __awaiter(this, void 0, void 0, function* () {
@@ -982,7 +982,7 @@ class LoggingManagementClient {
982
982
  * @param GetLogRequest
983
983
  * @return GetLogResponse
984
984
  * @throws OciError when an error occurs
985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
986
986
  */
987
987
  getLog(getLogRequest) {
988
988
  return __awaiter(this, void 0, void 0, function* () {
@@ -1046,7 +1046,7 @@ class LoggingManagementClient {
1046
1046
  * @param GetLogGroupRequest
1047
1047
  * @return GetLogGroupResponse
1048
1048
  * @throws OciError when an error occurs
1049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1050
1050
  */
1051
1051
  getLogGroup(getLogGroupRequest) {
1052
1052
  return __awaiter(this, void 0, void 0, function* () {
@@ -1109,7 +1109,7 @@ class LoggingManagementClient {
1109
1109
  * @param GetLogSavedSearchRequest
1110
1110
  * @return GetLogSavedSearchResponse
1111
1111
  * @throws OciError when an error occurs
1112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1113
1113
  */
1114
1114
  getLogSavedSearch(getLogSavedSearchRequest) {
1115
1115
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1172,7 @@ class LoggingManagementClient {
1172
1172
  * @param GetUnifiedAgentConfigurationRequest
1173
1173
  * @return GetUnifiedAgentConfigurationResponse
1174
1174
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1176
1176
  */
1177
1177
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1178
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class LoggingManagementClient {
1235
1235
  * @param GetWorkRequestRequest
1236
1236
  * @return GetWorkRequestResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1239
1239
  */
1240
1240
  getWorkRequest(getWorkRequestRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1303,7 +1303,7 @@ class LoggingManagementClient {
1303
1303
  * @param ListLogGroupsRequest
1304
1304
  * @return ListLogGroupsResponse
1305
1305
  * @throws OciError when an error occurs
1306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1307
1307
  */
1308
1308
  listLogGroups(listLogGroupsRequest) {
1309
1309
  return __awaiter(this, void 0, void 0, function* () {
@@ -1418,7 +1418,7 @@ class LoggingManagementClient {
1418
1418
  * @param ListLogSavedSearchesRequest
1419
1419
  * @return ListLogSavedSearchesResponse
1420
1420
  * @throws OciError when an error occurs
1421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1422
1422
  */
1423
1423
  listLogSavedSearches(listLogSavedSearchesRequest) {
1424
1424
  return __awaiter(this, void 0, void 0, function* () {
@@ -1492,7 +1492,7 @@ class LoggingManagementClient {
1492
1492
  * @param ListLogsRequest
1493
1493
  * @return ListLogsResponse
1494
1494
  * @throws OciError when an error occurs
1495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1496
1496
  */
1497
1497
  listLogs(listLogsRequest) {
1498
1498
  return __awaiter(this, void 0, void 0, function* () {
@@ -1610,7 +1610,7 @@ class LoggingManagementClient {
1610
1610
  * @param ListServicesRequest
1611
1611
  * @return ListServicesResponse
1612
1612
  * @throws OciError when an error occurs
1613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1614
1614
  */
1615
1615
  listServices(listServicesRequest) {
1616
1616
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1676,7 @@ class LoggingManagementClient {
1676
1676
  * @param ListUnifiedAgentConfigurationsRequest
1677
1677
  * @return ListUnifiedAgentConfigurationsResponse
1678
1678
  * @throws OciError when an error occurs
1679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1680
1680
  */
1681
1681
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1682
1682
  return __awaiter(this, void 0, void 0, function* () {
@@ -1754,7 +1754,7 @@ class LoggingManagementClient {
1754
1754
  * @param ListWorkRequestErrorsRequest
1755
1755
  * @return ListWorkRequestErrorsResponse
1756
1756
  * @throws OciError when an error occurs
1757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1758
1758
  */
1759
1759
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1760
1760
  return __awaiter(this, void 0, void 0, function* () {
@@ -1861,7 +1861,7 @@ class LoggingManagementClient {
1861
1861
  * @param ListWorkRequestLogsRequest
1862
1862
  * @return ListWorkRequestLogsResponse
1863
1863
  * @throws OciError when an error occurs
1864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1865
1865
  */
1866
1866
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1867
1867
  return __awaiter(this, void 0, void 0, function* () {
@@ -1968,7 +1968,7 @@ class LoggingManagementClient {
1968
1968
  * @param ListWorkRequestsRequest
1969
1969
  * @return ListWorkRequestsResponse
1970
1970
  * @throws OciError when an error occurs
1971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1972
1972
  */
1973
1973
  listWorkRequests(listWorkRequestsRequest) {
1974
1974
  return __awaiter(this, void 0, void 0, function* () {
@@ -2084,7 +2084,7 @@ class LoggingManagementClient {
2084
2084
  * @param UpdateLogRequest
2085
2085
  * @return UpdateLogResponse
2086
2086
  * @throws OciError when an error occurs
2087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2088
2088
  */
2089
2089
  updateLog(updateLogRequest) {
2090
2090
  return __awaiter(this, void 0, void 0, function* () {
@@ -2148,7 +2148,7 @@ class LoggingManagementClient {
2148
2148
  * @param UpdateLogGroupRequest
2149
2149
  * @return UpdateLogGroupResponse
2150
2150
  * @throws OciError when an error occurs
2151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2152
2152
  */
2153
2153
  updateLogGroup(updateLogGroupRequest) {
2154
2154
  return __awaiter(this, void 0, void 0, function* () {
@@ -2210,7 +2210,7 @@ class LoggingManagementClient {
2210
2210
  * @param UpdateLogSavedSearchRequest
2211
2211
  * @return UpdateLogSavedSearchResponse
2212
2212
  * @throws OciError when an error occurs
2213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2214
2214
  */
2215
2215
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2216
2216
  return __awaiter(this, void 0, void 0, function* () {
@@ -2277,7 +2277,7 @@ class LoggingManagementClient {
2277
2277
  * @param UpdateUnifiedAgentConfigurationRequest
2278
2278
  * @return UpdateUnifiedAgentConfigurationResponse
2279
2279
  * @throws OciError when an error occurs
2280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2281
2281
  */
2282
2282
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2283
2283
  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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.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.73.0/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.71.0",
3
+ "version": "2.73.0",
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.71.0",
19
- "oci-workrequests": "2.71.0"
18
+ "oci-common": "2.73.0",
19
+ "oci-workrequests": "2.73.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"