oci-logging 2.83.0 → 2.84.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
@@ -98,7 +98,7 @@ export declare class LoggingManagementClient {
98
98
  * @param ChangeLogGroupCompartmentRequest
99
99
  * @return ChangeLogGroupCompartmentResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
102
102
  */
103
103
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
104
104
  /**
@@ -108,7 +108,7 @@ export declare class LoggingManagementClient {
108
108
  * @param ChangeLogLogGroupRequest
109
109
  * @return ChangeLogLogGroupResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
112
112
  */
113
113
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
114
114
  /**
@@ -119,7 +119,7 @@ export declare class LoggingManagementClient {
119
119
  * @param ChangeLogSavedSearchCompartmentRequest
120
120
  * @return ChangeLogSavedSearchCompartmentResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
123
123
  */
124
124
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
125
125
  /**
@@ -130,7 +130,7 @@ export declare class LoggingManagementClient {
130
130
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
131
131
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
134
134
  */
135
135
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
136
136
  /**
@@ -141,7 +141,7 @@ export declare class LoggingManagementClient {
141
141
  * @param CreateLogRequest
142
142
  * @return CreateLogResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
145
145
  */
146
146
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
147
147
  /**
@@ -152,7 +152,7 @@ export declare class LoggingManagementClient {
152
152
  * @param CreateLogGroupRequest
153
153
  * @return CreateLogGroupResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
156
156
  */
157
157
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
158
158
  /**
@@ -162,7 +162,7 @@ export declare class LoggingManagementClient {
162
162
  * @param CreateLogSavedSearchRequest
163
163
  * @return CreateLogSavedSearchResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
166
166
  */
167
167
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class LoggingManagementClient {
171
171
  * @param CreateUnifiedAgentConfigurationRequest
172
172
  * @return CreateUnifiedAgentConfigurationResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
175
175
  */
176
176
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class LoggingManagementClient {
180
180
  * @param DeleteLogRequest
181
181
  * @return DeleteLogResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
184
184
  */
185
185
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class LoggingManagementClient {
189
189
  * @param DeleteLogGroupRequest
190
190
  * @return DeleteLogGroupResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
193
193
  */
194
194
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class LoggingManagementClient {
198
198
  * @param DeleteLogSavedSearchRequest
199
199
  * @return DeleteLogSavedSearchResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
202
202
  */
203
203
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class LoggingManagementClient {
207
207
  * @param DeleteUnifiedAgentConfigurationRequest
208
208
  * @return DeleteUnifiedAgentConfigurationResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
211
211
  */
212
212
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class LoggingManagementClient {
217
217
  * @param DeleteWorkRequestRequest
218
218
  * @return DeleteWorkRequestResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
221
221
  */
222
222
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class LoggingManagementClient {
227
227
  * @param GetLogRequest
228
228
  * @return GetLogResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
231
231
  */
232
232
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class LoggingManagementClient {
236
236
  * @param GetLogGroupRequest
237
237
  * @return GetLogGroupResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
240
240
  */
241
241
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class LoggingManagementClient {
245
245
  * @param GetLogSavedSearchRequest
246
246
  * @return GetLogSavedSearchResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
249
249
  */
250
250
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class LoggingManagementClient {
254
254
  * @param GetUnifiedAgentConfigurationRequest
255
255
  * @return GetUnifiedAgentConfigurationResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
258
258
  */
259
259
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
260
260
  /**
@@ -263,7 +263,7 @@ export declare class LoggingManagementClient {
263
263
  * @param GetWorkRequestRequest
264
264
  * @return GetWorkRequestResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
267
267
  */
268
268
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
269
269
  /**
@@ -272,7 +272,7 @@ export declare class LoggingManagementClient {
272
272
  * @param ListLogGroupsRequest
273
273
  * @return ListLogGroupsResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
276
276
  */
277
277
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
278
278
  /**
@@ -314,7 +314,7 @@ export declare class LoggingManagementClient {
314
314
  * @param ListLogSavedSearchesRequest
315
315
  * @return ListLogSavedSearchesResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
318
318
  */
319
319
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
320
320
  /**
@@ -323,7 +323,7 @@ export declare class LoggingManagementClient {
323
323
  * @param ListLogsRequest
324
324
  * @return ListLogsResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
327
327
  */
328
328
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
329
329
  /**
@@ -364,7 +364,7 @@ export declare class LoggingManagementClient {
364
364
  * @param ListServicesRequest
365
365
  * @return ListServicesResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
368
368
  */
369
369
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
370
370
  /**
@@ -373,7 +373,7 @@ export declare class LoggingManagementClient {
373
373
  * @param ListUnifiedAgentConfigurationsRequest
374
374
  * @return ListUnifiedAgentConfigurationsResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
377
377
  */
378
378
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
379
379
  /**
@@ -383,7 +383,7 @@ export declare class LoggingManagementClient {
383
383
  * @param ListWorkRequestErrorsRequest
384
384
  * @return ListWorkRequestErrorsResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
387
387
  */
388
388
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
389
389
  /**
@@ -425,7 +425,7 @@ export declare class LoggingManagementClient {
425
425
  * @param ListWorkRequestLogsRequest
426
426
  * @return ListWorkRequestLogsResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
429
429
  */
430
430
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
431
431
  /**
@@ -467,7 +467,7 @@ export declare class LoggingManagementClient {
467
467
  * @param ListWorkRequestsRequest
468
468
  * @return ListWorkRequestsResponse
469
469
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
471
471
  */
472
472
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
473
473
  /**
@@ -510,7 +510,7 @@ export declare class LoggingManagementClient {
510
510
  * @param UpdateLogRequest
511
511
  * @return UpdateLogResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
514
514
  */
515
515
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
516
516
  /**
@@ -521,7 +521,7 @@ export declare class LoggingManagementClient {
521
521
  * @param UpdateLogGroupRequest
522
522
  * @return UpdateLogGroupResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
525
525
  */
526
526
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
527
527
  /**
@@ -531,7 +531,7 @@ export declare class LoggingManagementClient {
531
531
  * @param UpdateLogSavedSearchRequest
532
532
  * @return UpdateLogSavedSearchResponse
533
533
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
535
535
  */
536
536
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
537
537
  /**
@@ -542,7 +542,7 @@ export declare class LoggingManagementClient {
542
542
  * @param UpdateUnifiedAgentConfigurationRequest
543
543
  * @return UpdateUnifiedAgentConfigurationResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
546
546
  */
547
547
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
548
548
  }
package/lib/client.js CHANGED
@@ -203,7 +203,7 @@ class LoggingManagementClient {
203
203
  * @param ChangeLogGroupCompartmentRequest
204
204
  * @return ChangeLogGroupCompartmentResponse
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.83.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
207
207
  */
208
208
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
209
209
  return __awaiter(this, void 0, void 0, function* () {
@@ -265,7 +265,7 @@ class LoggingManagementClient {
265
265
  * @param ChangeLogLogGroupRequest
266
266
  * @return ChangeLogLogGroupResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
269
269
  */
270
270
  changeLogLogGroup(changeLogLogGroupRequest) {
271
271
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class LoggingManagementClient {
329
329
  * @param ChangeLogSavedSearchCompartmentRequest
330
330
  * @return ChangeLogSavedSearchCompartmentResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
333
333
  */
334
334
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -388,7 +388,7 @@ class LoggingManagementClient {
388
388
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
389
389
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
392
392
  */
393
393
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
394
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -452,7 +452,7 @@ class LoggingManagementClient {
452
452
  * @param CreateLogRequest
453
453
  * @return CreateLogResponse
454
454
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
456
456
  */
457
457
  createLog(createLogRequest) {
458
458
  return __awaiter(this, void 0, void 0, function* () {
@@ -515,7 +515,7 @@ class LoggingManagementClient {
515
515
  * @param CreateLogGroupRequest
516
516
  * @return CreateLogGroupResponse
517
517
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
519
519
  */
520
520
  createLogGroup(createLogGroupRequest) {
521
521
  return __awaiter(this, void 0, void 0, function* () {
@@ -575,7 +575,7 @@ class LoggingManagementClient {
575
575
  * @param CreateLogSavedSearchRequest
576
576
  * @return CreateLogSavedSearchResponse
577
577
  * @throws OciError when an error occurs
578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
579
579
  */
580
580
  createLogSavedSearch(createLogSavedSearchRequest) {
581
581
  return __awaiter(this, void 0, void 0, function* () {
@@ -638,7 +638,7 @@ class LoggingManagementClient {
638
638
  * @param CreateUnifiedAgentConfigurationRequest
639
639
  * @return CreateUnifiedAgentConfigurationResponse
640
640
  * @throws OciError when an error occurs
641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
642
642
  */
643
643
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
644
644
  return __awaiter(this, void 0, void 0, function* () {
@@ -697,7 +697,7 @@ class LoggingManagementClient {
697
697
  * @param DeleteLogRequest
698
698
  * @return DeleteLogResponse
699
699
  * @throws OciError when an error occurs
700
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
701
701
  */
702
702
  deleteLog(deleteLogRequest) {
703
703
  return __awaiter(this, void 0, void 0, function* () {
@@ -758,7 +758,7 @@ class LoggingManagementClient {
758
758
  * @param DeleteLogGroupRequest
759
759
  * @return DeleteLogGroupResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
762
762
  */
763
763
  deleteLogGroup(deleteLogGroupRequest) {
764
764
  return __awaiter(this, void 0, void 0, function* () {
@@ -818,7 +818,7 @@ class LoggingManagementClient {
818
818
  * @param DeleteLogSavedSearchRequest
819
819
  * @return DeleteLogSavedSearchResponse
820
820
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
822
822
  */
823
823
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
824
824
  return __awaiter(this, void 0, void 0, function* () {
@@ -873,7 +873,7 @@ class LoggingManagementClient {
873
873
  * @param DeleteUnifiedAgentConfigurationRequest
874
874
  * @return DeleteUnifiedAgentConfigurationResponse
875
875
  * @throws OciError when an error occurs
876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
877
877
  */
878
878
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
879
879
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +934,7 @@ class LoggingManagementClient {
934
934
  * @param DeleteWorkRequestRequest
935
935
  * @return DeleteWorkRequestResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
938
938
  */
939
939
  deleteWorkRequest(deleteWorkRequestRequest) {
940
940
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class LoggingManagementClient {
995
995
  * @param GetLogRequest
996
996
  * @return GetLogResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
999
999
  */
1000
1000
  getLog(getLogRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1059,7 +1059,7 @@ class LoggingManagementClient {
1059
1059
  * @param GetLogGroupRequest
1060
1060
  * @return GetLogGroupResponse
1061
1061
  * @throws OciError when an error occurs
1062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1063
1063
  */
1064
1064
  getLogGroup(getLogGroupRequest) {
1065
1065
  return __awaiter(this, void 0, void 0, function* () {
@@ -1122,7 +1122,7 @@ class LoggingManagementClient {
1122
1122
  * @param GetLogSavedSearchRequest
1123
1123
  * @return GetLogSavedSearchResponse
1124
1124
  * @throws OciError when an error occurs
1125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1126
1126
  */
1127
1127
  getLogSavedSearch(getLogSavedSearchRequest) {
1128
1128
  return __awaiter(this, void 0, void 0, function* () {
@@ -1185,7 +1185,7 @@ class LoggingManagementClient {
1185
1185
  * @param GetUnifiedAgentConfigurationRequest
1186
1186
  * @return GetUnifiedAgentConfigurationResponse
1187
1187
  * @throws OciError when an error occurs
1188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1189
1189
  */
1190
1190
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1191
1191
  return __awaiter(this, void 0, void 0, function* () {
@@ -1248,7 +1248,7 @@ class LoggingManagementClient {
1248
1248
  * @param GetWorkRequestRequest
1249
1249
  * @return GetWorkRequestResponse
1250
1250
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1252
1252
  */
1253
1253
  getWorkRequest(getWorkRequestRequest) {
1254
1254
  return __awaiter(this, void 0, void 0, function* () {
@@ -1316,7 +1316,7 @@ class LoggingManagementClient {
1316
1316
  * @param ListLogGroupsRequest
1317
1317
  * @return ListLogGroupsResponse
1318
1318
  * @throws OciError when an error occurs
1319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1320
1320
  */
1321
1321
  listLogGroups(listLogGroupsRequest) {
1322
1322
  return __awaiter(this, void 0, void 0, function* () {
@@ -1431,7 +1431,7 @@ class LoggingManagementClient {
1431
1431
  * @param ListLogSavedSearchesRequest
1432
1432
  * @return ListLogSavedSearchesResponse
1433
1433
  * @throws OciError when an error occurs
1434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1435
1435
  */
1436
1436
  listLogSavedSearches(listLogSavedSearchesRequest) {
1437
1437
  return __awaiter(this, void 0, void 0, function* () {
@@ -1505,7 +1505,7 @@ class LoggingManagementClient {
1505
1505
  * @param ListLogsRequest
1506
1506
  * @return ListLogsResponse
1507
1507
  * @throws OciError when an error occurs
1508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1509
1509
  */
1510
1510
  listLogs(listLogsRequest) {
1511
1511
  return __awaiter(this, void 0, void 0, function* () {
@@ -1623,7 +1623,7 @@ class LoggingManagementClient {
1623
1623
  * @param ListServicesRequest
1624
1624
  * @return ListServicesResponse
1625
1625
  * @throws OciError when an error occurs
1626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1627
1627
  */
1628
1628
  listServices(listServicesRequest) {
1629
1629
  return __awaiter(this, void 0, void 0, function* () {
@@ -1689,7 +1689,7 @@ class LoggingManagementClient {
1689
1689
  * @param ListUnifiedAgentConfigurationsRequest
1690
1690
  * @return ListUnifiedAgentConfigurationsResponse
1691
1691
  * @throws OciError when an error occurs
1692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1693
1693
  */
1694
1694
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1695
1695
  return __awaiter(this, void 0, void 0, function* () {
@@ -1767,7 +1767,7 @@ class LoggingManagementClient {
1767
1767
  * @param ListWorkRequestErrorsRequest
1768
1768
  * @return ListWorkRequestErrorsResponse
1769
1769
  * @throws OciError when an error occurs
1770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1771
1771
  */
1772
1772
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1773
1773
  return __awaiter(this, void 0, void 0, function* () {
@@ -1874,7 +1874,7 @@ class LoggingManagementClient {
1874
1874
  * @param ListWorkRequestLogsRequest
1875
1875
  * @return ListWorkRequestLogsResponse
1876
1876
  * @throws OciError when an error occurs
1877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1878
1878
  */
1879
1879
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1880
1880
  return __awaiter(this, void 0, void 0, function* () {
@@ -1981,7 +1981,7 @@ class LoggingManagementClient {
1981
1981
  * @param ListWorkRequestsRequest
1982
1982
  * @return ListWorkRequestsResponse
1983
1983
  * @throws OciError when an error occurs
1984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1985
1985
  */
1986
1986
  listWorkRequests(listWorkRequestsRequest) {
1987
1987
  return __awaiter(this, void 0, void 0, function* () {
@@ -2097,7 +2097,7 @@ class LoggingManagementClient {
2097
2097
  * @param UpdateLogRequest
2098
2098
  * @return UpdateLogResponse
2099
2099
  * @throws OciError when an error occurs
2100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2101
2101
  */
2102
2102
  updateLog(updateLogRequest) {
2103
2103
  return __awaiter(this, void 0, void 0, function* () {
@@ -2161,7 +2161,7 @@ class LoggingManagementClient {
2161
2161
  * @param UpdateLogGroupRequest
2162
2162
  * @return UpdateLogGroupResponse
2163
2163
  * @throws OciError when an error occurs
2164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2165
2165
  */
2166
2166
  updateLogGroup(updateLogGroupRequest) {
2167
2167
  return __awaiter(this, void 0, void 0, function* () {
@@ -2223,7 +2223,7 @@ class LoggingManagementClient {
2223
2223
  * @param UpdateLogSavedSearchRequest
2224
2224
  * @return UpdateLogSavedSearchResponse
2225
2225
  * @throws OciError when an error occurs
2226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2227
2227
  */
2228
2228
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2229
2229
  return __awaiter(this, void 0, void 0, function* () {
@@ -2290,7 +2290,7 @@ class LoggingManagementClient {
2290
2290
  * @param UpdateUnifiedAgentConfigurationRequest
2291
2291
  * @return UpdateUnifiedAgentConfigurationResponse
2292
2292
  * @throws OciError when an error occurs
2293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2294
2294
  */
2295
2295
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2296
2296
  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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.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.84.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.83.0",
3
+ "version": "2.84.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.83.0",
19
- "oci-workrequests": "2.83.0"
18
+ "oci-common": "2.84.0",
19
+ "oci-workrequests": "2.84.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"