oci-logging 2.5.1 → 2.5.2

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 (36) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +32 -32
  3. package/lib/client.js +32 -32
  4. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  5. package/lib/request/change-log-log-group-request.d.ts +1 -1
  6. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  7. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  8. package/lib/request/create-log-group-request.d.ts +1 -1
  9. package/lib/request/create-log-request.d.ts +1 -1
  10. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  11. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  12. package/lib/request/delete-log-group-request.d.ts +1 -1
  13. package/lib/request/delete-log-request.d.ts +1 -1
  14. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  15. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  16. package/lib/request/delete-work-request-request.d.ts +1 -1
  17. package/lib/request/get-log-group-request.d.ts +1 -1
  18. package/lib/request/get-log-included-search-request.d.ts +1 -1
  19. package/lib/request/get-log-request.d.ts +1 -1
  20. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  21. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  22. package/lib/request/get-work-request-request.d.ts +1 -1
  23. package/lib/request/list-log-groups-request.d.ts +1 -1
  24. package/lib/request/list-log-included-searches-request.d.ts +1 -1
  25. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  26. package/lib/request/list-logs-request.d.ts +1 -1
  27. package/lib/request/list-services-request.d.ts +1 -1
  28. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  29. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  30. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  31. package/lib/request/list-work-requests-request.d.ts +1 -1
  32. package/lib/request/update-log-group-request.d.ts +1 -1
  33. package/lib/request/update-log-request.d.ts +1 -1
  34. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  35. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  36. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
+
5
+ ____________________________
6
+
1
7
  The Universal Permissive License (UPL), Version 1.0
2
8
 
3
9
  Subject to the condition set forth below, permission is hereby granted to any
package/lib/client.d.ts CHANGED
@@ -71,7 +71,7 @@ export declare class LoggingManagementClient {
71
71
  * @param ChangeLogGroupCompartmentRequest
72
72
  * @return ChangeLogGroupCompartmentResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
75
75
  */
76
76
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
77
77
  /**
@@ -80,7 +80,7 @@ export declare class LoggingManagementClient {
80
80
  * @param ChangeLogLogGroupRequest
81
81
  * @return ChangeLogLogGroupResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
84
84
  */
85
85
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
86
86
  /**
@@ -90,7 +90,7 @@ export declare class LoggingManagementClient {
90
90
  * @param ChangeLogSavedSearchCompartmentRequest
91
91
  * @return ChangeLogSavedSearchCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
94
94
  */
95
95
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
96
96
  /**
@@ -100,7 +100,7 @@ export declare class LoggingManagementClient {
100
100
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
101
101
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
104
104
  */
105
105
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class LoggingManagementClient {
110
110
  * @param CreateLogRequest
111
111
  * @return CreateLogResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
114
114
  */
115
115
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
116
116
  /**
@@ -120,7 +120,7 @@ export declare class LoggingManagementClient {
120
120
  * @param CreateLogGroupRequest
121
121
  * @return CreateLogGroupResponse
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.5.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
124
124
  */
125
125
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class LoggingManagementClient {
129
129
  * @param CreateLogSavedSearchRequest
130
130
  * @return CreateLogSavedSearchResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
133
133
  */
134
134
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
135
135
  /**
@@ -137,7 +137,7 @@ export declare class LoggingManagementClient {
137
137
  * @param CreateUnifiedAgentConfigurationRequest
138
138
  * @return CreateUnifiedAgentConfigurationResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
141
141
  */
142
142
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
143
143
  /**
@@ -145,7 +145,7 @@ export declare class LoggingManagementClient {
145
145
  * @param DeleteLogRequest
146
146
  * @return DeleteLogResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
149
149
  */
150
150
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
151
151
  /**
@@ -153,7 +153,7 @@ export declare class LoggingManagementClient {
153
153
  * @param DeleteLogGroupRequest
154
154
  * @return DeleteLogGroupResponse
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.5.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
157
157
  */
158
158
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
159
159
  /**
@@ -161,7 +161,7 @@ export declare class LoggingManagementClient {
161
161
  * @param DeleteLogSavedSearchRequest
162
162
  * @return DeleteLogSavedSearchResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
165
165
  */
166
166
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
167
167
  /**
@@ -169,7 +169,7 @@ export declare class LoggingManagementClient {
169
169
  * @param DeleteUnifiedAgentConfigurationRequest
170
170
  * @return DeleteUnifiedAgentConfigurationResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
173
173
  */
174
174
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class LoggingManagementClient {
178
178
  * @param DeleteWorkRequestRequest
179
179
  * @return DeleteWorkRequestResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
182
182
  */
183
183
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class LoggingManagementClient {
187
187
  * @param GetLogRequest
188
188
  * @return GetLogResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
191
191
  */
192
192
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
193
193
  /**
@@ -195,7 +195,7 @@ export declare class LoggingManagementClient {
195
195
  * @param GetLogGroupRequest
196
196
  * @return GetLogGroupResponse
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.5.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
199
199
  */
200
200
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
201
201
  /**
@@ -203,7 +203,7 @@ export declare class LoggingManagementClient {
203
203
  * @param GetLogIncludedSearchRequest
204
204
  * @return GetLogIncludedSearchResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
207
207
  */
208
208
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
209
209
  /**
@@ -211,7 +211,7 @@ export declare class LoggingManagementClient {
211
211
  * @param GetLogSavedSearchRequest
212
212
  * @return GetLogSavedSearchResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
215
215
  */
216
216
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
217
217
  /**
@@ -219,7 +219,7 @@ export declare class LoggingManagementClient {
219
219
  * @param GetUnifiedAgentConfigurationRequest
220
220
  * @return GetUnifiedAgentConfigurationResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
223
223
  */
224
224
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
225
225
  /**
@@ -227,7 +227,7 @@ export declare class LoggingManagementClient {
227
227
  * @param GetWorkRequestRequest
228
228
  * @return GetWorkRequestResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
231
231
  */
232
232
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
233
233
  /**
@@ -235,7 +235,7 @@ export declare class LoggingManagementClient {
235
235
  * @param ListLogGroupsRequest
236
236
  * @return ListLogGroupsResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
239
239
  */
240
240
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
241
241
  /**
@@ -276,7 +276,7 @@ export declare class LoggingManagementClient {
276
276
  * @param ListLogIncludedSearchesRequest
277
277
  * @return ListLogIncludedSearchesResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
280
280
  */
281
281
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
282
282
  /**
@@ -285,7 +285,7 @@ export declare class LoggingManagementClient {
285
285
  * @param ListLogSavedSearchesRequest
286
286
  * @return ListLogSavedSearchesResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
289
289
  */
290
290
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
291
291
  /**
@@ -293,7 +293,7 @@ export declare class LoggingManagementClient {
293
293
  * @param ListLogsRequest
294
294
  * @return ListLogsResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
297
297
  */
298
298
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
299
299
  /**
@@ -333,7 +333,7 @@ export declare class LoggingManagementClient {
333
333
  * @param ListServicesRequest
334
334
  * @return ListServicesResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
337
337
  */
338
338
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
339
339
  /**
@@ -341,7 +341,7 @@ export declare class LoggingManagementClient {
341
341
  * @param ListUnifiedAgentConfigurationsRequest
342
342
  * @return ListUnifiedAgentConfigurationsResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
345
345
  */
346
346
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
347
347
  /**
@@ -350,7 +350,7 @@ export declare class LoggingManagementClient {
350
350
  * @param ListWorkRequestErrorsRequest
351
351
  * @return ListWorkRequestErrorsResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
354
354
  */
355
355
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
356
356
  /**
@@ -391,7 +391,7 @@ export declare class LoggingManagementClient {
391
391
  * @param ListWorkRequestLogsRequest
392
392
  * @return ListWorkRequestLogsResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
395
395
  */
396
396
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
397
397
  /**
@@ -432,7 +432,7 @@ export declare class LoggingManagementClient {
432
432
  * @param ListWorkRequestsRequest
433
433
  * @return ListWorkRequestsResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
436
436
  */
437
437
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
438
438
  /**
@@ -474,7 +474,7 @@ export declare class LoggingManagementClient {
474
474
  * @param UpdateLogRequest
475
475
  * @return UpdateLogResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
478
478
  */
479
479
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
480
480
  /**
@@ -484,7 +484,7 @@ export declare class LoggingManagementClient {
484
484
  * @param UpdateLogGroupRequest
485
485
  * @return UpdateLogGroupResponse
486
486
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
488
488
  */
489
489
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
490
490
  /**
@@ -493,7 +493,7 @@ export declare class LoggingManagementClient {
493
493
  * @param UpdateLogSavedSearchRequest
494
494
  * @return UpdateLogSavedSearchResponse
495
495
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
497
497
  */
498
498
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
499
499
  /**
@@ -503,7 +503,7 @@ export declare class LoggingManagementClient {
503
503
  * @param UpdateUnifiedAgentConfigurationRequest
504
504
  * @return UpdateUnifiedAgentConfigurationResponse
505
505
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
507
507
  */
508
508
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
509
509
  }
package/lib/client.js CHANGED
@@ -142,7 +142,7 @@ class LoggingManagementClient {
142
142
  * @param ChangeLogGroupCompartmentRequest
143
143
  * @return ChangeLogGroupCompartmentResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
146
146
  */
147
147
  changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
148
148
  return __awaiter(this, void 0, void 0, function* () {
@@ -200,7 +200,7 @@ class LoggingManagementClient {
200
200
  * @param ChangeLogLogGroupRequest
201
201
  * @return ChangeLogLogGroupResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
204
204
  */
205
205
  changeLogLogGroup(changeLogLogGroupRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -260,7 +260,7 @@ class LoggingManagementClient {
260
260
  * @param ChangeLogSavedSearchCompartmentRequest
261
261
  * @return ChangeLogSavedSearchCompartmentResponse
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.5.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
264
264
  */
265
265
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
266
266
  return __awaiter(this, void 0, void 0, function* () {
@@ -315,7 +315,7 @@ class LoggingManagementClient {
315
315
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
316
316
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
319
319
  */
320
320
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
321
321
  return __awaiter(this, void 0, void 0, function* () {
@@ -375,7 +375,7 @@ class LoggingManagementClient {
375
375
  * @param CreateLogRequest
376
376
  * @return CreateLogResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
379
379
  */
380
380
  createLog(createLogRequest) {
381
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -434,7 +434,7 @@ class LoggingManagementClient {
434
434
  * @param CreateLogGroupRequest
435
435
  * @return CreateLogGroupResponse
436
436
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
438
438
  */
439
439
  createLogGroup(createLogGroupRequest) {
440
440
  return __awaiter(this, void 0, void 0, function* () {
@@ -490,7 +490,7 @@ class LoggingManagementClient {
490
490
  * @param CreateLogSavedSearchRequest
491
491
  * @return CreateLogSavedSearchResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
494
494
  */
495
495
  createLogSavedSearch(createLogSavedSearchRequest) {
496
496
  return __awaiter(this, void 0, void 0, function* () {
@@ -549,7 +549,7 @@ class LoggingManagementClient {
549
549
  * @param CreateUnifiedAgentConfigurationRequest
550
550
  * @return CreateUnifiedAgentConfigurationResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
553
553
  */
554
554
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
555
555
  return __awaiter(this, void 0, void 0, function* () {
@@ -604,7 +604,7 @@ class LoggingManagementClient {
604
604
  * @param DeleteLogRequest
605
605
  * @return DeleteLogResponse
606
606
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
608
608
  */
609
609
  deleteLog(deleteLogRequest) {
610
610
  return __awaiter(this, void 0, void 0, function* () {
@@ -661,7 +661,7 @@ class LoggingManagementClient {
661
661
  * @param DeleteLogGroupRequest
662
662
  * @return DeleteLogGroupResponse
663
663
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
665
665
  */
666
666
  deleteLogGroup(deleteLogGroupRequest) {
667
667
  return __awaiter(this, void 0, void 0, function* () {
@@ -717,7 +717,7 @@ class LoggingManagementClient {
717
717
  * @param DeleteLogSavedSearchRequest
718
718
  * @return DeleteLogSavedSearchResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
721
721
  */
722
722
  deleteLogSavedSearch(deleteLogSavedSearchRequest) {
723
723
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +768,7 @@ class LoggingManagementClient {
768
768
  * @param DeleteUnifiedAgentConfigurationRequest
769
769
  * @return DeleteUnifiedAgentConfigurationResponse
770
770
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
772
772
  */
773
773
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
774
774
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class LoggingManagementClient {
825
825
  * @param DeleteWorkRequestRequest
826
826
  * @return DeleteWorkRequestResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
829
829
  */
830
830
  deleteWorkRequest(deleteWorkRequestRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -882,7 +882,7 @@ class LoggingManagementClient {
882
882
  * @param GetLogRequest
883
883
  * @return GetLogResponse
884
884
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
886
886
  */
887
887
  getLog(getLogRequest) {
888
888
  return __awaiter(this, void 0, void 0, function* () {
@@ -942,7 +942,7 @@ class LoggingManagementClient {
942
942
  * @param GetLogGroupRequest
943
943
  * @return GetLogGroupResponse
944
944
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
946
946
  */
947
947
  getLogGroup(getLogGroupRequest) {
948
948
  return __awaiter(this, void 0, void 0, function* () {
@@ -1001,7 +1001,7 @@ class LoggingManagementClient {
1001
1001
  * @param GetLogIncludedSearchRequest
1002
1002
  * @return GetLogIncludedSearchResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1005
1005
  */
1006
1006
  getLogIncludedSearch(getLogIncludedSearchRequest) {
1007
1007
  return __awaiter(this, void 0, void 0, function* () {
@@ -1062,7 +1062,7 @@ class LoggingManagementClient {
1062
1062
  * @param GetLogSavedSearchRequest
1063
1063
  * @return GetLogSavedSearchResponse
1064
1064
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1066
1066
  */
1067
1067
  getLogSavedSearch(getLogSavedSearchRequest) {
1068
1068
  return __awaiter(this, void 0, void 0, function* () {
@@ -1121,7 +1121,7 @@ class LoggingManagementClient {
1121
1121
  * @param GetUnifiedAgentConfigurationRequest
1122
1122
  * @return GetUnifiedAgentConfigurationResponse
1123
1123
  * @throws OciError when an error occurs
1124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1125
1125
  */
1126
1126
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
1127
1127
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class LoggingManagementClient {
1180
1180
  * @param GetWorkRequestRequest
1181
1181
  * @return GetWorkRequestResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1184
1184
  */
1185
1185
  getWorkRequest(getWorkRequestRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1244,7 +1244,7 @@ class LoggingManagementClient {
1244
1244
  * @param ListLogGroupsRequest
1245
1245
  * @return ListLogGroupsResponse
1246
1246
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1248
1248
  */
1249
1249
  listLogGroups(listLogGroupsRequest) {
1250
1250
  return __awaiter(this, void 0, void 0, function* () {
@@ -1355,7 +1355,7 @@ class LoggingManagementClient {
1355
1355
  * @param ListLogIncludedSearchesRequest
1356
1356
  * @return ListLogIncludedSearchesResponse
1357
1357
  * @throws OciError when an error occurs
1358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1359
1359
  */
1360
1360
  listLogIncludedSearches(listLogIncludedSearchesRequest) {
1361
1361
  return __awaiter(this, void 0, void 0, function* () {
@@ -1426,7 +1426,7 @@ class LoggingManagementClient {
1426
1426
  * @param ListLogSavedSearchesRequest
1427
1427
  * @return ListLogSavedSearchesResponse
1428
1428
  * @throws OciError when an error occurs
1429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1430
1430
  */
1431
1431
  listLogSavedSearches(listLogSavedSearchesRequest) {
1432
1432
  return __awaiter(this, void 0, void 0, function* () {
@@ -1496,7 +1496,7 @@ class LoggingManagementClient {
1496
1496
  * @param ListLogsRequest
1497
1497
  * @return ListLogsResponse
1498
1498
  * @throws OciError when an error occurs
1499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1500
1500
  */
1501
1501
  listLogs(listLogsRequest) {
1502
1502
  return __awaiter(this, void 0, void 0, function* () {
@@ -1610,7 +1610,7 @@ class LoggingManagementClient {
1610
1610
  * @param ListServicesRequest
1611
1611
  * @return ListServicesResponse
1612
1612
  * @throws OciError when an error occurs
1613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
1613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
1614
1614
  */
1615
1615
  listServices(listServicesRequest) {
1616
1616
  return __awaiter(this, void 0, void 0, function* () {
@@ -1672,7 +1672,7 @@ class LoggingManagementClient {
1672
1672
  * @param ListUnifiedAgentConfigurationsRequest
1673
1673
  * @return ListUnifiedAgentConfigurationsResponse
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.5.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1676
1676
  */
1677
1677
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
1678
1678
  return __awaiter(this, void 0, void 0, function* () {
@@ -1746,7 +1746,7 @@ class LoggingManagementClient {
1746
1746
  * @param ListWorkRequestErrorsRequest
1747
1747
  * @return ListWorkRequestErrorsResponse
1748
1748
  * @throws OciError when an error occurs
1749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1750
1750
  */
1751
1751
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1752
1752
  return __awaiter(this, void 0, void 0, function* () {
@@ -1849,7 +1849,7 @@ class LoggingManagementClient {
1849
1849
  * @param ListWorkRequestLogsRequest
1850
1850
  * @return ListWorkRequestLogsResponse
1851
1851
  * @throws OciError when an error occurs
1852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1853
1853
  */
1854
1854
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1855
1855
  return __awaiter(this, void 0, void 0, function* () {
@@ -1952,7 +1952,7 @@ class LoggingManagementClient {
1952
1952
  * @param ListWorkRequestsRequest
1953
1953
  * @return ListWorkRequestsResponse
1954
1954
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1956
1956
  */
1957
1957
  listWorkRequests(listWorkRequestsRequest) {
1958
1958
  return __awaiter(this, void 0, void 0, function* () {
@@ -2064,7 +2064,7 @@ class LoggingManagementClient {
2064
2064
  * @param UpdateLogRequest
2065
2065
  * @return UpdateLogResponse
2066
2066
  * @throws OciError when an error occurs
2067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2068
2068
  */
2069
2069
  updateLog(updateLogRequest) {
2070
2070
  return __awaiter(this, void 0, void 0, function* () {
@@ -2124,7 +2124,7 @@ class LoggingManagementClient {
2124
2124
  * @param UpdateLogGroupRequest
2125
2125
  * @return UpdateLogGroupResponse
2126
2126
  * @throws OciError when an error occurs
2127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2128
2128
  */
2129
2129
  updateLogGroup(updateLogGroupRequest) {
2130
2130
  return __awaiter(this, void 0, void 0, function* () {
@@ -2182,7 +2182,7 @@ class LoggingManagementClient {
2182
2182
  * @param UpdateLogSavedSearchRequest
2183
2183
  * @return UpdateLogSavedSearchResponse
2184
2184
  * @throws OciError when an error occurs
2185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2186
2186
  */
2187
2187
  updateLogSavedSearch(updateLogSavedSearchRequest) {
2188
2188
  return __awaiter(this, void 0, void 0, function* () {
@@ -2245,7 +2245,7 @@ class LoggingManagementClient {
2245
2245
  * @param UpdateUnifiedAgentConfigurationRequest
2246
2246
  * @return UpdateUnifiedAgentConfigurationResponse
2247
2247
  * @throws OciError when an error occurs
2248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2249
2249
  */
2250
2250
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
2251
2251
  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.5.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/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.5.1",
3
+ "version": "2.5.2",
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.5.1",
19
- "oci-workrequests": "2.5.1"
18
+ "oci-common": "2.5.2",
19
+ "oci-workrequests": "2.5.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"