oci-logging 2.78.0 → 2.79.1
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.
- package/lib/client.d.ts +30 -31
- package/lib/client.js +62 -157
- package/lib/client.js.map +1 -1
- package/lib/model/source.js +2 -4
- package/lib/model/source.js.map +1 -1
- package/lib/model/unified-agent-logging-source.js +2 -4
- package/lib/model/unified-agent-logging-source.js.map +1 -1
- package/lib/model/unified-agent-parser.js +2 -4
- package/lib/model/unified-agent-parser.js.map +1 -1
- package/lib/model/unified-agent-service-configuration-details.js +2 -4
- package/lib/model/unified-agent-service-configuration-details.js.map +1 -1
- package/lib/request/change-log-group-compartment-request.d.ts +1 -1
- package/lib/request/change-log-log-group-request.d.ts +1 -1
- package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
- package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
- package/lib/request/create-log-group-request.d.ts +1 -1
- package/lib/request/create-log-request.d.ts +1 -1
- package/lib/request/create-log-saved-search-request.d.ts +1 -1
- package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/delete-log-group-request.d.ts +1 -1
- package/lib/request/delete-log-request.d.ts +1 -1
- package/lib/request/delete-log-saved-search-request.d.ts +1 -1
- package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/get-log-group-request.d.ts +1 -1
- package/lib/request/get-log-request.d.ts +1 -1
- package/lib/request/get-log-saved-search-request.d.ts +1 -1
- package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-log-groups-request.d.ts +1 -1
- package/lib/request/list-log-saved-searches-request.d.ts +1 -1
- package/lib/request/list-logs-request.d.ts +1 -1
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-log-group-request.d.ts +1 -1
- package/lib/request/update-log-request.d.ts +1 -1
- package/lib/request/update-log-saved-search-request.d.ts +1 -1
- package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -51,7 +51,6 @@ export declare class LoggingManagementClient {
|
|
|
51
51
|
* @param endpoint The endpoint of the service.
|
|
52
52
|
*/
|
|
53
53
|
set endpoint(endpoint: string);
|
|
54
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
55
54
|
/**
|
|
56
55
|
* Determines whether realm specific endpoint should be used or not.
|
|
57
56
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -98,7 +97,7 @@ export declare class LoggingManagementClient {
|
|
|
98
97
|
* @param ChangeLogGroupCompartmentRequest
|
|
99
98
|
* @return ChangeLogGroupCompartmentResponse
|
|
100
99
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
102
101
|
*/
|
|
103
102
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
104
103
|
/**
|
|
@@ -108,7 +107,7 @@ export declare class LoggingManagementClient {
|
|
|
108
107
|
* @param ChangeLogLogGroupRequest
|
|
109
108
|
* @return ChangeLogLogGroupResponse
|
|
110
109
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
112
111
|
*/
|
|
113
112
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
114
113
|
/**
|
|
@@ -119,7 +118,7 @@ export declare class LoggingManagementClient {
|
|
|
119
118
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
120
119
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
121
120
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
123
122
|
*/
|
|
124
123
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
125
124
|
/**
|
|
@@ -130,7 +129,7 @@ export declare class LoggingManagementClient {
|
|
|
130
129
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
131
130
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
132
131
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
134
133
|
*/
|
|
135
134
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
136
135
|
/**
|
|
@@ -141,7 +140,7 @@ export declare class LoggingManagementClient {
|
|
|
141
140
|
* @param CreateLogRequest
|
|
142
141
|
* @return CreateLogResponse
|
|
143
142
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
145
144
|
*/
|
|
146
145
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
147
146
|
/**
|
|
@@ -152,7 +151,7 @@ export declare class LoggingManagementClient {
|
|
|
152
151
|
* @param CreateLogGroupRequest
|
|
153
152
|
* @return CreateLogGroupResponse
|
|
154
153
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
156
155
|
*/
|
|
157
156
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
158
157
|
/**
|
|
@@ -162,7 +161,7 @@ export declare class LoggingManagementClient {
|
|
|
162
161
|
* @param CreateLogSavedSearchRequest
|
|
163
162
|
* @return CreateLogSavedSearchResponse
|
|
164
163
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
166
165
|
*/
|
|
167
166
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
168
167
|
/**
|
|
@@ -171,7 +170,7 @@ export declare class LoggingManagementClient {
|
|
|
171
170
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
172
171
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
173
172
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
175
174
|
*/
|
|
176
175
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
177
176
|
/**
|
|
@@ -180,7 +179,7 @@ export declare class LoggingManagementClient {
|
|
|
180
179
|
* @param DeleteLogRequest
|
|
181
180
|
* @return DeleteLogResponse
|
|
182
181
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
184
183
|
*/
|
|
185
184
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
186
185
|
/**
|
|
@@ -189,7 +188,7 @@ export declare class LoggingManagementClient {
|
|
|
189
188
|
* @param DeleteLogGroupRequest
|
|
190
189
|
* @return DeleteLogGroupResponse
|
|
191
190
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
193
192
|
*/
|
|
194
193
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
195
194
|
/**
|
|
@@ -198,7 +197,7 @@ export declare class LoggingManagementClient {
|
|
|
198
197
|
* @param DeleteLogSavedSearchRequest
|
|
199
198
|
* @return DeleteLogSavedSearchResponse
|
|
200
199
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
202
201
|
*/
|
|
203
202
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
204
203
|
/**
|
|
@@ -207,7 +206,7 @@ export declare class LoggingManagementClient {
|
|
|
207
206
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
208
207
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
209
208
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
211
210
|
*/
|
|
212
211
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
213
212
|
/**
|
|
@@ -217,7 +216,7 @@ export declare class LoggingManagementClient {
|
|
|
217
216
|
* @param DeleteWorkRequestRequest
|
|
218
217
|
* @return DeleteWorkRequestResponse
|
|
219
218
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
221
220
|
*/
|
|
222
221
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
223
222
|
/**
|
|
@@ -227,7 +226,7 @@ export declare class LoggingManagementClient {
|
|
|
227
226
|
* @param GetLogRequest
|
|
228
227
|
* @return GetLogResponse
|
|
229
228
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
231
230
|
*/
|
|
232
231
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
233
232
|
/**
|
|
@@ -236,7 +235,7 @@ export declare class LoggingManagementClient {
|
|
|
236
235
|
* @param GetLogGroupRequest
|
|
237
236
|
* @return GetLogGroupResponse
|
|
238
237
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
240
239
|
*/
|
|
241
240
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
242
241
|
/**
|
|
@@ -245,7 +244,7 @@ export declare class LoggingManagementClient {
|
|
|
245
244
|
* @param GetLogSavedSearchRequest
|
|
246
245
|
* @return GetLogSavedSearchResponse
|
|
247
246
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
249
248
|
*/
|
|
250
249
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
251
250
|
/**
|
|
@@ -254,7 +253,7 @@ export declare class LoggingManagementClient {
|
|
|
254
253
|
* @param GetUnifiedAgentConfigurationRequest
|
|
255
254
|
* @return GetUnifiedAgentConfigurationResponse
|
|
256
255
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
258
257
|
*/
|
|
259
258
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
260
259
|
/**
|
|
@@ -263,7 +262,7 @@ export declare class LoggingManagementClient {
|
|
|
263
262
|
* @param GetWorkRequestRequest
|
|
264
263
|
* @return GetWorkRequestResponse
|
|
265
264
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
267
266
|
*/
|
|
268
267
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
269
268
|
/**
|
|
@@ -272,7 +271,7 @@ export declare class LoggingManagementClient {
|
|
|
272
271
|
* @param ListLogGroupsRequest
|
|
273
272
|
* @return ListLogGroupsResponse
|
|
274
273
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
276
275
|
*/
|
|
277
276
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
278
277
|
/**
|
|
@@ -314,7 +313,7 @@ export declare class LoggingManagementClient {
|
|
|
314
313
|
* @param ListLogSavedSearchesRequest
|
|
315
314
|
* @return ListLogSavedSearchesResponse
|
|
316
315
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
318
317
|
*/
|
|
319
318
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
320
319
|
/**
|
|
@@ -323,7 +322,7 @@ export declare class LoggingManagementClient {
|
|
|
323
322
|
* @param ListLogsRequest
|
|
324
323
|
* @return ListLogsResponse
|
|
325
324
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
327
326
|
*/
|
|
328
327
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
329
328
|
/**
|
|
@@ -364,7 +363,7 @@ export declare class LoggingManagementClient {
|
|
|
364
363
|
* @param ListServicesRequest
|
|
365
364
|
* @return ListServicesResponse
|
|
366
365
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
368
367
|
*/
|
|
369
368
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
370
369
|
/**
|
|
@@ -373,7 +372,7 @@ export declare class LoggingManagementClient {
|
|
|
373
372
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
374
373
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
375
374
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
377
376
|
*/
|
|
378
377
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
379
378
|
/**
|
|
@@ -383,7 +382,7 @@ export declare class LoggingManagementClient {
|
|
|
383
382
|
* @param ListWorkRequestErrorsRequest
|
|
384
383
|
* @return ListWorkRequestErrorsResponse
|
|
385
384
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
387
386
|
*/
|
|
388
387
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
389
388
|
/**
|
|
@@ -425,7 +424,7 @@ export declare class LoggingManagementClient {
|
|
|
425
424
|
* @param ListWorkRequestLogsRequest
|
|
426
425
|
* @return ListWorkRequestLogsResponse
|
|
427
426
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
429
428
|
*/
|
|
430
429
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
431
430
|
/**
|
|
@@ -467,7 +466,7 @@ export declare class LoggingManagementClient {
|
|
|
467
466
|
* @param ListWorkRequestsRequest
|
|
468
467
|
* @return ListWorkRequestsResponse
|
|
469
468
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
471
470
|
*/
|
|
472
471
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
473
472
|
/**
|
|
@@ -510,7 +509,7 @@ export declare class LoggingManagementClient {
|
|
|
510
509
|
* @param UpdateLogRequest
|
|
511
510
|
* @return UpdateLogResponse
|
|
512
511
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
514
513
|
*/
|
|
515
514
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
516
515
|
/**
|
|
@@ -521,7 +520,7 @@ export declare class LoggingManagementClient {
|
|
|
521
520
|
* @param UpdateLogGroupRequest
|
|
522
521
|
* @return UpdateLogGroupResponse
|
|
523
522
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
525
524
|
*/
|
|
526
525
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
527
526
|
/**
|
|
@@ -531,7 +530,7 @@ export declare class LoggingManagementClient {
|
|
|
531
530
|
* @param UpdateLogSavedSearchRequest
|
|
532
531
|
* @return UpdateLogSavedSearchResponse
|
|
533
532
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
535
534
|
*/
|
|
536
535
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
537
536
|
/**
|
|
@@ -542,7 +541,7 @@ export declare class LoggingManagementClient {
|
|
|
542
541
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
543
542
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
544
543
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
546
545
|
*/
|
|
547
546
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
548
547
|
}
|