oci-logging 2.68.1 → 2.68.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
@@ -94,7 +94,7 @@ export declare class LoggingManagementClient {
94
94
  * @param ChangeLogGroupCompartmentRequest
95
95
  * @return ChangeLogGroupCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
98
98
  */
99
99
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class LoggingManagementClient {
104
104
  * @param ChangeLogLogGroupRequest
105
105
  * @return ChangeLogLogGroupResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
108
108
  */
109
109
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
110
110
  /**
@@ -115,7 +115,7 @@ export declare class LoggingManagementClient {
115
115
  * @param ChangeLogSavedSearchCompartmentRequest
116
116
  * @return ChangeLogSavedSearchCompartmentResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
119
119
  */
120
120
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
121
121
  /**
@@ -126,7 +126,7 @@ export declare class LoggingManagementClient {
126
126
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
127
127
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
130
130
  */
131
131
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
132
132
  /**
@@ -137,7 +137,7 @@ export declare class LoggingManagementClient {
137
137
  * @param CreateLogRequest
138
138
  * @return CreateLogResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
141
141
  */
142
142
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
143
143
  /**
@@ -148,7 +148,7 @@ export declare class LoggingManagementClient {
148
148
  * @param CreateLogGroupRequest
149
149
  * @return CreateLogGroupResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
152
152
  */
153
153
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class LoggingManagementClient {
158
158
  * @param CreateLogSavedSearchRequest
159
159
  * @return CreateLogSavedSearchResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
162
162
  */
163
163
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class LoggingManagementClient {
167
167
  * @param CreateUnifiedAgentConfigurationRequest
168
168
  * @return CreateUnifiedAgentConfigurationResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
171
171
  */
172
172
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class LoggingManagementClient {
176
176
  * @param DeleteLogRequest
177
177
  * @return DeleteLogResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
180
180
  */
181
181
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class LoggingManagementClient {
185
185
  * @param DeleteLogGroupRequest
186
186
  * @return DeleteLogGroupResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
189
189
  */
190
190
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class LoggingManagementClient {
194
194
  * @param DeleteLogSavedSearchRequest
195
195
  * @return DeleteLogSavedSearchResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
198
198
  */
199
199
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class LoggingManagementClient {
203
203
  * @param DeleteUnifiedAgentConfigurationRequest
204
204
  * @return DeleteUnifiedAgentConfigurationResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
207
207
  */
208
208
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
209
209
  /**
@@ -213,7 +213,7 @@ export declare class LoggingManagementClient {
213
213
  * @param DeleteWorkRequestRequest
214
214
  * @return DeleteWorkRequestResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
217
217
  */
218
218
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
219
219
  /**
@@ -223,7 +223,7 @@ export declare class LoggingManagementClient {
223
223
  * @param GetLogRequest
224
224
  * @return GetLogResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
227
227
  */
228
228
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
229
229
  /**
@@ -232,7 +232,7 @@ export declare class LoggingManagementClient {
232
232
  * @param GetLogGroupRequest
233
233
  * @return GetLogGroupResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
236
236
  */
237
237
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
238
238
  /**
@@ -241,7 +241,7 @@ export declare class LoggingManagementClient {
241
241
  * @param GetLogSavedSearchRequest
242
242
  * @return GetLogSavedSearchResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
245
245
  */
246
246
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
247
247
  /**
@@ -250,7 +250,7 @@ export declare class LoggingManagementClient {
250
250
  * @param GetUnifiedAgentConfigurationRequest
251
251
  * @return GetUnifiedAgentConfigurationResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
254
254
  */
255
255
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
256
256
  /**
@@ -259,7 +259,7 @@ export declare class LoggingManagementClient {
259
259
  * @param GetWorkRequestRequest
260
260
  * @return GetWorkRequestResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
263
263
  */
264
264
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
265
265
  /**
@@ -268,7 +268,7 @@ export declare class LoggingManagementClient {
268
268
  * @param ListLogGroupsRequest
269
269
  * @return ListLogGroupsResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
272
272
  */
273
273
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
274
274
  /**
@@ -310,7 +310,7 @@ export declare class LoggingManagementClient {
310
310
  * @param ListLogSavedSearchesRequest
311
311
  * @return ListLogSavedSearchesResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
314
314
  */
315
315
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare class LoggingManagementClient {
319
319
  * @param ListLogsRequest
320
320
  * @return ListLogsResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
323
323
  */
324
324
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
325
325
  /**
@@ -360,7 +360,7 @@ export declare class LoggingManagementClient {
360
360
  * @param ListServicesRequest
361
361
  * @return ListServicesResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
364
364
  */
365
365
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
366
366
  /**
@@ -369,7 +369,7 @@ export declare class LoggingManagementClient {
369
369
  * @param ListUnifiedAgentConfigurationsRequest
370
370
  * @return ListUnifiedAgentConfigurationsResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
373
373
  */
374
374
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
375
375
  /**
@@ -379,7 +379,7 @@ export declare class LoggingManagementClient {
379
379
  * @param ListWorkRequestErrorsRequest
380
380
  * @return ListWorkRequestErrorsResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
383
383
  */
384
384
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
385
385
  /**
@@ -421,7 +421,7 @@ export declare class LoggingManagementClient {
421
421
  * @param ListWorkRequestLogsRequest
422
422
  * @return ListWorkRequestLogsResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
425
425
  */
426
426
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
427
427
  /**
@@ -463,7 +463,7 @@ export declare class LoggingManagementClient {
463
463
  * @param ListWorkRequestsRequest
464
464
  * @return ListWorkRequestsResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
467
467
  */
468
468
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
469
469
  /**
@@ -506,7 +506,7 @@ export declare class LoggingManagementClient {
506
506
  * @param UpdateLogRequest
507
507
  * @return UpdateLogResponse
508
508
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
510
510
  */
511
511
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
512
512
  /**
@@ -517,7 +517,7 @@ export declare class LoggingManagementClient {
517
517
  * @param UpdateLogGroupRequest
518
518
  * @return UpdateLogGroupResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
521
521
  */
522
522
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
523
523
  /**
@@ -527,7 +527,7 @@ export declare class LoggingManagementClient {
527
527
  * @param UpdateLogSavedSearchRequest
528
528
  * @return UpdateLogSavedSearchResponse
529
529
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
531
531
  */
532
532
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
533
533
  /**
@@ -538,7 +538,7 @@ export declare class LoggingManagementClient {
538
538
  * @param UpdateUnifiedAgentConfigurationRequest
539
539
  * @return UpdateUnifiedAgentConfigurationResponse
540
540
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
542
542
  */
543
543
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
544
544
  }
package/lib/client.js CHANGED
@@ -191,7 +191,7 @@ class LoggingManagementClient {
191
191
  * @param ChangeLogGroupCompartmentRequest
192
192
  * @return ChangeLogGroupCompartmentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
195
195
  */
196
196
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +253,7 @@ class LoggingManagementClient {
253
253
  * @param ChangeLogLogGroupRequest
254
254
  * @return ChangeLogLogGroupResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
257
257
  */
258
258
  changeLogLogGroup(changeLogLogGroupRequest) {
259
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -317,7 +317,7 @@ class LoggingManagementClient {
317
317
  * @param ChangeLogSavedSearchCompartmentRequest
318
318
  * @return ChangeLogSavedSearchCompartmentResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
321
321
  */
322
322
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +376,7 @@ class LoggingManagementClient {
376
376
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
377
377
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
380
380
  */
381
381
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
382
382
  return __awaiter(this, void 0, void 0, function* () {
@@ -440,7 +440,7 @@ class LoggingManagementClient {
440
440
  * @param CreateLogRequest
441
441
  * @return CreateLogResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
444
444
  */
445
445
  createLog(createLogRequest) {
446
446
  return __awaiter(this, void 0, void 0, function* () {
@@ -503,7 +503,7 @@ class LoggingManagementClient {
503
503
  * @param CreateLogGroupRequest
504
504
  * @return CreateLogGroupResponse
505
505
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
507
507
  */
508
508
  createLogGroup(createLogGroupRequest) {
509
509
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class LoggingManagementClient {
563
563
  * @param CreateLogSavedSearchRequest
564
564
  * @return CreateLogSavedSearchResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
567
567
  */
568
568
  createLogSavedSearch(createLogSavedSearchRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -626,7 +626,7 @@ class LoggingManagementClient {
626
626
  * @param CreateUnifiedAgentConfigurationRequest
627
627
  * @return CreateUnifiedAgentConfigurationResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
630
630
  */
631
631
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
632
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class LoggingManagementClient {
685
685
  * @param DeleteLogRequest
686
686
  * @return DeleteLogResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
689
689
  */
690
690
  deleteLog(deleteLogRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class LoggingManagementClient {
746
746
  * @param DeleteLogGroupRequest
747
747
  * @return DeleteLogGroupResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
750
750
  */
751
751
  deleteLogGroup(deleteLogGroupRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class LoggingManagementClient {
806
806
  * @param DeleteLogSavedSearchRequest
807
807
  * @return DeleteLogSavedSearchResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
810
810
  */
811
811
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
812
812
  return __awaiter(this, void 0, void 0, function* () {
@@ -861,7 +861,7 @@ class LoggingManagementClient {
861
861
  * @param DeleteUnifiedAgentConfigurationRequest
862
862
  * @return DeleteUnifiedAgentConfigurationResponse
863
863
  * @throws OciError when an error occurs
864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
865
865
  */
866
866
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
867
867
  return __awaiter(this, void 0, void 0, function* () {
@@ -922,7 +922,7 @@ class LoggingManagementClient {
922
922
  * @param DeleteWorkRequestRequest
923
923
  * @return DeleteWorkRequestResponse
924
924
  * @throws OciError when an error occurs
925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
926
926
  */
927
927
  deleteWorkRequest(deleteWorkRequestRequest) {
928
928
  return __awaiter(this, void 0, void 0, function* () {
@@ -983,7 +983,7 @@ class LoggingManagementClient {
983
983
  * @param GetLogRequest
984
984
  * @return GetLogResponse
985
985
  * @throws OciError when an error occurs
986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
987
987
  */
988
988
  getLog(getLogRequest) {
989
989
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class LoggingManagementClient {
1047
1047
  * @param GetLogGroupRequest
1048
1048
  * @return GetLogGroupResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1051
1051
  */
1052
1052
  getLogGroup(getLogGroupRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1110,7 +1110,7 @@ class LoggingManagementClient {
1110
1110
  * @param GetLogSavedSearchRequest
1111
1111
  * @return GetLogSavedSearchResponse
1112
1112
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1114
1114
  */
1115
1115
  getLogSavedSearch(getLogSavedSearchRequest) {
1116
1116
  return __awaiter(this, void 0, void 0, function* () {
@@ -1173,7 +1173,7 @@ class LoggingManagementClient {
1173
1173
  * @param GetUnifiedAgentConfigurationRequest
1174
1174
  * @return GetUnifiedAgentConfigurationResponse
1175
1175
  * @throws OciError when an error occurs
1176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1177
1177
  */
1178
1178
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1179
1179
  return __awaiter(this, void 0, void 0, function* () {
@@ -1236,7 +1236,7 @@ class LoggingManagementClient {
1236
1236
  * @param GetWorkRequestRequest
1237
1237
  * @return GetWorkRequestResponse
1238
1238
  * @throws OciError when an error occurs
1239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1240
1240
  */
1241
1241
  getWorkRequest(getWorkRequestRequest) {
1242
1242
  return __awaiter(this, void 0, void 0, function* () {
@@ -1304,7 +1304,7 @@ class LoggingManagementClient {
1304
1304
  * @param ListLogGroupsRequest
1305
1305
  * @return ListLogGroupsResponse
1306
1306
  * @throws OciError when an error occurs
1307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1308
1308
  */
1309
1309
  listLogGroups(listLogGroupsRequest) {
1310
1310
  return __awaiter(this, void 0, void 0, function* () {
@@ -1419,7 +1419,7 @@ class LoggingManagementClient {
1419
1419
  * @param ListLogSavedSearchesRequest
1420
1420
  * @return ListLogSavedSearchesResponse
1421
1421
  * @throws OciError when an error occurs
1422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1423
1423
  */
1424
1424
  listLogSavedSearches(listLogSavedSearchesRequest) {
1425
1425
  return __awaiter(this, void 0, void 0, function* () {
@@ -1493,7 +1493,7 @@ class LoggingManagementClient {
1493
1493
  * @param ListLogsRequest
1494
1494
  * @return ListLogsResponse
1495
1495
  * @throws OciError when an error occurs
1496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1497
1497
  */
1498
1498
  listLogs(listLogsRequest) {
1499
1499
  return __awaiter(this, void 0, void 0, function* () {
@@ -1611,7 +1611,7 @@ class LoggingManagementClient {
1611
1611
  * @param ListServicesRequest
1612
1612
  * @return ListServicesResponse
1613
1613
  * @throws OciError when an error occurs
1614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
1614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
1615
1615
  */
1616
1616
  listServices(listServicesRequest) {
1617
1617
  return __awaiter(this, void 0, void 0, function* () {
@@ -1679,7 +1679,7 @@ class LoggingManagementClient {
1679
1679
  * @param ListUnifiedAgentConfigurationsRequest
1680
1680
  * @return ListUnifiedAgentConfigurationsResponse
1681
1681
  * @throws OciError when an error occurs
1682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1683
1683
  */
1684
1684
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1685
1685
  return __awaiter(this, void 0, void 0, function* () {
@@ -1757,7 +1757,7 @@ class LoggingManagementClient {
1757
1757
  * @param ListWorkRequestErrorsRequest
1758
1758
  * @return ListWorkRequestErrorsResponse
1759
1759
  * @throws OciError when an error occurs
1760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1761
1761
  */
1762
1762
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1763
1763
  return __awaiter(this, void 0, void 0, function* () {
@@ -1864,7 +1864,7 @@ class LoggingManagementClient {
1864
1864
  * @param ListWorkRequestLogsRequest
1865
1865
  * @return ListWorkRequestLogsResponse
1866
1866
  * @throws OciError when an error occurs
1867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1868
1868
  */
1869
1869
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1870
1870
  return __awaiter(this, void 0, void 0, function* () {
@@ -1971,7 +1971,7 @@ class LoggingManagementClient {
1971
1971
  * @param ListWorkRequestsRequest
1972
1972
  * @return ListWorkRequestsResponse
1973
1973
  * @throws OciError when an error occurs
1974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1975
1975
  */
1976
1976
  listWorkRequests(listWorkRequestsRequest) {
1977
1977
  return __awaiter(this, void 0, void 0, function* () {
@@ -2087,7 +2087,7 @@ class LoggingManagementClient {
2087
2087
  * @param UpdateLogRequest
2088
2088
  * @return UpdateLogResponse
2089
2089
  * @throws OciError when an error occurs
2090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2091
2091
  */
2092
2092
  updateLog(updateLogRequest) {
2093
2093
  return __awaiter(this, void 0, void 0, function* () {
@@ -2151,7 +2151,7 @@ class LoggingManagementClient {
2151
2151
  * @param UpdateLogGroupRequest
2152
2152
  * @return UpdateLogGroupResponse
2153
2153
  * @throws OciError when an error occurs
2154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2155
2155
  */
2156
2156
  updateLogGroup(updateLogGroupRequest) {
2157
2157
  return __awaiter(this, void 0, void 0, function* () {
@@ -2213,7 +2213,7 @@ class LoggingManagementClient {
2213
2213
  * @param UpdateLogSavedSearchRequest
2214
2214
  * @return UpdateLogSavedSearchResponse
2215
2215
  * @throws OciError when an error occurs
2216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2217
2217
  */
2218
2218
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2219
2219
  return __awaiter(this, void 0, void 0, function* () {
@@ -2280,7 +2280,7 @@ class LoggingManagementClient {
2280
2280
  * @param UpdateUnifiedAgentConfigurationRequest
2281
2281
  * @return UpdateUnifiedAgentConfigurationResponse
2282
2282
  * @throws OciError when an error occurs
2283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2284
2284
  */
2285
2285
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2286
2286
  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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1/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.68.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.68.1",
3
+ "version": "2.68.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.68.1",
19
- "oci-workrequests": "2.68.1"
18
+ "oci-common": "2.68.2",
19
+ "oci-workrequests": "2.68.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"