oci-logging 2.62.2 → 2.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  4. package/lib/request/change-log-log-group-request.d.ts +1 -1
  5. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  6. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  7. package/lib/request/create-log-group-request.d.ts +1 -1
  8. package/lib/request/create-log-request.d.ts +1 -1
  9. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  10. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  11. package/lib/request/delete-log-group-request.d.ts +1 -1
  12. package/lib/request/delete-log-request.d.ts +1 -1
  13. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  14. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  15. package/lib/request/delete-work-request-request.d.ts +1 -1
  16. package/lib/request/get-log-group-request.d.ts +1 -1
  17. package/lib/request/get-log-request.d.ts +1 -1
  18. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  19. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  20. package/lib/request/get-work-request-request.d.ts +1 -1
  21. package/lib/request/list-log-groups-request.d.ts +1 -1
  22. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  23. package/lib/request/list-logs-request.d.ts +1 -1
  24. package/lib/request/list-services-request.d.ts +1 -1
  25. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  26. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  27. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  28. package/lib/request/list-work-requests-request.d.ts +1 -1
  29. package/lib/request/update-log-group-request.d.ts +1 -1
  30. package/lib/request/update-log-request.d.ts +1 -1
  31. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  32. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  33. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -93,7 +93,7 @@ export declare class LoggingManagementClient {
93
93
  * @param ChangeLogGroupCompartmentRequest
94
94
  * @return ChangeLogGroupCompartmentResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
97
97
  */
98
98
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
99
99
  /**
@@ -103,7 +103,7 @@ export declare class LoggingManagementClient {
103
103
  * @param ChangeLogLogGroupRequest
104
104
  * @return ChangeLogLogGroupResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
107
107
  */
108
108
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
109
109
  /**
@@ -114,7 +114,7 @@ export declare class LoggingManagementClient {
114
114
  * @param ChangeLogSavedSearchCompartmentRequest
115
115
  * @return ChangeLogSavedSearchCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
118
118
  */
119
119
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
120
120
  /**
@@ -125,7 +125,7 @@ export declare class LoggingManagementClient {
125
125
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
126
126
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
129
129
  */
130
130
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
131
131
  /**
@@ -136,7 +136,7 @@ export declare class LoggingManagementClient {
136
136
  * @param CreateLogRequest
137
137
  * @return CreateLogResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
140
140
  */
141
141
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
142
142
  /**
@@ -147,7 +147,7 @@ export declare class LoggingManagementClient {
147
147
  * @param CreateLogGroupRequest
148
148
  * @return CreateLogGroupResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
151
151
  */
152
152
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class LoggingManagementClient {
157
157
  * @param CreateLogSavedSearchRequest
158
158
  * @return CreateLogSavedSearchResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
161
161
  */
162
162
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class LoggingManagementClient {
166
166
  * @param CreateUnifiedAgentConfigurationRequest
167
167
  * @return CreateUnifiedAgentConfigurationResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
170
170
  */
171
171
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class LoggingManagementClient {
175
175
  * @param DeleteLogRequest
176
176
  * @return DeleteLogResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
179
179
  */
180
180
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class LoggingManagementClient {
184
184
  * @param DeleteLogGroupRequest
185
185
  * @return DeleteLogGroupResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
188
188
  */
189
189
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class LoggingManagementClient {
193
193
  * @param DeleteLogSavedSearchRequest
194
194
  * @return DeleteLogSavedSearchResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
197
197
  */
198
198
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class LoggingManagementClient {
202
202
  * @param DeleteUnifiedAgentConfigurationRequest
203
203
  * @return DeleteUnifiedAgentConfigurationResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
206
206
  */
207
207
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
208
208
  /**
@@ -212,7 +212,7 @@ export declare class LoggingManagementClient {
212
212
  * @param DeleteWorkRequestRequest
213
213
  * @return DeleteWorkRequestResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
216
216
  */
217
217
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
218
218
  /**
@@ -222,7 +222,7 @@ export declare class LoggingManagementClient {
222
222
  * @param GetLogRequest
223
223
  * @return GetLogResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
226
226
  */
227
227
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class LoggingManagementClient {
231
231
  * @param GetLogGroupRequest
232
232
  * @return GetLogGroupResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
235
235
  */
236
236
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class LoggingManagementClient {
240
240
  * @param GetLogSavedSearchRequest
241
241
  * @return GetLogSavedSearchResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
244
244
  */
245
245
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
246
246
  /**
@@ -249,7 +249,7 @@ export declare class LoggingManagementClient {
249
249
  * @param GetUnifiedAgentConfigurationRequest
250
250
  * @return GetUnifiedAgentConfigurationResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
253
253
  */
254
254
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
255
255
  /**
@@ -258,7 +258,7 @@ export declare class LoggingManagementClient {
258
258
  * @param GetWorkRequestRequest
259
259
  * @return GetWorkRequestResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
262
262
  */
263
263
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
264
264
  /**
@@ -267,7 +267,7 @@ export declare class LoggingManagementClient {
267
267
  * @param ListLogGroupsRequest
268
268
  * @return ListLogGroupsResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
271
271
  */
272
272
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
273
273
  /**
@@ -309,7 +309,7 @@ export declare class LoggingManagementClient {
309
309
  * @param ListLogSavedSearchesRequest
310
310
  * @return ListLogSavedSearchesResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
313
313
  */
314
314
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class LoggingManagementClient {
318
318
  * @param ListLogsRequest
319
319
  * @return ListLogsResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
322
322
  */
323
323
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
324
324
  /**
@@ -359,7 +359,7 @@ export declare class LoggingManagementClient {
359
359
  * @param ListServicesRequest
360
360
  * @return ListServicesResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
363
363
  */
364
364
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
365
365
  /**
@@ -368,7 +368,7 @@ export declare class LoggingManagementClient {
368
368
  * @param ListUnifiedAgentConfigurationsRequest
369
369
  * @return ListUnifiedAgentConfigurationsResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
372
372
  */
373
373
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
374
374
  /**
@@ -378,7 +378,7 @@ export declare class LoggingManagementClient {
378
378
  * @param ListWorkRequestErrorsRequest
379
379
  * @return ListWorkRequestErrorsResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
382
382
  */
383
383
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
384
384
  /**
@@ -420,7 +420,7 @@ export declare class LoggingManagementClient {
420
420
  * @param ListWorkRequestLogsRequest
421
421
  * @return ListWorkRequestLogsResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
424
424
  */
425
425
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
426
426
  /**
@@ -462,7 +462,7 @@ export declare class LoggingManagementClient {
462
462
  * @param ListWorkRequestsRequest
463
463
  * @return ListWorkRequestsResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
466
466
  */
467
467
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
468
468
  /**
@@ -505,7 +505,7 @@ export declare class LoggingManagementClient {
505
505
  * @param UpdateLogRequest
506
506
  * @return UpdateLogResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
509
509
  */
510
510
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
511
511
  /**
@@ -516,7 +516,7 @@ export declare class LoggingManagementClient {
516
516
  * @param UpdateLogGroupRequest
517
517
  * @return UpdateLogGroupResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
520
520
  */
521
521
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
522
522
  /**
@@ -526,7 +526,7 @@ export declare class LoggingManagementClient {
526
526
  * @param UpdateLogSavedSearchRequest
527
527
  * @return UpdateLogSavedSearchResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
530
530
  */
531
531
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
532
532
  /**
@@ -537,7 +537,7 @@ export declare class LoggingManagementClient {
537
537
  * @param UpdateUnifiedAgentConfigurationRequest
538
538
  * @return UpdateUnifiedAgentConfigurationResponse
539
539
  * @throws OciError when an error occurs
540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
541
541
  */
542
542
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
543
543
  }
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class LoggingManagementClient {
187
187
  * @param ChangeLogGroupCompartmentRequest
188
188
  * @return ChangeLogGroupCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
191
191
  */
192
192
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +249,7 @@ class LoggingManagementClient {
249
249
  * @param ChangeLogLogGroupRequest
250
250
  * @return ChangeLogLogGroupResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
253
253
  */
254
254
  changeLogLogGroup(changeLogLogGroupRequest) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class LoggingManagementClient {
313
313
  * @param ChangeLogSavedSearchCompartmentRequest
314
314
  * @return ChangeLogSavedSearchCompartmentResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
317
317
  */
318
318
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class LoggingManagementClient {
372
372
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
373
373
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
376
376
  */
377
377
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class LoggingManagementClient {
436
436
  * @param CreateLogRequest
437
437
  * @return CreateLogResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
440
440
  */
441
441
  createLog(createLogRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class LoggingManagementClient {
499
499
  * @param CreateLogGroupRequest
500
500
  * @return CreateLogGroupResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
503
503
  */
504
504
  createLogGroup(createLogGroupRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -559,7 +559,7 @@ class LoggingManagementClient {
559
559
  * @param CreateLogSavedSearchRequest
560
560
  * @return CreateLogSavedSearchResponse
561
561
  * @throws OciError when an error occurs
562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
563
563
  */
564
564
  createLogSavedSearch(createLogSavedSearchRequest) {
565
565
  return __awaiter(this, void 0, void 0, function* () {
@@ -622,7 +622,7 @@ class LoggingManagementClient {
622
622
  * @param CreateUnifiedAgentConfigurationRequest
623
623
  * @return CreateUnifiedAgentConfigurationResponse
624
624
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
626
626
  */
627
627
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
628
628
  return __awaiter(this, void 0, void 0, function* () {
@@ -681,7 +681,7 @@ class LoggingManagementClient {
681
681
  * @param DeleteLogRequest
682
682
  * @return DeleteLogResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
685
685
  */
686
686
  deleteLog(deleteLogRequest) {
687
687
  return __awaiter(this, void 0, void 0, function* () {
@@ -742,7 +742,7 @@ class LoggingManagementClient {
742
742
  * @param DeleteLogGroupRequest
743
743
  * @return DeleteLogGroupResponse
744
744
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
746
746
  */
747
747
  deleteLogGroup(deleteLogGroupRequest) {
748
748
  return __awaiter(this, void 0, void 0, function* () {
@@ -802,7 +802,7 @@ class LoggingManagementClient {
802
802
  * @param DeleteLogSavedSearchRequest
803
803
  * @return DeleteLogSavedSearchResponse
804
804
  * @throws OciError when an error occurs
805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
806
806
  */
807
807
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
808
808
  return __awaiter(this, void 0, void 0, function* () {
@@ -857,7 +857,7 @@ class LoggingManagementClient {
857
857
  * @param DeleteUnifiedAgentConfigurationRequest
858
858
  * @return DeleteUnifiedAgentConfigurationResponse
859
859
  * @throws OciError when an error occurs
860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
861
861
  */
862
862
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
863
863
  return __awaiter(this, void 0, void 0, function* () {
@@ -918,7 +918,7 @@ class LoggingManagementClient {
918
918
  * @param DeleteWorkRequestRequest
919
919
  * @return DeleteWorkRequestResponse
920
920
  * @throws OciError when an error occurs
921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
922
922
  */
923
923
  deleteWorkRequest(deleteWorkRequestRequest) {
924
924
  return __awaiter(this, void 0, void 0, function* () {
@@ -979,7 +979,7 @@ class LoggingManagementClient {
979
979
  * @param GetLogRequest
980
980
  * @return GetLogResponse
981
981
  * @throws OciError when an error occurs
982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
983
983
  */
984
984
  getLog(getLogRequest) {
985
985
  return __awaiter(this, void 0, void 0, function* () {
@@ -1043,7 +1043,7 @@ class LoggingManagementClient {
1043
1043
  * @param GetLogGroupRequest
1044
1044
  * @return GetLogGroupResponse
1045
1045
  * @throws OciError when an error occurs
1046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1047
1047
  */
1048
1048
  getLogGroup(getLogGroupRequest) {
1049
1049
  return __awaiter(this, void 0, void 0, function* () {
@@ -1106,7 +1106,7 @@ class LoggingManagementClient {
1106
1106
  * @param GetLogSavedSearchRequest
1107
1107
  * @return GetLogSavedSearchResponse
1108
1108
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1110
1110
  */
1111
1111
  getLogSavedSearch(getLogSavedSearchRequest) {
1112
1112
  return __awaiter(this, void 0, void 0, function* () {
@@ -1169,7 +1169,7 @@ class LoggingManagementClient {
1169
1169
  * @param GetUnifiedAgentConfigurationRequest
1170
1170
  * @return GetUnifiedAgentConfigurationResponse
1171
1171
  * @throws OciError when an error occurs
1172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1173
1173
  */
1174
1174
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1175
1175
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1232,7 @@ class LoggingManagementClient {
1232
1232
  * @param GetWorkRequestRequest
1233
1233
  * @return GetWorkRequestResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1236
1236
  */
1237
1237
  getWorkRequest(getWorkRequestRequest) {
1238
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1300,7 +1300,7 @@ class LoggingManagementClient {
1300
1300
  * @param ListLogGroupsRequest
1301
1301
  * @return ListLogGroupsResponse
1302
1302
  * @throws OciError when an error occurs
1303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1304
1304
  */
1305
1305
  listLogGroups(listLogGroupsRequest) {
1306
1306
  return __awaiter(this, void 0, void 0, function* () {
@@ -1415,7 +1415,7 @@ class LoggingManagementClient {
1415
1415
  * @param ListLogSavedSearchesRequest
1416
1416
  * @return ListLogSavedSearchesResponse
1417
1417
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1419
1419
  */
1420
1420
  listLogSavedSearches(listLogSavedSearchesRequest) {
1421
1421
  return __awaiter(this, void 0, void 0, function* () {
@@ -1489,7 +1489,7 @@ class LoggingManagementClient {
1489
1489
  * @param ListLogsRequest
1490
1490
  * @return ListLogsResponse
1491
1491
  * @throws OciError when an error occurs
1492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1493
1493
  */
1494
1494
  listLogs(listLogsRequest) {
1495
1495
  return __awaiter(this, void 0, void 0, function* () {
@@ -1607,7 +1607,7 @@ class LoggingManagementClient {
1607
1607
  * @param ListServicesRequest
1608
1608
  * @return ListServicesResponse
1609
1609
  * @throws OciError when an error occurs
1610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
1610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1611
1611
  */
1612
1612
  listServices(listServicesRequest) {
1613
1613
  return __awaiter(this, void 0, void 0, function* () {
@@ -1675,7 +1675,7 @@ class LoggingManagementClient {
1675
1675
  * @param ListUnifiedAgentConfigurationsRequest
1676
1676
  * @return ListUnifiedAgentConfigurationsResponse
1677
1677
  * @throws OciError when an error occurs
1678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1679
1679
  */
1680
1680
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1681
1681
  return __awaiter(this, void 0, void 0, function* () {
@@ -1753,7 +1753,7 @@ class LoggingManagementClient {
1753
1753
  * @param ListWorkRequestErrorsRequest
1754
1754
  * @return ListWorkRequestErrorsResponse
1755
1755
  * @throws OciError when an error occurs
1756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1757
1757
  */
1758
1758
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1759
1759
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1860,7 @@ class LoggingManagementClient {
1860
1860
  * @param ListWorkRequestLogsRequest
1861
1861
  * @return ListWorkRequestLogsResponse
1862
1862
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1864
1864
  */
1865
1865
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1866
1866
  return __awaiter(this, void 0, void 0, function* () {
@@ -1967,7 +1967,7 @@ class LoggingManagementClient {
1967
1967
  * @param ListWorkRequestsRequest
1968
1968
  * @return ListWorkRequestsResponse
1969
1969
  * @throws OciError when an error occurs
1970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1971
1971
  */
1972
1972
  listWorkRequests(listWorkRequestsRequest) {
1973
1973
  return __awaiter(this, void 0, void 0, function* () {
@@ -2083,7 +2083,7 @@ class LoggingManagementClient {
2083
2083
  * @param UpdateLogRequest
2084
2084
  * @return UpdateLogResponse
2085
2085
  * @throws OciError when an error occurs
2086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2087
2087
  */
2088
2088
  updateLog(updateLogRequest) {
2089
2089
  return __awaiter(this, void 0, void 0, function* () {
@@ -2147,7 +2147,7 @@ class LoggingManagementClient {
2147
2147
  * @param UpdateLogGroupRequest
2148
2148
  * @return UpdateLogGroupResponse
2149
2149
  * @throws OciError when an error occurs
2150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2151
2151
  */
2152
2152
  updateLogGroup(updateLogGroupRequest) {
2153
2153
  return __awaiter(this, void 0, void 0, function* () {
@@ -2209,7 +2209,7 @@ class LoggingManagementClient {
2209
2209
  * @param UpdateLogSavedSearchRequest
2210
2210
  * @return UpdateLogSavedSearchResponse
2211
2211
  * @throws OciError when an error occurs
2212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2213
2213
  */
2214
2214
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2215
2215
  return __awaiter(this, void 0, void 0, function* () {
@@ -2276,7 +2276,7 @@ class LoggingManagementClient {
2276
2276
  * @param UpdateUnifiedAgentConfigurationRequest
2277
2277
  * @return UpdateUnifiedAgentConfigurationResponse
2278
2278
  * @throws OciError when an error occurs
2279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2280
2280
  */
2281
2281
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2282
2282
  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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2/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.63.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.62.2",
3
+ "version": "2.63.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.62.2",
19
- "oci-workrequests": "2.62.2"
18
+ "oci-common": "2.63.0",
19
+ "oci-workrequests": "2.63.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"