oci-logging 2.59.0 → 2.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +32 -32
- package/lib/client.js +32 -32
- 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-included-search-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-included-searches-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
|
@@ -88,7 +88,7 @@ export declare class LoggingManagementClient {
|
|
|
88
88
|
* @param ChangeLogGroupCompartmentRequest
|
|
89
89
|
* @return ChangeLogGroupCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class LoggingManagementClient {
|
|
|
98
98
|
* @param ChangeLogLogGroupRequest
|
|
99
99
|
* @return ChangeLogLogGroupResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
102
102
|
*/
|
|
103
103
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
104
104
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class LoggingManagementClient {
|
|
|
109
109
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
110
110
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class LoggingManagementClient {
|
|
|
120
120
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
121
121
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
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.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
124
124
|
*/
|
|
125
125
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
126
126
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class LoggingManagementClient {
|
|
|
131
131
|
* @param CreateLogRequest
|
|
132
132
|
* @return CreateLogResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
135
135
|
*/
|
|
136
136
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
137
137
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class LoggingManagementClient {
|
|
|
142
142
|
* @param CreateLogGroupRequest
|
|
143
143
|
* @return CreateLogGroupResponse
|
|
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.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
146
146
|
*/
|
|
147
147
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
148
148
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class LoggingManagementClient {
|
|
|
152
152
|
* @param CreateLogSavedSearchRequest
|
|
153
153
|
* @return CreateLogSavedSearchResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
156
156
|
*/
|
|
157
157
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class LoggingManagementClient {
|
|
|
161
161
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
162
162
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
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.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
165
165
|
*/
|
|
166
166
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class LoggingManagementClient {
|
|
|
170
170
|
* @param DeleteLogRequest
|
|
171
171
|
* @return DeleteLogResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @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.60.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
174
174
|
*/
|
|
175
175
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
176
176
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class LoggingManagementClient {
|
|
|
179
179
|
* @param DeleteLogGroupRequest
|
|
180
180
|
* @return DeleteLogGroupResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @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.60.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
183
183
|
*/
|
|
184
184
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
185
185
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class LoggingManagementClient {
|
|
|
188
188
|
* @param DeleteLogSavedSearchRequest
|
|
189
189
|
* @return DeleteLogSavedSearchResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @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.60.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
192
192
|
*/
|
|
193
193
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
194
194
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class LoggingManagementClient {
|
|
|
197
197
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
198
198
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
201
201
|
*/
|
|
202
202
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class LoggingManagementClient {
|
|
|
207
207
|
* @param DeleteWorkRequestRequest
|
|
208
208
|
* @return DeleteWorkRequestResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
211
211
|
*/
|
|
212
212
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
213
213
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class LoggingManagementClient {
|
|
|
217
217
|
* @param GetLogRequest
|
|
218
218
|
* @return GetLogResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
221
221
|
*/
|
|
222
222
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class LoggingManagementClient {
|
|
|
226
226
|
* @param GetLogGroupRequest
|
|
227
227
|
* @return GetLogGroupResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @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.60.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
230
230
|
*/
|
|
231
231
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class LoggingManagementClient {
|
|
|
235
235
|
* @param GetLogIncludedSearchRequest
|
|
236
236
|
* @return GetLogIncludedSearchResponse
|
|
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.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
239
239
|
*/
|
|
240
240
|
getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class LoggingManagementClient {
|
|
|
244
244
|
* @param GetLogSavedSearchRequest
|
|
245
245
|
* @return GetLogSavedSearchResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @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.60.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
248
248
|
*/
|
|
249
249
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class LoggingManagementClient {
|
|
|
253
253
|
* @param GetUnifiedAgentConfigurationRequest
|
|
254
254
|
* @return GetUnifiedAgentConfigurationResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @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.60.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
257
257
|
*/
|
|
258
258
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class LoggingManagementClient {
|
|
|
262
262
|
* @param GetWorkRequestRequest
|
|
263
263
|
* @return GetWorkRequestResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @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.60.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
266
266
|
*/
|
|
267
267
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
268
268
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class LoggingManagementClient {
|
|
|
271
271
|
* @param ListLogGroupsRequest
|
|
272
272
|
* @return ListLogGroupsResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @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.60.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
275
275
|
*/
|
|
276
276
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
277
277
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class LoggingManagementClient {
|
|
|
313
313
|
* @param ListLogIncludedSearchesRequest
|
|
314
314
|
* @return ListLogIncludedSearchesResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
317
317
|
*/
|
|
318
318
|
listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
|
|
319
319
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class LoggingManagementClient {
|
|
|
323
323
|
* @param ListLogSavedSearchesRequest
|
|
324
324
|
* @return ListLogSavedSearchesResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
327
327
|
*/
|
|
328
328
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
329
329
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class LoggingManagementClient {
|
|
|
332
332
|
* @param ListLogsRequest
|
|
333
333
|
* @return ListLogsResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
336
336
|
*/
|
|
337
337
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
338
338
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class LoggingManagementClient {
|
|
|
373
373
|
* @param ListServicesRequest
|
|
374
374
|
* @return ListServicesResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
377
377
|
*/
|
|
378
378
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
379
379
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class LoggingManagementClient {
|
|
|
382
382
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
383
383
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
386
386
|
*/
|
|
387
387
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
388
388
|
/**
|
|
@@ -392,7 +392,7 @@ export declare class LoggingManagementClient {
|
|
|
392
392
|
* @param ListWorkRequestErrorsRequest
|
|
393
393
|
* @return ListWorkRequestErrorsResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
396
396
|
*/
|
|
397
397
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
398
398
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class LoggingManagementClient {
|
|
|
434
434
|
* @param ListWorkRequestLogsRequest
|
|
435
435
|
* @return ListWorkRequestLogsResponse
|
|
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.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
438
438
|
*/
|
|
439
439
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
440
440
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class LoggingManagementClient {
|
|
|
476
476
|
* @param ListWorkRequestsRequest
|
|
477
477
|
* @return ListWorkRequestsResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
480
480
|
*/
|
|
481
481
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
482
482
|
/**
|
|
@@ -519,7 +519,7 @@ export declare class LoggingManagementClient {
|
|
|
519
519
|
* @param UpdateLogRequest
|
|
520
520
|
* @return UpdateLogResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
523
523
|
*/
|
|
524
524
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
525
525
|
/**
|
|
@@ -530,7 +530,7 @@ export declare class LoggingManagementClient {
|
|
|
530
530
|
* @param UpdateLogGroupRequest
|
|
531
531
|
* @return UpdateLogGroupResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
534
534
|
*/
|
|
535
535
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
536
536
|
/**
|
|
@@ -540,7 +540,7 @@ export declare class LoggingManagementClient {
|
|
|
540
540
|
* @param UpdateLogSavedSearchRequest
|
|
541
541
|
* @return UpdateLogSavedSearchResponse
|
|
542
542
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
544
544
|
*/
|
|
545
545
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
546
546
|
/**
|
|
@@ -551,7 +551,7 @@ export declare class LoggingManagementClient {
|
|
|
551
551
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
552
552
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
555
555
|
*/
|
|
556
556
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
557
557
|
}
|
package/lib/client.js
CHANGED
|
@@ -182,7 +182,7 @@ class LoggingManagementClient {
|
|
|
182
182
|
* @param ChangeLogGroupCompartmentRequest
|
|
183
183
|
* @return ChangeLogGroupCompartmentResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
186
186
|
*/
|
|
187
187
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class LoggingManagementClient {
|
|
|
244
244
|
* @param ChangeLogLogGroupRequest
|
|
245
245
|
* @return ChangeLogLogGroupResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @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.60.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
248
248
|
*/
|
|
249
249
|
changeLogLogGroup(changeLogLogGroupRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -308,7 +308,7 @@ class LoggingManagementClient {
|
|
|
308
308
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
309
309
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
312
312
|
*/
|
|
313
313
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
|
|
314
314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +367,7 @@ class LoggingManagementClient {
|
|
|
367
367
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
368
368
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
371
371
|
*/
|
|
372
372
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
|
|
373
373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class LoggingManagementClient {
|
|
|
431
431
|
* @param CreateLogRequest
|
|
432
432
|
* @return CreateLogResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
435
435
|
*/
|
|
436
436
|
createLog(createLogRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -494,7 +494,7 @@ class LoggingManagementClient {
|
|
|
494
494
|
* @param CreateLogGroupRequest
|
|
495
495
|
* @return CreateLogGroupResponse
|
|
496
496
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
498
498
|
*/
|
|
499
499
|
createLogGroup(createLogGroupRequest) {
|
|
500
500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -554,7 +554,7 @@ class LoggingManagementClient {
|
|
|
554
554
|
* @param CreateLogSavedSearchRequest
|
|
555
555
|
* @return CreateLogSavedSearchResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
558
558
|
*/
|
|
559
559
|
createLogSavedSearch(createLogSavedSearchRequest) {
|
|
560
560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -617,7 +617,7 @@ class LoggingManagementClient {
|
|
|
617
617
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
618
618
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
619
619
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
621
621
|
*/
|
|
622
622
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
|
|
623
623
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -676,7 +676,7 @@ class LoggingManagementClient {
|
|
|
676
676
|
* @param DeleteLogRequest
|
|
677
677
|
* @return DeleteLogResponse
|
|
678
678
|
* @throws OciError when an error occurs
|
|
679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
680
680
|
*/
|
|
681
681
|
deleteLog(deleteLogRequest) {
|
|
682
682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -737,7 +737,7 @@ class LoggingManagementClient {
|
|
|
737
737
|
* @param DeleteLogGroupRequest
|
|
738
738
|
* @return DeleteLogGroupResponse
|
|
739
739
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
741
741
|
*/
|
|
742
742
|
deleteLogGroup(deleteLogGroupRequest) {
|
|
743
743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -797,7 +797,7 @@ class LoggingManagementClient {
|
|
|
797
797
|
* @param DeleteLogSavedSearchRequest
|
|
798
798
|
* @return DeleteLogSavedSearchResponse
|
|
799
799
|
* @throws OciError when an error occurs
|
|
800
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
800
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
801
801
|
*/
|
|
802
802
|
deleteLogSavedSearch(deleteLogSavedSearchRequest) {
|
|
803
803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -852,7 +852,7 @@ class LoggingManagementClient {
|
|
|
852
852
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
853
853
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
856
856
|
*/
|
|
857
857
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
|
|
858
858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -913,7 +913,7 @@ class LoggingManagementClient {
|
|
|
913
913
|
* @param DeleteWorkRequestRequest
|
|
914
914
|
* @return DeleteWorkRequestResponse
|
|
915
915
|
* @throws OciError when an error occurs
|
|
916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
917
917
|
*/
|
|
918
918
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
919
919
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -974,7 +974,7 @@ class LoggingManagementClient {
|
|
|
974
974
|
* @param GetLogRequest
|
|
975
975
|
* @return GetLogResponse
|
|
976
976
|
* @throws OciError when an error occurs
|
|
977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
978
978
|
*/
|
|
979
979
|
getLog(getLogRequest) {
|
|
980
980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1038,7 +1038,7 @@ class LoggingManagementClient {
|
|
|
1038
1038
|
* @param GetLogGroupRequest
|
|
1039
1039
|
* @return GetLogGroupResponse
|
|
1040
1040
|
* @throws OciError when an error occurs
|
|
1041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
1042
1042
|
*/
|
|
1043
1043
|
getLogGroup(getLogGroupRequest) {
|
|
1044
1044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1101,7 +1101,7 @@ class LoggingManagementClient {
|
|
|
1101
1101
|
* @param GetLogIncludedSearchRequest
|
|
1102
1102
|
* @return GetLogIncludedSearchResponse
|
|
1103
1103
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
1105
1105
|
*/
|
|
1106
1106
|
getLogIncludedSearch(getLogIncludedSearchRequest) {
|
|
1107
1107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class LoggingManagementClient {
|
|
|
1166
1166
|
* @param GetLogSavedSearchRequest
|
|
1167
1167
|
* @return GetLogSavedSearchResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
getLogSavedSearch(getLogSavedSearchRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1229,7 +1229,7 @@ class LoggingManagementClient {
|
|
|
1229
1229
|
* @param GetUnifiedAgentConfigurationRequest
|
|
1230
1230
|
* @return GetUnifiedAgentConfigurationResponse
|
|
1231
1231
|
* @throws OciError when an error occurs
|
|
1232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
1233
1233
|
*/
|
|
1234
1234
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
|
|
1235
1235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1292,7 +1292,7 @@ class LoggingManagementClient {
|
|
|
1292
1292
|
* @param GetWorkRequestRequest
|
|
1293
1293
|
* @return GetWorkRequestResponse
|
|
1294
1294
|
* @throws OciError when an error occurs
|
|
1295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1296
1296
|
*/
|
|
1297
1297
|
getWorkRequest(getWorkRequestRequest) {
|
|
1298
1298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1360,7 +1360,7 @@ class LoggingManagementClient {
|
|
|
1360
1360
|
* @param ListLogGroupsRequest
|
|
1361
1361
|
* @return ListLogGroupsResponse
|
|
1362
1362
|
* @throws OciError when an error occurs
|
|
1363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
1364
1364
|
*/
|
|
1365
1365
|
listLogGroups(listLogGroupsRequest) {
|
|
1366
1366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1475,7 +1475,7 @@ class LoggingManagementClient {
|
|
|
1475
1475
|
* @param ListLogIncludedSearchesRequest
|
|
1476
1476
|
* @return ListLogIncludedSearchesResponse
|
|
1477
1477
|
* @throws OciError when an error occurs
|
|
1478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
1479
1479
|
*/
|
|
1480
1480
|
listLogIncludedSearches(listLogIncludedSearchesRequest) {
|
|
1481
1481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1550,7 +1550,7 @@ class LoggingManagementClient {
|
|
|
1550
1550
|
* @param ListLogSavedSearchesRequest
|
|
1551
1551
|
* @return ListLogSavedSearchesResponse
|
|
1552
1552
|
* @throws OciError when an error occurs
|
|
1553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
1554
1554
|
*/
|
|
1555
1555
|
listLogSavedSearches(listLogSavedSearchesRequest) {
|
|
1556
1556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1624,7 +1624,7 @@ class LoggingManagementClient {
|
|
|
1624
1624
|
* @param ListLogsRequest
|
|
1625
1625
|
* @return ListLogsResponse
|
|
1626
1626
|
* @throws OciError when an error occurs
|
|
1627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
1628
1628
|
*/
|
|
1629
1629
|
listLogs(listLogsRequest) {
|
|
1630
1630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1742,7 +1742,7 @@ class LoggingManagementClient {
|
|
|
1742
1742
|
* @param ListServicesRequest
|
|
1743
1743
|
* @return ListServicesResponse
|
|
1744
1744
|
* @throws OciError when an error occurs
|
|
1745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
1746
1746
|
*/
|
|
1747
1747
|
listServices(listServicesRequest) {
|
|
1748
1748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1808,7 +1808,7 @@ class LoggingManagementClient {
|
|
|
1808
1808
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
1809
1809
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
1810
1810
|
* @throws OciError when an error occurs
|
|
1811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
1812
1812
|
*/
|
|
1813
1813
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
|
|
1814
1814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1886,7 +1886,7 @@ class LoggingManagementClient {
|
|
|
1886
1886
|
* @param ListWorkRequestErrorsRequest
|
|
1887
1887
|
* @return ListWorkRequestErrorsResponse
|
|
1888
1888
|
* @throws OciError when an error occurs
|
|
1889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1890
1890
|
*/
|
|
1891
1891
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1892
1892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1993,7 +1993,7 @@ class LoggingManagementClient {
|
|
|
1993
1993
|
* @param ListWorkRequestLogsRequest
|
|
1994
1994
|
* @return ListWorkRequestLogsResponse
|
|
1995
1995
|
* @throws OciError when an error occurs
|
|
1996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1997
1997
|
*/
|
|
1998
1998
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1999
1999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2100,7 +2100,7 @@ class LoggingManagementClient {
|
|
|
2100
2100
|
* @param ListWorkRequestsRequest
|
|
2101
2101
|
* @return ListWorkRequestsResponse
|
|
2102
2102
|
* @throws OciError when an error occurs
|
|
2103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2104
2104
|
*/
|
|
2105
2105
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2106
2106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2216,7 +2216,7 @@ class LoggingManagementClient {
|
|
|
2216
2216
|
* @param UpdateLogRequest
|
|
2217
2217
|
* @return UpdateLogResponse
|
|
2218
2218
|
* @throws OciError when an error occurs
|
|
2219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
2220
2220
|
*/
|
|
2221
2221
|
updateLog(updateLogRequest) {
|
|
2222
2222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2280,7 +2280,7 @@ class LoggingManagementClient {
|
|
|
2280
2280
|
* @param UpdateLogGroupRequest
|
|
2281
2281
|
* @return UpdateLogGroupResponse
|
|
2282
2282
|
* @throws OciError when an error occurs
|
|
2283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
2284
2284
|
*/
|
|
2285
2285
|
updateLogGroup(updateLogGroupRequest) {
|
|
2286
2286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2342,7 +2342,7 @@ class LoggingManagementClient {
|
|
|
2342
2342
|
* @param UpdateLogSavedSearchRequest
|
|
2343
2343
|
* @return UpdateLogSavedSearchResponse
|
|
2344
2344
|
* @throws OciError when an error occurs
|
|
2345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
2346
2346
|
*/
|
|
2347
2347
|
updateLogSavedSearch(updateLogSavedSearchRequest) {
|
|
2348
2348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2409,7 +2409,7 @@ class LoggingManagementClient {
|
|
|
2409
2409
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
2410
2410
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
2411
2411
|
* @throws OciError when an error occurs
|
|
2412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
2413
2413
|
*/
|
|
2414
2414
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
|
|
2415
2415
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeLogGroupCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeLogLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateLogSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogIncludedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLogSavedSearchRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLogGroupsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLogIncludedSearchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLogSavedSearchesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLogSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-logging",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.60.0",
|
|
4
4
|
"description": "OCI NodeJS client for Logging Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.60.0",
|
|
19
|
+
"oci-workrequests": "2.60.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|