oci-logging 2.26.0 → 2.27.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 (43) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  3. package/lib/model/source.js +2 -2
  4. package/lib/model/source.js.map +1 -1
  5. package/lib/model/unified-agent-logging-source.js +2 -2
  6. package/lib/model/unified-agent-logging-source.js.map +1 -1
  7. package/lib/model/unified-agent-parser.js +2 -2
  8. package/lib/model/unified-agent-parser.js.map +1 -1
  9. package/lib/model/unified-agent-service-configuration-details.js +2 -2
  10. package/lib/model/unified-agent-service-configuration-details.js.map +1 -1
  11. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  12. package/lib/request/change-log-log-group-request.d.ts +1 -1
  13. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  14. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  15. package/lib/request/create-log-group-request.d.ts +1 -1
  16. package/lib/request/create-log-request.d.ts +1 -1
  17. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  18. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  19. package/lib/request/delete-log-group-request.d.ts +1 -1
  20. package/lib/request/delete-log-request.d.ts +1 -1
  21. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  22. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  23. package/lib/request/delete-work-request-request.d.ts +1 -1
  24. package/lib/request/get-log-group-request.d.ts +1 -1
  25. package/lib/request/get-log-included-search-request.d.ts +1 -1
  26. package/lib/request/get-log-request.d.ts +1 -1
  27. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  28. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-log-groups-request.d.ts +1 -1
  31. package/lib/request/list-log-included-searches-request.d.ts +1 -1
  32. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  33. package/lib/request/list-logs-request.d.ts +1 -1
  34. package/lib/request/list-services-request.d.ts +1 -1
  35. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  36. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  37. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  38. package/lib/request/list-work-requests-request.d.ts +1 -1
  39. package/lib/request/update-log-group-request.d.ts +1 -1
  40. package/lib/request/update-log-request.d.ts +1 -1
  41. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  42. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  43. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class LoggingManagementClient {
77
77
  * @param ChangeLogGroupCompartmentRequest
78
78
  * @return ChangeLogGroupCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
81
81
  */
82
82
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
83
83
  /**
@@ -87,7 +87,7 @@ export declare class LoggingManagementClient {
87
87
  * @param ChangeLogLogGroupRequest
88
88
  * @return ChangeLogLogGroupResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
91
91
  */
92
92
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
93
93
  /**
@@ -98,7 +98,7 @@ export declare class LoggingManagementClient {
98
98
  * @param ChangeLogSavedSearchCompartmentRequest
99
99
  * @return ChangeLogSavedSearchCompartmentResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
102
102
  */
103
103
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
104
104
  /**
@@ -109,7 +109,7 @@ export declare class LoggingManagementClient {
109
109
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
110
110
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
113
113
  */
114
114
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
115
115
  /**
@@ -120,7 +120,7 @@ export declare class LoggingManagementClient {
120
120
  * @param CreateLogRequest
121
121
  * @return CreateLogResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
124
124
  */
125
125
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
126
126
  /**
@@ -131,7 +131,7 @@ export declare class LoggingManagementClient {
131
131
  * @param CreateLogGroupRequest
132
132
  * @return CreateLogGroupResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
135
135
  */
136
136
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
137
137
  /**
@@ -141,7 +141,7 @@ export declare class LoggingManagementClient {
141
141
  * @param CreateLogSavedSearchRequest
142
142
  * @return CreateLogSavedSearchResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
145
145
  */
146
146
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
147
147
  /**
@@ -150,7 +150,7 @@ export declare class LoggingManagementClient {
150
150
  * @param CreateUnifiedAgentConfigurationRequest
151
151
  * @return CreateUnifiedAgentConfigurationResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
154
154
  */
155
155
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class LoggingManagementClient {
159
159
  * @param DeleteLogRequest
160
160
  * @return DeleteLogResponse
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.26.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
163
163
  */
164
164
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class LoggingManagementClient {
168
168
  * @param DeleteLogGroupRequest
169
169
  * @return DeleteLogGroupResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
172
172
  */
173
173
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class LoggingManagementClient {
177
177
  * @param DeleteLogSavedSearchRequest
178
178
  * @return DeleteLogSavedSearchResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
181
181
  */
182
182
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class LoggingManagementClient {
186
186
  * @param DeleteUnifiedAgentConfigurationRequest
187
187
  * @return DeleteUnifiedAgentConfigurationResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
190
190
  */
191
191
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
192
192
  /**
@@ -196,7 +196,7 @@ export declare class LoggingManagementClient {
196
196
  * @param DeleteWorkRequestRequest
197
197
  * @return DeleteWorkRequestResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
200
200
  */
201
201
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
202
202
  /**
@@ -206,7 +206,7 @@ export declare class LoggingManagementClient {
206
206
  * @param GetLogRequest
207
207
  * @return GetLogResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
210
210
  */
211
211
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
212
212
  /**
@@ -215,7 +215,7 @@ export declare class LoggingManagementClient {
215
215
  * @param GetLogGroupRequest
216
216
  * @return GetLogGroupResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
219
219
  */
220
220
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
221
221
  /**
@@ -224,7 +224,7 @@ export declare class LoggingManagementClient {
224
224
  * @param GetLogIncludedSearchRequest
225
225
  * @return GetLogIncludedSearchResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
228
228
  */
229
229
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
230
230
  /**
@@ -233,7 +233,7 @@ export declare class LoggingManagementClient {
233
233
  * @param GetLogSavedSearchRequest
234
234
  * @return GetLogSavedSearchResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
237
237
  */
238
238
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
239
239
  /**
@@ -242,7 +242,7 @@ export declare class LoggingManagementClient {
242
242
  * @param GetUnifiedAgentConfigurationRequest
243
243
  * @return GetUnifiedAgentConfigurationResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
246
246
  */
247
247
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class LoggingManagementClient {
251
251
  * @param GetWorkRequestRequest
252
252
  * @return GetWorkRequestResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
255
255
  */
256
256
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
257
257
  /**
@@ -260,7 +260,7 @@ export declare class LoggingManagementClient {
260
260
  * @param ListLogGroupsRequest
261
261
  * @return ListLogGroupsResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
264
264
  */
265
265
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
266
266
  /**
@@ -302,7 +302,7 @@ export declare class LoggingManagementClient {
302
302
  * @param ListLogIncludedSearchesRequest
303
303
  * @return ListLogIncludedSearchesResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
306
306
  */
307
307
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
308
308
  /**
@@ -312,7 +312,7 @@ export declare class LoggingManagementClient {
312
312
  * @param ListLogSavedSearchesRequest
313
313
  * @return ListLogSavedSearchesResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
316
316
  */
317
317
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
318
318
  /**
@@ -321,7 +321,7 @@ export declare class LoggingManagementClient {
321
321
  * @param ListLogsRequest
322
322
  * @return ListLogsResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
325
325
  */
326
326
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
327
327
  /**
@@ -362,7 +362,7 @@ export declare class LoggingManagementClient {
362
362
  * @param ListServicesRequest
363
363
  * @return ListServicesResponse
364
364
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
366
366
  */
367
367
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
368
368
  /**
@@ -371,7 +371,7 @@ export declare class LoggingManagementClient {
371
371
  * @param ListUnifiedAgentConfigurationsRequest
372
372
  * @return ListUnifiedAgentConfigurationsResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
375
375
  */
376
376
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
377
377
  /**
@@ -381,7 +381,7 @@ export declare class LoggingManagementClient {
381
381
  * @param ListWorkRequestErrorsRequest
382
382
  * @return ListWorkRequestErrorsResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
385
385
  */
386
386
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
387
387
  /**
@@ -423,7 +423,7 @@ export declare class LoggingManagementClient {
423
423
  * @param ListWorkRequestLogsRequest
424
424
  * @return ListWorkRequestLogsResponse
425
425
  * @throws OciError when an error occurs
426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
427
427
  */
428
428
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
429
429
  /**
@@ -465,7 +465,7 @@ export declare class LoggingManagementClient {
465
465
  * @param ListWorkRequestsRequest
466
466
  * @return ListWorkRequestsResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
469
469
  */
470
470
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
471
471
  /**
@@ -508,7 +508,7 @@ export declare class LoggingManagementClient {
508
508
  * @param UpdateLogRequest
509
509
  * @return UpdateLogResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
512
512
  */
513
513
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
514
514
  /**
@@ -519,7 +519,7 @@ export declare class LoggingManagementClient {
519
519
  * @param UpdateLogGroupRequest
520
520
  * @return UpdateLogGroupResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
523
523
  */
524
524
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
525
525
  /**
@@ -529,7 +529,7 @@ export declare class LoggingManagementClient {
529
529
  * @param UpdateLogSavedSearchRequest
530
530
  * @return UpdateLogSavedSearchResponse
531
531
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
533
533
  */
534
534
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
535
535
  /**
@@ -540,7 +540,7 @@ export declare class LoggingManagementClient {
540
540
  * @param UpdateUnifiedAgentConfigurationRequest
541
541
  * @return UpdateUnifiedAgentConfigurationResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
544
544
  */
545
545
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
546
546
  }
package/lib/client.js CHANGED
@@ -158,7 +158,7 @@ class LoggingManagementClient {
158
158
  * @param ChangeLogGroupCompartmentRequest
159
159
  * @return ChangeLogGroupCompartmentResponse
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.26.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
162
162
  */
163
163
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
164
164
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class LoggingManagementClient {
218
218
  * @param ChangeLogLogGroupRequest
219
219
  * @return ChangeLogLogGroupResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
222
222
  */
223
223
  changeLogLogGroup(changeLogLogGroupRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,7 +280,7 @@ class LoggingManagementClient {
280
280
  * @param ChangeLogSavedSearchCompartmentRequest
281
281
  * @return ChangeLogSavedSearchCompartmentResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
284
284
  */
285
285
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -337,7 +337,7 @@ class LoggingManagementClient {
337
337
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
338
338
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
341
341
  */
342
342
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
343
343
  return __awaiter(this, void 0, void 0, function* () {
@@ -399,7 +399,7 @@ class LoggingManagementClient {
399
399
  * @param CreateLogRequest
400
400
  * @return CreateLogResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
403
403
  */
404
404
  createLog(createLogRequest) {
405
405
  return __awaiter(this, void 0, void 0, function* () {
@@ -460,7 +460,7 @@ class LoggingManagementClient {
460
460
  * @param CreateLogGroupRequest
461
461
  * @return CreateLogGroupResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
464
464
  */
465
465
  createLogGroup(createLogGroupRequest) {
466
466
  return __awaiter(this, void 0, void 0, function* () {
@@ -518,7 +518,7 @@ class LoggingManagementClient {
518
518
  * @param CreateLogSavedSearchRequest
519
519
  * @return CreateLogSavedSearchResponse
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.26.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
522
522
  */
523
523
  createLogSavedSearch(createLogSavedSearchRequest) {
524
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -579,7 +579,7 @@ class LoggingManagementClient {
579
579
  * @param CreateUnifiedAgentConfigurationRequest
580
580
  * @return CreateUnifiedAgentConfigurationResponse
581
581
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
583
583
  */
584
584
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
585
585
  return __awaiter(this, void 0, void 0, function* () {
@@ -636,7 +636,7 @@ class LoggingManagementClient {
636
636
  * @param DeleteLogRequest
637
637
  * @return DeleteLogResponse
638
638
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
640
640
  */
641
641
  deleteLog(deleteLogRequest) {
642
642
  return __awaiter(this, void 0, void 0, function* () {
@@ -695,7 +695,7 @@ class LoggingManagementClient {
695
695
  * @param DeleteLogGroupRequest
696
696
  * @return DeleteLogGroupResponse
697
697
  * @throws OciError when an error occurs
698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
699
699
  */
700
700
  deleteLogGroup(deleteLogGroupRequest) {
701
701
  return __awaiter(this, void 0, void 0, function* () {
@@ -753,7 +753,7 @@ class LoggingManagementClient {
753
753
  * @param DeleteLogSavedSearchRequest
754
754
  * @return DeleteLogSavedSearchResponse
755
755
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
757
757
  */
758
758
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
759
759
  return __awaiter(this, void 0, void 0, function* () {
@@ -806,7 +806,7 @@ class LoggingManagementClient {
806
806
  * @param DeleteUnifiedAgentConfigurationRequest
807
807
  * @return DeleteUnifiedAgentConfigurationResponse
808
808
  * @throws OciError when an error occurs
809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
810
810
  */
811
811
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
812
812
  return __awaiter(this, void 0, void 0, function* () {
@@ -865,7 +865,7 @@ class LoggingManagementClient {
865
865
  * @param DeleteWorkRequestRequest
866
866
  * @return DeleteWorkRequestResponse
867
867
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
869
869
  */
870
870
  deleteWorkRequest(deleteWorkRequestRequest) {
871
871
  return __awaiter(this, void 0, void 0, function* () {
@@ -924,7 +924,7 @@ class LoggingManagementClient {
924
924
  * @param GetLogRequest
925
925
  * @return GetLogResponse
926
926
  * @throws OciError when an error occurs
927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
928
928
  */
929
929
  getLog(getLogRequest) {
930
930
  return __awaiter(this, void 0, void 0, function* () {
@@ -986,7 +986,7 @@ class LoggingManagementClient {
986
986
  * @param GetLogGroupRequest
987
987
  * @return GetLogGroupResponse
988
988
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
990
990
  */
991
991
  getLogGroup(getLogGroupRequest) {
992
992
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class LoggingManagementClient {
1047
1047
  * @param GetLogIncludedSearchRequest
1048
1048
  * @return GetLogIncludedSearchResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1051
1051
  */
1052
1052
  getLogIncludedSearch(getLogIncludedSearchRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1110,7 +1110,7 @@ class LoggingManagementClient {
1110
1110
  * @param GetLogSavedSearchRequest
1111
1111
  * @return GetLogSavedSearchResponse
1112
1112
  * @throws OciError when an error occurs
1113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1114
1114
  */
1115
1115
  getLogSavedSearch(getLogSavedSearchRequest) {
1116
1116
  return __awaiter(this, void 0, void 0, function* () {
@@ -1171,7 +1171,7 @@ class LoggingManagementClient {
1171
1171
  * @param GetUnifiedAgentConfigurationRequest
1172
1172
  * @return GetUnifiedAgentConfigurationResponse
1173
1173
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1175
1175
  */
1176
1176
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1177
1177
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1232,7 @@ class LoggingManagementClient {
1232
1232
  * @param GetWorkRequestRequest
1233
1233
  * @return GetWorkRequestResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1236
1236
  */
1237
1237
  getWorkRequest(getWorkRequestRequest) {
1238
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1298,7 +1298,7 @@ class LoggingManagementClient {
1298
1298
  * @param ListLogGroupsRequest
1299
1299
  * @return ListLogGroupsResponse
1300
1300
  * @throws OciError when an error occurs
1301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1302
1302
  */
1303
1303
  listLogGroups(listLogGroupsRequest) {
1304
1304
  return __awaiter(this, void 0, void 0, function* () {
@@ -1411,7 +1411,7 @@ class LoggingManagementClient {
1411
1411
  * @param ListLogIncludedSearchesRequest
1412
1412
  * @return ListLogIncludedSearchesResponse
1413
1413
  * @throws OciError when an error occurs
1414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1415
1415
  */
1416
1416
  listLogIncludedSearches(listLogIncludedSearchesRequest) {
1417
1417
  return __awaiter(this, void 0, void 0, function* () {
@@ -1484,7 +1484,7 @@ class LoggingManagementClient {
1484
1484
  * @param ListLogSavedSearchesRequest
1485
1485
  * @return ListLogSavedSearchesResponse
1486
1486
  * @throws OciError when an error occurs
1487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1488
1488
  */
1489
1489
  listLogSavedSearches(listLogSavedSearchesRequest) {
1490
1490
  return __awaiter(this, void 0, void 0, function* () {
@@ -1556,7 +1556,7 @@ class LoggingManagementClient {
1556
1556
  * @param ListLogsRequest
1557
1557
  * @return ListLogsResponse
1558
1558
  * @throws OciError when an error occurs
1559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1560
1560
  */
1561
1561
  listLogs(listLogsRequest) {
1562
1562
  return __awaiter(this, void 0, void 0, function* () {
@@ -1672,7 +1672,7 @@ class LoggingManagementClient {
1672
1672
  * @param ListServicesRequest
1673
1673
  * @return ListServicesResponse
1674
1674
  * @throws OciError when an error occurs
1675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1676
1676
  */
1677
1677
  listServices(listServicesRequest) {
1678
1678
  return __awaiter(this, void 0, void 0, function* () {
@@ -1736,7 +1736,7 @@ class LoggingManagementClient {
1736
1736
  * @param ListUnifiedAgentConfigurationsRequest
1737
1737
  * @return ListUnifiedAgentConfigurationsResponse
1738
1738
  * @throws OciError when an error occurs
1739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1740
1740
  */
1741
1741
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1742
1742
  return __awaiter(this, void 0, void 0, function* () {
@@ -1812,7 +1812,7 @@ class LoggingManagementClient {
1812
1812
  * @param ListWorkRequestErrorsRequest
1813
1813
  * @return ListWorkRequestErrorsResponse
1814
1814
  * @throws OciError when an error occurs
1815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1816
1816
  */
1817
1817
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1818
1818
  return __awaiter(this, void 0, void 0, function* () {
@@ -1917,7 +1917,7 @@ class LoggingManagementClient {
1917
1917
  * @param ListWorkRequestLogsRequest
1918
1918
  * @return ListWorkRequestLogsResponse
1919
1919
  * @throws OciError when an error occurs
1920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1921
1921
  */
1922
1922
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1923
1923
  return __awaiter(this, void 0, void 0, function* () {
@@ -2022,7 +2022,7 @@ class LoggingManagementClient {
2022
2022
  * @param ListWorkRequestsRequest
2023
2023
  * @return ListWorkRequestsResponse
2024
2024
  * @throws OciError when an error occurs
2025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2026
2026
  */
2027
2027
  listWorkRequests(listWorkRequestsRequest) {
2028
2028
  return __awaiter(this, void 0, void 0, function* () {
@@ -2136,7 +2136,7 @@ class LoggingManagementClient {
2136
2136
  * @param UpdateLogRequest
2137
2137
  * @return UpdateLogResponse
2138
2138
  * @throws OciError when an error occurs
2139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2140
2140
  */
2141
2141
  updateLog(updateLogRequest) {
2142
2142
  return __awaiter(this, void 0, void 0, function* () {
@@ -2198,7 +2198,7 @@ class LoggingManagementClient {
2198
2198
  * @param UpdateLogGroupRequest
2199
2199
  * @return UpdateLogGroupResponse
2200
2200
  * @throws OciError when an error occurs
2201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2202
2202
  */
2203
2203
  updateLogGroup(updateLogGroupRequest) {
2204
2204
  return __awaiter(this, void 0, void 0, function* () {
@@ -2258,7 +2258,7 @@ class LoggingManagementClient {
2258
2258
  * @param UpdateLogSavedSearchRequest
2259
2259
  * @return UpdateLogSavedSearchResponse
2260
2260
  * @throws OciError when an error occurs
2261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2262
2262
  */
2263
2263
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2264
2264
  return __awaiter(this, void 0, void 0, function* () {
@@ -2323,7 +2323,7 @@ class LoggingManagementClient {
2323
2323
  * @param UpdateUnifiedAgentConfigurationRequest
2324
2324
  * @return UpdateUnifiedAgentConfigurationResponse
2325
2325
  * @throws OciError when an error occurs
2326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2327
2327
  */
2328
2328
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2329
2329
  return __awaiter(this, void 0, void 0, function* () {
@@ -37,7 +37,7 @@ var Source;
37
37
  (function (Source) {
38
38
  function getJsonObj(obj) {
39
39
  const jsonObj = Object.assign(Object.assign({}, obj), {});
40
- if ("sourceType" in obj && obj.sourceType) {
40
+ if (obj && "sourceType" in obj && obj.sourceType) {
41
41
  switch (obj.sourceType) {
42
42
  case "OCISERVICE":
43
43
  return model.OciService.getJsonObj(jsonObj, true);
@@ -50,7 +50,7 @@ var Source;
50
50
  Source.getJsonObj = getJsonObj;
51
51
  function getDeserializedJsonObj(obj) {
52
52
  const jsonObj = Object.assign(Object.assign({}, obj), {});
53
- if ("sourceType" in obj && obj.sourceType) {
53
+ if (obj && "sourceType" in obj && obj.sourceType) {
54
54
  switch (obj.sourceType) {
55
55
  case "OCISERVICE":
56
56
  return model.OciService.getDeserializedJsonObj(jsonObj, true);
@@ -1 +1 @@
1
- {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,MAAM,CA2BtB;AA3BD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAChF;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iBAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6BAAsB,yBAYrC,CAAA;AACH,CAAC,EA3BgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA2BtB"}
1
+ {"version":3,"file":"source.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,MAAM,CA2BtB;AA3BD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAChF;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iBAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6BAAsB,yBAYrC,CAAA;AACH,CAAC,EA3BgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA2BtB"}
@@ -37,7 +37,7 @@ var UnifiedAgentLoggingSource;
37
37
  (function (UnifiedAgentLoggingSource) {
38
38
  function getJsonObj(obj) {
39
39
  const jsonObj = Object.assign(Object.assign({}, obj), {});
40
- if ("sourceType" in obj && obj.sourceType) {
40
+ if (obj && "sourceType" in obj && obj.sourceType) {
41
41
  switch (obj.sourceType) {
42
42
  case "WINDOWS_EVENT_LOG":
43
43
  return model.UnifiedAgentWindowsEventSource.getJsonObj(jsonObj, true);
@@ -52,7 +52,7 @@ var UnifiedAgentLoggingSource;
52
52
  UnifiedAgentLoggingSource.getJsonObj = getJsonObj;
53
53
  function getDeserializedJsonObj(obj) {
54
54
  const jsonObj = Object.assign(Object.assign({}, obj), {});
55
- if ("sourceType" in obj && obj.sourceType) {
55
+ if (obj && "sourceType" in obj && obj.sourceType) {
56
56
  switch (obj.sourceType) {
57
57
  case "WINDOWS_EVENT_LOG":
58
58
  return model.UnifiedAgentWindowsEventSource.getDeserializedJsonObj(jsonObj, true);
@@ -1 +1 @@
1
- {"version":3,"file":"unified-agent-logging-source.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-logging-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,yBAAyB,CA2CzC;AA3CD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CACL,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACjB,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA2CzC"}
1
+ {"version":3,"file":"unified-agent-logging-source.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-logging-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,yBAAyB,CA2CzC;AA3CD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CACL,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACL,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACjB,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACjB,OAAQ,EAClD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA2CzC"}
@@ -37,7 +37,7 @@ var UnifiedAgentParser;
37
37
  (function (UnifiedAgentParser) {
38
38
  function getJsonObj(obj) {
39
39
  const jsonObj = Object.assign(Object.assign({}, obj), {});
40
- if ("parserType" in obj && obj.parserType) {
40
+ if (obj && "parserType" in obj && obj.parserType) {
41
41
  switch (obj.parserType) {
42
42
  case "MULTILINE_GROK":
43
43
  return model.UnifiedAgentMultilineGrokParser.getJsonObj(jsonObj, true);
@@ -74,7 +74,7 @@ var UnifiedAgentParser;
74
74
  UnifiedAgentParser.getJsonObj = getJsonObj;
75
75
  function getDeserializedJsonObj(obj) {
76
76
  const jsonObj = Object.assign(Object.assign({}, obj), {});
77
- if ("parserType" in obj && obj.parserType) {
77
+ if (obj && "parserType" in obj && obj.parserType) {
78
78
  switch (obj.parserType) {
79
79
  case "MULTILINE_GROK":
80
80
  return model.UnifiedAgentMultilineGrokParser.getDeserializedJsonObj(jsonObj, true);
@@ -1 +1 @@
1
- {"version":3,"file":"unified-agent-parser.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-parser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"unified-agent-parser.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-parser.ts"],"names":[],"mappings":"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"}
@@ -37,7 +37,7 @@ var UnifiedAgentServiceConfigurationDetails;
37
37
  (function (UnifiedAgentServiceConfigurationDetails) {
38
38
  function getJsonObj(obj) {
39
39
  const jsonObj = Object.assign(Object.assign({}, obj), {});
40
- if ("configurationType" in obj && obj.configurationType) {
40
+ if (obj && "configurationType" in obj && obj.configurationType) {
41
41
  switch (obj.configurationType) {
42
42
  case "LOGGING":
43
43
  return model.UnifiedAgentLoggingConfiguration.getJsonObj(jsonObj, true);
@@ -50,7 +50,7 @@ var UnifiedAgentServiceConfigurationDetails;
50
50
  UnifiedAgentServiceConfigurationDetails.getJsonObj = getJsonObj;
51
51
  function getDeserializedJsonObj(obj) {
52
52
  const jsonObj = Object.assign(Object.assign({}, obj), {});
53
- if ("configurationType" in obj && obj.configurationType) {
53
+ if (obj && "configurationType" in obj && obj.configurationType) {
54
54
  switch (obj.configurationType) {
55
55
  case "LOGGING":
56
56
  return model.UnifiedAgentLoggingConfiguration.getDeserializedJsonObj(jsonObj, true);
@@ -1 +1 @@
1
- {"version":3,"file":"unified-agent-service-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-service-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,uCAAuC,CAiCvD;AAjCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YACvD,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,iBAAiB,CAAC,CAAC;aAC9D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YACvD,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,iBAAiB,CAAC,CAAC;aAC9D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAiCvD"}
1
+ {"version":3,"file":"unified-agent-service-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/logging/lib/model/unified-agent-service-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,uCAAuC,CAiCvD;AAjCD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,iBAAiB,CAAC,CAAC;aAC9D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,mBAAmB,IAAI,GAAG,IAAI,GAAG,CAAC,iBAAiB,EAAE;YAC9D,QAAQ,GAAG,CAAC,iBAAiB,EAAE;gBAC7B,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,iBAAiB,CAAC,CAAC;aAC9D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAiCvD"}
@@ -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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.0",
3
+ "version": "2.27.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.26.0",
19
- "oci-workrequests": "2.26.0"
18
+ "oci-common": "2.27.0",
19
+ "oci-workrequests": "2.27.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"