oci-logging 2.22.0 → 2.26.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 +38 -33
- package/lib/client.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
|
@@ -28,6 +28,7 @@ export declare class LoggingManagementClient {
|
|
|
28
28
|
protected "_waiters": LoggingManagementWaiter;
|
|
29
29
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
30
30
|
protected _circuitBreaker: null;
|
|
31
|
+
protected _httpOptions: any;
|
|
31
32
|
protected _httpClient: common.HttpClient;
|
|
32
33
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
33
34
|
/**
|
|
@@ -76,7 +77,7 @@ export declare class LoggingManagementClient {
|
|
|
76
77
|
* @param ChangeLogGroupCompartmentRequest
|
|
77
78
|
* @return ChangeLogGroupCompartmentResponse
|
|
78
79
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
80
81
|
*/
|
|
81
82
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
82
83
|
/**
|
|
@@ -86,7 +87,7 @@ export declare class LoggingManagementClient {
|
|
|
86
87
|
* @param ChangeLogLogGroupRequest
|
|
87
88
|
* @return ChangeLogLogGroupResponse
|
|
88
89
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
90
91
|
*/
|
|
91
92
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
92
93
|
/**
|
|
@@ -97,7 +98,7 @@ export declare class LoggingManagementClient {
|
|
|
97
98
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
98
99
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
99
100
|
* @throws OciError when an error occurs
|
|
100
|
-
* @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.26.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
101
102
|
*/
|
|
102
103
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
103
104
|
/**
|
|
@@ -108,7 +109,7 @@ export declare class LoggingManagementClient {
|
|
|
108
109
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
109
110
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
110
111
|
* @throws OciError when an error occurs
|
|
111
|
-
* @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.26.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
112
113
|
*/
|
|
113
114
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
114
115
|
/**
|
|
@@ -119,7 +120,7 @@ export declare class LoggingManagementClient {
|
|
|
119
120
|
* @param CreateLogRequest
|
|
120
121
|
* @return CreateLogResponse
|
|
121
122
|
* @throws OciError when an error occurs
|
|
122
|
-
* @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.26.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
123
124
|
*/
|
|
124
125
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
125
126
|
/**
|
|
@@ -130,7 +131,7 @@ export declare class LoggingManagementClient {
|
|
|
130
131
|
* @param CreateLogGroupRequest
|
|
131
132
|
* @return CreateLogGroupResponse
|
|
132
133
|
* @throws OciError when an error occurs
|
|
133
|
-
* @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.26.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
134
135
|
*/
|
|
135
136
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
136
137
|
/**
|
|
@@ -140,7 +141,7 @@ export declare class LoggingManagementClient {
|
|
|
140
141
|
* @param CreateLogSavedSearchRequest
|
|
141
142
|
* @return CreateLogSavedSearchResponse
|
|
142
143
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
144
145
|
*/
|
|
145
146
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
146
147
|
/**
|
|
@@ -149,7 +150,7 @@ export declare class LoggingManagementClient {
|
|
|
149
150
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
150
151
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
151
152
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
153
154
|
*/
|
|
154
155
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
155
156
|
/**
|
|
@@ -158,7 +159,7 @@ export declare class LoggingManagementClient {
|
|
|
158
159
|
* @param DeleteLogRequest
|
|
159
160
|
* @return DeleteLogResponse
|
|
160
161
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
162
163
|
*/
|
|
163
164
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
164
165
|
/**
|
|
@@ -167,7 +168,7 @@ export declare class LoggingManagementClient {
|
|
|
167
168
|
* @param DeleteLogGroupRequest
|
|
168
169
|
* @return DeleteLogGroupResponse
|
|
169
170
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
171
172
|
*/
|
|
172
173
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
173
174
|
/**
|
|
@@ -176,7 +177,7 @@ export declare class LoggingManagementClient {
|
|
|
176
177
|
* @param DeleteLogSavedSearchRequest
|
|
177
178
|
* @return DeleteLogSavedSearchResponse
|
|
178
179
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
180
181
|
*/
|
|
181
182
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
182
183
|
/**
|
|
@@ -185,7 +186,7 @@ export declare class LoggingManagementClient {
|
|
|
185
186
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
186
187
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
187
188
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
189
190
|
*/
|
|
190
191
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
191
192
|
/**
|
|
@@ -195,7 +196,7 @@ export declare class LoggingManagementClient {
|
|
|
195
196
|
* @param DeleteWorkRequestRequest
|
|
196
197
|
* @return DeleteWorkRequestResponse
|
|
197
198
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
199
200
|
*/
|
|
200
201
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
201
202
|
/**
|
|
@@ -205,7 +206,7 @@ export declare class LoggingManagementClient {
|
|
|
205
206
|
* @param GetLogRequest
|
|
206
207
|
* @return GetLogResponse
|
|
207
208
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
209
210
|
*/
|
|
210
211
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
211
212
|
/**
|
|
@@ -214,7 +215,7 @@ export declare class LoggingManagementClient {
|
|
|
214
215
|
* @param GetLogGroupRequest
|
|
215
216
|
* @return GetLogGroupResponse
|
|
216
217
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
218
219
|
*/
|
|
219
220
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
220
221
|
/**
|
|
@@ -223,7 +224,7 @@ export declare class LoggingManagementClient {
|
|
|
223
224
|
* @param GetLogIncludedSearchRequest
|
|
224
225
|
* @return GetLogIncludedSearchResponse
|
|
225
226
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
227
228
|
*/
|
|
228
229
|
getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
|
|
229
230
|
/**
|
|
@@ -232,7 +233,7 @@ export declare class LoggingManagementClient {
|
|
|
232
233
|
* @param GetLogSavedSearchRequest
|
|
233
234
|
* @return GetLogSavedSearchResponse
|
|
234
235
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
236
237
|
*/
|
|
237
238
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
238
239
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class LoggingManagementClient {
|
|
|
241
242
|
* @param GetUnifiedAgentConfigurationRequest
|
|
242
243
|
* @return GetUnifiedAgentConfigurationResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
245
246
|
*/
|
|
246
247
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
247
248
|
/**
|
|
@@ -250,7 +251,7 @@ export declare class LoggingManagementClient {
|
|
|
250
251
|
* @param GetWorkRequestRequest
|
|
251
252
|
* @return GetWorkRequestResponse
|
|
252
253
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
254
255
|
*/
|
|
255
256
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
256
257
|
/**
|
|
@@ -259,7 +260,7 @@ export declare class LoggingManagementClient {
|
|
|
259
260
|
* @param ListLogGroupsRequest
|
|
260
261
|
* @return ListLogGroupsResponse
|
|
261
262
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
263
264
|
*/
|
|
264
265
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
265
266
|
/**
|
|
@@ -301,7 +302,7 @@ export declare class LoggingManagementClient {
|
|
|
301
302
|
* @param ListLogIncludedSearchesRequest
|
|
302
303
|
* @return ListLogIncludedSearchesResponse
|
|
303
304
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
305
306
|
*/
|
|
306
307
|
listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
|
|
307
308
|
/**
|
|
@@ -311,7 +312,7 @@ export declare class LoggingManagementClient {
|
|
|
311
312
|
* @param ListLogSavedSearchesRequest
|
|
312
313
|
* @return ListLogSavedSearchesResponse
|
|
313
314
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
315
316
|
*/
|
|
316
317
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
317
318
|
/**
|
|
@@ -320,7 +321,7 @@ export declare class LoggingManagementClient {
|
|
|
320
321
|
* @param ListLogsRequest
|
|
321
322
|
* @return ListLogsResponse
|
|
322
323
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
324
325
|
*/
|
|
325
326
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
326
327
|
/**
|
|
@@ -361,7 +362,7 @@ export declare class LoggingManagementClient {
|
|
|
361
362
|
* @param ListServicesRequest
|
|
362
363
|
* @return ListServicesResponse
|
|
363
364
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
365
366
|
*/
|
|
366
367
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
367
368
|
/**
|
|
@@ -370,7 +371,7 @@ export declare class LoggingManagementClient {
|
|
|
370
371
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
371
372
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
372
373
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
374
375
|
*/
|
|
375
376
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
376
377
|
/**
|
|
@@ -380,7 +381,7 @@ export declare class LoggingManagementClient {
|
|
|
380
381
|
* @param ListWorkRequestErrorsRequest
|
|
381
382
|
* @return ListWorkRequestErrorsResponse
|
|
382
383
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
384
385
|
*/
|
|
385
386
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
386
387
|
/**
|
|
@@ -422,7 +423,7 @@ export declare class LoggingManagementClient {
|
|
|
422
423
|
* @param ListWorkRequestLogsRequest
|
|
423
424
|
* @return ListWorkRequestLogsResponse
|
|
424
425
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
426
427
|
*/
|
|
427
428
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
428
429
|
/**
|
|
@@ -464,7 +465,7 @@ export declare class LoggingManagementClient {
|
|
|
464
465
|
* @param ListWorkRequestsRequest
|
|
465
466
|
* @return ListWorkRequestsResponse
|
|
466
467
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
468
469
|
*/
|
|
469
470
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
470
471
|
/**
|
|
@@ -507,7 +508,7 @@ export declare class LoggingManagementClient {
|
|
|
507
508
|
* @param UpdateLogRequest
|
|
508
509
|
* @return UpdateLogResponse
|
|
509
510
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
511
512
|
*/
|
|
512
513
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
513
514
|
/**
|
|
@@ -518,7 +519,7 @@ export declare class LoggingManagementClient {
|
|
|
518
519
|
* @param UpdateLogGroupRequest
|
|
519
520
|
* @return UpdateLogGroupResponse
|
|
520
521
|
* @throws OciError when an error occurs
|
|
521
|
-
* @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.26.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
522
523
|
*/
|
|
523
524
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
524
525
|
/**
|
|
@@ -528,7 +529,7 @@ export declare class LoggingManagementClient {
|
|
|
528
529
|
* @param UpdateLogSavedSearchRequest
|
|
529
530
|
* @return UpdateLogSavedSearchResponse
|
|
530
531
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
532
533
|
*/
|
|
533
534
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
534
535
|
/**
|
|
@@ -539,7 +540,7 @@ export declare class LoggingManagementClient {
|
|
|
539
540
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
540
541
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
541
542
|
* @throws OciError when an error occurs
|
|
542
|
-
* @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.26.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
543
544
|
*/
|
|
544
545
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
545
546
|
}
|
package/lib/client.js
CHANGED
|
@@ -60,6 +60,7 @@ class LoggingManagementClient {
|
|
|
60
60
|
this["_endpoint"] = "";
|
|
61
61
|
this["_defaultHeaders"] = {};
|
|
62
62
|
this._circuitBreaker = null;
|
|
63
|
+
this._httpOptions = undefined;
|
|
63
64
|
const requestSigner = params.authenticationDetailsProvider
|
|
64
65
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
65
66
|
: null;
|
|
@@ -68,6 +69,9 @@ class LoggingManagementClient {
|
|
|
68
69
|
this._circuitBreaker = clientConfiguration.circuitBreaker
|
|
69
70
|
? clientConfiguration.circuitBreaker.circuit
|
|
70
71
|
: null;
|
|
72
|
+
this._httpOptions = clientConfiguration.httpOptions
|
|
73
|
+
? clientConfiguration.httpOptions
|
|
74
|
+
: undefined;
|
|
71
75
|
}
|
|
72
76
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
73
77
|
const specCircuitBreakerEnabled = true;
|
|
@@ -77,7 +81,8 @@ class LoggingManagementClient {
|
|
|
77
81
|
this._circuitBreaker = new common.CircuitBreaker().circuit;
|
|
78
82
|
}
|
|
79
83
|
this._httpClient =
|
|
80
|
-
params.httpClient ||
|
|
84
|
+
params.httpClient ||
|
|
85
|
+
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
|
|
81
86
|
if (params.authenticationDetailsProvider &&
|
|
82
87
|
common.isRegionProvider(params.authenticationDetailsProvider)) {
|
|
83
88
|
const provider = params.authenticationDetailsProvider;
|
|
@@ -153,7 +158,7 @@ class LoggingManagementClient {
|
|
|
153
158
|
* @param ChangeLogGroupCompartmentRequest
|
|
154
159
|
* @return ChangeLogGroupCompartmentResponse
|
|
155
160
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
157
162
|
*/
|
|
158
163
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
|
|
159
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +218,7 @@ class LoggingManagementClient {
|
|
|
213
218
|
* @param ChangeLogLogGroupRequest
|
|
214
219
|
* @return ChangeLogLogGroupResponse
|
|
215
220
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
217
222
|
*/
|
|
218
223
|
changeLogLogGroup(changeLogLogGroupRequest) {
|
|
219
224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +280,7 @@ class LoggingManagementClient {
|
|
|
275
280
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
276
281
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
277
282
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
279
284
|
*/
|
|
280
285
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
|
|
281
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +337,7 @@ class LoggingManagementClient {
|
|
|
332
337
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
333
338
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
334
339
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
336
341
|
*/
|
|
337
342
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
|
|
338
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +399,7 @@ class LoggingManagementClient {
|
|
|
394
399
|
* @param CreateLogRequest
|
|
395
400
|
* @return CreateLogResponse
|
|
396
401
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
398
403
|
*/
|
|
399
404
|
createLog(createLogRequest) {
|
|
400
405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -455,7 +460,7 @@ class LoggingManagementClient {
|
|
|
455
460
|
* @param CreateLogGroupRequest
|
|
456
461
|
* @return CreateLogGroupResponse
|
|
457
462
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
459
464
|
*/
|
|
460
465
|
createLogGroup(createLogGroupRequest) {
|
|
461
466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +518,7 @@ class LoggingManagementClient {
|
|
|
513
518
|
* @param CreateLogSavedSearchRequest
|
|
514
519
|
* @return CreateLogSavedSearchResponse
|
|
515
520
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
517
522
|
*/
|
|
518
523
|
createLogSavedSearch(createLogSavedSearchRequest) {
|
|
519
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -574,7 +579,7 @@ class LoggingManagementClient {
|
|
|
574
579
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
575
580
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
576
581
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
578
583
|
*/
|
|
579
584
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
|
|
580
585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -631,7 +636,7 @@ class LoggingManagementClient {
|
|
|
631
636
|
* @param DeleteLogRequest
|
|
632
637
|
* @return DeleteLogResponse
|
|
633
638
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
635
640
|
*/
|
|
636
641
|
deleteLog(deleteLogRequest) {
|
|
637
642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +695,7 @@ class LoggingManagementClient {
|
|
|
690
695
|
* @param DeleteLogGroupRequest
|
|
691
696
|
* @return DeleteLogGroupResponse
|
|
692
697
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
694
699
|
*/
|
|
695
700
|
deleteLogGroup(deleteLogGroupRequest) {
|
|
696
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -748,7 +753,7 @@ class LoggingManagementClient {
|
|
|
748
753
|
* @param DeleteLogSavedSearchRequest
|
|
749
754
|
* @return DeleteLogSavedSearchResponse
|
|
750
755
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
752
757
|
*/
|
|
753
758
|
deleteLogSavedSearch(deleteLogSavedSearchRequest) {
|
|
754
759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +806,7 @@ class LoggingManagementClient {
|
|
|
801
806
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
802
807
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
803
808
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
805
810
|
*/
|
|
806
811
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
|
|
807
812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +865,7 @@ class LoggingManagementClient {
|
|
|
860
865
|
* @param DeleteWorkRequestRequest
|
|
861
866
|
* @return DeleteWorkRequestResponse
|
|
862
867
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
864
869
|
*/
|
|
865
870
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
866
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +924,7 @@ class LoggingManagementClient {
|
|
|
919
924
|
* @param GetLogRequest
|
|
920
925
|
* @return GetLogResponse
|
|
921
926
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
923
928
|
*/
|
|
924
929
|
getLog(getLogRequest) {
|
|
925
930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -981,7 +986,7 @@ class LoggingManagementClient {
|
|
|
981
986
|
* @param GetLogGroupRequest
|
|
982
987
|
* @return GetLogGroupResponse
|
|
983
988
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
985
990
|
*/
|
|
986
991
|
getLogGroup(getLogGroupRequest) {
|
|
987
992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1042,7 +1047,7 @@ class LoggingManagementClient {
|
|
|
1042
1047
|
* @param GetLogIncludedSearchRequest
|
|
1043
1048
|
* @return GetLogIncludedSearchResponse
|
|
1044
1049
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
1046
1051
|
*/
|
|
1047
1052
|
getLogIncludedSearch(getLogIncludedSearchRequest) {
|
|
1048
1053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1110,7 @@ class LoggingManagementClient {
|
|
|
1105
1110
|
* @param GetLogSavedSearchRequest
|
|
1106
1111
|
* @return GetLogSavedSearchResponse
|
|
1107
1112
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
1109
1114
|
*/
|
|
1110
1115
|
getLogSavedSearch(getLogSavedSearchRequest) {
|
|
1111
1116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1171,7 @@ class LoggingManagementClient {
|
|
|
1166
1171
|
* @param GetUnifiedAgentConfigurationRequest
|
|
1167
1172
|
* @return GetUnifiedAgentConfigurationResponse
|
|
1168
1173
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
1170
1175
|
*/
|
|
1171
1176
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
|
|
1172
1177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1232,7 @@ class LoggingManagementClient {
|
|
|
1227
1232
|
* @param GetWorkRequestRequest
|
|
1228
1233
|
* @return GetWorkRequestResponse
|
|
1229
1234
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1231
1236
|
*/
|
|
1232
1237
|
getWorkRequest(getWorkRequestRequest) {
|
|
1233
1238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1293,7 +1298,7 @@ class LoggingManagementClient {
|
|
|
1293
1298
|
* @param ListLogGroupsRequest
|
|
1294
1299
|
* @return ListLogGroupsResponse
|
|
1295
1300
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
1297
1302
|
*/
|
|
1298
1303
|
listLogGroups(listLogGroupsRequest) {
|
|
1299
1304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1406,7 +1411,7 @@ class LoggingManagementClient {
|
|
|
1406
1411
|
* @param ListLogIncludedSearchesRequest
|
|
1407
1412
|
* @return ListLogIncludedSearchesResponse
|
|
1408
1413
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
1410
1415
|
*/
|
|
1411
1416
|
listLogIncludedSearches(listLogIncludedSearchesRequest) {
|
|
1412
1417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1479,7 +1484,7 @@ class LoggingManagementClient {
|
|
|
1479
1484
|
* @param ListLogSavedSearchesRequest
|
|
1480
1485
|
* @return ListLogSavedSearchesResponse
|
|
1481
1486
|
* @throws OciError when an error occurs
|
|
1482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
1483
1488
|
*/
|
|
1484
1489
|
listLogSavedSearches(listLogSavedSearchesRequest) {
|
|
1485
1490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1556,7 @@ class LoggingManagementClient {
|
|
|
1551
1556
|
* @param ListLogsRequest
|
|
1552
1557
|
* @return ListLogsResponse
|
|
1553
1558
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
1555
1560
|
*/
|
|
1556
1561
|
listLogs(listLogsRequest) {
|
|
1557
1562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1672,7 @@ class LoggingManagementClient {
|
|
|
1667
1672
|
* @param ListServicesRequest
|
|
1668
1673
|
* @return ListServicesResponse
|
|
1669
1674
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
1671
1676
|
*/
|
|
1672
1677
|
listServices(listServicesRequest) {
|
|
1673
1678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1731,7 +1736,7 @@ class LoggingManagementClient {
|
|
|
1731
1736
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
1732
1737
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
1733
1738
|
* @throws OciError when an error occurs
|
|
1734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
1735
1740
|
*/
|
|
1736
1741
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
|
|
1737
1742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1807,7 +1812,7 @@ class LoggingManagementClient {
|
|
|
1807
1812
|
* @param ListWorkRequestErrorsRequest
|
|
1808
1813
|
* @return ListWorkRequestErrorsResponse
|
|
1809
1814
|
* @throws OciError when an error occurs
|
|
1810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1811
1816
|
*/
|
|
1812
1817
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1813
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1917,7 @@ class LoggingManagementClient {
|
|
|
1912
1917
|
* @param ListWorkRequestLogsRequest
|
|
1913
1918
|
* @return ListWorkRequestLogsResponse
|
|
1914
1919
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1916
1921
|
*/
|
|
1917
1922
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1918
1923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2017,7 +2022,7 @@ class LoggingManagementClient {
|
|
|
2017
2022
|
* @param ListWorkRequestsRequest
|
|
2018
2023
|
* @return ListWorkRequestsResponse
|
|
2019
2024
|
* @throws OciError when an error occurs
|
|
2020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2021
2026
|
*/
|
|
2022
2027
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2023
2028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2131,7 +2136,7 @@ class LoggingManagementClient {
|
|
|
2131
2136
|
* @param UpdateLogRequest
|
|
2132
2137
|
* @return UpdateLogResponse
|
|
2133
2138
|
* @throws OciError when an error occurs
|
|
2134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
2135
2140
|
*/
|
|
2136
2141
|
updateLog(updateLogRequest) {
|
|
2137
2142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2193,7 +2198,7 @@ class LoggingManagementClient {
|
|
|
2193
2198
|
* @param UpdateLogGroupRequest
|
|
2194
2199
|
* @return UpdateLogGroupResponse
|
|
2195
2200
|
* @throws OciError when an error occurs
|
|
2196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
2197
2202
|
*/
|
|
2198
2203
|
updateLogGroup(updateLogGroupRequest) {
|
|
2199
2204
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2253,7 +2258,7 @@ class LoggingManagementClient {
|
|
|
2253
2258
|
* @param UpdateLogSavedSearchRequest
|
|
2254
2259
|
* @return UpdateLogSavedSearchResponse
|
|
2255
2260
|
* @throws OciError when an error occurs
|
|
2256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
2257
2262
|
*/
|
|
2258
2263
|
updateLogSavedSearch(updateLogSavedSearchRequest) {
|
|
2259
2264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2318,7 +2323,7 @@ class LoggingManagementClient {
|
|
|
2318
2323
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
2319
2324
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
2320
2325
|
* @throws OciError when an error occurs
|
|
2321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
2322
2327
|
*/
|
|
2323
2328
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
|
|
2324
2329
|
return __awaiter(this, void 0, void 0, function* () {
|