oci-logging 2.25.0 → 2.28.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 +33 -32
- package/lib/client.js +129 -64
- package/lib/client.js.map +1 -1
- package/lib/model/source.js +2 -2
- package/lib/model/source.js.map +1 -1
- package/lib/model/unified-agent-logging-source.js +2 -2
- package/lib/model/unified-agent-logging-source.js.map +1 -1
- package/lib/model/unified-agent-parser.js +2 -2
- package/lib/model/unified-agent-parser.js.map +1 -1
- package/lib/model/unified-agent-service-configuration-details.js +2 -2
- 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-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
|
@@ -29,6 +29,7 @@ export declare class LoggingManagementClient {
|
|
|
29
29
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
30
30
|
protected _circuitBreaker: null;
|
|
31
31
|
protected _httpOptions: any;
|
|
32
|
+
targetService: string;
|
|
32
33
|
protected _httpClient: common.HttpClient;
|
|
33
34
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
34
35
|
/**
|
|
@@ -77,7 +78,7 @@ export declare class LoggingManagementClient {
|
|
|
77
78
|
* @param ChangeLogGroupCompartmentRequest
|
|
78
79
|
* @return ChangeLogGroupCompartmentResponse
|
|
79
80
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
81
82
|
*/
|
|
82
83
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
83
84
|
/**
|
|
@@ -87,7 +88,7 @@ export declare class LoggingManagementClient {
|
|
|
87
88
|
* @param ChangeLogLogGroupRequest
|
|
88
89
|
* @return ChangeLogLogGroupResponse
|
|
89
90
|
* @throws OciError when an error occurs
|
|
90
|
-
* @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.28.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
91
92
|
*/
|
|
92
93
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
93
94
|
/**
|
|
@@ -98,7 +99,7 @@ export declare class LoggingManagementClient {
|
|
|
98
99
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
99
100
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
100
101
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
102
103
|
*/
|
|
103
104
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
104
105
|
/**
|
|
@@ -109,7 +110,7 @@ export declare class LoggingManagementClient {
|
|
|
109
110
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
110
111
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
111
112
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
113
114
|
*/
|
|
114
115
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
115
116
|
/**
|
|
@@ -120,7 +121,7 @@ export declare class LoggingManagementClient {
|
|
|
120
121
|
* @param CreateLogRequest
|
|
121
122
|
* @return CreateLogResponse
|
|
122
123
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
124
125
|
*/
|
|
125
126
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
126
127
|
/**
|
|
@@ -131,7 +132,7 @@ export declare class LoggingManagementClient {
|
|
|
131
132
|
* @param CreateLogGroupRequest
|
|
132
133
|
* @return CreateLogGroupResponse
|
|
133
134
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
135
136
|
*/
|
|
136
137
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
137
138
|
/**
|
|
@@ -141,7 +142,7 @@ export declare class LoggingManagementClient {
|
|
|
141
142
|
* @param CreateLogSavedSearchRequest
|
|
142
143
|
* @return CreateLogSavedSearchResponse
|
|
143
144
|
* @throws OciError when an error occurs
|
|
144
|
-
* @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.28.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
145
146
|
*/
|
|
146
147
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
147
148
|
/**
|
|
@@ -150,7 +151,7 @@ export declare class LoggingManagementClient {
|
|
|
150
151
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
151
152
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
152
153
|
* @throws OciError when an error occurs
|
|
153
|
-
* @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.28.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
154
155
|
*/
|
|
155
156
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
156
157
|
/**
|
|
@@ -159,7 +160,7 @@ export declare class LoggingManagementClient {
|
|
|
159
160
|
* @param DeleteLogRequest
|
|
160
161
|
* @return DeleteLogResponse
|
|
161
162
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
163
164
|
*/
|
|
164
165
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
165
166
|
/**
|
|
@@ -168,7 +169,7 @@ export declare class LoggingManagementClient {
|
|
|
168
169
|
* @param DeleteLogGroupRequest
|
|
169
170
|
* @return DeleteLogGroupResponse
|
|
170
171
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
172
173
|
*/
|
|
173
174
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
174
175
|
/**
|
|
@@ -177,7 +178,7 @@ export declare class LoggingManagementClient {
|
|
|
177
178
|
* @param DeleteLogSavedSearchRequest
|
|
178
179
|
* @return DeleteLogSavedSearchResponse
|
|
179
180
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
181
182
|
*/
|
|
182
183
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
183
184
|
/**
|
|
@@ -186,7 +187,7 @@ export declare class LoggingManagementClient {
|
|
|
186
187
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
187
188
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
188
189
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
190
191
|
*/
|
|
191
192
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
192
193
|
/**
|
|
@@ -196,7 +197,7 @@ export declare class LoggingManagementClient {
|
|
|
196
197
|
* @param DeleteWorkRequestRequest
|
|
197
198
|
* @return DeleteWorkRequestResponse
|
|
198
199
|
* @throws OciError when an error occurs
|
|
199
|
-
* @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.28.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
200
201
|
*/
|
|
201
202
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
202
203
|
/**
|
|
@@ -206,7 +207,7 @@ export declare class LoggingManagementClient {
|
|
|
206
207
|
* @param GetLogRequest
|
|
207
208
|
* @return GetLogResponse
|
|
208
209
|
* @throws OciError when an error occurs
|
|
209
|
-
* @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.28.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
210
211
|
*/
|
|
211
212
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
212
213
|
/**
|
|
@@ -215,7 +216,7 @@ export declare class LoggingManagementClient {
|
|
|
215
216
|
* @param GetLogGroupRequest
|
|
216
217
|
* @return GetLogGroupResponse
|
|
217
218
|
* @throws OciError when an error occurs
|
|
218
|
-
* @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.28.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
219
220
|
*/
|
|
220
221
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
221
222
|
/**
|
|
@@ -224,7 +225,7 @@ export declare class LoggingManagementClient {
|
|
|
224
225
|
* @param GetLogIncludedSearchRequest
|
|
225
226
|
* @return GetLogIncludedSearchResponse
|
|
226
227
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
228
229
|
*/
|
|
229
230
|
getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
|
|
230
231
|
/**
|
|
@@ -233,7 +234,7 @@ export declare class LoggingManagementClient {
|
|
|
233
234
|
* @param GetLogSavedSearchRequest
|
|
234
235
|
* @return GetLogSavedSearchResponse
|
|
235
236
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
237
238
|
*/
|
|
238
239
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
239
240
|
/**
|
|
@@ -242,7 +243,7 @@ export declare class LoggingManagementClient {
|
|
|
242
243
|
* @param GetUnifiedAgentConfigurationRequest
|
|
243
244
|
* @return GetUnifiedAgentConfigurationResponse
|
|
244
245
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
246
247
|
*/
|
|
247
248
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
248
249
|
/**
|
|
@@ -251,7 +252,7 @@ export declare class LoggingManagementClient {
|
|
|
251
252
|
* @param GetWorkRequestRequest
|
|
252
253
|
* @return GetWorkRequestResponse
|
|
253
254
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
255
256
|
*/
|
|
256
257
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
257
258
|
/**
|
|
@@ -260,7 +261,7 @@ export declare class LoggingManagementClient {
|
|
|
260
261
|
* @param ListLogGroupsRequest
|
|
261
262
|
* @return ListLogGroupsResponse
|
|
262
263
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
264
265
|
*/
|
|
265
266
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
266
267
|
/**
|
|
@@ -302,7 +303,7 @@ export declare class LoggingManagementClient {
|
|
|
302
303
|
* @param ListLogIncludedSearchesRequest
|
|
303
304
|
* @return ListLogIncludedSearchesResponse
|
|
304
305
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
306
307
|
*/
|
|
307
308
|
listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
|
|
308
309
|
/**
|
|
@@ -312,7 +313,7 @@ export declare class LoggingManagementClient {
|
|
|
312
313
|
* @param ListLogSavedSearchesRequest
|
|
313
314
|
* @return ListLogSavedSearchesResponse
|
|
314
315
|
* @throws OciError when an error occurs
|
|
315
|
-
* @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.28.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
316
317
|
*/
|
|
317
318
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
318
319
|
/**
|
|
@@ -321,7 +322,7 @@ export declare class LoggingManagementClient {
|
|
|
321
322
|
* @param ListLogsRequest
|
|
322
323
|
* @return ListLogsResponse
|
|
323
324
|
* @throws OciError when an error occurs
|
|
324
|
-
* @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.28.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
325
326
|
*/
|
|
326
327
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
327
328
|
/**
|
|
@@ -362,7 +363,7 @@ export declare class LoggingManagementClient {
|
|
|
362
363
|
* @param ListServicesRequest
|
|
363
364
|
* @return ListServicesResponse
|
|
364
365
|
* @throws OciError when an error occurs
|
|
365
|
-
* @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.28.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
366
367
|
*/
|
|
367
368
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
368
369
|
/**
|
|
@@ -371,7 +372,7 @@ export declare class LoggingManagementClient {
|
|
|
371
372
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
372
373
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
373
374
|
* @throws OciError when an error occurs
|
|
374
|
-
* @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.28.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
375
376
|
*/
|
|
376
377
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
377
378
|
/**
|
|
@@ -381,7 +382,7 @@ export declare class LoggingManagementClient {
|
|
|
381
382
|
* @param ListWorkRequestErrorsRequest
|
|
382
383
|
* @return ListWorkRequestErrorsResponse
|
|
383
384
|
* @throws OciError when an error occurs
|
|
384
|
-
* @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.28.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
385
386
|
*/
|
|
386
387
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
387
388
|
/**
|
|
@@ -423,7 +424,7 @@ export declare class LoggingManagementClient {
|
|
|
423
424
|
* @param ListWorkRequestLogsRequest
|
|
424
425
|
* @return ListWorkRequestLogsResponse
|
|
425
426
|
* @throws OciError when an error occurs
|
|
426
|
-
* @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.28.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
427
428
|
*/
|
|
428
429
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
429
430
|
/**
|
|
@@ -465,7 +466,7 @@ export declare class LoggingManagementClient {
|
|
|
465
466
|
* @param ListWorkRequestsRequest
|
|
466
467
|
* @return ListWorkRequestsResponse
|
|
467
468
|
* @throws OciError when an error occurs
|
|
468
|
-
* @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.28.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
469
470
|
*/
|
|
470
471
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
471
472
|
/**
|
|
@@ -508,7 +509,7 @@ export declare class LoggingManagementClient {
|
|
|
508
509
|
* @param UpdateLogRequest
|
|
509
510
|
* @return UpdateLogResponse
|
|
510
511
|
* @throws OciError when an error occurs
|
|
511
|
-
* @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.28.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
512
513
|
*/
|
|
513
514
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
514
515
|
/**
|
|
@@ -519,7 +520,7 @@ export declare class LoggingManagementClient {
|
|
|
519
520
|
* @param UpdateLogGroupRequest
|
|
520
521
|
* @return UpdateLogGroupResponse
|
|
521
522
|
* @throws OciError when an error occurs
|
|
522
|
-
* @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.28.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
523
524
|
*/
|
|
524
525
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
525
526
|
/**
|
|
@@ -529,7 +530,7 @@ export declare class LoggingManagementClient {
|
|
|
529
530
|
* @param UpdateLogSavedSearchRequest
|
|
530
531
|
* @return UpdateLogSavedSearchResponse
|
|
531
532
|
* @throws OciError when an error occurs
|
|
532
|
-
* @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.28.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
533
534
|
*/
|
|
534
535
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
535
536
|
/**
|
|
@@ -540,7 +541,7 @@ export declare class LoggingManagementClient {
|
|
|
540
541
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
541
542
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
542
543
|
* @throws OciError when an error occurs
|
|
543
|
-
* @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.28.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
544
545
|
*/
|
|
545
546
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
546
547
|
}
|