oci-logging 2.53.1 → 2.55.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 (35) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  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-included-search-request.d.ts +1 -1
  18. package/lib/request/get-log-request.d.ts +1 -1
  19. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  20. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  21. package/lib/request/get-work-request-request.d.ts +1 -1
  22. package/lib/request/list-log-groups-request.d.ts +1 -1
  23. package/lib/request/list-log-included-searches-request.d.ts +1 -1
  24. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  25. package/lib/request/list-logs-request.d.ts +1 -1
  26. package/lib/request/list-services-request.d.ts +1 -1
  27. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  28. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  29. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  30. package/lib/request/list-work-requests-request.d.ts +1 -1
  31. package/lib/request/update-log-group-request.d.ts +1 -1
  32. package/lib/request/update-log-request.d.ts +1 -1
  33. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  34. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  35. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class LoggingManagementClient {
78
78
  * @param ChangeLogGroupCompartmentRequest
79
79
  * @return ChangeLogGroupCompartmentResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
82
82
  */
83
83
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class LoggingManagementClient {
88
88
  * @param ChangeLogLogGroupRequest
89
89
  * @return ChangeLogLogGroupResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
92
92
  */
93
93
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
94
94
  /**
@@ -99,7 +99,7 @@ export declare class LoggingManagementClient {
99
99
  * @param ChangeLogSavedSearchCompartmentRequest
100
100
  * @return ChangeLogSavedSearchCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
103
103
  */
104
104
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
105
105
  /**
@@ -110,7 +110,7 @@ export declare class LoggingManagementClient {
110
110
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
111
111
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
114
114
  */
115
115
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
116
116
  /**
@@ -121,7 +121,7 @@ export declare class LoggingManagementClient {
121
121
  * @param CreateLogRequest
122
122
  * @return CreateLogResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
125
125
  */
126
126
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
127
127
  /**
@@ -132,7 +132,7 @@ export declare class LoggingManagementClient {
132
132
  * @param CreateLogGroupRequest
133
133
  * @return CreateLogGroupResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
136
136
  */
137
137
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class LoggingManagementClient {
142
142
  * @param CreateLogSavedSearchRequest
143
143
  * @return CreateLogSavedSearchResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
146
146
  */
147
147
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
148
148
  /**
@@ -151,7 +151,7 @@ export declare class LoggingManagementClient {
151
151
  * @param CreateUnifiedAgentConfigurationRequest
152
152
  * @return CreateUnifiedAgentConfigurationResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
155
155
  */
156
156
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
157
157
  /**
@@ -160,7 +160,7 @@ export declare class LoggingManagementClient {
160
160
  * @param DeleteLogRequest
161
161
  * @return DeleteLogResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
164
164
  */
165
165
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
166
166
  /**
@@ -169,7 +169,7 @@ export declare class LoggingManagementClient {
169
169
  * @param DeleteLogGroupRequest
170
170
  * @return DeleteLogGroupResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
173
173
  */
174
174
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class LoggingManagementClient {
178
178
  * @param DeleteLogSavedSearchRequest
179
179
  * @return DeleteLogSavedSearchResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
182
182
  */
183
183
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class LoggingManagementClient {
187
187
  * @param DeleteUnifiedAgentConfigurationRequest
188
188
  * @return DeleteUnifiedAgentConfigurationResponse
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.53.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
191
191
  */
192
192
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class LoggingManagementClient {
197
197
  * @param DeleteWorkRequestRequest
198
198
  * @return DeleteWorkRequestResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
201
201
  */
202
202
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class LoggingManagementClient {
207
207
  * @param GetLogRequest
208
208
  * @return GetLogResponse
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.53.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
211
211
  */
212
212
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class LoggingManagementClient {
216
216
  * @param GetLogGroupRequest
217
217
  * @return GetLogGroupResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
220
220
  */
221
221
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class LoggingManagementClient {
225
225
  * @param GetLogIncludedSearchRequest
226
226
  * @return GetLogIncludedSearchResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
229
229
  */
230
230
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class LoggingManagementClient {
234
234
  * @param GetLogSavedSearchRequest
235
235
  * @return GetLogSavedSearchResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
238
238
  */
239
239
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class LoggingManagementClient {
243
243
  * @param GetUnifiedAgentConfigurationRequest
244
244
  * @return GetUnifiedAgentConfigurationResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
247
247
  */
248
248
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
249
249
  /**
@@ -252,7 +252,7 @@ export declare class LoggingManagementClient {
252
252
  * @param GetWorkRequestRequest
253
253
  * @return GetWorkRequestResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
256
256
  */
257
257
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
258
258
  /**
@@ -261,7 +261,7 @@ export declare class LoggingManagementClient {
261
261
  * @param ListLogGroupsRequest
262
262
  * @return ListLogGroupsResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
265
265
  */
266
266
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
267
267
  /**
@@ -303,7 +303,7 @@ export declare class LoggingManagementClient {
303
303
  * @param ListLogIncludedSearchesRequest
304
304
  * @return ListLogIncludedSearchesResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
307
307
  */
308
308
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
309
309
  /**
@@ -313,7 +313,7 @@ export declare class LoggingManagementClient {
313
313
  * @param ListLogSavedSearchesRequest
314
314
  * @return ListLogSavedSearchesResponse
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.53.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
317
317
  */
318
318
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class LoggingManagementClient {
322
322
  * @param ListLogsRequest
323
323
  * @return ListLogsResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
326
326
  */
327
327
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
328
328
  /**
@@ -363,7 +363,7 @@ export declare class LoggingManagementClient {
363
363
  * @param ListServicesRequest
364
364
  * @return ListServicesResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
367
367
  */
368
368
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
369
369
  /**
@@ -372,7 +372,7 @@ export declare class LoggingManagementClient {
372
372
  * @param ListUnifiedAgentConfigurationsRequest
373
373
  * @return ListUnifiedAgentConfigurationsResponse
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.53.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
376
376
  */
377
377
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
378
378
  /**
@@ -382,7 +382,7 @@ export declare class LoggingManagementClient {
382
382
  * @param ListWorkRequestErrorsRequest
383
383
  * @return ListWorkRequestErrorsResponse
384
384
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
386
386
  */
387
387
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
388
388
  /**
@@ -424,7 +424,7 @@ export declare class LoggingManagementClient {
424
424
  * @param ListWorkRequestLogsRequest
425
425
  * @return ListWorkRequestLogsResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
428
428
  */
429
429
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
430
430
  /**
@@ -466,7 +466,7 @@ export declare class LoggingManagementClient {
466
466
  * @param ListWorkRequestsRequest
467
467
  * @return ListWorkRequestsResponse
468
468
  * @throws OciError when an error occurs
469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
470
470
  */
471
471
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
472
472
  /**
@@ -509,7 +509,7 @@ export declare class LoggingManagementClient {
509
509
  * @param UpdateLogRequest
510
510
  * @return UpdateLogResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
513
513
  */
514
514
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
515
515
  /**
@@ -520,7 +520,7 @@ export declare class LoggingManagementClient {
520
520
  * @param UpdateLogGroupRequest
521
521
  * @return UpdateLogGroupResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
524
524
  */
525
525
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
526
526
  /**
@@ -530,7 +530,7 @@ export declare class LoggingManagementClient {
530
530
  * @param UpdateLogSavedSearchRequest
531
531
  * @return UpdateLogSavedSearchResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
534
534
  */
535
535
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
536
536
  /**
@@ -541,7 +541,7 @@ export declare class LoggingManagementClient {
541
541
  * @param UpdateUnifiedAgentConfigurationRequest
542
542
  * @return UpdateUnifiedAgentConfigurationResponse
543
543
  * @throws OciError when an error occurs
544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
545
545
  */
546
546
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
547
547
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class LoggingManagementClient {
159
159
  * @param ChangeLogGroupCompartmentRequest
160
160
  * @return ChangeLogGroupCompartmentResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
163
163
  */
164
164
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -221,7 +221,7 @@ class LoggingManagementClient {
221
221
  * @param ChangeLogLogGroupRequest
222
222
  * @return ChangeLogLogGroupResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
225
225
  */
226
226
  changeLogLogGroup(changeLogLogGroupRequest) {
227
227
  return __awaiter(this, void 0, void 0, function* () {
@@ -285,7 +285,7 @@ class LoggingManagementClient {
285
285
  * @param ChangeLogSavedSearchCompartmentRequest
286
286
  * @return ChangeLogSavedSearchCompartmentResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
289
289
  */
290
290
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
291
291
  return __awaiter(this, void 0, void 0, function* () {
@@ -344,7 +344,7 @@ class LoggingManagementClient {
344
344
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
345
345
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
348
348
  */
349
349
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
350
350
  return __awaiter(this, void 0, void 0, function* () {
@@ -408,7 +408,7 @@ class LoggingManagementClient {
408
408
  * @param CreateLogRequest
409
409
  * @return CreateLogResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
412
412
  */
413
413
  createLog(createLogRequest) {
414
414
  return __awaiter(this, void 0, void 0, function* () {
@@ -471,7 +471,7 @@ class LoggingManagementClient {
471
471
  * @param CreateLogGroupRequest
472
472
  * @return CreateLogGroupResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
475
475
  */
476
476
  createLogGroup(createLogGroupRequest) {
477
477
  return __awaiter(this, void 0, void 0, function* () {
@@ -531,7 +531,7 @@ class LoggingManagementClient {
531
531
  * @param CreateLogSavedSearchRequest
532
532
  * @return CreateLogSavedSearchResponse
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.53.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
535
535
  */
536
536
  createLogSavedSearch(createLogSavedSearchRequest) {
537
537
  return __awaiter(this, void 0, void 0, function* () {
@@ -594,7 +594,7 @@ class LoggingManagementClient {
594
594
  * @param CreateUnifiedAgentConfigurationRequest
595
595
  * @return CreateUnifiedAgentConfigurationResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
598
598
  */
599
599
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
600
600
  return __awaiter(this, void 0, void 0, function* () {
@@ -653,7 +653,7 @@ class LoggingManagementClient {
653
653
  * @param DeleteLogRequest
654
654
  * @return DeleteLogResponse
655
655
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
657
657
  */
658
658
  deleteLog(deleteLogRequest) {
659
659
  return __awaiter(this, void 0, void 0, function* () {
@@ -714,7 +714,7 @@ class LoggingManagementClient {
714
714
  * @param DeleteLogGroupRequest
715
715
  * @return DeleteLogGroupResponse
716
716
  * @throws OciError when an error occurs
717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
718
718
  */
719
719
  deleteLogGroup(deleteLogGroupRequest) {
720
720
  return __awaiter(this, void 0, void 0, function* () {
@@ -774,7 +774,7 @@ class LoggingManagementClient {
774
774
  * @param DeleteLogSavedSearchRequest
775
775
  * @return DeleteLogSavedSearchResponse
776
776
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
778
778
  */
779
779
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
780
780
  return __awaiter(this, void 0, void 0, function* () {
@@ -829,7 +829,7 @@ class LoggingManagementClient {
829
829
  * @param DeleteUnifiedAgentConfigurationRequest
830
830
  * @return DeleteUnifiedAgentConfigurationResponse
831
831
  * @throws OciError when an error occurs
832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
833
833
  */
834
834
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
835
835
  return __awaiter(this, void 0, void 0, function* () {
@@ -890,7 +890,7 @@ class LoggingManagementClient {
890
890
  * @param DeleteWorkRequestRequest
891
891
  * @return DeleteWorkRequestResponse
892
892
  * @throws OciError when an error occurs
893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
894
894
  */
895
895
  deleteWorkRequest(deleteWorkRequestRequest) {
896
896
  return __awaiter(this, void 0, void 0, function* () {
@@ -951,7 +951,7 @@ class LoggingManagementClient {
951
951
  * @param GetLogRequest
952
952
  * @return GetLogResponse
953
953
  * @throws OciError when an error occurs
954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
955
955
  */
956
956
  getLog(getLogRequest) {
957
957
  return __awaiter(this, void 0, void 0, function* () {
@@ -1015,7 +1015,7 @@ class LoggingManagementClient {
1015
1015
  * @param GetLogGroupRequest
1016
1016
  * @return GetLogGroupResponse
1017
1017
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
1019
1019
  */
1020
1020
  getLogGroup(getLogGroupRequest) {
1021
1021
  return __awaiter(this, void 0, void 0, function* () {
@@ -1078,7 +1078,7 @@ class LoggingManagementClient {
1078
1078
  * @param GetLogIncludedSearchRequest
1079
1079
  * @return GetLogIncludedSearchResponse
1080
1080
  * @throws OciError when an error occurs
1081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1082
1082
  */
1083
1083
  getLogIncludedSearch(getLogIncludedSearchRequest) {
1084
1084
  return __awaiter(this, void 0, void 0, function* () {
@@ -1143,7 +1143,7 @@ class LoggingManagementClient {
1143
1143
  * @param GetLogSavedSearchRequest
1144
1144
  * @return GetLogSavedSearchResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1147
1147
  */
1148
1148
  getLogSavedSearch(getLogSavedSearchRequest) {
1149
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class LoggingManagementClient {
1206
1206
  * @param GetUnifiedAgentConfigurationRequest
1207
1207
  * @return GetUnifiedAgentConfigurationResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1210
1210
  */
1211
1211
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1269,7 +1269,7 @@ class LoggingManagementClient {
1269
1269
  * @param GetWorkRequestRequest
1270
1270
  * @return GetWorkRequestResponse
1271
1271
  * @throws OciError when an error occurs
1272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1273
1273
  */
1274
1274
  getWorkRequest(getWorkRequestRequest) {
1275
1275
  return __awaiter(this, void 0, void 0, function* () {
@@ -1337,7 +1337,7 @@ class LoggingManagementClient {
1337
1337
  * @param ListLogGroupsRequest
1338
1338
  * @return ListLogGroupsResponse
1339
1339
  * @throws OciError when an error occurs
1340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1341
1341
  */
1342
1342
  listLogGroups(listLogGroupsRequest) {
1343
1343
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1452,7 @@ class LoggingManagementClient {
1452
1452
  * @param ListLogIncludedSearchesRequest
1453
1453
  * @return ListLogIncludedSearchesResponse
1454
1454
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1456
1456
  */
1457
1457
  listLogIncludedSearches(listLogIncludedSearchesRequest) {
1458
1458
  return __awaiter(this, void 0, void 0, function* () {
@@ -1527,7 +1527,7 @@ class LoggingManagementClient {
1527
1527
  * @param ListLogSavedSearchesRequest
1528
1528
  * @return ListLogSavedSearchesResponse
1529
1529
  * @throws OciError when an error occurs
1530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1531
1531
  */
1532
1532
  listLogSavedSearches(listLogSavedSearchesRequest) {
1533
1533
  return __awaiter(this, void 0, void 0, function* () {
@@ -1601,7 +1601,7 @@ class LoggingManagementClient {
1601
1601
  * @param ListLogsRequest
1602
1602
  * @return ListLogsResponse
1603
1603
  * @throws OciError when an error occurs
1604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1605
1605
  */
1606
1606
  listLogs(listLogsRequest) {
1607
1607
  return __awaiter(this, void 0, void 0, function* () {
@@ -1719,7 +1719,7 @@ class LoggingManagementClient {
1719
1719
  * @param ListServicesRequest
1720
1720
  * @return ListServicesResponse
1721
1721
  * @throws OciError when an error occurs
1722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1723
1723
  */
1724
1724
  listServices(listServicesRequest) {
1725
1725
  return __awaiter(this, void 0, void 0, function* () {
@@ -1785,7 +1785,7 @@ class LoggingManagementClient {
1785
1785
  * @param ListUnifiedAgentConfigurationsRequest
1786
1786
  * @return ListUnifiedAgentConfigurationsResponse
1787
1787
  * @throws OciError when an error occurs
1788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1789
1789
  */
1790
1790
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1791
1791
  return __awaiter(this, void 0, void 0, function* () {
@@ -1863,7 +1863,7 @@ class LoggingManagementClient {
1863
1863
  * @param ListWorkRequestErrorsRequest
1864
1864
  * @return ListWorkRequestErrorsResponse
1865
1865
  * @throws OciError when an error occurs
1866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1867
1867
  */
1868
1868
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1869
1869
  return __awaiter(this, void 0, void 0, function* () {
@@ -1970,7 +1970,7 @@ class LoggingManagementClient {
1970
1970
  * @param ListWorkRequestLogsRequest
1971
1971
  * @return ListWorkRequestLogsResponse
1972
1972
  * @throws OciError when an error occurs
1973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1974
1974
  */
1975
1975
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1976
1976
  return __awaiter(this, void 0, void 0, function* () {
@@ -2077,7 +2077,7 @@ class LoggingManagementClient {
2077
2077
  * @param ListWorkRequestsRequest
2078
2078
  * @return ListWorkRequestsResponse
2079
2079
  * @throws OciError when an error occurs
2080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2081
2081
  */
2082
2082
  listWorkRequests(listWorkRequestsRequest) {
2083
2083
  return __awaiter(this, void 0, void 0, function* () {
@@ -2193,7 +2193,7 @@ class LoggingManagementClient {
2193
2193
  * @param UpdateLogRequest
2194
2194
  * @return UpdateLogResponse
2195
2195
  * @throws OciError when an error occurs
2196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2197
2197
  */
2198
2198
  updateLog(updateLogRequest) {
2199
2199
  return __awaiter(this, void 0, void 0, function* () {
@@ -2257,7 +2257,7 @@ class LoggingManagementClient {
2257
2257
  * @param UpdateLogGroupRequest
2258
2258
  * @return UpdateLogGroupResponse
2259
2259
  * @throws OciError when an error occurs
2260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2261
2261
  */
2262
2262
  updateLogGroup(updateLogGroupRequest) {
2263
2263
  return __awaiter(this, void 0, void 0, function* () {
@@ -2319,7 +2319,7 @@ class LoggingManagementClient {
2319
2319
  * @param UpdateLogSavedSearchRequest
2320
2320
  * @return UpdateLogSavedSearchResponse
2321
2321
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2323
2323
  */
2324
2324
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2325
2325
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2386,7 @@ class LoggingManagementClient {
2386
2386
  * @param UpdateUnifiedAgentConfigurationRequest
2387
2387
  * @return UpdateUnifiedAgentConfigurationResponse
2388
2388
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2390
2390
  */
2391
2391
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2392
2392
  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.53.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearchRequest.
16
16
  */
17
17
  export interface GetLogIncludedSearchRequest 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.53.1/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearchesRequest.
16
16
  */
17
17
  export interface ListLogIncludedSearchesRequest 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.53.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.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.53.1",
3
+ "version": "2.55.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.53.1",
19
- "oci-workrequests": "2.53.1"
18
+ "oci-common": "2.55.0",
19
+ "oci-workrequests": "2.55.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"