oci-logging 2.21.0 → 2.22.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
@@ -76,7 +76,7 @@ export declare class LoggingManagementClient {
76
76
  * @param ChangeLogGroupCompartmentRequest
77
77
  * @return ChangeLogGroupCompartmentResponse
78
78
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
80
80
  */
81
81
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
82
82
  /**
@@ -86,7 +86,7 @@ export declare class LoggingManagementClient {
86
86
  * @param ChangeLogLogGroupRequest
87
87
  * @return ChangeLogLogGroupResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
90
90
  */
91
91
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
92
92
  /**
@@ -97,7 +97,7 @@ export declare class LoggingManagementClient {
97
97
  * @param ChangeLogSavedSearchCompartmentRequest
98
98
  * @return ChangeLogSavedSearchCompartmentResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
101
101
  */
102
102
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
103
103
  /**
@@ -108,7 +108,7 @@ export declare class LoggingManagementClient {
108
108
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
109
109
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
112
112
  */
113
113
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
114
114
  /**
@@ -119,7 +119,7 @@ export declare class LoggingManagementClient {
119
119
  * @param CreateLogRequest
120
120
  * @return CreateLogResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
123
123
  */
124
124
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
125
125
  /**
@@ -130,7 +130,7 @@ export declare class LoggingManagementClient {
130
130
  * @param CreateLogGroupRequest
131
131
  * @return CreateLogGroupResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
134
134
  */
135
135
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
136
136
  /**
@@ -140,7 +140,7 @@ export declare class LoggingManagementClient {
140
140
  * @param CreateLogSavedSearchRequest
141
141
  * @return CreateLogSavedSearchResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
144
144
  */
145
145
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class LoggingManagementClient {
149
149
  * @param CreateUnifiedAgentConfigurationRequest
150
150
  * @return CreateUnifiedAgentConfigurationResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
153
153
  */
154
154
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class LoggingManagementClient {
158
158
  * @param DeleteLogRequest
159
159
  * @return DeleteLogResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
162
162
  */
163
163
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class LoggingManagementClient {
167
167
  * @param DeleteLogGroupRequest
168
168
  * @return DeleteLogGroupResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
171
171
  */
172
172
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class LoggingManagementClient {
176
176
  * @param DeleteLogSavedSearchRequest
177
177
  * @return DeleteLogSavedSearchResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
180
180
  */
181
181
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class LoggingManagementClient {
185
185
  * @param DeleteUnifiedAgentConfigurationRequest
186
186
  * @return DeleteUnifiedAgentConfigurationResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
189
189
  */
190
190
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
191
191
  /**
@@ -195,7 +195,7 @@ export declare class LoggingManagementClient {
195
195
  * @param DeleteWorkRequestRequest
196
196
  * @return DeleteWorkRequestResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
199
199
  */
200
200
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
201
201
  /**
@@ -205,7 +205,7 @@ export declare class LoggingManagementClient {
205
205
  * @param GetLogRequest
206
206
  * @return GetLogResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
209
209
  */
210
210
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
211
211
  /**
@@ -214,7 +214,7 @@ export declare class LoggingManagementClient {
214
214
  * @param GetLogGroupRequest
215
215
  * @return GetLogGroupResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
218
218
  */
219
219
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
220
220
  /**
@@ -223,7 +223,7 @@ export declare class LoggingManagementClient {
223
223
  * @param GetLogIncludedSearchRequest
224
224
  * @return GetLogIncludedSearchResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
227
227
  */
228
228
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
229
229
  /**
@@ -232,7 +232,7 @@ export declare class LoggingManagementClient {
232
232
  * @param GetLogSavedSearchRequest
233
233
  * @return GetLogSavedSearchResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
236
236
  */
237
237
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
238
238
  /**
@@ -241,7 +241,7 @@ export declare class LoggingManagementClient {
241
241
  * @param GetUnifiedAgentConfigurationRequest
242
242
  * @return GetUnifiedAgentConfigurationResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
245
245
  */
246
246
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
247
247
  /**
@@ -250,7 +250,7 @@ export declare class LoggingManagementClient {
250
250
  * @param GetWorkRequestRequest
251
251
  * @return GetWorkRequestResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
254
254
  */
255
255
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
256
256
  /**
@@ -259,7 +259,7 @@ export declare class LoggingManagementClient {
259
259
  * @param ListLogGroupsRequest
260
260
  * @return ListLogGroupsResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
263
263
  */
264
264
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
265
265
  /**
@@ -301,7 +301,7 @@ export declare class LoggingManagementClient {
301
301
  * @param ListLogIncludedSearchesRequest
302
302
  * @return ListLogIncludedSearchesResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
305
305
  */
306
306
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
307
307
  /**
@@ -311,7 +311,7 @@ export declare class LoggingManagementClient {
311
311
  * @param ListLogSavedSearchesRequest
312
312
  * @return ListLogSavedSearchesResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
315
315
  */
316
316
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare class LoggingManagementClient {
320
320
  * @param ListLogsRequest
321
321
  * @return ListLogsResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
324
324
  */
325
325
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
326
326
  /**
@@ -361,7 +361,7 @@ export declare class LoggingManagementClient {
361
361
  * @param ListServicesRequest
362
362
  * @return ListServicesResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
365
365
  */
366
366
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
367
367
  /**
@@ -370,7 +370,7 @@ export declare class LoggingManagementClient {
370
370
  * @param ListUnifiedAgentConfigurationsRequest
371
371
  * @return ListUnifiedAgentConfigurationsResponse
372
372
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
374
374
  */
375
375
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
376
376
  /**
@@ -380,7 +380,7 @@ export declare class LoggingManagementClient {
380
380
  * @param ListWorkRequestErrorsRequest
381
381
  * @return ListWorkRequestErrorsResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
384
384
  */
385
385
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
386
386
  /**
@@ -422,7 +422,7 @@ export declare class LoggingManagementClient {
422
422
  * @param ListWorkRequestLogsRequest
423
423
  * @return ListWorkRequestLogsResponse
424
424
  * @throws OciError when an error occurs
425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
426
426
  */
427
427
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
428
428
  /**
@@ -464,7 +464,7 @@ export declare class LoggingManagementClient {
464
464
  * @param ListWorkRequestsRequest
465
465
  * @return ListWorkRequestsResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
468
468
  */
469
469
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
470
470
  /**
@@ -507,7 +507,7 @@ export declare class LoggingManagementClient {
507
507
  * @param UpdateLogRequest
508
508
  * @return UpdateLogResponse
509
509
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
511
511
  */
512
512
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
513
513
  /**
@@ -518,7 +518,7 @@ export declare class LoggingManagementClient {
518
518
  * @param UpdateLogGroupRequest
519
519
  * @return UpdateLogGroupResponse
520
520
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
522
522
  */
523
523
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
524
524
  /**
@@ -528,7 +528,7 @@ export declare class LoggingManagementClient {
528
528
  * @param UpdateLogSavedSearchRequest
529
529
  * @return UpdateLogSavedSearchResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
532
532
  */
533
533
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
534
534
  /**
@@ -539,7 +539,7 @@ export declare class LoggingManagementClient {
539
539
  * @param UpdateUnifiedAgentConfigurationRequest
540
540
  * @return UpdateUnifiedAgentConfigurationResponse
541
541
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
543
543
  */
544
544
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
545
545
  }
package/lib/client.js CHANGED
@@ -153,7 +153,7 @@ class LoggingManagementClient {
153
153
  * @param ChangeLogGroupCompartmentRequest
154
154
  * @return ChangeLogGroupCompartmentResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
157
157
  */
158
158
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
159
159
  return __awaiter(this, void 0, void 0, function* () {
@@ -213,7 +213,7 @@ class LoggingManagementClient {
213
213
  * @param ChangeLogLogGroupRequest
214
214
  * @return ChangeLogLogGroupResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
217
217
  */
218
218
  changeLogLogGroup(changeLogLogGroupRequest) {
219
219
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class LoggingManagementClient {
275
275
  * @param ChangeLogSavedSearchCompartmentRequest
276
276
  * @return ChangeLogSavedSearchCompartmentResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
279
279
  */
280
280
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class LoggingManagementClient {
332
332
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
333
333
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
336
336
  */
337
337
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class LoggingManagementClient {
394
394
  * @param CreateLogRequest
395
395
  * @return CreateLogResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
398
398
  */
399
399
  createLog(createLogRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -455,7 +455,7 @@ class LoggingManagementClient {
455
455
  * @param CreateLogGroupRequest
456
456
  * @return CreateLogGroupResponse
457
457
  * @throws OciError when an error occurs
458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
459
459
  */
460
460
  createLogGroup(createLogGroupRequest) {
461
461
  return __awaiter(this, void 0, void 0, function* () {
@@ -513,7 +513,7 @@ class LoggingManagementClient {
513
513
  * @param CreateLogSavedSearchRequest
514
514
  * @return CreateLogSavedSearchResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
517
517
  */
518
518
  createLogSavedSearch(createLogSavedSearchRequest) {
519
519
  return __awaiter(this, void 0, void 0, function* () {
@@ -574,7 +574,7 @@ class LoggingManagementClient {
574
574
  * @param CreateUnifiedAgentConfigurationRequest
575
575
  * @return CreateUnifiedAgentConfigurationResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
578
578
  */
579
579
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
580
580
  return __awaiter(this, void 0, void 0, function* () {
@@ -631,7 +631,7 @@ class LoggingManagementClient {
631
631
  * @param DeleteLogRequest
632
632
  * @return DeleteLogResponse
633
633
  * @throws OciError when an error occurs
634
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
635
635
  */
636
636
  deleteLog(deleteLogRequest) {
637
637
  return __awaiter(this, void 0, void 0, function* () {
@@ -690,7 +690,7 @@ class LoggingManagementClient {
690
690
  * @param DeleteLogGroupRequest
691
691
  * @return DeleteLogGroupResponse
692
692
  * @throws OciError when an error occurs
693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
694
694
  */
695
695
  deleteLogGroup(deleteLogGroupRequest) {
696
696
  return __awaiter(this, void 0, void 0, function* () {
@@ -748,7 +748,7 @@ class LoggingManagementClient {
748
748
  * @param DeleteLogSavedSearchRequest
749
749
  * @return DeleteLogSavedSearchResponse
750
750
  * @throws OciError when an error occurs
751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
752
752
  */
753
753
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
754
754
  return __awaiter(this, void 0, void 0, function* () {
@@ -801,7 +801,7 @@ class LoggingManagementClient {
801
801
  * @param DeleteUnifiedAgentConfigurationRequest
802
802
  * @return DeleteUnifiedAgentConfigurationResponse
803
803
  * @throws OciError when an error occurs
804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
805
805
  */
806
806
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
807
807
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class LoggingManagementClient {
860
860
  * @param DeleteWorkRequestRequest
861
861
  * @return DeleteWorkRequestResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
864
864
  */
865
865
  deleteWorkRequest(deleteWorkRequestRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -919,7 +919,7 @@ class LoggingManagementClient {
919
919
  * @param GetLogRequest
920
920
  * @return GetLogResponse
921
921
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
923
923
  */
924
924
  getLog(getLogRequest) {
925
925
  return __awaiter(this, void 0, void 0, function* () {
@@ -981,7 +981,7 @@ class LoggingManagementClient {
981
981
  * @param GetLogGroupRequest
982
982
  * @return GetLogGroupResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
985
985
  */
986
986
  getLogGroup(getLogGroupRequest) {
987
987
  return __awaiter(this, void 0, void 0, function* () {
@@ -1042,7 +1042,7 @@ class LoggingManagementClient {
1042
1042
  * @param GetLogIncludedSearchRequest
1043
1043
  * @return GetLogIncludedSearchResponse
1044
1044
  * @throws OciError when an error occurs
1045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1046
1046
  */
1047
1047
  getLogIncludedSearch(getLogIncludedSearchRequest) {
1048
1048
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,7 +1105,7 @@ class LoggingManagementClient {
1105
1105
  * @param GetLogSavedSearchRequest
1106
1106
  * @return GetLogSavedSearchResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1109
1109
  */
1110
1110
  getLogSavedSearch(getLogSavedSearchRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1166,7 +1166,7 @@ class LoggingManagementClient {
1166
1166
  * @param GetUnifiedAgentConfigurationRequest
1167
1167
  * @return GetUnifiedAgentConfigurationResponse
1168
1168
  * @throws OciError when an error occurs
1169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1170
1170
  */
1171
1171
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1172
1172
  return __awaiter(this, void 0, void 0, function* () {
@@ -1227,7 +1227,7 @@ class LoggingManagementClient {
1227
1227
  * @param GetWorkRequestRequest
1228
1228
  * @return GetWorkRequestResponse
1229
1229
  * @throws OciError when an error occurs
1230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1231
1231
  */
1232
1232
  getWorkRequest(getWorkRequestRequest) {
1233
1233
  return __awaiter(this, void 0, void 0, function* () {
@@ -1293,7 +1293,7 @@ class LoggingManagementClient {
1293
1293
  * @param ListLogGroupsRequest
1294
1294
  * @return ListLogGroupsResponse
1295
1295
  * @throws OciError when an error occurs
1296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1297
1297
  */
1298
1298
  listLogGroups(listLogGroupsRequest) {
1299
1299
  return __awaiter(this, void 0, void 0, function* () {
@@ -1406,7 +1406,7 @@ class LoggingManagementClient {
1406
1406
  * @param ListLogIncludedSearchesRequest
1407
1407
  * @return ListLogIncludedSearchesResponse
1408
1408
  * @throws OciError when an error occurs
1409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1410
1410
  */
1411
1411
  listLogIncludedSearches(listLogIncludedSearchesRequest) {
1412
1412
  return __awaiter(this, void 0, void 0, function* () {
@@ -1479,7 +1479,7 @@ class LoggingManagementClient {
1479
1479
  * @param ListLogSavedSearchesRequest
1480
1480
  * @return ListLogSavedSearchesResponse
1481
1481
  * @throws OciError when an error occurs
1482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1483
1483
  */
1484
1484
  listLogSavedSearches(listLogSavedSearchesRequest) {
1485
1485
  return __awaiter(this, void 0, void 0, function* () {
@@ -1551,7 +1551,7 @@ class LoggingManagementClient {
1551
1551
  * @param ListLogsRequest
1552
1552
  * @return ListLogsResponse
1553
1553
  * @throws OciError when an error occurs
1554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1555
1555
  */
1556
1556
  listLogs(listLogsRequest) {
1557
1557
  return __awaiter(this, void 0, void 0, function* () {
@@ -1667,7 +1667,7 @@ class LoggingManagementClient {
1667
1667
  * @param ListServicesRequest
1668
1668
  * @return ListServicesResponse
1669
1669
  * @throws OciError when an error occurs
1670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1671
1671
  */
1672
1672
  listServices(listServicesRequest) {
1673
1673
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class LoggingManagementClient {
1731
1731
  * @param ListUnifiedAgentConfigurationsRequest
1732
1732
  * @return ListUnifiedAgentConfigurationsResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1735
1735
  */
1736
1736
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1807,7 +1807,7 @@ class LoggingManagementClient {
1807
1807
  * @param ListWorkRequestErrorsRequest
1808
1808
  * @return ListWorkRequestErrorsResponse
1809
1809
  * @throws OciError when an error occurs
1810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1811
1811
  */
1812
1812
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1813
1813
  return __awaiter(this, void 0, void 0, function* () {
@@ -1912,7 +1912,7 @@ class LoggingManagementClient {
1912
1912
  * @param ListWorkRequestLogsRequest
1913
1913
  * @return ListWorkRequestLogsResponse
1914
1914
  * @throws OciError when an error occurs
1915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1916
1916
  */
1917
1917
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1918
1918
  return __awaiter(this, void 0, void 0, function* () {
@@ -2017,7 +2017,7 @@ class LoggingManagementClient {
2017
2017
  * @param ListWorkRequestsRequest
2018
2018
  * @return ListWorkRequestsResponse
2019
2019
  * @throws OciError when an error occurs
2020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2021
2021
  */
2022
2022
  listWorkRequests(listWorkRequestsRequest) {
2023
2023
  return __awaiter(this, void 0, void 0, function* () {
@@ -2131,7 +2131,7 @@ class LoggingManagementClient {
2131
2131
  * @param UpdateLogRequest
2132
2132
  * @return UpdateLogResponse
2133
2133
  * @throws OciError when an error occurs
2134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2135
2135
  */
2136
2136
  updateLog(updateLogRequest) {
2137
2137
  return __awaiter(this, void 0, void 0, function* () {
@@ -2193,7 +2193,7 @@ class LoggingManagementClient {
2193
2193
  * @param UpdateLogGroupRequest
2194
2194
  * @return UpdateLogGroupResponse
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.21.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2197
2197
  */
2198
2198
  updateLogGroup(updateLogGroupRequest) {
2199
2199
  return __awaiter(this, void 0, void 0, function* () {
@@ -2253,7 +2253,7 @@ class LoggingManagementClient {
2253
2253
  * @param UpdateLogSavedSearchRequest
2254
2254
  * @return UpdateLogSavedSearchResponse
2255
2255
  * @throws OciError when an error occurs
2256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2257
2257
  */
2258
2258
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2259
2259
  return __awaiter(this, void 0, void 0, function* () {
@@ -2318,7 +2318,7 @@ class LoggingManagementClient {
2318
2318
  * @param UpdateUnifiedAgentConfigurationRequest
2319
2319
  * @return UpdateUnifiedAgentConfigurationResponse
2320
2320
  * @throws OciError when an error occurs
2321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2322
2322
  */
2323
2323
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2324
2324
  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.21.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/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.22.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.21.0/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/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.22.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.21.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.21.0",
3
+ "version": "2.22.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.21.0",
19
- "oci-workrequests": "2.21.0"
18
+ "oci-common": "2.22.0",
19
+ "oci-workrequests": "2.22.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"